@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;428&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

body {
  background-color: #2e2e2e;
  color: #c2c2c2;
  margin-bottom: 200px;
  
  font-family: 'Roboto', sans-serif;
  user-select: none;
  
  overflow-x: scroll;
  overflow-y: auto;
  /*transform: scale(0.989); */
}

body img {
  -webkit-user-drag: none;
}

.user-library {
  margin-left: 20%;
  padding-top: 120px;
}

.home {
 margin-left: 19%;
 color: #ffffff;
 cursor: default;
 height: 50%;
 padding-bottom: 9%;
 margin-bottom: 15%;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}


.albums {
  float: left;
}

.album-page {
  display: flex;
  clear: both;
  float: left;
  transform: scale(1.0);
}

.play-list-music-navigation {
	display: block;
	background-color: none;
	border: 0px solid red;
	width: 100%;
	height: 30%;
	z-index: 5;
	
}

.play-music-prev-song {
	display: flex;
	background-color: #2c2c2c;
	border: 4px solid #2e2e2e;
	width: 50%;
	height: 50%;
	float: left;
	z-index: 6;	
	border-radius: 8px;
	
	box-sizing: border-box;
	padding-top: 12px;
	padding-left: 23px;
}
.play-music-prev-song:hover {
    background-color: #3f3f3f;
  }

.play-music-next-song {
		display: flex;
		background-color: #2c2c2c;
		border: 4px solid #2e2e2e;
		width: 50%;
		height: 50%;
		float: right;
		z-index: 6;		
		border-radius: 8px;
		
		box-sizing: border-box;
		padding-top: 12px;
		padding-left: 45px;
}
.play-music-next-song:hover {
    background-color: #3f3f3f;
  }


  .play-music-restart-song {
  		display: flex;
  		background-color: #2c2c2c;
  		border: 4px solid #2e2e2e;
  		width: 100%;
  		height: 50%;
  		z-index: 5;	
  		border-radius: 8px;
  		
  		box-sizing: border-box;
  		padding-top: 12px;
  		padding-left: 123px;
  }
  .play-music-restart-song:hover {
      background-color: #3f3f3f;
    }

  #north-play-music-repeat-song {
  	padding-top: 0;	
  	padding-left: 5%;
  					
  	border-radius: 8px;
  	color: #aaaaaa;
  }

  #west-play-music-prev-song {
  		padding-top: 0;		
  		padding-left: 2%;
  					 
  		border-radius: 8px;
  		color: #aaaaaa;
  }
  #east-play-music-next-song {
  		padding-top: 0;		
  		padding-left: 5%;
  					 
  		border-radius: 8px;
  		color: #aaaaaa;
  }
#home-tab-div{
	margin-bottom: 400px;
}

.user-control {	
	height: 35px;
}

#widgetBox{	
	display: flex;
	flex-wrap: nowrap;
	height: 35px;	
}
#searchbar {
  margin-top: 20px;
  
  width: 20em;
  height: 35px;
  border: none;
  outline: none;
  background-color: #252525;
  color: #808080;
  font-size: 17px;
  padding-left: 10px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  float: left;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#searchbar::placeholder {
  color: #808080;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

#searchbtn {
  height: 35px;
  width: 35px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #474747;
  border: none;
  outline: none;
  margin-top: 20px;
  color: #808080;
  cursor: pointer;
  transition: 500ms;
  float: left;
  padding-top: 2px;
}

#clearbtn {
  height: 35px;
  width: 35px;
  
  background-color: #474747;
  border: none;
  outline: none;  
  margin-top: 20px;
  color: #808080;
  cursor: pointer;
  transition: 500ms;

  padding-top: 2px;
}
#clearbtn:hover {
  background-color: #ffffff1e;
}
#searchbtn:hover {
  background-color: #ffffff1e;
}

#menu {
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 20px;
  border: none;
  cursor: pointer;
  color: #868686;
  border-radius: 50px;
  background-color: #474747;
  transition: 50ms;
}

#menu:hover {
  background-color: #ffffff1e;
}

.menu-nav {
	transition: all 50ms ease;
	position: relative;
	color: white;
	width: 14px;
	font-size: 2em;
	cursor: pointer;	
}

#menu-nav0 {
	opacity: 0;
}

.user-goto {
	cursor: pointer;
}
.user-goto:hover {
	color: #4b87cc;
}

.music-sidenav1-links, .music-sidenav2-links, .album-music-play {
	cursor: pointer;
}
.music-sidenav2-links{
	transform: rotate(-45deg);
	display: flex;
	flex-direction: row; 
	
}
#selectorScaleDown {
	transform: scale(0.5);
	display: flex;
	flex-direction: row; 
}
.icon-box {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 2px;		
}

#west-play-music-prev-song, #north-play-music-repeat-song, #east-play-music-next-song {
	padding-top: 4px;
	font-size: 0.85em;
}

.music-play-album-btn:hover {
  color: #a7a7a7;  
}
.music-play-album-btn {
  color: #282828;  
}
.music-cards {
background-color: #252525;
width: 160px;
height: 125px;
padding-top: 12px;
padding-bottom: 10px;
padding-right: 12px;
padding-left: 12px;
border-radius: 8px;
transition: 500ms;
content: "";
clear: both;
display: table;
float: left;
margin-right: 1px;
margin-left: 1px;
margin-top: 5px;
margin-left: 1px;
box-sizing: border-box;
}


.music-cards:hover {
background-color: #ffffff0a;
}


.music-card-img img {
width: 148px;
border-radius: 8px;
padding-bottom: 0px;
box-shadow: 2px 2px 10px 6px #2f2f2f;
transform: scale(0.5);
}


.music-album-name {
font-size: 13px;
font-weight: 400;
position: relative;
padding-left: 0px;
padding-right: 0px;
top: 11px;
border-radius: 8px;
font-family: 'Rubik', sans-serif;
text-shadow: 0px 0px 2px 2px #2e2e2e;
}


.album-music-play:hover {
box-shadow: 1px 2px 4px 2px #282828;
}


.music-album-name a {
text-shadow: 0px 2px 2px 2px #2e2e2e;
}


.album-music-play {
width: 90px;
height: 90px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 50px;
margin-top: 60px;
background: linear-gradient(to bottom, hsl(1, 100%, 50%) 0%, hsl(1, 100%, 50%) 100%);
color: #ffffff;
font-size: 26px;
padding-top: 8px;
padding-left: 9px;
transition: 100ms;
cursor: pointer;
}


.album-music-play:hover {
box-shadow: 1px 2px 4px 2px #282828;
}


.music-album-artist-name {
position: relative;
top: 9px;
font-size: 13px;
}


#userlist-play {
width: 90px;
height: 90px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 50px;
margin-top: 60px;
margin-bottom: 20px;
background: linear-gradient(to bottom, #686868 0%, #181818 100%);
color: inherit;
font-size: 16px;
padding-top: 31px;
padding-left: 0px;
transition: all 0.2s;
}


.music-sidenav {
height: 100%;
width: 240px;
margin-top: 55px;
position: fixed;
z-index: 1;
right: 0;
background-color: #181818;
overflow-x: hidden;
display: none;
transition: 0.5s;
transform: scale(1.0);
}


.music-sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 17px;
color: #818181;
padding: 15px;
padding-left: 15px;
display: flex;
transition: 300ms;
font-family: 'Rubik', sans-serif;
transform: scale(1.0);
}


.music-sidenav a:hover {
background-color: #3d3d3df3;
}


.music-sidenav1 {
height: 100%;
width: 240px;
margin-top: 55px;
position: fixed;
z-index: 1;
left: 0;
background-color: #181818;
overflow-x: hidden;
display: block;
transition: 0.5s;
transform: scale(1.0);
}


.music-sidenav1 a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 13px;
color: #818181;
padding: 15px;
padding-left: 15px;
display: flex;
transition: 300ms;
font-family: 'Rubik', sans-serif;
transform: scale(1.0);
}


#album-music-playSN10000 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3.36, 100%, 50%) 0%, hsl(3.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10000 {
background: linear-gradient(to bottom, hsl(3.36, 100%, 50%) 0%, hsl(3.36, 100%, 50%) 100%);
}

.bg-SN10000 {
background: linear-gradient(to bottom, hsl(3.36, 100%, 50%) 0%, hsl(3.36, 100%, 50%) 100%);
}


#album-music-playedSN10000 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5.36, 100%, 50%) 0%, hsl(5.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10001 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7.36, 100%, 50%) 0%, hsl(7.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10001 {
background: linear-gradient(to bottom, hsl(7.36, 100%, 50%) 0%, hsl(7.36, 100%, 50%) 100%);
}

.bg-SN10001 {
background: linear-gradient(to bottom, hsl(7.36, 100%, 50%) 0%, hsl(7.36, 100%, 50%) 100%);
}


#album-music-playedSN10001 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9.36, 100%, 50%) 0%, hsl(9.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10002 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11.36, 100%, 50%) 0%, hsl(11.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10002 {
background: linear-gradient(to bottom, hsl(11.36, 100%, 50%) 0%, hsl(11.36, 100%, 50%) 100%);
}

.bg-SN10002 {
background: linear-gradient(to bottom, hsl(11.36, 100%, 50%) 0%, hsl(11.36, 100%, 50%) 100%);
}


#album-music-playedSN10002 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(13.36, 100%, 50%) 0%, hsl(13.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10003 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(15.36, 100%, 50%) 0%, hsl(15.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10003 {
background: linear-gradient(to bottom, hsl(15.36, 100%, 50%) 0%, hsl(15.36, 100%, 50%) 100%);
}

.bg-SN10003 {
background: linear-gradient(to bottom, hsl(15.36, 100%, 50%) 0%, hsl(15.36, 100%, 50%) 100%);
}


#album-music-playedSN10003 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(17.36, 100%, 50%) 0%, hsl(17.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10004 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(19.36, 100%, 50%) 0%, hsl(19.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10004 {
background: linear-gradient(to bottom, hsl(19.36, 100%, 50%) 0%, hsl(19.36, 100%, 50%) 100%);
}

.bg-SN10004 {
background: linear-gradient(to bottom, hsl(19.36, 100%, 50%) 0%, hsl(19.36, 100%, 50%) 100%);
}


#album-music-playedSN10004 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(21.36, 100%, 50%) 0%, hsl(21.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10005 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(23.36, 100%, 50%) 0%, hsl(23.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10005 {
background: linear-gradient(to bottom, hsl(23.36, 100%, 50%) 0%, hsl(23.36, 100%, 50%) 100%);
}

.bg-SN10005 {
background: linear-gradient(to bottom, hsl(23.36, 100%, 50%) 0%, hsl(23.36, 100%, 50%) 100%);
}


#album-music-playedSN10005 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(25.36, 100%, 50%) 0%, hsl(25.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10006 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(27.36, 100%, 50%) 0%, hsl(27.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10006 {
background: linear-gradient(to bottom, hsl(27.36, 100%, 50%) 0%, hsl(27.36, 100%, 50%) 100%);
}

.bg-SN10006 {
background: linear-gradient(to bottom, hsl(27.36, 100%, 50%) 0%, hsl(27.36, 100%, 50%) 100%);
}


#album-music-playedSN10006 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(29.36, 100%, 50%) 0%, hsl(29.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10007 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(31.36, 100%, 50%) 0%, hsl(31.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10007 {
background: linear-gradient(to bottom, hsl(31.36, 100%, 50%) 0%, hsl(31.36, 100%, 50%) 100%);
}

.bg-SN10007 {
background: linear-gradient(to bottom, hsl(31.36, 100%, 50%) 0%, hsl(31.36, 100%, 50%) 100%);
}


#album-music-playedSN10007 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(33.36, 100%, 50%) 0%, hsl(33.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10008 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(35.36, 100%, 50%) 0%, hsl(35.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10008 {
background: linear-gradient(to bottom, hsl(35.36, 100%, 50%) 0%, hsl(35.36, 100%, 50%) 100%);
}

.bg-SN10008 {
background: linear-gradient(to bottom, hsl(35.36, 100%, 50%) 0%, hsl(35.36, 100%, 50%) 100%);
}


#album-music-playedSN10008 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(37.36, 100%, 50%) 0%, hsl(37.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10009 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(39.36, 100%, 50%) 0%, hsl(39.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10009 {
background: linear-gradient(to bottom, hsl(39.36, 100%, 50%) 0%, hsl(39.36, 100%, 50%) 100%);
}

.bg-SN10009 {
background: linear-gradient(to bottom, hsl(39.36, 100%, 50%) 0%, hsl(39.36, 100%, 50%) 100%);
}


#album-music-playedSN10009 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(41.36, 100%, 50%) 0%, hsl(41.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10010 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(43.36, 100%, 50%) 0%, hsl(43.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10010 {
background: linear-gradient(to bottom, hsl(43.36, 100%, 50%) 0%, hsl(43.36, 100%, 50%) 100%);
}

.bg-SN10010 {
background: linear-gradient(to bottom, hsl(43.36, 100%, 50%) 0%, hsl(43.36, 100%, 50%) 100%);
}


#album-music-playedSN10010 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(45.36, 100%, 50%) 0%, hsl(45.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10011 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(47.36, 100%, 50%) 0%, hsl(47.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10011 {
background: linear-gradient(to bottom, hsl(47.36, 100%, 50%) 0%, hsl(47.36, 100%, 50%) 100%);
}

.bg-SN10011 {
background: linear-gradient(to bottom, hsl(47.36, 100%, 50%) 0%, hsl(47.36, 100%, 50%) 100%);
}


#album-music-playedSN10011 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(49.36, 100%, 50%) 0%, hsl(49.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10012 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(51.36, 100%, 50%) 0%, hsl(51.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10012 {
background: linear-gradient(to bottom, hsl(51.36, 100%, 50%) 0%, hsl(51.36, 100%, 50%) 100%);
}

.bg-SN10012 {
background: linear-gradient(to bottom, hsl(51.36, 100%, 50%) 0%, hsl(51.36, 100%, 50%) 100%);
}


#album-music-playedSN10012 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(53.36, 100%, 50%) 0%, hsl(53.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10013 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(55.36, 100%, 50%) 0%, hsl(55.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10013 {
background: linear-gradient(to bottom, hsl(55.36, 100%, 50%) 0%, hsl(55.36, 100%, 50%) 100%);
}

.bg-SN10013 {
background: linear-gradient(to bottom, hsl(55.36, 100%, 50%) 0%, hsl(55.36, 100%, 50%) 100%);
}


#album-music-playedSN10013 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(57.36, 100%, 50%) 0%, hsl(57.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10014 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(59.36, 100%, 50%) 0%, hsl(59.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10014 {
background: linear-gradient(to bottom, hsl(59.36, 100%, 50%) 0%, hsl(59.36, 100%, 50%) 100%);
}

.bg-SN10014 {
background: linear-gradient(to bottom, hsl(59.36, 100%, 50%) 0%, hsl(59.36, 100%, 50%) 100%);
}


#album-music-playedSN10014 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(61.36, 100%, 50%) 0%, hsl(61.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10015 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(63.36, 100%, 50%) 0%, hsl(63.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10015 {
background: linear-gradient(to bottom, hsl(63.36, 100%, 50%) 0%, hsl(63.36, 100%, 50%) 100%);
}

.bg-SN10015 {
background: linear-gradient(to bottom, hsl(63.36, 100%, 50%) 0%, hsl(63.36, 100%, 50%) 100%);
}


#album-music-playedSN10015 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(65.36, 100%, 50%) 0%, hsl(65.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10016 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(67.36, 100%, 50%) 0%, hsl(67.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10016 {
background: linear-gradient(to bottom, hsl(67.36, 100%, 50%) 0%, hsl(67.36, 100%, 50%) 100%);
}

.bg-SN10016 {
background: linear-gradient(to bottom, hsl(67.36, 100%, 50%) 0%, hsl(67.36, 100%, 50%) 100%);
}


#album-music-playedSN10016 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(69.36, 100%, 50%) 0%, hsl(69.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10017 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(71.36, 100%, 50%) 0%, hsl(71.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10017 {
background: linear-gradient(to bottom, hsl(71.36, 100%, 50%) 0%, hsl(71.36, 100%, 50%) 100%);
}

.bg-SN10017 {
background: linear-gradient(to bottom, hsl(71.36, 100%, 50%) 0%, hsl(71.36, 100%, 50%) 100%);
}


#album-music-playedSN10017 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(73.36, 100%, 50%) 0%, hsl(73.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10018 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(75.36, 100%, 50%) 0%, hsl(75.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10018 {
background: linear-gradient(to bottom, hsl(75.36, 100%, 50%) 0%, hsl(75.36, 100%, 50%) 100%);
}

.bg-SN10018 {
background: linear-gradient(to bottom, hsl(75.36, 100%, 50%) 0%, hsl(75.36, 100%, 50%) 100%);
}


#album-music-playedSN10018 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(77.36, 100%, 50%) 0%, hsl(77.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10019 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(79.36, 100%, 50%) 0%, hsl(79.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10019 {
background: linear-gradient(to bottom, hsl(79.36, 100%, 50%) 0%, hsl(79.36, 100%, 50%) 100%);
}

.bg-SN10019 {
background: linear-gradient(to bottom, hsl(79.36, 100%, 50%) 0%, hsl(79.36, 100%, 50%) 100%);
}


#album-music-playedSN10019 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(81.36, 100%, 50%) 0%, hsl(81.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10020 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(83.36, 100%, 50%) 0%, hsl(83.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10020 {
background: linear-gradient(to bottom, hsl(83.36, 100%, 50%) 0%, hsl(83.36, 100%, 50%) 100%);
}

.bg-SN10020 {
background: linear-gradient(to bottom, hsl(83.36, 100%, 50%) 0%, hsl(83.36, 100%, 50%) 100%);
}


#album-music-playedSN10020 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(85.36, 100%, 50%) 0%, hsl(85.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10021 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(87.36, 100%, 50%) 0%, hsl(87.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10021 {
background: linear-gradient(to bottom, hsl(87.36, 100%, 50%) 0%, hsl(87.36, 100%, 50%) 100%);
}

.bg-SN10021 {
background: linear-gradient(to bottom, hsl(87.36, 100%, 50%) 0%, hsl(87.36, 100%, 50%) 100%);
}


#album-music-playedSN10021 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(89.36, 100%, 50%) 0%, hsl(89.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10022 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(91.36, 100%, 50%) 0%, hsl(91.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10022 {
background: linear-gradient(to bottom, hsl(91.36, 100%, 50%) 0%, hsl(91.36, 100%, 50%) 100%);
}

.bg-SN10022 {
background: linear-gradient(to bottom, hsl(91.36, 100%, 50%) 0%, hsl(91.36, 100%, 50%) 100%);
}


#album-music-playedSN10022 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(93.36, 100%, 50%) 0%, hsl(93.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10023 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(95.36, 100%, 50%) 0%, hsl(95.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10023 {
background: linear-gradient(to bottom, hsl(95.36, 100%, 50%) 0%, hsl(95.36, 100%, 50%) 100%);
}

.bg-SN10023 {
background: linear-gradient(to bottom, hsl(95.36, 100%, 50%) 0%, hsl(95.36, 100%, 50%) 100%);
}


#album-music-playedSN10023 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(97.36, 100%, 50%) 0%, hsl(97.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10024 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(99.36, 100%, 50%) 0%, hsl(99.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10024 {
background: linear-gradient(to bottom, hsl(99.36, 100%, 50%) 0%, hsl(99.36, 100%, 50%) 100%);
}

.bg-SN10024 {
background: linear-gradient(to bottom, hsl(99.36, 100%, 50%) 0%, hsl(99.36, 100%, 50%) 100%);
}


#album-music-playedSN10024 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(101.36, 100%, 50%) 0%, hsl(101.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10025 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(103.36, 100%, 50%) 0%, hsl(103.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10025 {
background: linear-gradient(to bottom, hsl(103.36, 100%, 50%) 0%, hsl(103.36, 100%, 50%) 100%);
}

.bg-SN10025 {
background: linear-gradient(to bottom, hsl(103.36, 100%, 50%) 0%, hsl(103.36, 100%, 50%) 100%);
}


#album-music-playedSN10025 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(105.36, 100%, 50%) 0%, hsl(105.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10026 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(107.36, 100%, 50%) 0%, hsl(107.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10026 {
background: linear-gradient(to bottom, hsl(107.36, 100%, 50%) 0%, hsl(107.36, 100%, 50%) 100%);
}

.bg-SN10026 {
background: linear-gradient(to bottom, hsl(107.36, 100%, 50%) 0%, hsl(107.36, 100%, 50%) 100%);
}


#album-music-playedSN10026 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(109.36, 100%, 50%) 0%, hsl(109.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10027 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(111.36, 100%, 50%) 0%, hsl(111.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10027 {
background: linear-gradient(to bottom, hsl(111.36, 100%, 50%) 0%, hsl(111.36, 100%, 50%) 100%);
}

.bg-SN10027 {
background: linear-gradient(to bottom, hsl(111.36, 100%, 50%) 0%, hsl(111.36, 100%, 50%) 100%);
}


#album-music-playedSN10027 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(113.36, 100%, 50%) 0%, hsl(113.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10028 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(115.36, 100%, 50%) 0%, hsl(115.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10028 {
background: linear-gradient(to bottom, hsl(115.36, 100%, 50%) 0%, hsl(115.36, 100%, 50%) 100%);
}

.bg-SN10028 {
background: linear-gradient(to bottom, hsl(115.36, 100%, 50%) 0%, hsl(115.36, 100%, 50%) 100%);
}


#album-music-playedSN10028 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(117.36, 100%, 50%) 0%, hsl(117.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10029 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(119.36, 100%, 50%) 0%, hsl(119.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10029 {
background: linear-gradient(to bottom, hsl(119.36, 100%, 50%) 0%, hsl(119.36, 100%, 50%) 100%);
}

.bg-SN10029 {
background: linear-gradient(to bottom, hsl(119.36, 100%, 50%) 0%, hsl(119.36, 100%, 50%) 100%);
}


#album-music-playedSN10029 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(121.36, 100%, 50%) 0%, hsl(121.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10030 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(123.36, 100%, 50%) 0%, hsl(123.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10030 {
background: linear-gradient(to bottom, hsl(123.36, 100%, 50%) 0%, hsl(123.36, 100%, 50%) 100%);
}

.bg-SN10030 {
background: linear-gradient(to bottom, hsl(123.36, 100%, 50%) 0%, hsl(123.36, 100%, 50%) 100%);
}


#album-music-playedSN10030 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(125.36, 100%, 50%) 0%, hsl(125.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10031 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(127.36, 100%, 50%) 0%, hsl(127.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10031 {
background: linear-gradient(to bottom, hsl(127.36, 100%, 50%) 0%, hsl(127.36, 100%, 50%) 100%);
}

.bg-SN10031 {
background: linear-gradient(to bottom, hsl(127.36, 100%, 50%) 0%, hsl(127.36, 100%, 50%) 100%);
}


#album-music-playedSN10031 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(129.36, 100%, 50%) 0%, hsl(129.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10032 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(131.36, 100%, 50%) 0%, hsl(131.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10032 {
background: linear-gradient(to bottom, hsl(131.36, 100%, 50%) 0%, hsl(131.36, 100%, 50%) 100%);
}

.bg-SN10032 {
background: linear-gradient(to bottom, hsl(131.36, 100%, 50%) 0%, hsl(131.36, 100%, 50%) 100%);
}


#album-music-playedSN10032 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(133.36, 100%, 50%) 0%, hsl(133.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10033 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(135.36, 100%, 50%) 0%, hsl(135.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10033 {
background: linear-gradient(to bottom, hsl(135.36, 100%, 50%) 0%, hsl(135.36, 100%, 50%) 100%);
}

.bg-SN10033 {
background: linear-gradient(to bottom, hsl(135.36, 100%, 50%) 0%, hsl(135.36, 100%, 50%) 100%);
}


#album-music-playedSN10033 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(137.36, 100%, 50%) 0%, hsl(137.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10034 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(139.36, 100%, 50%) 0%, hsl(139.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10034 {
background: linear-gradient(to bottom, hsl(139.36, 100%, 50%) 0%, hsl(139.36, 100%, 50%) 100%);
}

.bg-SN10034 {
background: linear-gradient(to bottom, hsl(139.36, 100%, 50%) 0%, hsl(139.36, 100%, 50%) 100%);
}


#album-music-playedSN10034 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(141.36, 100%, 50%) 0%, hsl(141.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10035 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(143.36, 100%, 50%) 0%, hsl(143.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10035 {
background: linear-gradient(to bottom, hsl(143.36, 100%, 50%) 0%, hsl(143.36, 100%, 50%) 100%);
}

.bg-SN10035 {
background: linear-gradient(to bottom, hsl(143.36, 100%, 50%) 0%, hsl(143.36, 100%, 50%) 100%);
}


#album-music-playedSN10035 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(145.36, 100%, 50%) 0%, hsl(145.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10036 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(147.36, 100%, 50%) 0%, hsl(147.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10036 {
background: linear-gradient(to bottom, hsl(147.36, 100%, 50%) 0%, hsl(147.36, 100%, 50%) 100%);
}

.bg-SN10036 {
background: linear-gradient(to bottom, hsl(147.36, 100%, 50%) 0%, hsl(147.36, 100%, 50%) 100%);
}


#album-music-playedSN10036 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(149.36, 100%, 50%) 0%, hsl(149.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10037 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(151.36, 100%, 50%) 0%, hsl(151.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10037 {
background: linear-gradient(to bottom, hsl(151.36, 100%, 50%) 0%, hsl(151.36, 100%, 50%) 100%);
}

.bg-SN10037 {
background: linear-gradient(to bottom, hsl(151.36, 100%, 50%) 0%, hsl(151.36, 100%, 50%) 100%);
}


#album-music-playedSN10037 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(153.36, 100%, 50%) 0%, hsl(153.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10038 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(155.36, 100%, 50%) 0%, hsl(155.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10038 {
background: linear-gradient(to bottom, hsl(155.36, 100%, 50%) 0%, hsl(155.36, 100%, 50%) 100%);
}

.bg-SN10038 {
background: linear-gradient(to bottom, hsl(155.36, 100%, 50%) 0%, hsl(155.36, 100%, 50%) 100%);
}


#album-music-playedSN10038 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(157.36, 100%, 50%) 0%, hsl(157.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10039 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(159.36, 100%, 50%) 0%, hsl(159.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10039 {
background: linear-gradient(to bottom, hsl(159.36, 100%, 50%) 0%, hsl(159.36, 100%, 50%) 100%);
}

.bg-SN10039 {
background: linear-gradient(to bottom, hsl(159.36, 100%, 50%) 0%, hsl(159.36, 100%, 50%) 100%);
}


#album-music-playedSN10039 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(161.36, 100%, 50%) 0%, hsl(161.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10040 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(163.36, 100%, 50%) 0%, hsl(163.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10040 {
background: linear-gradient(to bottom, hsl(163.36, 100%, 50%) 0%, hsl(163.36, 100%, 50%) 100%);
}

.bg-SN10040 {
background: linear-gradient(to bottom, hsl(163.36, 100%, 50%) 0%, hsl(163.36, 100%, 50%) 100%);
}


#album-music-playedSN10040 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(165.36, 100%, 50%) 0%, hsl(165.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10041 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(167.36, 100%, 50%) 0%, hsl(167.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10041 {
background: linear-gradient(to bottom, hsl(167.36, 100%, 50%) 0%, hsl(167.36, 100%, 50%) 100%);
}

.bg-SN10041 {
background: linear-gradient(to bottom, hsl(167.36, 100%, 50%) 0%, hsl(167.36, 100%, 50%) 100%);
}


#album-music-playedSN10041 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(169.36, 100%, 50%) 0%, hsl(169.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10042 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(171.36, 100%, 50%) 0%, hsl(171.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10042 {
background: linear-gradient(to bottom, hsl(171.36, 100%, 50%) 0%, hsl(171.36, 100%, 50%) 100%);
}

.bg-SN10042 {
background: linear-gradient(to bottom, hsl(171.36, 100%, 50%) 0%, hsl(171.36, 100%, 50%) 100%);
}


#album-music-playedSN10042 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(173.36, 100%, 50%) 0%, hsl(173.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10043 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(175.36, 100%, 50%) 0%, hsl(175.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10043 {
background: linear-gradient(to bottom, hsl(175.36, 100%, 50%) 0%, hsl(175.36, 100%, 50%) 100%);
}

.bg-SN10043 {
background: linear-gradient(to bottom, hsl(175.36, 100%, 50%) 0%, hsl(175.36, 100%, 50%) 100%);
}


#album-music-playedSN10043 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(177.36, 100%, 50%) 0%, hsl(177.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10044 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(179.36, 100%, 50%) 0%, hsl(179.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10044 {
background: linear-gradient(to bottom, hsl(179.36, 100%, 50%) 0%, hsl(179.36, 100%, 50%) 100%);
}

.bg-SN10044 {
background: linear-gradient(to bottom, hsl(179.36, 100%, 50%) 0%, hsl(179.36, 100%, 50%) 100%);
}


#album-music-playedSN10044 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(181.36, 100%, 50%) 0%, hsl(181.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10045 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(183.36, 100%, 50%) 0%, hsl(183.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10045 {
background: linear-gradient(to bottom, hsl(183.36, 100%, 50%) 0%, hsl(183.36, 100%, 50%) 100%);
}

.bg-SN10045 {
background: linear-gradient(to bottom, hsl(183.36, 100%, 50%) 0%, hsl(183.36, 100%, 50%) 100%);
}


#album-music-playedSN10045 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(185.36, 100%, 50%) 0%, hsl(185.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10046 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(187.36, 100%, 50%) 0%, hsl(187.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10046 {
background: linear-gradient(to bottom, hsl(187.36, 100%, 50%) 0%, hsl(187.36, 100%, 50%) 100%);
}

.bg-SN10046 {
background: linear-gradient(to bottom, hsl(187.36, 100%, 50%) 0%, hsl(187.36, 100%, 50%) 100%);
}


#album-music-playedSN10046 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(189.36, 100%, 50%) 0%, hsl(189.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10047 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(191.36, 100%, 50%) 0%, hsl(191.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10047 {
background: linear-gradient(to bottom, hsl(191.36, 100%, 50%) 0%, hsl(191.36, 100%, 50%) 100%);
}

.bg-SN10047 {
background: linear-gradient(to bottom, hsl(191.36, 100%, 50%) 0%, hsl(191.36, 100%, 50%) 100%);
}


#album-music-playedSN10047 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(193.36, 100%, 50%) 0%, hsl(193.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10048 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(195.36, 100%, 50%) 0%, hsl(195.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10048 {
background: linear-gradient(to bottom, hsl(195.36, 100%, 50%) 0%, hsl(195.36, 100%, 50%) 100%);
}

.bg-SN10048 {
background: linear-gradient(to bottom, hsl(195.36, 100%, 50%) 0%, hsl(195.36, 100%, 50%) 100%);
}


#album-music-playedSN10048 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(197.36, 100%, 50%) 0%, hsl(197.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10049 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(199.36, 100%, 50%) 0%, hsl(199.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10049 {
background: linear-gradient(to bottom, hsl(199.36, 100%, 50%) 0%, hsl(199.36, 100%, 50%) 100%);
}

.bg-SN10049 {
background: linear-gradient(to bottom, hsl(199.36, 100%, 50%) 0%, hsl(199.36, 100%, 50%) 100%);
}


#album-music-playedSN10049 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(201.36, 100%, 50%) 0%, hsl(201.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10050 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(203.36, 100%, 50%) 0%, hsl(203.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10050 {
background: linear-gradient(to bottom, hsl(203.36, 100%, 50%) 0%, hsl(203.36, 100%, 50%) 100%);
}

.bg-SN10050 {
background: linear-gradient(to bottom, hsl(203.36, 100%, 50%) 0%, hsl(203.36, 100%, 50%) 100%);
}


#album-music-playedSN10050 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(205.36, 100%, 50%) 0%, hsl(205.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10051 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(207.36, 100%, 50%) 0%, hsl(207.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10051 {
background: linear-gradient(to bottom, hsl(207.36, 100%, 50%) 0%, hsl(207.36, 100%, 50%) 100%);
}

.bg-SN10051 {
background: linear-gradient(to bottom, hsl(207.36, 100%, 50%) 0%, hsl(207.36, 100%, 50%) 100%);
}


#album-music-playedSN10051 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(209.36, 100%, 50%) 0%, hsl(209.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10052 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(211.36, 100%, 50%) 0%, hsl(211.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10052 {
background: linear-gradient(to bottom, hsl(211.36, 100%, 50%) 0%, hsl(211.36, 100%, 50%) 100%);
}

.bg-SN10052 {
background: linear-gradient(to bottom, hsl(211.36, 100%, 50%) 0%, hsl(211.36, 100%, 50%) 100%);
}


#album-music-playedSN10052 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(213.36, 100%, 50%) 0%, hsl(213.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10053 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(215.36, 100%, 50%) 0%, hsl(215.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10053 {
background: linear-gradient(to bottom, hsl(215.36, 100%, 50%) 0%, hsl(215.36, 100%, 50%) 100%);
}

.bg-SN10053 {
background: linear-gradient(to bottom, hsl(215.36, 100%, 50%) 0%, hsl(215.36, 100%, 50%) 100%);
}


#album-music-playedSN10053 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(217.36, 100%, 50%) 0%, hsl(217.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10054 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(219.36, 100%, 50%) 0%, hsl(219.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10054 {
background: linear-gradient(to bottom, hsl(219.36, 100%, 50%) 0%, hsl(219.36, 100%, 50%) 100%);
}

.bg-SN10054 {
background: linear-gradient(to bottom, hsl(219.36, 100%, 50%) 0%, hsl(219.36, 100%, 50%) 100%);
}


#album-music-playedSN10054 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(221.36, 100%, 50%) 0%, hsl(221.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10055 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(223.36, 100%, 50%) 0%, hsl(223.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10055 {
background: linear-gradient(to bottom, hsl(223.36, 100%, 50%) 0%, hsl(223.36, 100%, 50%) 100%);
}

.bg-SN10055 {
background: linear-gradient(to bottom, hsl(223.36, 100%, 50%) 0%, hsl(223.36, 100%, 50%) 100%);
}


#album-music-playedSN10055 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(225.36, 100%, 50%) 0%, hsl(225.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10056 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(227.36, 100%, 50%) 0%, hsl(227.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10056 {
background: linear-gradient(to bottom, hsl(227.36, 100%, 50%) 0%, hsl(227.36, 100%, 50%) 100%);
}

.bg-SN10056 {
background: linear-gradient(to bottom, hsl(227.36, 100%, 50%) 0%, hsl(227.36, 100%, 50%) 100%);
}


#album-music-playedSN10056 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(229.36, 100%, 50%) 0%, hsl(229.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10057 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(231.36, 100%, 50%) 0%, hsl(231.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10057 {
background: linear-gradient(to bottom, hsl(231.36, 100%, 50%) 0%, hsl(231.36, 100%, 50%) 100%);
}

.bg-SN10057 {
background: linear-gradient(to bottom, hsl(231.36, 100%, 50%) 0%, hsl(231.36, 100%, 50%) 100%);
}


#album-music-playedSN10057 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(233.36, 100%, 50%) 0%, hsl(233.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10058 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(235.36, 100%, 50%) 0%, hsl(235.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10058 {
background: linear-gradient(to bottom, hsl(235.36, 100%, 50%) 0%, hsl(235.36, 100%, 50%) 100%);
}

.bg-SN10058 {
background: linear-gradient(to bottom, hsl(235.36, 100%, 50%) 0%, hsl(235.36, 100%, 50%) 100%);
}


#album-music-playedSN10058 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(237.36, 100%, 50%) 0%, hsl(237.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10059 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(239.36, 100%, 50%) 0%, hsl(239.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10059 {
background: linear-gradient(to bottom, hsl(239.36, 100%, 50%) 0%, hsl(239.36, 100%, 50%) 100%);
}

.bg-SN10059 {
background: linear-gradient(to bottom, hsl(239.36, 100%, 50%) 0%, hsl(239.36, 100%, 50%) 100%);
}


#album-music-playedSN10059 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(241.36, 100%, 50%) 0%, hsl(241.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10060 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(243.36, 100%, 50%) 0%, hsl(243.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10060 {
background: linear-gradient(to bottom, hsl(243.36, 100%, 50%) 0%, hsl(243.36, 100%, 50%) 100%);
}

.bg-SN10060 {
background: linear-gradient(to bottom, hsl(243.36, 100%, 50%) 0%, hsl(243.36, 100%, 50%) 100%);
}


#album-music-playedSN10060 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(245.36, 100%, 50%) 0%, hsl(245.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10061 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(247.36, 100%, 50%) 0%, hsl(247.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10061 {
background: linear-gradient(to bottom, hsl(247.36, 100%, 50%) 0%, hsl(247.36, 100%, 50%) 100%);
}

.bg-SN10061 {
background: linear-gradient(to bottom, hsl(247.36, 100%, 50%) 0%, hsl(247.36, 100%, 50%) 100%);
}


#album-music-playedSN10061 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(249.36, 100%, 50%) 0%, hsl(249.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10062 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(251.36, 100%, 50%) 0%, hsl(251.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10062 {
background: linear-gradient(to bottom, hsl(251.36, 100%, 50%) 0%, hsl(251.36, 100%, 50%) 100%);
}

.bg-SN10062 {
background: linear-gradient(to bottom, hsl(251.36, 100%, 50%) 0%, hsl(251.36, 100%, 50%) 100%);
}


#album-music-playedSN10062 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(253.36, 100%, 50%) 0%, hsl(253.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10063 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(255.36, 100%, 50%) 0%, hsl(255.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10063 {
background: linear-gradient(to bottom, hsl(255.36, 100%, 50%) 0%, hsl(255.36, 100%, 50%) 100%);
}

.bg-SN10063 {
background: linear-gradient(to bottom, hsl(255.36, 100%, 50%) 0%, hsl(255.36, 100%, 50%) 100%);
}


#album-music-playedSN10063 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(257.36, 100%, 50%) 0%, hsl(257.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10064 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(259.36, 100%, 50%) 0%, hsl(259.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10064 {
background: linear-gradient(to bottom, hsl(259.36, 100%, 50%) 0%, hsl(259.36, 100%, 50%) 100%);
}

.bg-SN10064 {
background: linear-gradient(to bottom, hsl(259.36, 100%, 50%) 0%, hsl(259.36, 100%, 50%) 100%);
}


#album-music-playedSN10064 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(261.36, 100%, 50%) 0%, hsl(261.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10065 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(263.36, 100%, 50%) 0%, hsl(263.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10065 {
background: linear-gradient(to bottom, hsl(263.36, 100%, 50%) 0%, hsl(263.36, 100%, 50%) 100%);
}

.bg-SN10065 {
background: linear-gradient(to bottom, hsl(263.36, 100%, 50%) 0%, hsl(263.36, 100%, 50%) 100%);
}


#album-music-playedSN10065 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(265.36, 100%, 50%) 0%, hsl(265.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10066 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(267.36, 100%, 50%) 0%, hsl(267.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10066 {
background: linear-gradient(to bottom, hsl(267.36, 100%, 50%) 0%, hsl(267.36, 100%, 50%) 100%);
}

.bg-SN10066 {
background: linear-gradient(to bottom, hsl(267.36, 100%, 50%) 0%, hsl(267.36, 100%, 50%) 100%);
}


#album-music-playedSN10066 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(269.36, 100%, 50%) 0%, hsl(269.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10067 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(271.36, 100%, 50%) 0%, hsl(271.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10067 {
background: linear-gradient(to bottom, hsl(271.36, 100%, 50%) 0%, hsl(271.36, 100%, 50%) 100%);
}

.bg-SN10067 {
background: linear-gradient(to bottom, hsl(271.36, 100%, 50%) 0%, hsl(271.36, 100%, 50%) 100%);
}


#album-music-playedSN10067 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(273.36, 100%, 50%) 0%, hsl(273.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10068 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(275.36, 100%, 50%) 0%, hsl(275.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10068 {
background: linear-gradient(to bottom, hsl(275.36, 100%, 50%) 0%, hsl(275.36, 100%, 50%) 100%);
}

.bg-SN10068 {
background: linear-gradient(to bottom, hsl(275.36, 100%, 50%) 0%, hsl(275.36, 100%, 50%) 100%);
}


#album-music-playedSN10068 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(277.36, 100%, 50%) 0%, hsl(277.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10069 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(279.36, 100%, 50%) 0%, hsl(279.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10069 {
background: linear-gradient(to bottom, hsl(279.36, 100%, 50%) 0%, hsl(279.36, 100%, 50%) 100%);
}

.bg-SN10069 {
background: linear-gradient(to bottom, hsl(279.36, 100%, 50%) 0%, hsl(279.36, 100%, 50%) 100%);
}


#album-music-playedSN10069 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(281.36, 100%, 50%) 0%, hsl(281.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10070 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(283.36, 100%, 50%) 0%, hsl(283.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10070 {
background: linear-gradient(to bottom, hsl(283.36, 100%, 50%) 0%, hsl(283.36, 100%, 50%) 100%);
}

.bg-SN10070 {
background: linear-gradient(to bottom, hsl(283.36, 100%, 50%) 0%, hsl(283.36, 100%, 50%) 100%);
}


#album-music-playedSN10070 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(285.36, 100%, 50%) 0%, hsl(285.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10071 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(287.36, 100%, 50%) 0%, hsl(287.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10071 {
background: linear-gradient(to bottom, hsl(287.36, 100%, 50%) 0%, hsl(287.36, 100%, 50%) 100%);
}

.bg-SN10071 {
background: linear-gradient(to bottom, hsl(287.36, 100%, 50%) 0%, hsl(287.36, 100%, 50%) 100%);
}


#album-music-playedSN10071 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(289.36, 100%, 50%) 0%, hsl(289.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10072 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(291.36, 100%, 50%) 0%, hsl(291.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10072 {
background: linear-gradient(to bottom, hsl(291.36, 100%, 50%) 0%, hsl(291.36, 100%, 50%) 100%);
}

.bg-SN10072 {
background: linear-gradient(to bottom, hsl(291.36, 100%, 50%) 0%, hsl(291.36, 100%, 50%) 100%);
}


#album-music-playedSN10072 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(293.36, 100%, 50%) 0%, hsl(293.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10073 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(295.36, 100%, 50%) 0%, hsl(295.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10073 {
background: linear-gradient(to bottom, hsl(295.36, 100%, 50%) 0%, hsl(295.36, 100%, 50%) 100%);
}

.bg-SN10073 {
background: linear-gradient(to bottom, hsl(295.36, 100%, 50%) 0%, hsl(295.36, 100%, 50%) 100%);
}


#album-music-playedSN10073 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(297.36, 100%, 50%) 0%, hsl(297.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10074 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(299.36, 100%, 50%) 0%, hsl(299.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10074 {
background: linear-gradient(to bottom, hsl(299.36, 100%, 50%) 0%, hsl(299.36, 100%, 50%) 100%);
}

.bg-SN10074 {
background: linear-gradient(to bottom, hsl(299.36, 100%, 50%) 0%, hsl(299.36, 100%, 50%) 100%);
}


#album-music-playedSN10074 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(301.36, 100%, 50%) 0%, hsl(301.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10075 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(303.36, 100%, 50%) 0%, hsl(303.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10075 {
background: linear-gradient(to bottom, hsl(303.36, 100%, 50%) 0%, hsl(303.36, 100%, 50%) 100%);
}

.bg-SN10075 {
background: linear-gradient(to bottom, hsl(303.36, 100%, 50%) 0%, hsl(303.36, 100%, 50%) 100%);
}


#album-music-playedSN10075 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(305.36, 100%, 50%) 0%, hsl(305.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10076 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(307.36, 100%, 50%) 0%, hsl(307.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10076 {
background: linear-gradient(to bottom, hsl(307.36, 100%, 50%) 0%, hsl(307.36, 100%, 50%) 100%);
}

.bg-SN10076 {
background: linear-gradient(to bottom, hsl(307.36, 100%, 50%) 0%, hsl(307.36, 100%, 50%) 100%);
}


#album-music-playedSN10076 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(309.36, 100%, 50%) 0%, hsl(309.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10077 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(311.36, 100%, 50%) 0%, hsl(311.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10077 {
background: linear-gradient(to bottom, hsl(311.36, 100%, 50%) 0%, hsl(311.36, 100%, 50%) 100%);
}

.bg-SN10077 {
background: linear-gradient(to bottom, hsl(311.36, 100%, 50%) 0%, hsl(311.36, 100%, 50%) 100%);
}


#album-music-playedSN10077 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(313.36, 100%, 50%) 0%, hsl(313.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10078 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(315.36, 100%, 50%) 0%, hsl(315.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10078 {
background: linear-gradient(to bottom, hsl(315.36, 100%, 50%) 0%, hsl(315.36, 100%, 50%) 100%);
}

.bg-SN10078 {
background: linear-gradient(to bottom, hsl(315.36, 100%, 50%) 0%, hsl(315.36, 100%, 50%) 100%);
}


#album-music-playedSN10078 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(317.36, 100%, 50%) 0%, hsl(317.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10079 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(319.36, 100%, 50%) 0%, hsl(319.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10079 {
background: linear-gradient(to bottom, hsl(319.36, 100%, 50%) 0%, hsl(319.36, 100%, 50%) 100%);
}

.bg-SN10079 {
background: linear-gradient(to bottom, hsl(319.36, 100%, 50%) 0%, hsl(319.36, 100%, 50%) 100%);
}


#album-music-playedSN10079 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(321.36, 100%, 50%) 0%, hsl(321.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10080 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(323.36, 100%, 50%) 0%, hsl(323.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10080 {
background: linear-gradient(to bottom, hsl(323.36, 100%, 50%) 0%, hsl(323.36, 100%, 50%) 100%);
}

.bg-SN10080 {
background: linear-gradient(to bottom, hsl(323.36, 100%, 50%) 0%, hsl(323.36, 100%, 50%) 100%);
}


#album-music-playedSN10080 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(325.36, 100%, 50%) 0%, hsl(325.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10081 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(327.36, 100%, 50%) 0%, hsl(327.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10081 {
background: linear-gradient(to bottom, hsl(327.36, 100%, 50%) 0%, hsl(327.36, 100%, 50%) 100%);
}

.bg-SN10081 {
background: linear-gradient(to bottom, hsl(327.36, 100%, 50%) 0%, hsl(327.36, 100%, 50%) 100%);
}


#album-music-playedSN10081 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(329.36, 100%, 50%) 0%, hsl(329.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10082 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(331.36, 100%, 50%) 0%, hsl(331.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10082 {
background: linear-gradient(to bottom, hsl(331.36, 100%, 50%) 0%, hsl(331.36, 100%, 50%) 100%);
}

.bg-SN10082 {
background: linear-gradient(to bottom, hsl(331.36, 100%, 50%) 0%, hsl(331.36, 100%, 50%) 100%);
}


#album-music-playedSN10082 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(333.36, 100%, 50%) 0%, hsl(333.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10083 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(335.36, 100%, 50%) 0%, hsl(335.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10083 {
background: linear-gradient(to bottom, hsl(335.36, 100%, 50%) 0%, hsl(335.36, 100%, 50%) 100%);
}

.bg-SN10083 {
background: linear-gradient(to bottom, hsl(335.36, 100%, 50%) 0%, hsl(335.36, 100%, 50%) 100%);
}


#album-music-playedSN10083 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(337.36, 100%, 50%) 0%, hsl(337.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10084 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(339.36, 100%, 50%) 0%, hsl(339.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10084 {
background: linear-gradient(to bottom, hsl(339.36, 100%, 50%) 0%, hsl(339.36, 100%, 50%) 100%);
}

.bg-SN10084 {
background: linear-gradient(to bottom, hsl(339.36, 100%, 50%) 0%, hsl(339.36, 100%, 50%) 100%);
}


#album-music-playedSN10084 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(341.36, 100%, 50%) 0%, hsl(341.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10085 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(343.36, 100%, 50%) 0%, hsl(343.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10085 {
background: linear-gradient(to bottom, hsl(343.36, 100%, 50%) 0%, hsl(343.36, 100%, 50%) 100%);
}

.bg-SN10085 {
background: linear-gradient(to bottom, hsl(343.36, 100%, 50%) 0%, hsl(343.36, 100%, 50%) 100%);
}


#album-music-playedSN10085 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(345.36, 100%, 50%) 0%, hsl(345.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10086 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(347.36, 100%, 50%) 0%, hsl(347.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10086 {
background: linear-gradient(to bottom, hsl(347.36, 100%, 50%) 0%, hsl(347.36, 100%, 50%) 100%);
}

.bg-SN10086 {
background: linear-gradient(to bottom, hsl(347.36, 100%, 50%) 0%, hsl(347.36, 100%, 50%) 100%);
}


#album-music-playedSN10086 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(349.36, 100%, 50%) 0%, hsl(349.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10087 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(351.36, 100%, 50%) 0%, hsl(351.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10087 {
background: linear-gradient(to bottom, hsl(351.36, 100%, 50%) 0%, hsl(351.36, 100%, 50%) 100%);
}

.bg-SN10087 {
background: linear-gradient(to bottom, hsl(351.36, 100%, 50%) 0%, hsl(351.36, 100%, 50%) 100%);
}


#album-music-playedSN10087 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(353.36, 100%, 50%) 0%, hsl(353.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10088 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(355.36, 100%, 50%) 0%, hsl(355.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10088 {
background: linear-gradient(to bottom, hsl(355.36, 100%, 50%) 0%, hsl(355.36, 100%, 50%) 100%);
}

.bg-SN10088 {
background: linear-gradient(to bottom, hsl(355.36, 100%, 50%) 0%, hsl(355.36, 100%, 50%) 100%);
}


#album-music-playedSN10088 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(357.36, 100%, 50%) 0%, hsl(357.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10089 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(359.36, 100%, 50%) 0%, hsl(359.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10089 {
background: linear-gradient(to bottom, hsl(359.36, 100%, 50%) 0%, hsl(359.36, 100%, 50%) 100%);
}

.bg-SN10089 {
background: linear-gradient(to bottom, hsl(359.36, 100%, 50%) 0%, hsl(359.36, 100%, 50%) 100%);
}


#album-music-playedSN10089 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(361.36, 100%, 50%) 0%, hsl(361.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10090 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(363.36, 100%, 50%) 0%, hsl(363.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10090 {
background: linear-gradient(to bottom, hsl(363.36, 100%, 50%) 0%, hsl(363.36, 100%, 50%) 100%);
}

.bg-SN10090 {
background: linear-gradient(to bottom, hsl(363.36, 100%, 50%) 0%, hsl(363.36, 100%, 50%) 100%);
}


#album-music-playedSN10090 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(365.36, 100%, 50%) 0%, hsl(365.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10091 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(367.36, 100%, 50%) 0%, hsl(367.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10091 {
background: linear-gradient(to bottom, hsl(367.36, 100%, 50%) 0%, hsl(367.36, 100%, 50%) 100%);
}

.bg-SN10091 {
background: linear-gradient(to bottom, hsl(367.36, 100%, 50%) 0%, hsl(367.36, 100%, 50%) 100%);
}


#album-music-playedSN10091 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(369.36, 100%, 50%) 0%, hsl(369.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10092 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(371.36, 100%, 50%) 0%, hsl(371.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10092 {
background: linear-gradient(to bottom, hsl(371.36, 100%, 50%) 0%, hsl(371.36, 100%, 50%) 100%);
}

.bg-SN10092 {
background: linear-gradient(to bottom, hsl(371.36, 100%, 50%) 0%, hsl(371.36, 100%, 50%) 100%);
}


#album-music-playedSN10092 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(373.36, 100%, 50%) 0%, hsl(373.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10093 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(375.36, 100%, 50%) 0%, hsl(375.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10093 {
background: linear-gradient(to bottom, hsl(375.36, 100%, 50%) 0%, hsl(375.36, 100%, 50%) 100%);
}

.bg-SN10093 {
background: linear-gradient(to bottom, hsl(375.36, 100%, 50%) 0%, hsl(375.36, 100%, 50%) 100%);
}


#album-music-playedSN10093 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(377.36, 100%, 50%) 0%, hsl(377.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10094 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(379.36, 100%, 50%) 0%, hsl(379.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10094 {
background: linear-gradient(to bottom, hsl(379.36, 100%, 50%) 0%, hsl(379.36, 100%, 50%) 100%);
}

.bg-SN10094 {
background: linear-gradient(to bottom, hsl(379.36, 100%, 50%) 0%, hsl(379.36, 100%, 50%) 100%);
}


#album-music-playedSN10094 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(381.36, 100%, 50%) 0%, hsl(381.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10095 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(383.36, 100%, 50%) 0%, hsl(383.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10095 {
background: linear-gradient(to bottom, hsl(383.36, 100%, 50%) 0%, hsl(383.36, 100%, 50%) 100%);
}

.bg-SN10095 {
background: linear-gradient(to bottom, hsl(383.36, 100%, 50%) 0%, hsl(383.36, 100%, 50%) 100%);
}


#album-music-playedSN10095 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(385.36, 100%, 50%) 0%, hsl(385.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10096 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(387.36, 100%, 50%) 0%, hsl(387.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10096 {
background: linear-gradient(to bottom, hsl(387.36, 100%, 50%) 0%, hsl(387.36, 100%, 50%) 100%);
}

.bg-SN10096 {
background: linear-gradient(to bottom, hsl(387.36, 100%, 50%) 0%, hsl(387.36, 100%, 50%) 100%);
}


#album-music-playedSN10096 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(389.36, 100%, 50%) 0%, hsl(389.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10097 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(391.36, 100%, 50%) 0%, hsl(391.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10097 {
background: linear-gradient(to bottom, hsl(391.36, 100%, 50%) 0%, hsl(391.36, 100%, 50%) 100%);
}

.bg-SN10097 {
background: linear-gradient(to bottom, hsl(391.36, 100%, 50%) 0%, hsl(391.36, 100%, 50%) 100%);
}


#album-music-playedSN10097 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(393.36, 100%, 50%) 0%, hsl(393.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10098 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(395.36, 100%, 50%) 0%, hsl(395.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10098 {
background: linear-gradient(to bottom, hsl(395.36, 100%, 50%) 0%, hsl(395.36, 100%, 50%) 100%);
}

.bg-SN10098 {
background: linear-gradient(to bottom, hsl(395.36, 100%, 50%) 0%, hsl(395.36, 100%, 50%) 100%);
}


#album-music-playedSN10098 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(397.36, 100%, 50%) 0%, hsl(397.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10099 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(399.36, 100%, 50%) 0%, hsl(399.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10099 {
background: linear-gradient(to bottom, hsl(399.36, 100%, 50%) 0%, hsl(399.36, 100%, 50%) 100%);
}

.bg-SN10099 {
background: linear-gradient(to bottom, hsl(399.36, 100%, 50%) 0%, hsl(399.36, 100%, 50%) 100%);
}


#album-music-playedSN10099 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(401.36, 100%, 50%) 0%, hsl(401.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10100 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(403.36, 100%, 50%) 0%, hsl(403.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10100 {
background: linear-gradient(to bottom, hsl(403.36, 100%, 50%) 0%, hsl(403.36, 100%, 50%) 100%);
}

.bg-SN10100 {
background: linear-gradient(to bottom, hsl(403.36, 100%, 50%) 0%, hsl(403.36, 100%, 50%) 100%);
}


#album-music-playedSN10100 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(405.36, 100%, 50%) 0%, hsl(405.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10101 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(407.36, 100%, 50%) 0%, hsl(407.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10101 {
background: linear-gradient(to bottom, hsl(407.36, 100%, 50%) 0%, hsl(407.36, 100%, 50%) 100%);
}

.bg-SN10101 {
background: linear-gradient(to bottom, hsl(407.36, 100%, 50%) 0%, hsl(407.36, 100%, 50%) 100%);
}


#album-music-playedSN10101 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(409.36, 100%, 50%) 0%, hsl(409.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10102 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(411.36, 100%, 50%) 0%, hsl(411.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10102 {
background: linear-gradient(to bottom, hsl(411.36, 100%, 50%) 0%, hsl(411.36, 100%, 50%) 100%);
}

.bg-SN10102 {
background: linear-gradient(to bottom, hsl(411.36, 100%, 50%) 0%, hsl(411.36, 100%, 50%) 100%);
}


#album-music-playedSN10102 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(413.36, 100%, 50%) 0%, hsl(413.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10103 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(415.36, 100%, 50%) 0%, hsl(415.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10103 {
background: linear-gradient(to bottom, hsl(415.36, 100%, 50%) 0%, hsl(415.36, 100%, 50%) 100%);
}

.bg-SN10103 {
background: linear-gradient(to bottom, hsl(415.36, 100%, 50%) 0%, hsl(415.36, 100%, 50%) 100%);
}


#album-music-playedSN10103 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(417.36, 100%, 50%) 0%, hsl(417.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10104 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(419.36, 100%, 50%) 0%, hsl(419.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10104 {
background: linear-gradient(to bottom, hsl(419.36, 100%, 50%) 0%, hsl(419.36, 100%, 50%) 100%);
}

.bg-SN10104 {
background: linear-gradient(to bottom, hsl(419.36, 100%, 50%) 0%, hsl(419.36, 100%, 50%) 100%);
}


#album-music-playedSN10104 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(421.36, 100%, 50%) 0%, hsl(421.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10105 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(423.36, 100%, 50%) 0%, hsl(423.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10105 {
background: linear-gradient(to bottom, hsl(423.36, 100%, 50%) 0%, hsl(423.36, 100%, 50%) 100%);
}

.bg-SN10105 {
background: linear-gradient(to bottom, hsl(423.36, 100%, 50%) 0%, hsl(423.36, 100%, 50%) 100%);
}


#album-music-playedSN10105 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(425.36, 100%, 50%) 0%, hsl(425.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10106 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(427.36, 100%, 50%) 0%, hsl(427.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10106 {
background: linear-gradient(to bottom, hsl(427.36, 100%, 50%) 0%, hsl(427.36, 100%, 50%) 100%);
}

.bg-SN10106 {
background: linear-gradient(to bottom, hsl(427.36, 100%, 50%) 0%, hsl(427.36, 100%, 50%) 100%);
}


#album-music-playedSN10106 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(429.36, 100%, 50%) 0%, hsl(429.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10107 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(431.36, 100%, 50%) 0%, hsl(431.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10107 {
background: linear-gradient(to bottom, hsl(431.36, 100%, 50%) 0%, hsl(431.36, 100%, 50%) 100%);
}

.bg-SN10107 {
background: linear-gradient(to bottom, hsl(431.36, 100%, 50%) 0%, hsl(431.36, 100%, 50%) 100%);
}


#album-music-playedSN10107 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(433.36, 100%, 50%) 0%, hsl(433.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10108 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(435.36, 100%, 50%) 0%, hsl(435.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10108 {
background: linear-gradient(to bottom, hsl(435.36, 100%, 50%) 0%, hsl(435.36, 100%, 50%) 100%);
}

.bg-SN10108 {
background: linear-gradient(to bottom, hsl(435.36, 100%, 50%) 0%, hsl(435.36, 100%, 50%) 100%);
}


#album-music-playedSN10108 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(437.36, 100%, 50%) 0%, hsl(437.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10109 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(439.36, 100%, 50%) 0%, hsl(439.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10109 {
background: linear-gradient(to bottom, hsl(439.36, 100%, 50%) 0%, hsl(439.36, 100%, 50%) 100%);
}

.bg-SN10109 {
background: linear-gradient(to bottom, hsl(439.36, 100%, 50%) 0%, hsl(439.36, 100%, 50%) 100%);
}


#album-music-playedSN10109 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(441.36, 100%, 50%) 0%, hsl(441.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10110 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(443.36, 100%, 50%) 0%, hsl(443.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10110 {
background: linear-gradient(to bottom, hsl(443.36, 100%, 50%) 0%, hsl(443.36, 100%, 50%) 100%);
}

.bg-SN10110 {
background: linear-gradient(to bottom, hsl(443.36, 100%, 50%) 0%, hsl(443.36, 100%, 50%) 100%);
}


#album-music-playedSN10110 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(445.36, 100%, 50%) 0%, hsl(445.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10111 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(447.36, 100%, 50%) 0%, hsl(447.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10111 {
background: linear-gradient(to bottom, hsl(447.36, 100%, 50%) 0%, hsl(447.36, 100%, 50%) 100%);
}

.bg-SN10111 {
background: linear-gradient(to bottom, hsl(447.36, 100%, 50%) 0%, hsl(447.36, 100%, 50%) 100%);
}


#album-music-playedSN10111 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(449.36, 100%, 50%) 0%, hsl(449.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10112 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(451.36, 100%, 50%) 0%, hsl(451.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10112 {
background: linear-gradient(to bottom, hsl(451.36, 100%, 50%) 0%, hsl(451.36, 100%, 50%) 100%);
}

.bg-SN10112 {
background: linear-gradient(to bottom, hsl(451.36, 100%, 50%) 0%, hsl(451.36, 100%, 50%) 100%);
}


#album-music-playedSN10112 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(453.36, 100%, 50%) 0%, hsl(453.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10113 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(455.36, 100%, 50%) 0%, hsl(455.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10113 {
background: linear-gradient(to bottom, hsl(455.36, 100%, 50%) 0%, hsl(455.36, 100%, 50%) 100%);
}

.bg-SN10113 {
background: linear-gradient(to bottom, hsl(455.36, 100%, 50%) 0%, hsl(455.36, 100%, 50%) 100%);
}


#album-music-playedSN10113 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(457.36, 100%, 50%) 0%, hsl(457.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10114 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(459.36, 100%, 50%) 0%, hsl(459.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10114 {
background: linear-gradient(to bottom, hsl(459.36, 100%, 50%) 0%, hsl(459.36, 100%, 50%) 100%);
}

.bg-SN10114 {
background: linear-gradient(to bottom, hsl(459.36, 100%, 50%) 0%, hsl(459.36, 100%, 50%) 100%);
}


#album-music-playedSN10114 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(461.36, 100%, 50%) 0%, hsl(461.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10115 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(463.36, 100%, 50%) 0%, hsl(463.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10115 {
background: linear-gradient(to bottom, hsl(463.36, 100%, 50%) 0%, hsl(463.36, 100%, 50%) 100%);
}

.bg-SN10115 {
background: linear-gradient(to bottom, hsl(463.36, 100%, 50%) 0%, hsl(463.36, 100%, 50%) 100%);
}


#album-music-playedSN10115 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(465.36, 100%, 50%) 0%, hsl(465.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10116 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(467.36, 100%, 50%) 0%, hsl(467.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10116 {
background: linear-gradient(to bottom, hsl(467.36, 100%, 50%) 0%, hsl(467.36, 100%, 50%) 100%);
}

.bg-SN10116 {
background: linear-gradient(to bottom, hsl(467.36, 100%, 50%) 0%, hsl(467.36, 100%, 50%) 100%);
}


#album-music-playedSN10116 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(469.36, 100%, 50%) 0%, hsl(469.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10117 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(471.36, 100%, 50%) 0%, hsl(471.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10117 {
background: linear-gradient(to bottom, hsl(471.36, 100%, 50%) 0%, hsl(471.36, 100%, 50%) 100%);
}

.bg-SN10117 {
background: linear-gradient(to bottom, hsl(471.36, 100%, 50%) 0%, hsl(471.36, 100%, 50%) 100%);
}


#album-music-playedSN10117 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(473.36, 100%, 50%) 0%, hsl(473.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10118 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(475.36, 100%, 50%) 0%, hsl(475.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10118 {
background: linear-gradient(to bottom, hsl(475.36, 100%, 50%) 0%, hsl(475.36, 100%, 50%) 100%);
}

.bg-SN10118 {
background: linear-gradient(to bottom, hsl(475.36, 100%, 50%) 0%, hsl(475.36, 100%, 50%) 100%);
}


#album-music-playedSN10118 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(477.36, 100%, 50%) 0%, hsl(477.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10119 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(479.36, 100%, 50%) 0%, hsl(479.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10119 {
background: linear-gradient(to bottom, hsl(479.36, 100%, 50%) 0%, hsl(479.36, 100%, 50%) 100%);
}

.bg-SN10119 {
background: linear-gradient(to bottom, hsl(479.36, 100%, 50%) 0%, hsl(479.36, 100%, 50%) 100%);
}


#album-music-playedSN10119 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(481.36, 100%, 50%) 0%, hsl(481.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10120 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(483.36, 100%, 50%) 0%, hsl(483.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10120 {
background: linear-gradient(to bottom, hsl(483.36, 100%, 50%) 0%, hsl(483.36, 100%, 50%) 100%);
}

.bg-SN10120 {
background: linear-gradient(to bottom, hsl(483.36, 100%, 50%) 0%, hsl(483.36, 100%, 50%) 100%);
}


#album-music-playedSN10120 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(485.36, 100%, 50%) 0%, hsl(485.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10121 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(487.36, 100%, 50%) 0%, hsl(487.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10121 {
background: linear-gradient(to bottom, hsl(487.36, 100%, 50%) 0%, hsl(487.36, 100%, 50%) 100%);
}

.bg-SN10121 {
background: linear-gradient(to bottom, hsl(487.36, 100%, 50%) 0%, hsl(487.36, 100%, 50%) 100%);
}


#album-music-playedSN10121 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(489.36, 100%, 50%) 0%, hsl(489.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10122 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(491.36, 100%, 50%) 0%, hsl(491.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10122 {
background: linear-gradient(to bottom, hsl(491.36, 100%, 50%) 0%, hsl(491.36, 100%, 50%) 100%);
}

.bg-SN10122 {
background: linear-gradient(to bottom, hsl(491.36, 100%, 50%) 0%, hsl(491.36, 100%, 50%) 100%);
}


#album-music-playedSN10122 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(493.36, 100%, 50%) 0%, hsl(493.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10123 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(495.36, 100%, 50%) 0%, hsl(495.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10123 {
background: linear-gradient(to bottom, hsl(495.36, 100%, 50%) 0%, hsl(495.36, 100%, 50%) 100%);
}

.bg-SN10123 {
background: linear-gradient(to bottom, hsl(495.36, 100%, 50%) 0%, hsl(495.36, 100%, 50%) 100%);
}


#album-music-playedSN10123 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(497.36, 100%, 50%) 0%, hsl(497.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10124 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(499.36, 100%, 50%) 0%, hsl(499.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10124 {
background: linear-gradient(to bottom, hsl(499.36, 100%, 50%) 0%, hsl(499.36, 100%, 50%) 100%);
}

.bg-SN10124 {
background: linear-gradient(to bottom, hsl(499.36, 100%, 50%) 0%, hsl(499.36, 100%, 50%) 100%);
}


#album-music-playedSN10124 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(501.36, 100%, 50%) 0%, hsl(501.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10125 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(503.36, 100%, 50%) 0%, hsl(503.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10125 {
background: linear-gradient(to bottom, hsl(503.36, 100%, 50%) 0%, hsl(503.36, 100%, 50%) 100%);
}

.bg-SN10125 {
background: linear-gradient(to bottom, hsl(503.36, 100%, 50%) 0%, hsl(503.36, 100%, 50%) 100%);
}


#album-music-playedSN10125 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(505.36, 100%, 50%) 0%, hsl(505.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10126 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(507.36, 100%, 50%) 0%, hsl(507.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10126 {
background: linear-gradient(to bottom, hsl(507.36, 100%, 50%) 0%, hsl(507.36, 100%, 50%) 100%);
}

.bg-SN10126 {
background: linear-gradient(to bottom, hsl(507.36, 100%, 50%) 0%, hsl(507.36, 100%, 50%) 100%);
}


#album-music-playedSN10126 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(509.36, 100%, 50%) 0%, hsl(509.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10127 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(511.36, 100%, 50%) 0%, hsl(511.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10127 {
background: linear-gradient(to bottom, hsl(511.36, 100%, 50%) 0%, hsl(511.36, 100%, 50%) 100%);
}

.bg-SN10127 {
background: linear-gradient(to bottom, hsl(511.36, 100%, 50%) 0%, hsl(511.36, 100%, 50%) 100%);
}


#album-music-playedSN10127 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(513.36, 100%, 50%) 0%, hsl(513.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10128 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(515.36, 100%, 50%) 0%, hsl(515.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10128 {
background: linear-gradient(to bottom, hsl(515.36, 100%, 50%) 0%, hsl(515.36, 100%, 50%) 100%);
}

.bg-SN10128 {
background: linear-gradient(to bottom, hsl(515.36, 100%, 50%) 0%, hsl(515.36, 100%, 50%) 100%);
}


#album-music-playedSN10128 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(517.36, 100%, 50%) 0%, hsl(517.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10129 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(519.36, 100%, 50%) 0%, hsl(519.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10129 {
background: linear-gradient(to bottom, hsl(519.36, 100%, 50%) 0%, hsl(519.36, 100%, 50%) 100%);
}

.bg-SN10129 {
background: linear-gradient(to bottom, hsl(519.36, 100%, 50%) 0%, hsl(519.36, 100%, 50%) 100%);
}


#album-music-playedSN10129 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(521.36, 100%, 50%) 0%, hsl(521.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10130 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(523.36, 100%, 50%) 0%, hsl(523.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10130 {
background: linear-gradient(to bottom, hsl(523.36, 100%, 50%) 0%, hsl(523.36, 100%, 50%) 100%);
}

.bg-SN10130 {
background: linear-gradient(to bottom, hsl(523.36, 100%, 50%) 0%, hsl(523.36, 100%, 50%) 100%);
}


#album-music-playedSN10130 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(525.36, 100%, 50%) 0%, hsl(525.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10131 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(527.36, 100%, 50%) 0%, hsl(527.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10131 {
background: linear-gradient(to bottom, hsl(527.36, 100%, 50%) 0%, hsl(527.36, 100%, 50%) 100%);
}

.bg-SN10131 {
background: linear-gradient(to bottom, hsl(527.36, 100%, 50%) 0%, hsl(527.36, 100%, 50%) 100%);
}


#album-music-playedSN10131 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(529.36, 100%, 50%) 0%, hsl(529.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10132 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(531.36, 100%, 50%) 0%, hsl(531.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10132 {
background: linear-gradient(to bottom, hsl(531.36, 100%, 50%) 0%, hsl(531.36, 100%, 50%) 100%);
}

.bg-SN10132 {
background: linear-gradient(to bottom, hsl(531.36, 100%, 50%) 0%, hsl(531.36, 100%, 50%) 100%);
}


#album-music-playedSN10132 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(533.36, 100%, 50%) 0%, hsl(533.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10133 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(535.36, 100%, 50%) 0%, hsl(535.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10133 {
background: linear-gradient(to bottom, hsl(535.36, 100%, 50%) 0%, hsl(535.36, 100%, 50%) 100%);
}

.bg-SN10133 {
background: linear-gradient(to bottom, hsl(535.36, 100%, 50%) 0%, hsl(535.36, 100%, 50%) 100%);
}


#album-music-playedSN10133 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(537.36, 100%, 50%) 0%, hsl(537.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10134 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(539.36, 100%, 50%) 0%, hsl(539.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10134 {
background: linear-gradient(to bottom, hsl(539.36, 100%, 50%) 0%, hsl(539.36, 100%, 50%) 100%);
}

.bg-SN10134 {
background: linear-gradient(to bottom, hsl(539.36, 100%, 50%) 0%, hsl(539.36, 100%, 50%) 100%);
}


#album-music-playedSN10134 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(541.36, 100%, 50%) 0%, hsl(541.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10135 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(543.36, 100%, 50%) 0%, hsl(543.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10135 {
background: linear-gradient(to bottom, hsl(543.36, 100%, 50%) 0%, hsl(543.36, 100%, 50%) 100%);
}

.bg-SN10135 {
background: linear-gradient(to bottom, hsl(543.36, 100%, 50%) 0%, hsl(543.36, 100%, 50%) 100%);
}


#album-music-playedSN10135 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(545.36, 100%, 50%) 0%, hsl(545.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10136 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(547.36, 100%, 50%) 0%, hsl(547.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10136 {
background: linear-gradient(to bottom, hsl(547.36, 100%, 50%) 0%, hsl(547.36, 100%, 50%) 100%);
}

.bg-SN10136 {
background: linear-gradient(to bottom, hsl(547.36, 100%, 50%) 0%, hsl(547.36, 100%, 50%) 100%);
}


#album-music-playedSN10136 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(549.36, 100%, 50%) 0%, hsl(549.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10137 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(551.36, 100%, 50%) 0%, hsl(551.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10137 {
background: linear-gradient(to bottom, hsl(551.36, 100%, 50%) 0%, hsl(551.36, 100%, 50%) 100%);
}

.bg-SN10137 {
background: linear-gradient(to bottom, hsl(551.36, 100%, 50%) 0%, hsl(551.36, 100%, 50%) 100%);
}


#album-music-playedSN10137 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(553.36, 100%, 50%) 0%, hsl(553.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10138 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(555.36, 100%, 50%) 0%, hsl(555.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10138 {
background: linear-gradient(to bottom, hsl(555.36, 100%, 50%) 0%, hsl(555.36, 100%, 50%) 100%);
}

.bg-SN10138 {
background: linear-gradient(to bottom, hsl(555.36, 100%, 50%) 0%, hsl(555.36, 100%, 50%) 100%);
}


#album-music-playedSN10138 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(557.36, 100%, 50%) 0%, hsl(557.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10139 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(559.36, 100%, 50%) 0%, hsl(559.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10139 {
background: linear-gradient(to bottom, hsl(559.36, 100%, 50%) 0%, hsl(559.36, 100%, 50%) 100%);
}

.bg-SN10139 {
background: linear-gradient(to bottom, hsl(559.36, 100%, 50%) 0%, hsl(559.36, 100%, 50%) 100%);
}


#album-music-playedSN10139 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(561.36, 100%, 50%) 0%, hsl(561.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10140 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(563.36, 100%, 50%) 0%, hsl(563.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10140 {
background: linear-gradient(to bottom, hsl(563.36, 100%, 50%) 0%, hsl(563.36, 100%, 50%) 100%);
}

.bg-SN10140 {
background: linear-gradient(to bottom, hsl(563.36, 100%, 50%) 0%, hsl(563.36, 100%, 50%) 100%);
}


#album-music-playedSN10140 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(565.36, 100%, 50%) 0%, hsl(565.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10141 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(567.36, 100%, 50%) 0%, hsl(567.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10141 {
background: linear-gradient(to bottom, hsl(567.36, 100%, 50%) 0%, hsl(567.36, 100%, 50%) 100%);
}

.bg-SN10141 {
background: linear-gradient(to bottom, hsl(567.36, 100%, 50%) 0%, hsl(567.36, 100%, 50%) 100%);
}


#album-music-playedSN10141 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(569.36, 100%, 50%) 0%, hsl(569.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10142 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(571.36, 100%, 50%) 0%, hsl(571.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10142 {
background: linear-gradient(to bottom, hsl(571.36, 100%, 50%) 0%, hsl(571.36, 100%, 50%) 100%);
}

.bg-SN10142 {
background: linear-gradient(to bottom, hsl(571.36, 100%, 50%) 0%, hsl(571.36, 100%, 50%) 100%);
}


#album-music-playedSN10142 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(573.36, 100%, 50%) 0%, hsl(573.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10143 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(575.36, 100%, 50%) 0%, hsl(575.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10143 {
background: linear-gradient(to bottom, hsl(575.36, 100%, 50%) 0%, hsl(575.36, 100%, 50%) 100%);
}

.bg-SN10143 {
background: linear-gradient(to bottom, hsl(575.36, 100%, 50%) 0%, hsl(575.36, 100%, 50%) 100%);
}


#album-music-playedSN10143 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(577.36, 100%, 50%) 0%, hsl(577.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10144 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(579.36, 100%, 50%) 0%, hsl(579.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10144 {
background: linear-gradient(to bottom, hsl(579.36, 100%, 50%) 0%, hsl(579.36, 100%, 50%) 100%);
}

.bg-SN10144 {
background: linear-gradient(to bottom, hsl(579.36, 100%, 50%) 0%, hsl(579.36, 100%, 50%) 100%);
}


#album-music-playedSN10144 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(581.36, 100%, 50%) 0%, hsl(581.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10145 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(583.36, 100%, 50%) 0%, hsl(583.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10145 {
background: linear-gradient(to bottom, hsl(583.36, 100%, 50%) 0%, hsl(583.36, 100%, 50%) 100%);
}

.bg-SN10145 {
background: linear-gradient(to bottom, hsl(583.36, 100%, 50%) 0%, hsl(583.36, 100%, 50%) 100%);
}


#album-music-playedSN10145 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(585.36, 100%, 50%) 0%, hsl(585.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10146 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(587.36, 100%, 50%) 0%, hsl(587.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10146 {
background: linear-gradient(to bottom, hsl(587.36, 100%, 50%) 0%, hsl(587.36, 100%, 50%) 100%);
}

.bg-SN10146 {
background: linear-gradient(to bottom, hsl(587.36, 100%, 50%) 0%, hsl(587.36, 100%, 50%) 100%);
}


#album-music-playedSN10146 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(589.36, 100%, 50%) 0%, hsl(589.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10147 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(591.36, 100%, 50%) 0%, hsl(591.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10147 {
background: linear-gradient(to bottom, hsl(591.36, 100%, 50%) 0%, hsl(591.36, 100%, 50%) 100%);
}

.bg-SN10147 {
background: linear-gradient(to bottom, hsl(591.36, 100%, 50%) 0%, hsl(591.36, 100%, 50%) 100%);
}


#album-music-playedSN10147 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(593.36, 100%, 50%) 0%, hsl(593.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10148 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(595.36, 100%, 50%) 0%, hsl(595.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10148 {
background: linear-gradient(to bottom, hsl(595.36, 100%, 50%) 0%, hsl(595.36, 100%, 50%) 100%);
}

.bg-SN10148 {
background: linear-gradient(to bottom, hsl(595.36, 100%, 50%) 0%, hsl(595.36, 100%, 50%) 100%);
}


#album-music-playedSN10148 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(597.36, 100%, 50%) 0%, hsl(597.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10149 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(599.36, 100%, 50%) 0%, hsl(599.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10149 {
background: linear-gradient(to bottom, hsl(599.36, 100%, 50%) 0%, hsl(599.36, 100%, 50%) 100%);
}

.bg-SN10149 {
background: linear-gradient(to bottom, hsl(599.36, 100%, 50%) 0%, hsl(599.36, 100%, 50%) 100%);
}


#album-music-playedSN10149 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(601.36, 100%, 50%) 0%, hsl(601.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10150 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(603.36, 100%, 50%) 0%, hsl(603.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10150 {
background: linear-gradient(to bottom, hsl(603.36, 100%, 50%) 0%, hsl(603.36, 100%, 50%) 100%);
}

.bg-SN10150 {
background: linear-gradient(to bottom, hsl(603.36, 100%, 50%) 0%, hsl(603.36, 100%, 50%) 100%);
}


#album-music-playedSN10150 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(605.36, 100%, 50%) 0%, hsl(605.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10151 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(607.36, 100%, 50%) 0%, hsl(607.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10151 {
background: linear-gradient(to bottom, hsl(607.36, 100%, 50%) 0%, hsl(607.36, 100%, 50%) 100%);
}

.bg-SN10151 {
background: linear-gradient(to bottom, hsl(607.36, 100%, 50%) 0%, hsl(607.36, 100%, 50%) 100%);
}


#album-music-playedSN10151 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(609.36, 100%, 50%) 0%, hsl(609.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10152 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(611.36, 100%, 50%) 0%, hsl(611.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10152 {
background: linear-gradient(to bottom, hsl(611.36, 100%, 50%) 0%, hsl(611.36, 100%, 50%) 100%);
}

.bg-SN10152 {
background: linear-gradient(to bottom, hsl(611.36, 100%, 50%) 0%, hsl(611.36, 100%, 50%) 100%);
}


#album-music-playedSN10152 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(613.36, 100%, 50%) 0%, hsl(613.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10153 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(615.36, 100%, 50%) 0%, hsl(615.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10153 {
background: linear-gradient(to bottom, hsl(615.36, 100%, 50%) 0%, hsl(615.36, 100%, 50%) 100%);
}

.bg-SN10153 {
background: linear-gradient(to bottom, hsl(615.36, 100%, 50%) 0%, hsl(615.36, 100%, 50%) 100%);
}


#album-music-playedSN10153 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(617.36, 100%, 50%) 0%, hsl(617.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10154 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(619.36, 100%, 50%) 0%, hsl(619.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10154 {
background: linear-gradient(to bottom, hsl(619.36, 100%, 50%) 0%, hsl(619.36, 100%, 50%) 100%);
}

.bg-SN10154 {
background: linear-gradient(to bottom, hsl(619.36, 100%, 50%) 0%, hsl(619.36, 100%, 50%) 100%);
}


#album-music-playedSN10154 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(621.36, 100%, 50%) 0%, hsl(621.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10155 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(623.36, 100%, 50%) 0%, hsl(623.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10155 {
background: linear-gradient(to bottom, hsl(623.36, 100%, 50%) 0%, hsl(623.36, 100%, 50%) 100%);
}

.bg-SN10155 {
background: linear-gradient(to bottom, hsl(623.36, 100%, 50%) 0%, hsl(623.36, 100%, 50%) 100%);
}


#album-music-playedSN10155 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(625.36, 100%, 50%) 0%, hsl(625.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10156 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(627.36, 100%, 50%) 0%, hsl(627.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10156 {
background: linear-gradient(to bottom, hsl(627.36, 100%, 50%) 0%, hsl(627.36, 100%, 50%) 100%);
}

.bg-SN10156 {
background: linear-gradient(to bottom, hsl(627.36, 100%, 50%) 0%, hsl(627.36, 100%, 50%) 100%);
}


#album-music-playedSN10156 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(629.36, 100%, 50%) 0%, hsl(629.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10157 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(631.36, 100%, 50%) 0%, hsl(631.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10157 {
background: linear-gradient(to bottom, hsl(631.36, 100%, 50%) 0%, hsl(631.36, 100%, 50%) 100%);
}

.bg-SN10157 {
background: linear-gradient(to bottom, hsl(631.36, 100%, 50%) 0%, hsl(631.36, 100%, 50%) 100%);
}


#album-music-playedSN10157 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(633.36, 100%, 50%) 0%, hsl(633.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10158 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(635.36, 100%, 50%) 0%, hsl(635.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10158 {
background: linear-gradient(to bottom, hsl(635.36, 100%, 50%) 0%, hsl(635.36, 100%, 50%) 100%);
}

.bg-SN10158 {
background: linear-gradient(to bottom, hsl(635.36, 100%, 50%) 0%, hsl(635.36, 100%, 50%) 100%);
}


#album-music-playedSN10158 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(637.36, 100%, 50%) 0%, hsl(637.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10159 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(639.36, 100%, 50%) 0%, hsl(639.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10159 {
background: linear-gradient(to bottom, hsl(639.36, 100%, 50%) 0%, hsl(639.36, 100%, 50%) 100%);
}

.bg-SN10159 {
background: linear-gradient(to bottom, hsl(639.36, 100%, 50%) 0%, hsl(639.36, 100%, 50%) 100%);
}


#album-music-playedSN10159 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(641.36, 100%, 50%) 0%, hsl(641.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10160 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(643.36, 100%, 50%) 0%, hsl(643.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10160 {
background: linear-gradient(to bottom, hsl(643.36, 100%, 50%) 0%, hsl(643.36, 100%, 50%) 100%);
}

.bg-SN10160 {
background: linear-gradient(to bottom, hsl(643.36, 100%, 50%) 0%, hsl(643.36, 100%, 50%) 100%);
}


#album-music-playedSN10160 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(645.36, 100%, 50%) 0%, hsl(645.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10161 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(647.36, 100%, 50%) 0%, hsl(647.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10161 {
background: linear-gradient(to bottom, hsl(647.36, 100%, 50%) 0%, hsl(647.36, 100%, 50%) 100%);
}

.bg-SN10161 {
background: linear-gradient(to bottom, hsl(647.36, 100%, 50%) 0%, hsl(647.36, 100%, 50%) 100%);
}


#album-music-playedSN10161 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(649.36, 100%, 50%) 0%, hsl(649.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10162 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(651.36, 100%, 50%) 0%, hsl(651.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10162 {
background: linear-gradient(to bottom, hsl(651.36, 100%, 50%) 0%, hsl(651.36, 100%, 50%) 100%);
}

.bg-SN10162 {
background: linear-gradient(to bottom, hsl(651.36, 100%, 50%) 0%, hsl(651.36, 100%, 50%) 100%);
}


#album-music-playedSN10162 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(653.36, 100%, 50%) 0%, hsl(653.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10163 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(655.36, 100%, 50%) 0%, hsl(655.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10163 {
background: linear-gradient(to bottom, hsl(655.36, 100%, 50%) 0%, hsl(655.36, 100%, 50%) 100%);
}

.bg-SN10163 {
background: linear-gradient(to bottom, hsl(655.36, 100%, 50%) 0%, hsl(655.36, 100%, 50%) 100%);
}


#album-music-playedSN10163 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(657.36, 100%, 50%) 0%, hsl(657.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10164 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(659.36, 100%, 50%) 0%, hsl(659.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10164 {
background: linear-gradient(to bottom, hsl(659.36, 100%, 50%) 0%, hsl(659.36, 100%, 50%) 100%);
}

.bg-SN10164 {
background: linear-gradient(to bottom, hsl(659.36, 100%, 50%) 0%, hsl(659.36, 100%, 50%) 100%);
}


#album-music-playedSN10164 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(661.36, 100%, 50%) 0%, hsl(661.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10165 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(663.36, 100%, 50%) 0%, hsl(663.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10165 {
background: linear-gradient(to bottom, hsl(663.36, 100%, 50%) 0%, hsl(663.36, 100%, 50%) 100%);
}

.bg-SN10165 {
background: linear-gradient(to bottom, hsl(663.36, 100%, 50%) 0%, hsl(663.36, 100%, 50%) 100%);
}


#album-music-playedSN10165 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(665.36, 100%, 50%) 0%, hsl(665.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10166 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(667.36, 100%, 50%) 0%, hsl(667.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10166 {
background: linear-gradient(to bottom, hsl(667.36, 100%, 50%) 0%, hsl(667.36, 100%, 50%) 100%);
}

.bg-SN10166 {
background: linear-gradient(to bottom, hsl(667.36, 100%, 50%) 0%, hsl(667.36, 100%, 50%) 100%);
}


#album-music-playedSN10166 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(669.36, 100%, 50%) 0%, hsl(669.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10167 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(671.36, 100%, 50%) 0%, hsl(671.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10167 {
background: linear-gradient(to bottom, hsl(671.36, 100%, 50%) 0%, hsl(671.36, 100%, 50%) 100%);
}

.bg-SN10167 {
background: linear-gradient(to bottom, hsl(671.36, 100%, 50%) 0%, hsl(671.36, 100%, 50%) 100%);
}


#album-music-playedSN10167 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(673.36, 100%, 50%) 0%, hsl(673.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10168 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(675.36, 100%, 50%) 0%, hsl(675.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10168 {
background: linear-gradient(to bottom, hsl(675.36, 100%, 50%) 0%, hsl(675.36, 100%, 50%) 100%);
}

.bg-SN10168 {
background: linear-gradient(to bottom, hsl(675.36, 100%, 50%) 0%, hsl(675.36, 100%, 50%) 100%);
}


#album-music-playedSN10168 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(677.36, 100%, 50%) 0%, hsl(677.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10169 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(679.36, 100%, 50%) 0%, hsl(679.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10169 {
background: linear-gradient(to bottom, hsl(679.36, 100%, 50%) 0%, hsl(679.36, 100%, 50%) 100%);
}

.bg-SN10169 {
background: linear-gradient(to bottom, hsl(679.36, 100%, 50%) 0%, hsl(679.36, 100%, 50%) 100%);
}


#album-music-playedSN10169 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(681.36, 100%, 50%) 0%, hsl(681.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10170 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(683.36, 100%, 50%) 0%, hsl(683.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10170 {
background: linear-gradient(to bottom, hsl(683.36, 100%, 50%) 0%, hsl(683.36, 100%, 50%) 100%);
}

.bg-SN10170 {
background: linear-gradient(to bottom, hsl(683.36, 100%, 50%) 0%, hsl(683.36, 100%, 50%) 100%);
}


#album-music-playedSN10170 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(685.36, 100%, 50%) 0%, hsl(685.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10171 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(687.36, 100%, 50%) 0%, hsl(687.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10171 {
background: linear-gradient(to bottom, hsl(687.36, 100%, 50%) 0%, hsl(687.36, 100%, 50%) 100%);
}

.bg-SN10171 {
background: linear-gradient(to bottom, hsl(687.36, 100%, 50%) 0%, hsl(687.36, 100%, 50%) 100%);
}


#album-music-playedSN10171 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(689.36, 100%, 50%) 0%, hsl(689.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10172 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(691.36, 100%, 50%) 0%, hsl(691.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10172 {
background: linear-gradient(to bottom, hsl(691.36, 100%, 50%) 0%, hsl(691.36, 100%, 50%) 100%);
}

.bg-SN10172 {
background: linear-gradient(to bottom, hsl(691.36, 100%, 50%) 0%, hsl(691.36, 100%, 50%) 100%);
}


#album-music-playedSN10172 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(693.36, 100%, 50%) 0%, hsl(693.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10173 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(695.36, 100%, 50%) 0%, hsl(695.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10173 {
background: linear-gradient(to bottom, hsl(695.36, 100%, 50%) 0%, hsl(695.36, 100%, 50%) 100%);
}

.bg-SN10173 {
background: linear-gradient(to bottom, hsl(695.36, 100%, 50%) 0%, hsl(695.36, 100%, 50%) 100%);
}


#album-music-playedSN10173 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(697.36, 100%, 50%) 0%, hsl(697.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10174 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(699.36, 100%, 50%) 0%, hsl(699.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10174 {
background: linear-gradient(to bottom, hsl(699.36, 100%, 50%) 0%, hsl(699.36, 100%, 50%) 100%);
}

.bg-SN10174 {
background: linear-gradient(to bottom, hsl(699.36, 100%, 50%) 0%, hsl(699.36, 100%, 50%) 100%);
}


#album-music-playedSN10174 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(701.36, 100%, 50%) 0%, hsl(701.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10175 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(703.36, 100%, 50%) 0%, hsl(703.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10175 {
background: linear-gradient(to bottom, hsl(703.36, 100%, 50%) 0%, hsl(703.36, 100%, 50%) 100%);
}

.bg-SN10175 {
background: linear-gradient(to bottom, hsl(703.36, 100%, 50%) 0%, hsl(703.36, 100%, 50%) 100%);
}


#album-music-playedSN10175 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(705.36, 100%, 50%) 0%, hsl(705.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10176 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(707.36, 100%, 50%) 0%, hsl(707.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10176 {
background: linear-gradient(to bottom, hsl(707.36, 100%, 50%) 0%, hsl(707.36, 100%, 50%) 100%);
}

.bg-SN10176 {
background: linear-gradient(to bottom, hsl(707.36, 100%, 50%) 0%, hsl(707.36, 100%, 50%) 100%);
}


#album-music-playedSN10176 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(709.36, 100%, 50%) 0%, hsl(709.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10177 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(711.36, 100%, 50%) 0%, hsl(711.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10177 {
background: linear-gradient(to bottom, hsl(711.36, 100%, 50%) 0%, hsl(711.36, 100%, 50%) 100%);
}

.bg-SN10177 {
background: linear-gradient(to bottom, hsl(711.36, 100%, 50%) 0%, hsl(711.36, 100%, 50%) 100%);
}


#album-music-playedSN10177 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(713.36, 100%, 50%) 0%, hsl(713.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10178 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(715.36, 100%, 50%) 0%, hsl(715.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10178 {
background: linear-gradient(to bottom, hsl(715.36, 100%, 50%) 0%, hsl(715.36, 100%, 50%) 100%);
}

.bg-SN10178 {
background: linear-gradient(to bottom, hsl(715.36, 100%, 50%) 0%, hsl(715.36, 100%, 50%) 100%);
}


#album-music-playedSN10178 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(717.36, 100%, 50%) 0%, hsl(717.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10179 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(719.36, 100%, 50%) 0%, hsl(719.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10179 {
background: linear-gradient(to bottom, hsl(719.36, 100%, 50%) 0%, hsl(719.36, 100%, 50%) 100%);
}

.bg-SN10179 {
background: linear-gradient(to bottom, hsl(719.36, 100%, 50%) 0%, hsl(719.36, 100%, 50%) 100%);
}


#album-music-playedSN10179 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(721.36, 100%, 50%) 0%, hsl(721.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10180 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(723.36, 100%, 50%) 0%, hsl(723.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10180 {
background: linear-gradient(to bottom, hsl(723.36, 100%, 50%) 0%, hsl(723.36, 100%, 50%) 100%);
}

.bg-SN10180 {
background: linear-gradient(to bottom, hsl(723.36, 100%, 50%) 0%, hsl(723.36, 100%, 50%) 100%);
}


#album-music-playedSN10180 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(725.36, 100%, 50%) 0%, hsl(725.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10181 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(727.36, 100%, 50%) 0%, hsl(727.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10181 {
background: linear-gradient(to bottom, hsl(727.36, 100%, 50%) 0%, hsl(727.36, 100%, 50%) 100%);
}

.bg-SN10181 {
background: linear-gradient(to bottom, hsl(727.36, 100%, 50%) 0%, hsl(727.36, 100%, 50%) 100%);
}


#album-music-playedSN10181 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(729.36, 100%, 50%) 0%, hsl(729.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10182 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(731.36, 100%, 50%) 0%, hsl(731.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10182 {
background: linear-gradient(to bottom, hsl(731.36, 100%, 50%) 0%, hsl(731.36, 100%, 50%) 100%);
}

.bg-SN10182 {
background: linear-gradient(to bottom, hsl(731.36, 100%, 50%) 0%, hsl(731.36, 100%, 50%) 100%);
}


#album-music-playedSN10182 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(733.36, 100%, 50%) 0%, hsl(733.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10183 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(735.36, 100%, 50%) 0%, hsl(735.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10183 {
background: linear-gradient(to bottom, hsl(735.36, 100%, 50%) 0%, hsl(735.36, 100%, 50%) 100%);
}

.bg-SN10183 {
background: linear-gradient(to bottom, hsl(735.36, 100%, 50%) 0%, hsl(735.36, 100%, 50%) 100%);
}


#album-music-playedSN10183 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(737.36, 100%, 50%) 0%, hsl(737.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10184 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(739.36, 100%, 50%) 0%, hsl(739.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10184 {
background: linear-gradient(to bottom, hsl(739.36, 100%, 50%) 0%, hsl(739.36, 100%, 50%) 100%);
}

.bg-SN10184 {
background: linear-gradient(to bottom, hsl(739.36, 100%, 50%) 0%, hsl(739.36, 100%, 50%) 100%);
}


#album-music-playedSN10184 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(741.36, 100%, 50%) 0%, hsl(741.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10185 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(743.36, 100%, 50%) 0%, hsl(743.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10185 {
background: linear-gradient(to bottom, hsl(743.36, 100%, 50%) 0%, hsl(743.36, 100%, 50%) 100%);
}

.bg-SN10185 {
background: linear-gradient(to bottom, hsl(743.36, 100%, 50%) 0%, hsl(743.36, 100%, 50%) 100%);
}


#album-music-playedSN10185 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(745.36, 100%, 50%) 0%, hsl(745.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10186 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(747.36, 100%, 50%) 0%, hsl(747.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10186 {
background: linear-gradient(to bottom, hsl(747.36, 100%, 50%) 0%, hsl(747.36, 100%, 50%) 100%);
}

.bg-SN10186 {
background: linear-gradient(to bottom, hsl(747.36, 100%, 50%) 0%, hsl(747.36, 100%, 50%) 100%);
}


#album-music-playedSN10186 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(749.36, 100%, 50%) 0%, hsl(749.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10187 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(751.36, 100%, 50%) 0%, hsl(751.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10187 {
background: linear-gradient(to bottom, hsl(751.36, 100%, 50%) 0%, hsl(751.36, 100%, 50%) 100%);
}

.bg-SN10187 {
background: linear-gradient(to bottom, hsl(751.36, 100%, 50%) 0%, hsl(751.36, 100%, 50%) 100%);
}


#album-music-playedSN10187 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(753.36, 100%, 50%) 0%, hsl(753.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10188 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(755.36, 100%, 50%) 0%, hsl(755.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10188 {
background: linear-gradient(to bottom, hsl(755.36, 100%, 50%) 0%, hsl(755.36, 100%, 50%) 100%);
}

.bg-SN10188 {
background: linear-gradient(to bottom, hsl(755.36, 100%, 50%) 0%, hsl(755.36, 100%, 50%) 100%);
}


#album-music-playedSN10188 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(757.36, 100%, 50%) 0%, hsl(757.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10189 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(759.36, 100%, 50%) 0%, hsl(759.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10189 {
background: linear-gradient(to bottom, hsl(759.36, 100%, 50%) 0%, hsl(759.36, 100%, 50%) 100%);
}

.bg-SN10189 {
background: linear-gradient(to bottom, hsl(759.36, 100%, 50%) 0%, hsl(759.36, 100%, 50%) 100%);
}


#album-music-playedSN10189 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(761.36, 100%, 50%) 0%, hsl(761.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10190 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(763.36, 100%, 50%) 0%, hsl(763.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10190 {
background: linear-gradient(to bottom, hsl(763.36, 100%, 50%) 0%, hsl(763.36, 100%, 50%) 100%);
}

.bg-SN10190 {
background: linear-gradient(to bottom, hsl(763.36, 100%, 50%) 0%, hsl(763.36, 100%, 50%) 100%);
}


#album-music-playedSN10190 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(765.36, 100%, 50%) 0%, hsl(765.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10191 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(767.36, 100%, 50%) 0%, hsl(767.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10191 {
background: linear-gradient(to bottom, hsl(767.36, 100%, 50%) 0%, hsl(767.36, 100%, 50%) 100%);
}

.bg-SN10191 {
background: linear-gradient(to bottom, hsl(767.36, 100%, 50%) 0%, hsl(767.36, 100%, 50%) 100%);
}


#album-music-playedSN10191 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(769.36, 100%, 50%) 0%, hsl(769.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10192 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(771.36, 100%, 50%) 0%, hsl(771.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10192 {
background: linear-gradient(to bottom, hsl(771.36, 100%, 50%) 0%, hsl(771.36, 100%, 50%) 100%);
}

.bg-SN10192 {
background: linear-gradient(to bottom, hsl(771.36, 100%, 50%) 0%, hsl(771.36, 100%, 50%) 100%);
}


#album-music-playedSN10192 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(773.36, 100%, 50%) 0%, hsl(773.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10193 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(775.36, 100%, 50%) 0%, hsl(775.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10193 {
background: linear-gradient(to bottom, hsl(775.36, 100%, 50%) 0%, hsl(775.36, 100%, 50%) 100%);
}

.bg-SN10193 {
background: linear-gradient(to bottom, hsl(775.36, 100%, 50%) 0%, hsl(775.36, 100%, 50%) 100%);
}


#album-music-playedSN10193 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(777.36, 100%, 50%) 0%, hsl(777.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10194 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(779.36, 100%, 50%) 0%, hsl(779.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10194 {
background: linear-gradient(to bottom, hsl(779.36, 100%, 50%) 0%, hsl(779.36, 100%, 50%) 100%);
}

.bg-SN10194 {
background: linear-gradient(to bottom, hsl(779.36, 100%, 50%) 0%, hsl(779.36, 100%, 50%) 100%);
}


#album-music-playedSN10194 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(781.36, 100%, 50%) 0%, hsl(781.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10195 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(783.36, 100%, 50%) 0%, hsl(783.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10195 {
background: linear-gradient(to bottom, hsl(783.36, 100%, 50%) 0%, hsl(783.36, 100%, 50%) 100%);
}

.bg-SN10195 {
background: linear-gradient(to bottom, hsl(783.36, 100%, 50%) 0%, hsl(783.36, 100%, 50%) 100%);
}


#album-music-playedSN10195 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(785.36, 100%, 50%) 0%, hsl(785.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10196 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(787.36, 100%, 50%) 0%, hsl(787.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10196 {
background: linear-gradient(to bottom, hsl(787.36, 100%, 50%) 0%, hsl(787.36, 100%, 50%) 100%);
}

.bg-SN10196 {
background: linear-gradient(to bottom, hsl(787.36, 100%, 50%) 0%, hsl(787.36, 100%, 50%) 100%);
}


#album-music-playedSN10196 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(789.36, 100%, 50%) 0%, hsl(789.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10197 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(791.36, 100%, 50%) 0%, hsl(791.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10197 {
background: linear-gradient(to bottom, hsl(791.36, 100%, 50%) 0%, hsl(791.36, 100%, 50%) 100%);
}

.bg-SN10197 {
background: linear-gradient(to bottom, hsl(791.36, 100%, 50%) 0%, hsl(791.36, 100%, 50%) 100%);
}


#album-music-playedSN10197 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(793.36, 100%, 50%) 0%, hsl(793.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10198 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(795.36, 100%, 50%) 0%, hsl(795.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10198 {
background: linear-gradient(to bottom, hsl(795.36, 100%, 50%) 0%, hsl(795.36, 100%, 50%) 100%);
}

.bg-SN10198 {
background: linear-gradient(to bottom, hsl(795.36, 100%, 50%) 0%, hsl(795.36, 100%, 50%) 100%);
}


#album-music-playedSN10198 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(797.36, 100%, 50%) 0%, hsl(797.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10199 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(799.36, 100%, 50%) 0%, hsl(799.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10199 {
background: linear-gradient(to bottom, hsl(799.36, 100%, 50%) 0%, hsl(799.36, 100%, 50%) 100%);
}

.bg-SN10199 {
background: linear-gradient(to bottom, hsl(799.36, 100%, 50%) 0%, hsl(799.36, 100%, 50%) 100%);
}


#album-music-playedSN10199 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(801.36, 100%, 50%) 0%, hsl(801.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10200 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(803.36, 100%, 50%) 0%, hsl(803.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10200 {
background: linear-gradient(to bottom, hsl(803.36, 100%, 50%) 0%, hsl(803.36, 100%, 50%) 100%);
}

.bg-SN10200 {
background: linear-gradient(to bottom, hsl(803.36, 100%, 50%) 0%, hsl(803.36, 100%, 50%) 100%);
}


#album-music-playedSN10200 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(805.36, 100%, 50%) 0%, hsl(805.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10201 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(807.36, 100%, 50%) 0%, hsl(807.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10201 {
background: linear-gradient(to bottom, hsl(807.36, 100%, 50%) 0%, hsl(807.36, 100%, 50%) 100%);
}

.bg-SN10201 {
background: linear-gradient(to bottom, hsl(807.36, 100%, 50%) 0%, hsl(807.36, 100%, 50%) 100%);
}


#album-music-playedSN10201 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(809.36, 100%, 50%) 0%, hsl(809.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10202 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(811.36, 100%, 50%) 0%, hsl(811.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10202 {
background: linear-gradient(to bottom, hsl(811.36, 100%, 50%) 0%, hsl(811.36, 100%, 50%) 100%);
}

.bg-SN10202 {
background: linear-gradient(to bottom, hsl(811.36, 100%, 50%) 0%, hsl(811.36, 100%, 50%) 100%);
}


#album-music-playedSN10202 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(813.36, 100%, 50%) 0%, hsl(813.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10203 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(815.36, 100%, 50%) 0%, hsl(815.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10203 {
background: linear-gradient(to bottom, hsl(815.36, 100%, 50%) 0%, hsl(815.36, 100%, 50%) 100%);
}

.bg-SN10203 {
background: linear-gradient(to bottom, hsl(815.36, 100%, 50%) 0%, hsl(815.36, 100%, 50%) 100%);
}


#album-music-playedSN10203 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(817.36, 100%, 50%) 0%, hsl(817.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10204 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(819.36, 100%, 50%) 0%, hsl(819.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10204 {
background: linear-gradient(to bottom, hsl(819.36, 100%, 50%) 0%, hsl(819.36, 100%, 50%) 100%);
}

.bg-SN10204 {
background: linear-gradient(to bottom, hsl(819.36, 100%, 50%) 0%, hsl(819.36, 100%, 50%) 100%);
}


#album-music-playedSN10204 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(821.36, 100%, 50%) 0%, hsl(821.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10205 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(823.36, 100%, 50%) 0%, hsl(823.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10205 {
background: linear-gradient(to bottom, hsl(823.36, 100%, 50%) 0%, hsl(823.36, 100%, 50%) 100%);
}

.bg-SN10205 {
background: linear-gradient(to bottom, hsl(823.36, 100%, 50%) 0%, hsl(823.36, 100%, 50%) 100%);
}


#album-music-playedSN10205 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(825.36, 100%, 50%) 0%, hsl(825.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10206 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(827.36, 100%, 50%) 0%, hsl(827.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10206 {
background: linear-gradient(to bottom, hsl(827.36, 100%, 50%) 0%, hsl(827.36, 100%, 50%) 100%);
}

.bg-SN10206 {
background: linear-gradient(to bottom, hsl(827.36, 100%, 50%) 0%, hsl(827.36, 100%, 50%) 100%);
}


#album-music-playedSN10206 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(829.36, 100%, 50%) 0%, hsl(829.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10207 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(831.36, 100%, 50%) 0%, hsl(831.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10207 {
background: linear-gradient(to bottom, hsl(831.36, 100%, 50%) 0%, hsl(831.36, 100%, 50%) 100%);
}

.bg-SN10207 {
background: linear-gradient(to bottom, hsl(831.36, 100%, 50%) 0%, hsl(831.36, 100%, 50%) 100%);
}


#album-music-playedSN10207 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(833.36, 100%, 50%) 0%, hsl(833.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10208 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(835.36, 100%, 50%) 0%, hsl(835.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10208 {
background: linear-gradient(to bottom, hsl(835.36, 100%, 50%) 0%, hsl(835.36, 100%, 50%) 100%);
}

.bg-SN10208 {
background: linear-gradient(to bottom, hsl(835.36, 100%, 50%) 0%, hsl(835.36, 100%, 50%) 100%);
}


#album-music-playedSN10208 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(837.36, 100%, 50%) 0%, hsl(837.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10209 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(839.36, 100%, 50%) 0%, hsl(839.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10209 {
background: linear-gradient(to bottom, hsl(839.36, 100%, 50%) 0%, hsl(839.36, 100%, 50%) 100%);
}

.bg-SN10209 {
background: linear-gradient(to bottom, hsl(839.36, 100%, 50%) 0%, hsl(839.36, 100%, 50%) 100%);
}


#album-music-playedSN10209 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(841.36, 100%, 50%) 0%, hsl(841.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10210 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(843.36, 100%, 50%) 0%, hsl(843.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10210 {
background: linear-gradient(to bottom, hsl(843.36, 100%, 50%) 0%, hsl(843.36, 100%, 50%) 100%);
}

.bg-SN10210 {
background: linear-gradient(to bottom, hsl(843.36, 100%, 50%) 0%, hsl(843.36, 100%, 50%) 100%);
}


#album-music-playedSN10210 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(845.36, 100%, 50%) 0%, hsl(845.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10211 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(847.36, 100%, 50%) 0%, hsl(847.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10211 {
background: linear-gradient(to bottom, hsl(847.36, 100%, 50%) 0%, hsl(847.36, 100%, 50%) 100%);
}

.bg-SN10211 {
background: linear-gradient(to bottom, hsl(847.36, 100%, 50%) 0%, hsl(847.36, 100%, 50%) 100%);
}


#album-music-playedSN10211 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(849.36, 100%, 50%) 0%, hsl(849.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10212 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(851.36, 100%, 50%) 0%, hsl(851.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10212 {
background: linear-gradient(to bottom, hsl(851.36, 100%, 50%) 0%, hsl(851.36, 100%, 50%) 100%);
}

.bg-SN10212 {
background: linear-gradient(to bottom, hsl(851.36, 100%, 50%) 0%, hsl(851.36, 100%, 50%) 100%);
}


#album-music-playedSN10212 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(853.36, 100%, 50%) 0%, hsl(853.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10213 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(855.36, 100%, 50%) 0%, hsl(855.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10213 {
background: linear-gradient(to bottom, hsl(855.36, 100%, 50%) 0%, hsl(855.36, 100%, 50%) 100%);
}

.bg-SN10213 {
background: linear-gradient(to bottom, hsl(855.36, 100%, 50%) 0%, hsl(855.36, 100%, 50%) 100%);
}


#album-music-playedSN10213 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(857.36, 100%, 50%) 0%, hsl(857.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10214 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(859.36, 100%, 50%) 0%, hsl(859.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10214 {
background: linear-gradient(to bottom, hsl(859.36, 100%, 50%) 0%, hsl(859.36, 100%, 50%) 100%);
}

.bg-SN10214 {
background: linear-gradient(to bottom, hsl(859.36, 100%, 50%) 0%, hsl(859.36, 100%, 50%) 100%);
}


#album-music-playedSN10214 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(861.36, 100%, 50%) 0%, hsl(861.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10215 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(863.36, 100%, 50%) 0%, hsl(863.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10215 {
background: linear-gradient(to bottom, hsl(863.36, 100%, 50%) 0%, hsl(863.36, 100%, 50%) 100%);
}

.bg-SN10215 {
background: linear-gradient(to bottom, hsl(863.36, 100%, 50%) 0%, hsl(863.36, 100%, 50%) 100%);
}


#album-music-playedSN10215 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(865.36, 100%, 50%) 0%, hsl(865.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10216 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(867.36, 100%, 50%) 0%, hsl(867.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10216 {
background: linear-gradient(to bottom, hsl(867.36, 100%, 50%) 0%, hsl(867.36, 100%, 50%) 100%);
}

.bg-SN10216 {
background: linear-gradient(to bottom, hsl(867.36, 100%, 50%) 0%, hsl(867.36, 100%, 50%) 100%);
}


#album-music-playedSN10216 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(869.36, 100%, 50%) 0%, hsl(869.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10217 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(871.36, 100%, 50%) 0%, hsl(871.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10217 {
background: linear-gradient(to bottom, hsl(871.36, 100%, 50%) 0%, hsl(871.36, 100%, 50%) 100%);
}

.bg-SN10217 {
background: linear-gradient(to bottom, hsl(871.36, 100%, 50%) 0%, hsl(871.36, 100%, 50%) 100%);
}


#album-music-playedSN10217 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(873.36, 100%, 50%) 0%, hsl(873.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10218 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(875.36, 100%, 50%) 0%, hsl(875.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10218 {
background: linear-gradient(to bottom, hsl(875.36, 100%, 50%) 0%, hsl(875.36, 100%, 50%) 100%);
}

.bg-SN10218 {
background: linear-gradient(to bottom, hsl(875.36, 100%, 50%) 0%, hsl(875.36, 100%, 50%) 100%);
}


#album-music-playedSN10218 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(877.36, 100%, 50%) 0%, hsl(877.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10219 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(879.36, 100%, 50%) 0%, hsl(879.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10219 {
background: linear-gradient(to bottom, hsl(879.36, 100%, 50%) 0%, hsl(879.36, 100%, 50%) 100%);
}

.bg-SN10219 {
background: linear-gradient(to bottom, hsl(879.36, 100%, 50%) 0%, hsl(879.36, 100%, 50%) 100%);
}


#album-music-playedSN10219 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(881.36, 100%, 50%) 0%, hsl(881.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10220 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(883.36, 100%, 50%) 0%, hsl(883.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10220 {
background: linear-gradient(to bottom, hsl(883.36, 100%, 50%) 0%, hsl(883.36, 100%, 50%) 100%);
}

.bg-SN10220 {
background: linear-gradient(to bottom, hsl(883.36, 100%, 50%) 0%, hsl(883.36, 100%, 50%) 100%);
}


#album-music-playedSN10220 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(885.36, 100%, 50%) 0%, hsl(885.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10221 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(887.36, 100%, 50%) 0%, hsl(887.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10221 {
background: linear-gradient(to bottom, hsl(887.36, 100%, 50%) 0%, hsl(887.36, 100%, 50%) 100%);
}

.bg-SN10221 {
background: linear-gradient(to bottom, hsl(887.36, 100%, 50%) 0%, hsl(887.36, 100%, 50%) 100%);
}


#album-music-playedSN10221 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(889.36, 100%, 50%) 0%, hsl(889.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10222 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(891.36, 100%, 50%) 0%, hsl(891.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10222 {
background: linear-gradient(to bottom, hsl(891.36, 100%, 50%) 0%, hsl(891.36, 100%, 50%) 100%);
}

.bg-SN10222 {
background: linear-gradient(to bottom, hsl(891.36, 100%, 50%) 0%, hsl(891.36, 100%, 50%) 100%);
}


#album-music-playedSN10222 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(893.36, 100%, 50%) 0%, hsl(893.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10223 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(895.36, 100%, 50%) 0%, hsl(895.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10223 {
background: linear-gradient(to bottom, hsl(895.36, 100%, 50%) 0%, hsl(895.36, 100%, 50%) 100%);
}

.bg-SN10223 {
background: linear-gradient(to bottom, hsl(895.36, 100%, 50%) 0%, hsl(895.36, 100%, 50%) 100%);
}


#album-music-playedSN10223 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(897.36, 100%, 50%) 0%, hsl(897.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10224 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(899.36, 100%, 50%) 0%, hsl(899.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10224 {
background: linear-gradient(to bottom, hsl(899.36, 100%, 50%) 0%, hsl(899.36, 100%, 50%) 100%);
}

.bg-SN10224 {
background: linear-gradient(to bottom, hsl(899.36, 100%, 50%) 0%, hsl(899.36, 100%, 50%) 100%);
}


#album-music-playedSN10224 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(901.36, 100%, 50%) 0%, hsl(901.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10225 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(903.36, 100%, 50%) 0%, hsl(903.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10225 {
background: linear-gradient(to bottom, hsl(903.36, 100%, 50%) 0%, hsl(903.36, 100%, 50%) 100%);
}

.bg-SN10225 {
background: linear-gradient(to bottom, hsl(903.36, 100%, 50%) 0%, hsl(903.36, 100%, 50%) 100%);
}


#album-music-playedSN10225 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(905.36, 100%, 50%) 0%, hsl(905.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10226 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(907.36, 100%, 50%) 0%, hsl(907.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10226 {
background: linear-gradient(to bottom, hsl(907.36, 100%, 50%) 0%, hsl(907.36, 100%, 50%) 100%);
}

.bg-SN10226 {
background: linear-gradient(to bottom, hsl(907.36, 100%, 50%) 0%, hsl(907.36, 100%, 50%) 100%);
}


#album-music-playedSN10226 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(909.36, 100%, 50%) 0%, hsl(909.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10227 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(911.36, 100%, 50%) 0%, hsl(911.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10227 {
background: linear-gradient(to bottom, hsl(911.36, 100%, 50%) 0%, hsl(911.36, 100%, 50%) 100%);
}

.bg-SN10227 {
background: linear-gradient(to bottom, hsl(911.36, 100%, 50%) 0%, hsl(911.36, 100%, 50%) 100%);
}


#album-music-playedSN10227 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(913.36, 100%, 50%) 0%, hsl(913.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10228 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(915.36, 100%, 50%) 0%, hsl(915.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10228 {
background: linear-gradient(to bottom, hsl(915.36, 100%, 50%) 0%, hsl(915.36, 100%, 50%) 100%);
}

.bg-SN10228 {
background: linear-gradient(to bottom, hsl(915.36, 100%, 50%) 0%, hsl(915.36, 100%, 50%) 100%);
}


#album-music-playedSN10228 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(917.36, 100%, 50%) 0%, hsl(917.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10229 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(919.36, 100%, 50%) 0%, hsl(919.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10229 {
background: linear-gradient(to bottom, hsl(919.36, 100%, 50%) 0%, hsl(919.36, 100%, 50%) 100%);
}

.bg-SN10229 {
background: linear-gradient(to bottom, hsl(919.36, 100%, 50%) 0%, hsl(919.36, 100%, 50%) 100%);
}


#album-music-playedSN10229 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(921.36, 100%, 50%) 0%, hsl(921.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10230 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(923.36, 100%, 50%) 0%, hsl(923.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10230 {
background: linear-gradient(to bottom, hsl(923.36, 100%, 50%) 0%, hsl(923.36, 100%, 50%) 100%);
}

.bg-SN10230 {
background: linear-gradient(to bottom, hsl(923.36, 100%, 50%) 0%, hsl(923.36, 100%, 50%) 100%);
}


#album-music-playedSN10230 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(925.36, 100%, 50%) 0%, hsl(925.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10231 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(927.36, 100%, 50%) 0%, hsl(927.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10231 {
background: linear-gradient(to bottom, hsl(927.36, 100%, 50%) 0%, hsl(927.36, 100%, 50%) 100%);
}

.bg-SN10231 {
background: linear-gradient(to bottom, hsl(927.36, 100%, 50%) 0%, hsl(927.36, 100%, 50%) 100%);
}


#album-music-playedSN10231 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(929.36, 100%, 50%) 0%, hsl(929.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10232 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(931.36, 100%, 50%) 0%, hsl(931.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10232 {
background: linear-gradient(to bottom, hsl(931.36, 100%, 50%) 0%, hsl(931.36, 100%, 50%) 100%);
}

.bg-SN10232 {
background: linear-gradient(to bottom, hsl(931.36, 100%, 50%) 0%, hsl(931.36, 100%, 50%) 100%);
}


#album-music-playedSN10232 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(933.36, 100%, 50%) 0%, hsl(933.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10233 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(935.36, 100%, 50%) 0%, hsl(935.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10233 {
background: linear-gradient(to bottom, hsl(935.36, 100%, 50%) 0%, hsl(935.36, 100%, 50%) 100%);
}

.bg-SN10233 {
background: linear-gradient(to bottom, hsl(935.36, 100%, 50%) 0%, hsl(935.36, 100%, 50%) 100%);
}


#album-music-playedSN10233 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(937.36, 100%, 50%) 0%, hsl(937.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10234 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(939.36, 100%, 50%) 0%, hsl(939.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10234 {
background: linear-gradient(to bottom, hsl(939.36, 100%, 50%) 0%, hsl(939.36, 100%, 50%) 100%);
}

.bg-SN10234 {
background: linear-gradient(to bottom, hsl(939.36, 100%, 50%) 0%, hsl(939.36, 100%, 50%) 100%);
}


#album-music-playedSN10234 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(941.36, 100%, 50%) 0%, hsl(941.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10235 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(943.36, 100%, 50%) 0%, hsl(943.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10235 {
background: linear-gradient(to bottom, hsl(943.36, 100%, 50%) 0%, hsl(943.36, 100%, 50%) 100%);
}

.bg-SN10235 {
background: linear-gradient(to bottom, hsl(943.36, 100%, 50%) 0%, hsl(943.36, 100%, 50%) 100%);
}


#album-music-playedSN10235 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(945.36, 100%, 50%) 0%, hsl(945.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10236 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(947.36, 100%, 50%) 0%, hsl(947.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10236 {
background: linear-gradient(to bottom, hsl(947.36, 100%, 50%) 0%, hsl(947.36, 100%, 50%) 100%);
}

.bg-SN10236 {
background: linear-gradient(to bottom, hsl(947.36, 100%, 50%) 0%, hsl(947.36, 100%, 50%) 100%);
}


#album-music-playedSN10236 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(949.36, 100%, 50%) 0%, hsl(949.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10237 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(951.36, 100%, 50%) 0%, hsl(951.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10237 {
background: linear-gradient(to bottom, hsl(951.36, 100%, 50%) 0%, hsl(951.36, 100%, 50%) 100%);
}

.bg-SN10237 {
background: linear-gradient(to bottom, hsl(951.36, 100%, 50%) 0%, hsl(951.36, 100%, 50%) 100%);
}


#album-music-playedSN10237 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(953.36, 100%, 50%) 0%, hsl(953.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10238 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(955.36, 100%, 50%) 0%, hsl(955.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10238 {
background: linear-gradient(to bottom, hsl(955.36, 100%, 50%) 0%, hsl(955.36, 100%, 50%) 100%);
}

.bg-SN10238 {
background: linear-gradient(to bottom, hsl(955.36, 100%, 50%) 0%, hsl(955.36, 100%, 50%) 100%);
}


#album-music-playedSN10238 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(957.36, 100%, 50%) 0%, hsl(957.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10239 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(959.36, 100%, 50%) 0%, hsl(959.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10239 {
background: linear-gradient(to bottom, hsl(959.36, 100%, 50%) 0%, hsl(959.36, 100%, 50%) 100%);
}

.bg-SN10239 {
background: linear-gradient(to bottom, hsl(959.36, 100%, 50%) 0%, hsl(959.36, 100%, 50%) 100%);
}


#album-music-playedSN10239 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(961.36, 100%, 50%) 0%, hsl(961.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10240 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(963.36, 100%, 50%) 0%, hsl(963.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10240 {
background: linear-gradient(to bottom, hsl(963.36, 100%, 50%) 0%, hsl(963.36, 100%, 50%) 100%);
}

.bg-SN10240 {
background: linear-gradient(to bottom, hsl(963.36, 100%, 50%) 0%, hsl(963.36, 100%, 50%) 100%);
}


#album-music-playedSN10240 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(965.36, 100%, 50%) 0%, hsl(965.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10241 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(967.36, 100%, 50%) 0%, hsl(967.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10241 {
background: linear-gradient(to bottom, hsl(967.36, 100%, 50%) 0%, hsl(967.36, 100%, 50%) 100%);
}

.bg-SN10241 {
background: linear-gradient(to bottom, hsl(967.36, 100%, 50%) 0%, hsl(967.36, 100%, 50%) 100%);
}


#album-music-playedSN10241 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(969.36, 100%, 50%) 0%, hsl(969.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10242 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(971.36, 100%, 50%) 0%, hsl(971.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10242 {
background: linear-gradient(to bottom, hsl(971.36, 100%, 50%) 0%, hsl(971.36, 100%, 50%) 100%);
}

.bg-SN10242 {
background: linear-gradient(to bottom, hsl(971.36, 100%, 50%) 0%, hsl(971.36, 100%, 50%) 100%);
}


#album-music-playedSN10242 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(973.36, 100%, 50%) 0%, hsl(973.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10243 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(975.36, 100%, 50%) 0%, hsl(975.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10243 {
background: linear-gradient(to bottom, hsl(975.36, 100%, 50%) 0%, hsl(975.36, 100%, 50%) 100%);
}

.bg-SN10243 {
background: linear-gradient(to bottom, hsl(975.36, 100%, 50%) 0%, hsl(975.36, 100%, 50%) 100%);
}


#album-music-playedSN10243 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(977.36, 100%, 50%) 0%, hsl(977.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10244 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(979.36, 100%, 50%) 0%, hsl(979.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10244 {
background: linear-gradient(to bottom, hsl(979.36, 100%, 50%) 0%, hsl(979.36, 100%, 50%) 100%);
}

.bg-SN10244 {
background: linear-gradient(to bottom, hsl(979.36, 100%, 50%) 0%, hsl(979.36, 100%, 50%) 100%);
}


#album-music-playedSN10244 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(981.36, 100%, 50%) 0%, hsl(981.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10245 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(983.36, 100%, 50%) 0%, hsl(983.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10245 {
background: linear-gradient(to bottom, hsl(983.36, 100%, 50%) 0%, hsl(983.36, 100%, 50%) 100%);
}

.bg-SN10245 {
background: linear-gradient(to bottom, hsl(983.36, 100%, 50%) 0%, hsl(983.36, 100%, 50%) 100%);
}


#album-music-playedSN10245 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(985.36, 100%, 50%) 0%, hsl(985.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10246 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(987.36, 100%, 50%) 0%, hsl(987.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10246 {
background: linear-gradient(to bottom, hsl(987.36, 100%, 50%) 0%, hsl(987.36, 100%, 50%) 100%);
}

.bg-SN10246 {
background: linear-gradient(to bottom, hsl(987.36, 100%, 50%) 0%, hsl(987.36, 100%, 50%) 100%);
}


#album-music-playedSN10246 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(989.36, 100%, 50%) 0%, hsl(989.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10247 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(991.36, 100%, 50%) 0%, hsl(991.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10247 {
background: linear-gradient(to bottom, hsl(991.36, 100%, 50%) 0%, hsl(991.36, 100%, 50%) 100%);
}

.bg-SN10247 {
background: linear-gradient(to bottom, hsl(991.36, 100%, 50%) 0%, hsl(991.36, 100%, 50%) 100%);
}


#album-music-playedSN10247 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(993.36, 100%, 50%) 0%, hsl(993.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10248 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(995.36, 100%, 50%) 0%, hsl(995.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10248 {
background: linear-gradient(to bottom, hsl(995.36, 100%, 50%) 0%, hsl(995.36, 100%, 50%) 100%);
}

.bg-SN10248 {
background: linear-gradient(to bottom, hsl(995.36, 100%, 50%) 0%, hsl(995.36, 100%, 50%) 100%);
}


#album-music-playedSN10248 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(997.36, 100%, 50%) 0%, hsl(997.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10249 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(999.36, 100%, 50%) 0%, hsl(999.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10249 {
background: linear-gradient(to bottom, hsl(999.36, 100%, 50%) 0%, hsl(999.36, 100%, 50%) 100%);
}

.bg-SN10249 {
background: linear-gradient(to bottom, hsl(999.36, 100%, 50%) 0%, hsl(999.36, 100%, 50%) 100%);
}


#album-music-playedSN10249 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1001.36, 100%, 50%) 0%, hsl(1001.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10250 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1003.36, 100%, 50%) 0%, hsl(1003.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10250 {
background: linear-gradient(to bottom, hsl(1003.36, 100%, 50%) 0%, hsl(1003.36, 100%, 50%) 100%);
}

.bg-SN10250 {
background: linear-gradient(to bottom, hsl(1003.36, 100%, 50%) 0%, hsl(1003.36, 100%, 50%) 100%);
}


#album-music-playedSN10250 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1005.36, 100%, 50%) 0%, hsl(1005.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10251 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1007.36, 100%, 50%) 0%, hsl(1007.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10251 {
background: linear-gradient(to bottom, hsl(1007.36, 100%, 50%) 0%, hsl(1007.36, 100%, 50%) 100%);
}

.bg-SN10251 {
background: linear-gradient(to bottom, hsl(1007.36, 100%, 50%) 0%, hsl(1007.36, 100%, 50%) 100%);
}


#album-music-playedSN10251 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1009.36, 100%, 50%) 0%, hsl(1009.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10252 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1011.36, 100%, 50%) 0%, hsl(1011.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10252 {
background: linear-gradient(to bottom, hsl(1011.36, 100%, 50%) 0%, hsl(1011.36, 100%, 50%) 100%);
}

.bg-SN10252 {
background: linear-gradient(to bottom, hsl(1011.36, 100%, 50%) 0%, hsl(1011.36, 100%, 50%) 100%);
}


#album-music-playedSN10252 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1013.36, 100%, 50%) 0%, hsl(1013.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10253 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1015.36, 100%, 50%) 0%, hsl(1015.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10253 {
background: linear-gradient(to bottom, hsl(1015.36, 100%, 50%) 0%, hsl(1015.36, 100%, 50%) 100%);
}

.bg-SN10253 {
background: linear-gradient(to bottom, hsl(1015.36, 100%, 50%) 0%, hsl(1015.36, 100%, 50%) 100%);
}


#album-music-playedSN10253 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1017.36, 100%, 50%) 0%, hsl(1017.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10254 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1019.36, 100%, 50%) 0%, hsl(1019.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10254 {
background: linear-gradient(to bottom, hsl(1019.36, 100%, 50%) 0%, hsl(1019.36, 100%, 50%) 100%);
}

.bg-SN10254 {
background: linear-gradient(to bottom, hsl(1019.36, 100%, 50%) 0%, hsl(1019.36, 100%, 50%) 100%);
}


#album-music-playedSN10254 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1021.36, 100%, 50%) 0%, hsl(1021.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10255 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1023.36, 100%, 50%) 0%, hsl(1023.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10255 {
background: linear-gradient(to bottom, hsl(1023.36, 100%, 50%) 0%, hsl(1023.36, 100%, 50%) 100%);
}

.bg-SN10255 {
background: linear-gradient(to bottom, hsl(1023.36, 100%, 50%) 0%, hsl(1023.36, 100%, 50%) 100%);
}


#album-music-playedSN10255 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1025.36, 100%, 50%) 0%, hsl(1025.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10256 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1027.36, 100%, 50%) 0%, hsl(1027.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10256 {
background: linear-gradient(to bottom, hsl(1027.36, 100%, 50%) 0%, hsl(1027.36, 100%, 50%) 100%);
}

.bg-SN10256 {
background: linear-gradient(to bottom, hsl(1027.36, 100%, 50%) 0%, hsl(1027.36, 100%, 50%) 100%);
}


#album-music-playedSN10256 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1029.36, 100%, 50%) 0%, hsl(1029.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10257 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1031.36, 100%, 50%) 0%, hsl(1031.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10257 {
background: linear-gradient(to bottom, hsl(1031.36, 100%, 50%) 0%, hsl(1031.36, 100%, 50%) 100%);
}

.bg-SN10257 {
background: linear-gradient(to bottom, hsl(1031.36, 100%, 50%) 0%, hsl(1031.36, 100%, 50%) 100%);
}


#album-music-playedSN10257 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1033.36, 100%, 50%) 0%, hsl(1033.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10258 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1035.36, 100%, 50%) 0%, hsl(1035.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10258 {
background: linear-gradient(to bottom, hsl(1035.36, 100%, 50%) 0%, hsl(1035.36, 100%, 50%) 100%);
}

.bg-SN10258 {
background: linear-gradient(to bottom, hsl(1035.36, 100%, 50%) 0%, hsl(1035.36, 100%, 50%) 100%);
}


#album-music-playedSN10258 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1037.36, 100%, 50%) 0%, hsl(1037.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10259 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1039.36, 100%, 50%) 0%, hsl(1039.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10259 {
background: linear-gradient(to bottom, hsl(1039.36, 100%, 50%) 0%, hsl(1039.36, 100%, 50%) 100%);
}

.bg-SN10259 {
background: linear-gradient(to bottom, hsl(1039.36, 100%, 50%) 0%, hsl(1039.36, 100%, 50%) 100%);
}


#album-music-playedSN10259 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1041.36, 100%, 50%) 0%, hsl(1041.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10260 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1043.36, 100%, 50%) 0%, hsl(1043.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10260 {
background: linear-gradient(to bottom, hsl(1043.36, 100%, 50%) 0%, hsl(1043.36, 100%, 50%) 100%);
}

.bg-SN10260 {
background: linear-gradient(to bottom, hsl(1043.36, 100%, 50%) 0%, hsl(1043.36, 100%, 50%) 100%);
}


#album-music-playedSN10260 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1045.36, 100%, 50%) 0%, hsl(1045.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10261 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1047.36, 100%, 50%) 0%, hsl(1047.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10261 {
background: linear-gradient(to bottom, hsl(1047.36, 100%, 50%) 0%, hsl(1047.36, 100%, 50%) 100%);
}

.bg-SN10261 {
background: linear-gradient(to bottom, hsl(1047.36, 100%, 50%) 0%, hsl(1047.36, 100%, 50%) 100%);
}


#album-music-playedSN10261 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1049.36, 100%, 50%) 0%, hsl(1049.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10262 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1051.36, 100%, 50%) 0%, hsl(1051.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10262 {
background: linear-gradient(to bottom, hsl(1051.36, 100%, 50%) 0%, hsl(1051.36, 100%, 50%) 100%);
}

.bg-SN10262 {
background: linear-gradient(to bottom, hsl(1051.36, 100%, 50%) 0%, hsl(1051.36, 100%, 50%) 100%);
}


#album-music-playedSN10262 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1053.36, 100%, 50%) 0%, hsl(1053.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10263 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1055.36, 100%, 50%) 0%, hsl(1055.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10263 {
background: linear-gradient(to bottom, hsl(1055.36, 100%, 50%) 0%, hsl(1055.36, 100%, 50%) 100%);
}

.bg-SN10263 {
background: linear-gradient(to bottom, hsl(1055.36, 100%, 50%) 0%, hsl(1055.36, 100%, 50%) 100%);
}


#album-music-playedSN10263 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1057.36, 100%, 50%) 0%, hsl(1057.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10264 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1059.36, 100%, 50%) 0%, hsl(1059.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10264 {
background: linear-gradient(to bottom, hsl(1059.36, 100%, 50%) 0%, hsl(1059.36, 100%, 50%) 100%);
}

.bg-SN10264 {
background: linear-gradient(to bottom, hsl(1059.36, 100%, 50%) 0%, hsl(1059.36, 100%, 50%) 100%);
}


#album-music-playedSN10264 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1061.36, 100%, 50%) 0%, hsl(1061.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10265 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1063.36, 100%, 50%) 0%, hsl(1063.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10265 {
background: linear-gradient(to bottom, hsl(1063.36, 100%, 50%) 0%, hsl(1063.36, 100%, 50%) 100%);
}

.bg-SN10265 {
background: linear-gradient(to bottom, hsl(1063.36, 100%, 50%) 0%, hsl(1063.36, 100%, 50%) 100%);
}


#album-music-playedSN10265 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1065.36, 100%, 50%) 0%, hsl(1065.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10266 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1067.36, 100%, 50%) 0%, hsl(1067.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10266 {
background: linear-gradient(to bottom, hsl(1067.36, 100%, 50%) 0%, hsl(1067.36, 100%, 50%) 100%);
}

.bg-SN10266 {
background: linear-gradient(to bottom, hsl(1067.36, 100%, 50%) 0%, hsl(1067.36, 100%, 50%) 100%);
}


#album-music-playedSN10266 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1069.36, 100%, 50%) 0%, hsl(1069.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10267 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1071.36, 100%, 50%) 0%, hsl(1071.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10267 {
background: linear-gradient(to bottom, hsl(1071.36, 100%, 50%) 0%, hsl(1071.36, 100%, 50%) 100%);
}

.bg-SN10267 {
background: linear-gradient(to bottom, hsl(1071.36, 100%, 50%) 0%, hsl(1071.36, 100%, 50%) 100%);
}


#album-music-playedSN10267 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1073.36, 100%, 50%) 0%, hsl(1073.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10268 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1075.36, 100%, 50%) 0%, hsl(1075.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10268 {
background: linear-gradient(to bottom, hsl(1075.36, 100%, 50%) 0%, hsl(1075.36, 100%, 50%) 100%);
}

.bg-SN10268 {
background: linear-gradient(to bottom, hsl(1075.36, 100%, 50%) 0%, hsl(1075.36, 100%, 50%) 100%);
}


#album-music-playedSN10268 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1077.36, 100%, 50%) 0%, hsl(1077.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10269 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1079.36, 100%, 50%) 0%, hsl(1079.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10269 {
background: linear-gradient(to bottom, hsl(1079.36, 100%, 50%) 0%, hsl(1079.36, 100%, 50%) 100%);
}

.bg-SN10269 {
background: linear-gradient(to bottom, hsl(1079.36, 100%, 50%) 0%, hsl(1079.36, 100%, 50%) 100%);
}


#album-music-playedSN10269 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1081.36, 100%, 50%) 0%, hsl(1081.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10270 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1083.36, 100%, 50%) 0%, hsl(1083.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10270 {
background: linear-gradient(to bottom, hsl(1083.36, 100%, 50%) 0%, hsl(1083.36, 100%, 50%) 100%);
}

.bg-SN10270 {
background: linear-gradient(to bottom, hsl(1083.36, 100%, 50%) 0%, hsl(1083.36, 100%, 50%) 100%);
}


#album-music-playedSN10270 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1085.36, 100%, 50%) 0%, hsl(1085.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10271 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1087.36, 100%, 50%) 0%, hsl(1087.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10271 {
background: linear-gradient(to bottom, hsl(1087.36, 100%, 50%) 0%, hsl(1087.36, 100%, 50%) 100%);
}

.bg-SN10271 {
background: linear-gradient(to bottom, hsl(1087.36, 100%, 50%) 0%, hsl(1087.36, 100%, 50%) 100%);
}


#album-music-playedSN10271 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1089.36, 100%, 50%) 0%, hsl(1089.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10272 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1091.36, 100%, 50%) 0%, hsl(1091.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10272 {
background: linear-gradient(to bottom, hsl(1091.36, 100%, 50%) 0%, hsl(1091.36, 100%, 50%) 100%);
}

.bg-SN10272 {
background: linear-gradient(to bottom, hsl(1091.36, 100%, 50%) 0%, hsl(1091.36, 100%, 50%) 100%);
}


#album-music-playedSN10272 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1093.36, 100%, 50%) 0%, hsl(1093.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10273 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1095.36, 100%, 50%) 0%, hsl(1095.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10273 {
background: linear-gradient(to bottom, hsl(1095.36, 100%, 50%) 0%, hsl(1095.36, 100%, 50%) 100%);
}

.bg-SN10273 {
background: linear-gradient(to bottom, hsl(1095.36, 100%, 50%) 0%, hsl(1095.36, 100%, 50%) 100%);
}


#album-music-playedSN10273 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1097.36, 100%, 50%) 0%, hsl(1097.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10274 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1099.36, 100%, 50%) 0%, hsl(1099.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10274 {
background: linear-gradient(to bottom, hsl(1099.36, 100%, 50%) 0%, hsl(1099.36, 100%, 50%) 100%);
}

.bg-SN10274 {
background: linear-gradient(to bottom, hsl(1099.36, 100%, 50%) 0%, hsl(1099.36, 100%, 50%) 100%);
}


#album-music-playedSN10274 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1101.36, 100%, 50%) 0%, hsl(1101.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10275 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1103.36, 100%, 50%) 0%, hsl(1103.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10275 {
background: linear-gradient(to bottom, hsl(1103.36, 100%, 50%) 0%, hsl(1103.36, 100%, 50%) 100%);
}

.bg-SN10275 {
background: linear-gradient(to bottom, hsl(1103.36, 100%, 50%) 0%, hsl(1103.36, 100%, 50%) 100%);
}


#album-music-playedSN10275 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1105.36, 100%, 50%) 0%, hsl(1105.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10276 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1107.36, 100%, 50%) 0%, hsl(1107.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10276 {
background: linear-gradient(to bottom, hsl(1107.36, 100%, 50%) 0%, hsl(1107.36, 100%, 50%) 100%);
}

.bg-SN10276 {
background: linear-gradient(to bottom, hsl(1107.36, 100%, 50%) 0%, hsl(1107.36, 100%, 50%) 100%);
}


#album-music-playedSN10276 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1109.36, 100%, 50%) 0%, hsl(1109.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10277 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1111.36, 100%, 50%) 0%, hsl(1111.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10277 {
background: linear-gradient(to bottom, hsl(1111.36, 100%, 50%) 0%, hsl(1111.36, 100%, 50%) 100%);
}

.bg-SN10277 {
background: linear-gradient(to bottom, hsl(1111.36, 100%, 50%) 0%, hsl(1111.36, 100%, 50%) 100%);
}


#album-music-playedSN10277 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1113.36, 100%, 50%) 0%, hsl(1113.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10278 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1115.36, 100%, 50%) 0%, hsl(1115.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10278 {
background: linear-gradient(to bottom, hsl(1115.36, 100%, 50%) 0%, hsl(1115.36, 100%, 50%) 100%);
}

.bg-SN10278 {
background: linear-gradient(to bottom, hsl(1115.36, 100%, 50%) 0%, hsl(1115.36, 100%, 50%) 100%);
}


#album-music-playedSN10278 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1117.36, 100%, 50%) 0%, hsl(1117.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10279 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1119.36, 100%, 50%) 0%, hsl(1119.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10279 {
background: linear-gradient(to bottom, hsl(1119.36, 100%, 50%) 0%, hsl(1119.36, 100%, 50%) 100%);
}

.bg-SN10279 {
background: linear-gradient(to bottom, hsl(1119.36, 100%, 50%) 0%, hsl(1119.36, 100%, 50%) 100%);
}


#album-music-playedSN10279 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1121.36, 100%, 50%) 0%, hsl(1121.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10280 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1123.36, 100%, 50%) 0%, hsl(1123.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10280 {
background: linear-gradient(to bottom, hsl(1123.36, 100%, 50%) 0%, hsl(1123.36, 100%, 50%) 100%);
}

.bg-SN10280 {
background: linear-gradient(to bottom, hsl(1123.36, 100%, 50%) 0%, hsl(1123.36, 100%, 50%) 100%);
}


#album-music-playedSN10280 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1125.36, 100%, 50%) 0%, hsl(1125.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10281 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1127.36, 100%, 50%) 0%, hsl(1127.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10281 {
background: linear-gradient(to bottom, hsl(1127.36, 100%, 50%) 0%, hsl(1127.36, 100%, 50%) 100%);
}

.bg-SN10281 {
background: linear-gradient(to bottom, hsl(1127.36, 100%, 50%) 0%, hsl(1127.36, 100%, 50%) 100%);
}


#album-music-playedSN10281 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1129.36, 100%, 50%) 0%, hsl(1129.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10282 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1131.36, 100%, 50%) 0%, hsl(1131.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10282 {
background: linear-gradient(to bottom, hsl(1131.36, 100%, 50%) 0%, hsl(1131.36, 100%, 50%) 100%);
}

.bg-SN10282 {
background: linear-gradient(to bottom, hsl(1131.36, 100%, 50%) 0%, hsl(1131.36, 100%, 50%) 100%);
}


#album-music-playedSN10282 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1133.36, 100%, 50%) 0%, hsl(1133.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10283 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1135.36, 100%, 50%) 0%, hsl(1135.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10283 {
background: linear-gradient(to bottom, hsl(1135.36, 100%, 50%) 0%, hsl(1135.36, 100%, 50%) 100%);
}

.bg-SN10283 {
background: linear-gradient(to bottom, hsl(1135.36, 100%, 50%) 0%, hsl(1135.36, 100%, 50%) 100%);
}


#album-music-playedSN10283 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1137.36, 100%, 50%) 0%, hsl(1137.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10284 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1139.36, 100%, 50%) 0%, hsl(1139.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10284 {
background: linear-gradient(to bottom, hsl(1139.36, 100%, 50%) 0%, hsl(1139.36, 100%, 50%) 100%);
}

.bg-SN10284 {
background: linear-gradient(to bottom, hsl(1139.36, 100%, 50%) 0%, hsl(1139.36, 100%, 50%) 100%);
}


#album-music-playedSN10284 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1141.36, 100%, 50%) 0%, hsl(1141.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10285 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1143.36, 100%, 50%) 0%, hsl(1143.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10285 {
background: linear-gradient(to bottom, hsl(1143.36, 100%, 50%) 0%, hsl(1143.36, 100%, 50%) 100%);
}

.bg-SN10285 {
background: linear-gradient(to bottom, hsl(1143.36, 100%, 50%) 0%, hsl(1143.36, 100%, 50%) 100%);
}


#album-music-playedSN10285 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1145.36, 100%, 50%) 0%, hsl(1145.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10286 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1147.36, 100%, 50%) 0%, hsl(1147.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10286 {
background: linear-gradient(to bottom, hsl(1147.36, 100%, 50%) 0%, hsl(1147.36, 100%, 50%) 100%);
}

.bg-SN10286 {
background: linear-gradient(to bottom, hsl(1147.36, 100%, 50%) 0%, hsl(1147.36, 100%, 50%) 100%);
}


#album-music-playedSN10286 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1149.36, 100%, 50%) 0%, hsl(1149.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10287 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1151.36, 100%, 50%) 0%, hsl(1151.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10287 {
background: linear-gradient(to bottom, hsl(1151.36, 100%, 50%) 0%, hsl(1151.36, 100%, 50%) 100%);
}

.bg-SN10287 {
background: linear-gradient(to bottom, hsl(1151.36, 100%, 50%) 0%, hsl(1151.36, 100%, 50%) 100%);
}


#album-music-playedSN10287 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1153.36, 100%, 50%) 0%, hsl(1153.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10288 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1155.36, 100%, 50%) 0%, hsl(1155.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10288 {
background: linear-gradient(to bottom, hsl(1155.36, 100%, 50%) 0%, hsl(1155.36, 100%, 50%) 100%);
}

.bg-SN10288 {
background: linear-gradient(to bottom, hsl(1155.36, 100%, 50%) 0%, hsl(1155.36, 100%, 50%) 100%);
}


#album-music-playedSN10288 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1157.36, 100%, 50%) 0%, hsl(1157.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10289 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1159.36, 100%, 50%) 0%, hsl(1159.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10289 {
background: linear-gradient(to bottom, hsl(1159.36, 100%, 50%) 0%, hsl(1159.36, 100%, 50%) 100%);
}

.bg-SN10289 {
background: linear-gradient(to bottom, hsl(1159.36, 100%, 50%) 0%, hsl(1159.36, 100%, 50%) 100%);
}


#album-music-playedSN10289 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1161.36, 100%, 50%) 0%, hsl(1161.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10290 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1163.36, 100%, 50%) 0%, hsl(1163.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10290 {
background: linear-gradient(to bottom, hsl(1163.36, 100%, 50%) 0%, hsl(1163.36, 100%, 50%) 100%);
}

.bg-SN10290 {
background: linear-gradient(to bottom, hsl(1163.36, 100%, 50%) 0%, hsl(1163.36, 100%, 50%) 100%);
}


#album-music-playedSN10290 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1165.36, 100%, 50%) 0%, hsl(1165.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10291 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1167.36, 100%, 50%) 0%, hsl(1167.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10291 {
background: linear-gradient(to bottom, hsl(1167.36, 100%, 50%) 0%, hsl(1167.36, 100%, 50%) 100%);
}

.bg-SN10291 {
background: linear-gradient(to bottom, hsl(1167.36, 100%, 50%) 0%, hsl(1167.36, 100%, 50%) 100%);
}


#album-music-playedSN10291 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1169.36, 100%, 50%) 0%, hsl(1169.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10292 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1171.36, 100%, 50%) 0%, hsl(1171.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10292 {
background: linear-gradient(to bottom, hsl(1171.36, 100%, 50%) 0%, hsl(1171.36, 100%, 50%) 100%);
}

.bg-SN10292 {
background: linear-gradient(to bottom, hsl(1171.36, 100%, 50%) 0%, hsl(1171.36, 100%, 50%) 100%);
}


#album-music-playedSN10292 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1173.36, 100%, 50%) 0%, hsl(1173.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10293 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1175.36, 100%, 50%) 0%, hsl(1175.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10293 {
background: linear-gradient(to bottom, hsl(1175.36, 100%, 50%) 0%, hsl(1175.36, 100%, 50%) 100%);
}

.bg-SN10293 {
background: linear-gradient(to bottom, hsl(1175.36, 100%, 50%) 0%, hsl(1175.36, 100%, 50%) 100%);
}


#album-music-playedSN10293 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1177.36, 100%, 50%) 0%, hsl(1177.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10294 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1179.36, 100%, 50%) 0%, hsl(1179.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10294 {
background: linear-gradient(to bottom, hsl(1179.36, 100%, 50%) 0%, hsl(1179.36, 100%, 50%) 100%);
}

.bg-SN10294 {
background: linear-gradient(to bottom, hsl(1179.36, 100%, 50%) 0%, hsl(1179.36, 100%, 50%) 100%);
}


#album-music-playedSN10294 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1181.36, 100%, 50%) 0%, hsl(1181.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10295 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1183.36, 100%, 50%) 0%, hsl(1183.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10295 {
background: linear-gradient(to bottom, hsl(1183.36, 100%, 50%) 0%, hsl(1183.36, 100%, 50%) 100%);
}

.bg-SN10295 {
background: linear-gradient(to bottom, hsl(1183.36, 100%, 50%) 0%, hsl(1183.36, 100%, 50%) 100%);
}


#album-music-playedSN10295 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1185.36, 100%, 50%) 0%, hsl(1185.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10296 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1187.36, 100%, 50%) 0%, hsl(1187.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10296 {
background: linear-gradient(to bottom, hsl(1187.36, 100%, 50%) 0%, hsl(1187.36, 100%, 50%) 100%);
}

.bg-SN10296 {
background: linear-gradient(to bottom, hsl(1187.36, 100%, 50%) 0%, hsl(1187.36, 100%, 50%) 100%);
}


#album-music-playedSN10296 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1189.36, 100%, 50%) 0%, hsl(1189.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10297 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1191.36, 100%, 50%) 0%, hsl(1191.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10297 {
background: linear-gradient(to bottom, hsl(1191.36, 100%, 50%) 0%, hsl(1191.36, 100%, 50%) 100%);
}

.bg-SN10297 {
background: linear-gradient(to bottom, hsl(1191.36, 100%, 50%) 0%, hsl(1191.36, 100%, 50%) 100%);
}


#album-music-playedSN10297 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1193.36, 100%, 50%) 0%, hsl(1193.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10298 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1195.36, 100%, 50%) 0%, hsl(1195.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10298 {
background: linear-gradient(to bottom, hsl(1195.36, 100%, 50%) 0%, hsl(1195.36, 100%, 50%) 100%);
}

.bg-SN10298 {
background: linear-gradient(to bottom, hsl(1195.36, 100%, 50%) 0%, hsl(1195.36, 100%, 50%) 100%);
}


#album-music-playedSN10298 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1197.36, 100%, 50%) 0%, hsl(1197.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10299 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1199.36, 100%, 50%) 0%, hsl(1199.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10299 {
background: linear-gradient(to bottom, hsl(1199.36, 100%, 50%) 0%, hsl(1199.36, 100%, 50%) 100%);
}

.bg-SN10299 {
background: linear-gradient(to bottom, hsl(1199.36, 100%, 50%) 0%, hsl(1199.36, 100%, 50%) 100%);
}


#album-music-playedSN10299 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1201.36, 100%, 50%) 0%, hsl(1201.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10300 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1203.36, 100%, 50%) 0%, hsl(1203.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10300 {
background: linear-gradient(to bottom, hsl(1203.36, 100%, 50%) 0%, hsl(1203.36, 100%, 50%) 100%);
}

.bg-SN10300 {
background: linear-gradient(to bottom, hsl(1203.36, 100%, 50%) 0%, hsl(1203.36, 100%, 50%) 100%);
}


#album-music-playedSN10300 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1205.36, 100%, 50%) 0%, hsl(1205.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10301 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1207.36, 100%, 50%) 0%, hsl(1207.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10301 {
background: linear-gradient(to bottom, hsl(1207.36, 100%, 50%) 0%, hsl(1207.36, 100%, 50%) 100%);
}

.bg-SN10301 {
background: linear-gradient(to bottom, hsl(1207.36, 100%, 50%) 0%, hsl(1207.36, 100%, 50%) 100%);
}


#album-music-playedSN10301 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1209.36, 100%, 50%) 0%, hsl(1209.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10302 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1211.36, 100%, 50%) 0%, hsl(1211.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10302 {
background: linear-gradient(to bottom, hsl(1211.36, 100%, 50%) 0%, hsl(1211.36, 100%, 50%) 100%);
}

.bg-SN10302 {
background: linear-gradient(to bottom, hsl(1211.36, 100%, 50%) 0%, hsl(1211.36, 100%, 50%) 100%);
}


#album-music-playedSN10302 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1213.36, 100%, 50%) 0%, hsl(1213.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10303 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1215.36, 100%, 50%) 0%, hsl(1215.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10303 {
background: linear-gradient(to bottom, hsl(1215.36, 100%, 50%) 0%, hsl(1215.36, 100%, 50%) 100%);
}

.bg-SN10303 {
background: linear-gradient(to bottom, hsl(1215.36, 100%, 50%) 0%, hsl(1215.36, 100%, 50%) 100%);
}


#album-music-playedSN10303 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1217.36, 100%, 50%) 0%, hsl(1217.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10304 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1219.36, 100%, 50%) 0%, hsl(1219.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10304 {
background: linear-gradient(to bottom, hsl(1219.36, 100%, 50%) 0%, hsl(1219.36, 100%, 50%) 100%);
}

.bg-SN10304 {
background: linear-gradient(to bottom, hsl(1219.36, 100%, 50%) 0%, hsl(1219.36, 100%, 50%) 100%);
}


#album-music-playedSN10304 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1221.36, 100%, 50%) 0%, hsl(1221.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10305 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1223.36, 100%, 50%) 0%, hsl(1223.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10305 {
background: linear-gradient(to bottom, hsl(1223.36, 100%, 50%) 0%, hsl(1223.36, 100%, 50%) 100%);
}

.bg-SN10305 {
background: linear-gradient(to bottom, hsl(1223.36, 100%, 50%) 0%, hsl(1223.36, 100%, 50%) 100%);
}


#album-music-playedSN10305 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1225.36, 100%, 50%) 0%, hsl(1225.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10306 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1227.36, 100%, 50%) 0%, hsl(1227.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10306 {
background: linear-gradient(to bottom, hsl(1227.36, 100%, 50%) 0%, hsl(1227.36, 100%, 50%) 100%);
}

.bg-SN10306 {
background: linear-gradient(to bottom, hsl(1227.36, 100%, 50%) 0%, hsl(1227.36, 100%, 50%) 100%);
}


#album-music-playedSN10306 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1229.36, 100%, 50%) 0%, hsl(1229.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10307 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1231.36, 100%, 50%) 0%, hsl(1231.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10307 {
background: linear-gradient(to bottom, hsl(1231.36, 100%, 50%) 0%, hsl(1231.36, 100%, 50%) 100%);
}

.bg-SN10307 {
background: linear-gradient(to bottom, hsl(1231.36, 100%, 50%) 0%, hsl(1231.36, 100%, 50%) 100%);
}


#album-music-playedSN10307 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1233.36, 100%, 50%) 0%, hsl(1233.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10308 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1235.36, 100%, 50%) 0%, hsl(1235.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10308 {
background: linear-gradient(to bottom, hsl(1235.36, 100%, 50%) 0%, hsl(1235.36, 100%, 50%) 100%);
}

.bg-SN10308 {
background: linear-gradient(to bottom, hsl(1235.36, 100%, 50%) 0%, hsl(1235.36, 100%, 50%) 100%);
}


#album-music-playedSN10308 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1237.36, 100%, 50%) 0%, hsl(1237.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10309 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1239.36, 100%, 50%) 0%, hsl(1239.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10309 {
background: linear-gradient(to bottom, hsl(1239.36, 100%, 50%) 0%, hsl(1239.36, 100%, 50%) 100%);
}

.bg-SN10309 {
background: linear-gradient(to bottom, hsl(1239.36, 100%, 50%) 0%, hsl(1239.36, 100%, 50%) 100%);
}


#album-music-playedSN10309 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1241.36, 100%, 50%) 0%, hsl(1241.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10310 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1243.36, 100%, 50%) 0%, hsl(1243.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10310 {
background: linear-gradient(to bottom, hsl(1243.36, 100%, 50%) 0%, hsl(1243.36, 100%, 50%) 100%);
}

.bg-SN10310 {
background: linear-gradient(to bottom, hsl(1243.36, 100%, 50%) 0%, hsl(1243.36, 100%, 50%) 100%);
}


#album-music-playedSN10310 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1245.36, 100%, 50%) 0%, hsl(1245.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10311 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1247.36, 100%, 50%) 0%, hsl(1247.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10311 {
background: linear-gradient(to bottom, hsl(1247.36, 100%, 50%) 0%, hsl(1247.36, 100%, 50%) 100%);
}

.bg-SN10311 {
background: linear-gradient(to bottom, hsl(1247.36, 100%, 50%) 0%, hsl(1247.36, 100%, 50%) 100%);
}


#album-music-playedSN10311 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1249.36, 100%, 50%) 0%, hsl(1249.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10312 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1251.36, 100%, 50%) 0%, hsl(1251.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10312 {
background: linear-gradient(to bottom, hsl(1251.36, 100%, 50%) 0%, hsl(1251.36, 100%, 50%) 100%);
}

.bg-SN10312 {
background: linear-gradient(to bottom, hsl(1251.36, 100%, 50%) 0%, hsl(1251.36, 100%, 50%) 100%);
}


#album-music-playedSN10312 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1253.36, 100%, 50%) 0%, hsl(1253.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10313 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1255.36, 100%, 50%) 0%, hsl(1255.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10313 {
background: linear-gradient(to bottom, hsl(1255.36, 100%, 50%) 0%, hsl(1255.36, 100%, 50%) 100%);
}

.bg-SN10313 {
background: linear-gradient(to bottom, hsl(1255.36, 100%, 50%) 0%, hsl(1255.36, 100%, 50%) 100%);
}


#album-music-playedSN10313 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1257.36, 100%, 50%) 0%, hsl(1257.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10314 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1259.36, 100%, 50%) 0%, hsl(1259.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10314 {
background: linear-gradient(to bottom, hsl(1259.36, 100%, 50%) 0%, hsl(1259.36, 100%, 50%) 100%);
}

.bg-SN10314 {
background: linear-gradient(to bottom, hsl(1259.36, 100%, 50%) 0%, hsl(1259.36, 100%, 50%) 100%);
}


#album-music-playedSN10314 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1261.36, 100%, 50%) 0%, hsl(1261.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10315 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1263.36, 100%, 50%) 0%, hsl(1263.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10315 {
background: linear-gradient(to bottom, hsl(1263.36, 100%, 50%) 0%, hsl(1263.36, 100%, 50%) 100%);
}

.bg-SN10315 {
background: linear-gradient(to bottom, hsl(1263.36, 100%, 50%) 0%, hsl(1263.36, 100%, 50%) 100%);
}


#album-music-playedSN10315 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1265.36, 100%, 50%) 0%, hsl(1265.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10316 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1267.36, 100%, 50%) 0%, hsl(1267.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10316 {
background: linear-gradient(to bottom, hsl(1267.36, 100%, 50%) 0%, hsl(1267.36, 100%, 50%) 100%);
}

.bg-SN10316 {
background: linear-gradient(to bottom, hsl(1267.36, 100%, 50%) 0%, hsl(1267.36, 100%, 50%) 100%);
}


#album-music-playedSN10316 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1269.36, 100%, 50%) 0%, hsl(1269.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10317 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1271.36, 100%, 50%) 0%, hsl(1271.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10317 {
background: linear-gradient(to bottom, hsl(1271.36, 100%, 50%) 0%, hsl(1271.36, 100%, 50%) 100%);
}

.bg-SN10317 {
background: linear-gradient(to bottom, hsl(1271.36, 100%, 50%) 0%, hsl(1271.36, 100%, 50%) 100%);
}


#album-music-playedSN10317 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1273.36, 100%, 50%) 0%, hsl(1273.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10318 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1275.36, 100%, 50%) 0%, hsl(1275.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10318 {
background: linear-gradient(to bottom, hsl(1275.36, 100%, 50%) 0%, hsl(1275.36, 100%, 50%) 100%);
}

.bg-SN10318 {
background: linear-gradient(to bottom, hsl(1275.36, 100%, 50%) 0%, hsl(1275.36, 100%, 50%) 100%);
}


#album-music-playedSN10318 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1277.36, 100%, 50%) 0%, hsl(1277.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10319 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1279.36, 100%, 50%) 0%, hsl(1279.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10319 {
background: linear-gradient(to bottom, hsl(1279.36, 100%, 50%) 0%, hsl(1279.36, 100%, 50%) 100%);
}

.bg-SN10319 {
background: linear-gradient(to bottom, hsl(1279.36, 100%, 50%) 0%, hsl(1279.36, 100%, 50%) 100%);
}


#album-music-playedSN10319 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1281.36, 100%, 50%) 0%, hsl(1281.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10320 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1283.36, 100%, 50%) 0%, hsl(1283.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10320 {
background: linear-gradient(to bottom, hsl(1283.36, 100%, 50%) 0%, hsl(1283.36, 100%, 50%) 100%);
}

.bg-SN10320 {
background: linear-gradient(to bottom, hsl(1283.36, 100%, 50%) 0%, hsl(1283.36, 100%, 50%) 100%);
}


#album-music-playedSN10320 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1285.36, 100%, 50%) 0%, hsl(1285.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10321 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1287.36, 100%, 50%) 0%, hsl(1287.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10321 {
background: linear-gradient(to bottom, hsl(1287.36, 100%, 50%) 0%, hsl(1287.36, 100%, 50%) 100%);
}

.bg-SN10321 {
background: linear-gradient(to bottom, hsl(1287.36, 100%, 50%) 0%, hsl(1287.36, 100%, 50%) 100%);
}


#album-music-playedSN10321 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1289.36, 100%, 50%) 0%, hsl(1289.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10322 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1291.36, 100%, 50%) 0%, hsl(1291.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10322 {
background: linear-gradient(to bottom, hsl(1291.36, 100%, 50%) 0%, hsl(1291.36, 100%, 50%) 100%);
}

.bg-SN10322 {
background: linear-gradient(to bottom, hsl(1291.36, 100%, 50%) 0%, hsl(1291.36, 100%, 50%) 100%);
}


#album-music-playedSN10322 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1293.36, 100%, 50%) 0%, hsl(1293.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10323 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1295.36, 100%, 50%) 0%, hsl(1295.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10323 {
background: linear-gradient(to bottom, hsl(1295.36, 100%, 50%) 0%, hsl(1295.36, 100%, 50%) 100%);
}

.bg-SN10323 {
background: linear-gradient(to bottom, hsl(1295.36, 100%, 50%) 0%, hsl(1295.36, 100%, 50%) 100%);
}


#album-music-playedSN10323 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1297.36, 100%, 50%) 0%, hsl(1297.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10324 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1299.36, 100%, 50%) 0%, hsl(1299.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10324 {
background: linear-gradient(to bottom, hsl(1299.36, 100%, 50%) 0%, hsl(1299.36, 100%, 50%) 100%);
}

.bg-SN10324 {
background: linear-gradient(to bottom, hsl(1299.36, 100%, 50%) 0%, hsl(1299.36, 100%, 50%) 100%);
}


#album-music-playedSN10324 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1301.36, 100%, 50%) 0%, hsl(1301.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10325 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1303.36, 100%, 50%) 0%, hsl(1303.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10325 {
background: linear-gradient(to bottom, hsl(1303.36, 100%, 50%) 0%, hsl(1303.36, 100%, 50%) 100%);
}

.bg-SN10325 {
background: linear-gradient(to bottom, hsl(1303.36, 100%, 50%) 0%, hsl(1303.36, 100%, 50%) 100%);
}


#album-music-playedSN10325 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1305.36, 100%, 50%) 0%, hsl(1305.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10326 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1307.36, 100%, 50%) 0%, hsl(1307.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10326 {
background: linear-gradient(to bottom, hsl(1307.36, 100%, 50%) 0%, hsl(1307.36, 100%, 50%) 100%);
}

.bg-SN10326 {
background: linear-gradient(to bottom, hsl(1307.36, 100%, 50%) 0%, hsl(1307.36, 100%, 50%) 100%);
}


#album-music-playedSN10326 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1309.36, 100%, 50%) 0%, hsl(1309.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10327 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1311.36, 100%, 50%) 0%, hsl(1311.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10327 {
background: linear-gradient(to bottom, hsl(1311.36, 100%, 50%) 0%, hsl(1311.36, 100%, 50%) 100%);
}

.bg-SN10327 {
background: linear-gradient(to bottom, hsl(1311.36, 100%, 50%) 0%, hsl(1311.36, 100%, 50%) 100%);
}


#album-music-playedSN10327 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1313.36, 100%, 50%) 0%, hsl(1313.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10328 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1315.36, 100%, 50%) 0%, hsl(1315.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10328 {
background: linear-gradient(to bottom, hsl(1315.36, 100%, 50%) 0%, hsl(1315.36, 100%, 50%) 100%);
}

.bg-SN10328 {
background: linear-gradient(to bottom, hsl(1315.36, 100%, 50%) 0%, hsl(1315.36, 100%, 50%) 100%);
}


#album-music-playedSN10328 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1317.36, 100%, 50%) 0%, hsl(1317.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10329 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1319.36, 100%, 50%) 0%, hsl(1319.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10329 {
background: linear-gradient(to bottom, hsl(1319.36, 100%, 50%) 0%, hsl(1319.36, 100%, 50%) 100%);
}

.bg-SN10329 {
background: linear-gradient(to bottom, hsl(1319.36, 100%, 50%) 0%, hsl(1319.36, 100%, 50%) 100%);
}


#album-music-playedSN10329 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1321.36, 100%, 50%) 0%, hsl(1321.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10330 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1323.36, 100%, 50%) 0%, hsl(1323.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10330 {
background: linear-gradient(to bottom, hsl(1323.36, 100%, 50%) 0%, hsl(1323.36, 100%, 50%) 100%);
}

.bg-SN10330 {
background: linear-gradient(to bottom, hsl(1323.36, 100%, 50%) 0%, hsl(1323.36, 100%, 50%) 100%);
}


#album-music-playedSN10330 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1325.36, 100%, 50%) 0%, hsl(1325.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10331 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1327.36, 100%, 50%) 0%, hsl(1327.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10331 {
background: linear-gradient(to bottom, hsl(1327.36, 100%, 50%) 0%, hsl(1327.36, 100%, 50%) 100%);
}

.bg-SN10331 {
background: linear-gradient(to bottom, hsl(1327.36, 100%, 50%) 0%, hsl(1327.36, 100%, 50%) 100%);
}


#album-music-playedSN10331 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1329.36, 100%, 50%) 0%, hsl(1329.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10332 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1331.36, 100%, 50%) 0%, hsl(1331.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10332 {
background: linear-gradient(to bottom, hsl(1331.36, 100%, 50%) 0%, hsl(1331.36, 100%, 50%) 100%);
}

.bg-SN10332 {
background: linear-gradient(to bottom, hsl(1331.36, 100%, 50%) 0%, hsl(1331.36, 100%, 50%) 100%);
}


#album-music-playedSN10332 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1333.36, 100%, 50%) 0%, hsl(1333.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10333 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1335.36, 100%, 50%) 0%, hsl(1335.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10333 {
background: linear-gradient(to bottom, hsl(1335.36, 100%, 50%) 0%, hsl(1335.36, 100%, 50%) 100%);
}

.bg-SN10333 {
background: linear-gradient(to bottom, hsl(1335.36, 100%, 50%) 0%, hsl(1335.36, 100%, 50%) 100%);
}


#album-music-playedSN10333 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1337.36, 100%, 50%) 0%, hsl(1337.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10334 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1339.36, 100%, 50%) 0%, hsl(1339.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10334 {
background: linear-gradient(to bottom, hsl(1339.36, 100%, 50%) 0%, hsl(1339.36, 100%, 50%) 100%);
}

.bg-SN10334 {
background: linear-gradient(to bottom, hsl(1339.36, 100%, 50%) 0%, hsl(1339.36, 100%, 50%) 100%);
}


#album-music-playedSN10334 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1341.36, 100%, 50%) 0%, hsl(1341.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10335 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1343.36, 100%, 50%) 0%, hsl(1343.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10335 {
background: linear-gradient(to bottom, hsl(1343.36, 100%, 50%) 0%, hsl(1343.36, 100%, 50%) 100%);
}

.bg-SN10335 {
background: linear-gradient(to bottom, hsl(1343.36, 100%, 50%) 0%, hsl(1343.36, 100%, 50%) 100%);
}


#album-music-playedSN10335 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1345.36, 100%, 50%) 0%, hsl(1345.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10336 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1347.36, 100%, 50%) 0%, hsl(1347.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10336 {
background: linear-gradient(to bottom, hsl(1347.36, 100%, 50%) 0%, hsl(1347.36, 100%, 50%) 100%);
}

.bg-SN10336 {
background: linear-gradient(to bottom, hsl(1347.36, 100%, 50%) 0%, hsl(1347.36, 100%, 50%) 100%);
}


#album-music-playedSN10336 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1349.36, 100%, 50%) 0%, hsl(1349.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10337 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1351.36, 100%, 50%) 0%, hsl(1351.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10337 {
background: linear-gradient(to bottom, hsl(1351.36, 100%, 50%) 0%, hsl(1351.36, 100%, 50%) 100%);
}

.bg-SN10337 {
background: linear-gradient(to bottom, hsl(1351.36, 100%, 50%) 0%, hsl(1351.36, 100%, 50%) 100%);
}


#album-music-playedSN10337 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1353.36, 100%, 50%) 0%, hsl(1353.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10338 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1355.36, 100%, 50%) 0%, hsl(1355.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10338 {
background: linear-gradient(to bottom, hsl(1355.36, 100%, 50%) 0%, hsl(1355.36, 100%, 50%) 100%);
}

.bg-SN10338 {
background: linear-gradient(to bottom, hsl(1355.36, 100%, 50%) 0%, hsl(1355.36, 100%, 50%) 100%);
}


#album-music-playedSN10338 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1357.36, 100%, 50%) 0%, hsl(1357.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10339 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1359.36, 100%, 50%) 0%, hsl(1359.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10339 {
background: linear-gradient(to bottom, hsl(1359.36, 100%, 50%) 0%, hsl(1359.36, 100%, 50%) 100%);
}

.bg-SN10339 {
background: linear-gradient(to bottom, hsl(1359.36, 100%, 50%) 0%, hsl(1359.36, 100%, 50%) 100%);
}


#album-music-playedSN10339 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1361.36, 100%, 50%) 0%, hsl(1361.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10340 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1363.36, 100%, 50%) 0%, hsl(1363.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10340 {
background: linear-gradient(to bottom, hsl(1363.36, 100%, 50%) 0%, hsl(1363.36, 100%, 50%) 100%);
}

.bg-SN10340 {
background: linear-gradient(to bottom, hsl(1363.36, 100%, 50%) 0%, hsl(1363.36, 100%, 50%) 100%);
}


#album-music-playedSN10340 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1365.36, 100%, 50%) 0%, hsl(1365.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10341 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1367.36, 100%, 50%) 0%, hsl(1367.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10341 {
background: linear-gradient(to bottom, hsl(1367.36, 100%, 50%) 0%, hsl(1367.36, 100%, 50%) 100%);
}

.bg-SN10341 {
background: linear-gradient(to bottom, hsl(1367.36, 100%, 50%) 0%, hsl(1367.36, 100%, 50%) 100%);
}


#album-music-playedSN10341 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1369.36, 100%, 50%) 0%, hsl(1369.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10342 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1371.36, 100%, 50%) 0%, hsl(1371.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10342 {
background: linear-gradient(to bottom, hsl(1371.36, 100%, 50%) 0%, hsl(1371.36, 100%, 50%) 100%);
}

.bg-SN10342 {
background: linear-gradient(to bottom, hsl(1371.36, 100%, 50%) 0%, hsl(1371.36, 100%, 50%) 100%);
}


#album-music-playedSN10342 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1373.36, 100%, 50%) 0%, hsl(1373.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10343 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1375.36, 100%, 50%) 0%, hsl(1375.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10343 {
background: linear-gradient(to bottom, hsl(1375.36, 100%, 50%) 0%, hsl(1375.36, 100%, 50%) 100%);
}

.bg-SN10343 {
background: linear-gradient(to bottom, hsl(1375.36, 100%, 50%) 0%, hsl(1375.36, 100%, 50%) 100%);
}


#album-music-playedSN10343 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1377.36, 100%, 50%) 0%, hsl(1377.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10344 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1379.36, 100%, 50%) 0%, hsl(1379.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10344 {
background: linear-gradient(to bottom, hsl(1379.36, 100%, 50%) 0%, hsl(1379.36, 100%, 50%) 100%);
}

.bg-SN10344 {
background: linear-gradient(to bottom, hsl(1379.36, 100%, 50%) 0%, hsl(1379.36, 100%, 50%) 100%);
}


#album-music-playedSN10344 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1381.36, 100%, 50%) 0%, hsl(1381.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10345 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1383.36, 100%, 50%) 0%, hsl(1383.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10345 {
background: linear-gradient(to bottom, hsl(1383.36, 100%, 50%) 0%, hsl(1383.36, 100%, 50%) 100%);
}

.bg-SN10345 {
background: linear-gradient(to bottom, hsl(1383.36, 100%, 50%) 0%, hsl(1383.36, 100%, 50%) 100%);
}


#album-music-playedSN10345 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1385.36, 100%, 50%) 0%, hsl(1385.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10346 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1387.36, 100%, 50%) 0%, hsl(1387.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10346 {
background: linear-gradient(to bottom, hsl(1387.36, 100%, 50%) 0%, hsl(1387.36, 100%, 50%) 100%);
}

.bg-SN10346 {
background: linear-gradient(to bottom, hsl(1387.36, 100%, 50%) 0%, hsl(1387.36, 100%, 50%) 100%);
}


#album-music-playedSN10346 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1389.36, 100%, 50%) 0%, hsl(1389.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10347 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1391.36, 100%, 50%) 0%, hsl(1391.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10347 {
background: linear-gradient(to bottom, hsl(1391.36, 100%, 50%) 0%, hsl(1391.36, 100%, 50%) 100%);
}

.bg-SN10347 {
background: linear-gradient(to bottom, hsl(1391.36, 100%, 50%) 0%, hsl(1391.36, 100%, 50%) 100%);
}


#album-music-playedSN10347 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1393.36, 100%, 50%) 0%, hsl(1393.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10348 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1395.36, 100%, 50%) 0%, hsl(1395.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10348 {
background: linear-gradient(to bottom, hsl(1395.36, 100%, 50%) 0%, hsl(1395.36, 100%, 50%) 100%);
}

.bg-SN10348 {
background: linear-gradient(to bottom, hsl(1395.36, 100%, 50%) 0%, hsl(1395.36, 100%, 50%) 100%);
}


#album-music-playedSN10348 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1397.36, 100%, 50%) 0%, hsl(1397.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10349 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1399.36, 100%, 50%) 0%, hsl(1399.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10349 {
background: linear-gradient(to bottom, hsl(1399.36, 100%, 50%) 0%, hsl(1399.36, 100%, 50%) 100%);
}

.bg-SN10349 {
background: linear-gradient(to bottom, hsl(1399.36, 100%, 50%) 0%, hsl(1399.36, 100%, 50%) 100%);
}


#album-music-playedSN10349 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1401.36, 100%, 50%) 0%, hsl(1401.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10350 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1403.36, 100%, 50%) 0%, hsl(1403.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10350 {
background: linear-gradient(to bottom, hsl(1403.36, 100%, 50%) 0%, hsl(1403.36, 100%, 50%) 100%);
}

.bg-SN10350 {
background: linear-gradient(to bottom, hsl(1403.36, 100%, 50%) 0%, hsl(1403.36, 100%, 50%) 100%);
}


#album-music-playedSN10350 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1405.36, 100%, 50%) 0%, hsl(1405.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10351 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1407.36, 100%, 50%) 0%, hsl(1407.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10351 {
background: linear-gradient(to bottom, hsl(1407.36, 100%, 50%) 0%, hsl(1407.36, 100%, 50%) 100%);
}

.bg-SN10351 {
background: linear-gradient(to bottom, hsl(1407.36, 100%, 50%) 0%, hsl(1407.36, 100%, 50%) 100%);
}


#album-music-playedSN10351 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1409.36, 100%, 50%) 0%, hsl(1409.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10352 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1411.36, 100%, 50%) 0%, hsl(1411.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10352 {
background: linear-gradient(to bottom, hsl(1411.36, 100%, 50%) 0%, hsl(1411.36, 100%, 50%) 100%);
}

.bg-SN10352 {
background: linear-gradient(to bottom, hsl(1411.36, 100%, 50%) 0%, hsl(1411.36, 100%, 50%) 100%);
}


#album-music-playedSN10352 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1413.36, 100%, 50%) 0%, hsl(1413.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10353 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1415.36, 100%, 50%) 0%, hsl(1415.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10353 {
background: linear-gradient(to bottom, hsl(1415.36, 100%, 50%) 0%, hsl(1415.36, 100%, 50%) 100%);
}

.bg-SN10353 {
background: linear-gradient(to bottom, hsl(1415.36, 100%, 50%) 0%, hsl(1415.36, 100%, 50%) 100%);
}


#album-music-playedSN10353 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1417.36, 100%, 50%) 0%, hsl(1417.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10354 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1419.36, 100%, 50%) 0%, hsl(1419.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10354 {
background: linear-gradient(to bottom, hsl(1419.36, 100%, 50%) 0%, hsl(1419.36, 100%, 50%) 100%);
}

.bg-SN10354 {
background: linear-gradient(to bottom, hsl(1419.36, 100%, 50%) 0%, hsl(1419.36, 100%, 50%) 100%);
}


#album-music-playedSN10354 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1421.36, 100%, 50%) 0%, hsl(1421.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10355 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1423.36, 100%, 50%) 0%, hsl(1423.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10355 {
background: linear-gradient(to bottom, hsl(1423.36, 100%, 50%) 0%, hsl(1423.36, 100%, 50%) 100%);
}

.bg-SN10355 {
background: linear-gradient(to bottom, hsl(1423.36, 100%, 50%) 0%, hsl(1423.36, 100%, 50%) 100%);
}


#album-music-playedSN10355 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1425.36, 100%, 50%) 0%, hsl(1425.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10356 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1427.36, 100%, 50%) 0%, hsl(1427.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10356 {
background: linear-gradient(to bottom, hsl(1427.36, 100%, 50%) 0%, hsl(1427.36, 100%, 50%) 100%);
}

.bg-SN10356 {
background: linear-gradient(to bottom, hsl(1427.36, 100%, 50%) 0%, hsl(1427.36, 100%, 50%) 100%);
}


#album-music-playedSN10356 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1429.36, 100%, 50%) 0%, hsl(1429.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10357 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1431.36, 100%, 50%) 0%, hsl(1431.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10357 {
background: linear-gradient(to bottom, hsl(1431.36, 100%, 50%) 0%, hsl(1431.36, 100%, 50%) 100%);
}

.bg-SN10357 {
background: linear-gradient(to bottom, hsl(1431.36, 100%, 50%) 0%, hsl(1431.36, 100%, 50%) 100%);
}


#album-music-playedSN10357 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1433.36, 100%, 50%) 0%, hsl(1433.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10358 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1435.36, 100%, 50%) 0%, hsl(1435.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10358 {
background: linear-gradient(to bottom, hsl(1435.36, 100%, 50%) 0%, hsl(1435.36, 100%, 50%) 100%);
}

.bg-SN10358 {
background: linear-gradient(to bottom, hsl(1435.36, 100%, 50%) 0%, hsl(1435.36, 100%, 50%) 100%);
}


#album-music-playedSN10358 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1437.36, 100%, 50%) 0%, hsl(1437.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10359 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1439.36, 100%, 50%) 0%, hsl(1439.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10359 {
background: linear-gradient(to bottom, hsl(1439.36, 100%, 50%) 0%, hsl(1439.36, 100%, 50%) 100%);
}

.bg-SN10359 {
background: linear-gradient(to bottom, hsl(1439.36, 100%, 50%) 0%, hsl(1439.36, 100%, 50%) 100%);
}


#album-music-playedSN10359 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1441.36, 100%, 50%) 0%, hsl(1441.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10360 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1443.36, 100%, 50%) 0%, hsl(1443.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10360 {
background: linear-gradient(to bottom, hsl(1443.36, 100%, 50%) 0%, hsl(1443.36, 100%, 50%) 100%);
}

.bg-SN10360 {
background: linear-gradient(to bottom, hsl(1443.36, 100%, 50%) 0%, hsl(1443.36, 100%, 50%) 100%);
}


#album-music-playedSN10360 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1445.36, 100%, 50%) 0%, hsl(1445.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10361 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1447.36, 100%, 50%) 0%, hsl(1447.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10361 {
background: linear-gradient(to bottom, hsl(1447.36, 100%, 50%) 0%, hsl(1447.36, 100%, 50%) 100%);
}

.bg-SN10361 {
background: linear-gradient(to bottom, hsl(1447.36, 100%, 50%) 0%, hsl(1447.36, 100%, 50%) 100%);
}


#album-music-playedSN10361 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1449.36, 100%, 50%) 0%, hsl(1449.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10362 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1451.36, 100%, 50%) 0%, hsl(1451.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10362 {
background: linear-gradient(to bottom, hsl(1451.36, 100%, 50%) 0%, hsl(1451.36, 100%, 50%) 100%);
}

.bg-SN10362 {
background: linear-gradient(to bottom, hsl(1451.36, 100%, 50%) 0%, hsl(1451.36, 100%, 50%) 100%);
}


#album-music-playedSN10362 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1453.36, 100%, 50%) 0%, hsl(1453.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10363 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1455.36, 100%, 50%) 0%, hsl(1455.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10363 {
background: linear-gradient(to bottom, hsl(1455.36, 100%, 50%) 0%, hsl(1455.36, 100%, 50%) 100%);
}

.bg-SN10363 {
background: linear-gradient(to bottom, hsl(1455.36, 100%, 50%) 0%, hsl(1455.36, 100%, 50%) 100%);
}


#album-music-playedSN10363 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1457.36, 100%, 50%) 0%, hsl(1457.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10364 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1459.36, 100%, 50%) 0%, hsl(1459.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10364 {
background: linear-gradient(to bottom, hsl(1459.36, 100%, 50%) 0%, hsl(1459.36, 100%, 50%) 100%);
}

.bg-SN10364 {
background: linear-gradient(to bottom, hsl(1459.36, 100%, 50%) 0%, hsl(1459.36, 100%, 50%) 100%);
}


#album-music-playedSN10364 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1461.36, 100%, 50%) 0%, hsl(1461.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10365 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1463.36, 100%, 50%) 0%, hsl(1463.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10365 {
background: linear-gradient(to bottom, hsl(1463.36, 100%, 50%) 0%, hsl(1463.36, 100%, 50%) 100%);
}

.bg-SN10365 {
background: linear-gradient(to bottom, hsl(1463.36, 100%, 50%) 0%, hsl(1463.36, 100%, 50%) 100%);
}


#album-music-playedSN10365 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1465.36, 100%, 50%) 0%, hsl(1465.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10366 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1467.36, 100%, 50%) 0%, hsl(1467.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10366 {
background: linear-gradient(to bottom, hsl(1467.36, 100%, 50%) 0%, hsl(1467.36, 100%, 50%) 100%);
}

.bg-SN10366 {
background: linear-gradient(to bottom, hsl(1467.36, 100%, 50%) 0%, hsl(1467.36, 100%, 50%) 100%);
}


#album-music-playedSN10366 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1469.36, 100%, 50%) 0%, hsl(1469.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10367 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1471.36, 100%, 50%) 0%, hsl(1471.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10367 {
background: linear-gradient(to bottom, hsl(1471.36, 100%, 50%) 0%, hsl(1471.36, 100%, 50%) 100%);
}

.bg-SN10367 {
background: linear-gradient(to bottom, hsl(1471.36, 100%, 50%) 0%, hsl(1471.36, 100%, 50%) 100%);
}


#album-music-playedSN10367 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1473.36, 100%, 50%) 0%, hsl(1473.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10368 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1475.36, 100%, 50%) 0%, hsl(1475.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10368 {
background: linear-gradient(to bottom, hsl(1475.36, 100%, 50%) 0%, hsl(1475.36, 100%, 50%) 100%);
}

.bg-SN10368 {
background: linear-gradient(to bottom, hsl(1475.36, 100%, 50%) 0%, hsl(1475.36, 100%, 50%) 100%);
}


#album-music-playedSN10368 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1477.36, 100%, 50%) 0%, hsl(1477.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10369 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1479.36, 100%, 50%) 0%, hsl(1479.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10369 {
background: linear-gradient(to bottom, hsl(1479.36, 100%, 50%) 0%, hsl(1479.36, 100%, 50%) 100%);
}

.bg-SN10369 {
background: linear-gradient(to bottom, hsl(1479.36, 100%, 50%) 0%, hsl(1479.36, 100%, 50%) 100%);
}


#album-music-playedSN10369 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1481.36, 100%, 50%) 0%, hsl(1481.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10370 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1483.36, 100%, 50%) 0%, hsl(1483.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10370 {
background: linear-gradient(to bottom, hsl(1483.36, 100%, 50%) 0%, hsl(1483.36, 100%, 50%) 100%);
}

.bg-SN10370 {
background: linear-gradient(to bottom, hsl(1483.36, 100%, 50%) 0%, hsl(1483.36, 100%, 50%) 100%);
}


#album-music-playedSN10370 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1485.36, 100%, 50%) 0%, hsl(1485.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10371 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1487.36, 100%, 50%) 0%, hsl(1487.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10371 {
background: linear-gradient(to bottom, hsl(1487.36, 100%, 50%) 0%, hsl(1487.36, 100%, 50%) 100%);
}

.bg-SN10371 {
background: linear-gradient(to bottom, hsl(1487.36, 100%, 50%) 0%, hsl(1487.36, 100%, 50%) 100%);
}


#album-music-playedSN10371 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1489.36, 100%, 50%) 0%, hsl(1489.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10372 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1491.36, 100%, 50%) 0%, hsl(1491.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10372 {
background: linear-gradient(to bottom, hsl(1491.36, 100%, 50%) 0%, hsl(1491.36, 100%, 50%) 100%);
}

.bg-SN10372 {
background: linear-gradient(to bottom, hsl(1491.36, 100%, 50%) 0%, hsl(1491.36, 100%, 50%) 100%);
}


#album-music-playedSN10372 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1493.36, 100%, 50%) 0%, hsl(1493.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10373 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1495.36, 100%, 50%) 0%, hsl(1495.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10373 {
background: linear-gradient(to bottom, hsl(1495.36, 100%, 50%) 0%, hsl(1495.36, 100%, 50%) 100%);
}

.bg-SN10373 {
background: linear-gradient(to bottom, hsl(1495.36, 100%, 50%) 0%, hsl(1495.36, 100%, 50%) 100%);
}


#album-music-playedSN10373 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1497.36, 100%, 50%) 0%, hsl(1497.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10374 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1499.36, 100%, 50%) 0%, hsl(1499.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10374 {
background: linear-gradient(to bottom, hsl(1499.36, 100%, 50%) 0%, hsl(1499.36, 100%, 50%) 100%);
}

.bg-SN10374 {
background: linear-gradient(to bottom, hsl(1499.36, 100%, 50%) 0%, hsl(1499.36, 100%, 50%) 100%);
}


#album-music-playedSN10374 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1501.36, 100%, 50%) 0%, hsl(1501.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10375 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1503.36, 100%, 50%) 0%, hsl(1503.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10375 {
background: linear-gradient(to bottom, hsl(1503.36, 100%, 50%) 0%, hsl(1503.36, 100%, 50%) 100%);
}

.bg-SN10375 {
background: linear-gradient(to bottom, hsl(1503.36, 100%, 50%) 0%, hsl(1503.36, 100%, 50%) 100%);
}


#album-music-playedSN10375 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1505.36, 100%, 50%) 0%, hsl(1505.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10376 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1507.36, 100%, 50%) 0%, hsl(1507.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10376 {
background: linear-gradient(to bottom, hsl(1507.36, 100%, 50%) 0%, hsl(1507.36, 100%, 50%) 100%);
}

.bg-SN10376 {
background: linear-gradient(to bottom, hsl(1507.36, 100%, 50%) 0%, hsl(1507.36, 100%, 50%) 100%);
}


#album-music-playedSN10376 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1509.36, 100%, 50%) 0%, hsl(1509.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10377 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1511.36, 100%, 50%) 0%, hsl(1511.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10377 {
background: linear-gradient(to bottom, hsl(1511.36, 100%, 50%) 0%, hsl(1511.36, 100%, 50%) 100%);
}

.bg-SN10377 {
background: linear-gradient(to bottom, hsl(1511.36, 100%, 50%) 0%, hsl(1511.36, 100%, 50%) 100%);
}


#album-music-playedSN10377 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1513.36, 100%, 50%) 0%, hsl(1513.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10378 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1515.36, 100%, 50%) 0%, hsl(1515.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10378 {
background: linear-gradient(to bottom, hsl(1515.36, 100%, 50%) 0%, hsl(1515.36, 100%, 50%) 100%);
}

.bg-SN10378 {
background: linear-gradient(to bottom, hsl(1515.36, 100%, 50%) 0%, hsl(1515.36, 100%, 50%) 100%);
}


#album-music-playedSN10378 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1517.36, 100%, 50%) 0%, hsl(1517.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10379 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1519.36, 100%, 50%) 0%, hsl(1519.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10379 {
background: linear-gradient(to bottom, hsl(1519.36, 100%, 50%) 0%, hsl(1519.36, 100%, 50%) 100%);
}

.bg-SN10379 {
background: linear-gradient(to bottom, hsl(1519.36, 100%, 50%) 0%, hsl(1519.36, 100%, 50%) 100%);
}


#album-music-playedSN10379 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1521.36, 100%, 50%) 0%, hsl(1521.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10380 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1523.36, 100%, 50%) 0%, hsl(1523.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10380 {
background: linear-gradient(to bottom, hsl(1523.36, 100%, 50%) 0%, hsl(1523.36, 100%, 50%) 100%);
}

.bg-SN10380 {
background: linear-gradient(to bottom, hsl(1523.36, 100%, 50%) 0%, hsl(1523.36, 100%, 50%) 100%);
}


#album-music-playedSN10380 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1525.36, 100%, 50%) 0%, hsl(1525.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10381 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1527.36, 100%, 50%) 0%, hsl(1527.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10381 {
background: linear-gradient(to bottom, hsl(1527.36, 100%, 50%) 0%, hsl(1527.36, 100%, 50%) 100%);
}

.bg-SN10381 {
background: linear-gradient(to bottom, hsl(1527.36, 100%, 50%) 0%, hsl(1527.36, 100%, 50%) 100%);
}


#album-music-playedSN10381 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1529.36, 100%, 50%) 0%, hsl(1529.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10382 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1531.36, 100%, 50%) 0%, hsl(1531.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10382 {
background: linear-gradient(to bottom, hsl(1531.36, 100%, 50%) 0%, hsl(1531.36, 100%, 50%) 100%);
}

.bg-SN10382 {
background: linear-gradient(to bottom, hsl(1531.36, 100%, 50%) 0%, hsl(1531.36, 100%, 50%) 100%);
}


#album-music-playedSN10382 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1533.36, 100%, 50%) 0%, hsl(1533.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10383 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1535.36, 100%, 50%) 0%, hsl(1535.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10383 {
background: linear-gradient(to bottom, hsl(1535.36, 100%, 50%) 0%, hsl(1535.36, 100%, 50%) 100%);
}

.bg-SN10383 {
background: linear-gradient(to bottom, hsl(1535.36, 100%, 50%) 0%, hsl(1535.36, 100%, 50%) 100%);
}


#album-music-playedSN10383 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1537.36, 100%, 50%) 0%, hsl(1537.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10384 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1539.36, 100%, 50%) 0%, hsl(1539.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10384 {
background: linear-gradient(to bottom, hsl(1539.36, 100%, 50%) 0%, hsl(1539.36, 100%, 50%) 100%);
}

.bg-SN10384 {
background: linear-gradient(to bottom, hsl(1539.36, 100%, 50%) 0%, hsl(1539.36, 100%, 50%) 100%);
}


#album-music-playedSN10384 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1541.36, 100%, 50%) 0%, hsl(1541.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10385 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1543.36, 100%, 50%) 0%, hsl(1543.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10385 {
background: linear-gradient(to bottom, hsl(1543.36, 100%, 50%) 0%, hsl(1543.36, 100%, 50%) 100%);
}

.bg-SN10385 {
background: linear-gradient(to bottom, hsl(1543.36, 100%, 50%) 0%, hsl(1543.36, 100%, 50%) 100%);
}


#album-music-playedSN10385 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1545.36, 100%, 50%) 0%, hsl(1545.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10386 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1547.36, 100%, 50%) 0%, hsl(1547.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10386 {
background: linear-gradient(to bottom, hsl(1547.36, 100%, 50%) 0%, hsl(1547.36, 100%, 50%) 100%);
}

.bg-SN10386 {
background: linear-gradient(to bottom, hsl(1547.36, 100%, 50%) 0%, hsl(1547.36, 100%, 50%) 100%);
}


#album-music-playedSN10386 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1549.36, 100%, 50%) 0%, hsl(1549.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10387 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1551.36, 100%, 50%) 0%, hsl(1551.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10387 {
background: linear-gradient(to bottom, hsl(1551.36, 100%, 50%) 0%, hsl(1551.36, 100%, 50%) 100%);
}

.bg-SN10387 {
background: linear-gradient(to bottom, hsl(1551.36, 100%, 50%) 0%, hsl(1551.36, 100%, 50%) 100%);
}


#album-music-playedSN10387 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1553.36, 100%, 50%) 0%, hsl(1553.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10388 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1555.36, 100%, 50%) 0%, hsl(1555.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10388 {
background: linear-gradient(to bottom, hsl(1555.36, 100%, 50%) 0%, hsl(1555.36, 100%, 50%) 100%);
}

.bg-SN10388 {
background: linear-gradient(to bottom, hsl(1555.36, 100%, 50%) 0%, hsl(1555.36, 100%, 50%) 100%);
}


#album-music-playedSN10388 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1557.36, 100%, 50%) 0%, hsl(1557.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10389 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1559.36, 100%, 50%) 0%, hsl(1559.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10389 {
background: linear-gradient(to bottom, hsl(1559.36, 100%, 50%) 0%, hsl(1559.36, 100%, 50%) 100%);
}

.bg-SN10389 {
background: linear-gradient(to bottom, hsl(1559.36, 100%, 50%) 0%, hsl(1559.36, 100%, 50%) 100%);
}


#album-music-playedSN10389 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1561.36, 100%, 50%) 0%, hsl(1561.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10390 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1563.36, 100%, 50%) 0%, hsl(1563.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10390 {
background: linear-gradient(to bottom, hsl(1563.36, 100%, 50%) 0%, hsl(1563.36, 100%, 50%) 100%);
}

.bg-SN10390 {
background: linear-gradient(to bottom, hsl(1563.36, 100%, 50%) 0%, hsl(1563.36, 100%, 50%) 100%);
}


#album-music-playedSN10390 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1565.36, 100%, 50%) 0%, hsl(1565.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10391 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1567.36, 100%, 50%) 0%, hsl(1567.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10391 {
background: linear-gradient(to bottom, hsl(1567.36, 100%, 50%) 0%, hsl(1567.36, 100%, 50%) 100%);
}

.bg-SN10391 {
background: linear-gradient(to bottom, hsl(1567.36, 100%, 50%) 0%, hsl(1567.36, 100%, 50%) 100%);
}


#album-music-playedSN10391 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1569.36, 100%, 50%) 0%, hsl(1569.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10392 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1571.36, 100%, 50%) 0%, hsl(1571.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10392 {
background: linear-gradient(to bottom, hsl(1571.36, 100%, 50%) 0%, hsl(1571.36, 100%, 50%) 100%);
}

.bg-SN10392 {
background: linear-gradient(to bottom, hsl(1571.36, 100%, 50%) 0%, hsl(1571.36, 100%, 50%) 100%);
}


#album-music-playedSN10392 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1573.36, 100%, 50%) 0%, hsl(1573.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10393 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1575.36, 100%, 50%) 0%, hsl(1575.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10393 {
background: linear-gradient(to bottom, hsl(1575.36, 100%, 50%) 0%, hsl(1575.36, 100%, 50%) 100%);
}

.bg-SN10393 {
background: linear-gradient(to bottom, hsl(1575.36, 100%, 50%) 0%, hsl(1575.36, 100%, 50%) 100%);
}


#album-music-playedSN10393 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1577.36, 100%, 50%) 0%, hsl(1577.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10394 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1579.36, 100%, 50%) 0%, hsl(1579.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10394 {
background: linear-gradient(to bottom, hsl(1579.36, 100%, 50%) 0%, hsl(1579.36, 100%, 50%) 100%);
}

.bg-SN10394 {
background: linear-gradient(to bottom, hsl(1579.36, 100%, 50%) 0%, hsl(1579.36, 100%, 50%) 100%);
}


#album-music-playedSN10394 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1581.36, 100%, 50%) 0%, hsl(1581.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10395 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1583.36, 100%, 50%) 0%, hsl(1583.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10395 {
background: linear-gradient(to bottom, hsl(1583.36, 100%, 50%) 0%, hsl(1583.36, 100%, 50%) 100%);
}

.bg-SN10395 {
background: linear-gradient(to bottom, hsl(1583.36, 100%, 50%) 0%, hsl(1583.36, 100%, 50%) 100%);
}


#album-music-playedSN10395 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1585.36, 100%, 50%) 0%, hsl(1585.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10396 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1587.36, 100%, 50%) 0%, hsl(1587.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10396 {
background: linear-gradient(to bottom, hsl(1587.36, 100%, 50%) 0%, hsl(1587.36, 100%, 50%) 100%);
}

.bg-SN10396 {
background: linear-gradient(to bottom, hsl(1587.36, 100%, 50%) 0%, hsl(1587.36, 100%, 50%) 100%);
}


#album-music-playedSN10396 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1589.36, 100%, 50%) 0%, hsl(1589.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10397 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1591.36, 100%, 50%) 0%, hsl(1591.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10397 {
background: linear-gradient(to bottom, hsl(1591.36, 100%, 50%) 0%, hsl(1591.36, 100%, 50%) 100%);
}

.bg-SN10397 {
background: linear-gradient(to bottom, hsl(1591.36, 100%, 50%) 0%, hsl(1591.36, 100%, 50%) 100%);
}


#album-music-playedSN10397 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1593.36, 100%, 50%) 0%, hsl(1593.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10398 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1595.36, 100%, 50%) 0%, hsl(1595.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10398 {
background: linear-gradient(to bottom, hsl(1595.36, 100%, 50%) 0%, hsl(1595.36, 100%, 50%) 100%);
}

.bg-SN10398 {
background: linear-gradient(to bottom, hsl(1595.36, 100%, 50%) 0%, hsl(1595.36, 100%, 50%) 100%);
}


#album-music-playedSN10398 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1597.36, 100%, 50%) 0%, hsl(1597.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10399 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1599.36, 100%, 50%) 0%, hsl(1599.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10399 {
background: linear-gradient(to bottom, hsl(1599.36, 100%, 50%) 0%, hsl(1599.36, 100%, 50%) 100%);
}

.bg-SN10399 {
background: linear-gradient(to bottom, hsl(1599.36, 100%, 50%) 0%, hsl(1599.36, 100%, 50%) 100%);
}


#album-music-playedSN10399 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1601.36, 100%, 50%) 0%, hsl(1601.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10400 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1603.36, 100%, 50%) 0%, hsl(1603.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10400 {
background: linear-gradient(to bottom, hsl(1603.36, 100%, 50%) 0%, hsl(1603.36, 100%, 50%) 100%);
}

.bg-SN10400 {
background: linear-gradient(to bottom, hsl(1603.36, 100%, 50%) 0%, hsl(1603.36, 100%, 50%) 100%);
}


#album-music-playedSN10400 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1605.36, 100%, 50%) 0%, hsl(1605.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10401 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1607.36, 100%, 50%) 0%, hsl(1607.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10401 {
background: linear-gradient(to bottom, hsl(1607.36, 100%, 50%) 0%, hsl(1607.36, 100%, 50%) 100%);
}

.bg-SN10401 {
background: linear-gradient(to bottom, hsl(1607.36, 100%, 50%) 0%, hsl(1607.36, 100%, 50%) 100%);
}


#album-music-playedSN10401 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1609.36, 100%, 50%) 0%, hsl(1609.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10402 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1611.36, 100%, 50%) 0%, hsl(1611.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10402 {
background: linear-gradient(to bottom, hsl(1611.36, 100%, 50%) 0%, hsl(1611.36, 100%, 50%) 100%);
}

.bg-SN10402 {
background: linear-gradient(to bottom, hsl(1611.36, 100%, 50%) 0%, hsl(1611.36, 100%, 50%) 100%);
}


#album-music-playedSN10402 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1613.36, 100%, 50%) 0%, hsl(1613.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10403 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1615.36, 100%, 50%) 0%, hsl(1615.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10403 {
background: linear-gradient(to bottom, hsl(1615.36, 100%, 50%) 0%, hsl(1615.36, 100%, 50%) 100%);
}

.bg-SN10403 {
background: linear-gradient(to bottom, hsl(1615.36, 100%, 50%) 0%, hsl(1615.36, 100%, 50%) 100%);
}


#album-music-playedSN10403 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1617.36, 100%, 50%) 0%, hsl(1617.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10404 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1619.36, 100%, 50%) 0%, hsl(1619.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10404 {
background: linear-gradient(to bottom, hsl(1619.36, 100%, 50%) 0%, hsl(1619.36, 100%, 50%) 100%);
}

.bg-SN10404 {
background: linear-gradient(to bottom, hsl(1619.36, 100%, 50%) 0%, hsl(1619.36, 100%, 50%) 100%);
}


#album-music-playedSN10404 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1621.36, 100%, 50%) 0%, hsl(1621.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10405 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1623.36, 100%, 50%) 0%, hsl(1623.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10405 {
background: linear-gradient(to bottom, hsl(1623.36, 100%, 50%) 0%, hsl(1623.36, 100%, 50%) 100%);
}

.bg-SN10405 {
background: linear-gradient(to bottom, hsl(1623.36, 100%, 50%) 0%, hsl(1623.36, 100%, 50%) 100%);
}


#album-music-playedSN10405 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1625.36, 100%, 50%) 0%, hsl(1625.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10406 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1627.36, 100%, 50%) 0%, hsl(1627.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10406 {
background: linear-gradient(to bottom, hsl(1627.36, 100%, 50%) 0%, hsl(1627.36, 100%, 50%) 100%);
}

.bg-SN10406 {
background: linear-gradient(to bottom, hsl(1627.36, 100%, 50%) 0%, hsl(1627.36, 100%, 50%) 100%);
}


#album-music-playedSN10406 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1629.36, 100%, 50%) 0%, hsl(1629.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10407 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1631.36, 100%, 50%) 0%, hsl(1631.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10407 {
background: linear-gradient(to bottom, hsl(1631.36, 100%, 50%) 0%, hsl(1631.36, 100%, 50%) 100%);
}

.bg-SN10407 {
background: linear-gradient(to bottom, hsl(1631.36, 100%, 50%) 0%, hsl(1631.36, 100%, 50%) 100%);
}


#album-music-playedSN10407 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1633.36, 100%, 50%) 0%, hsl(1633.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10408 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1635.36, 100%, 50%) 0%, hsl(1635.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10408 {
background: linear-gradient(to bottom, hsl(1635.36, 100%, 50%) 0%, hsl(1635.36, 100%, 50%) 100%);
}

.bg-SN10408 {
background: linear-gradient(to bottom, hsl(1635.36, 100%, 50%) 0%, hsl(1635.36, 100%, 50%) 100%);
}


#album-music-playedSN10408 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1637.36, 100%, 50%) 0%, hsl(1637.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10409 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1639.36, 100%, 50%) 0%, hsl(1639.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10409 {
background: linear-gradient(to bottom, hsl(1639.36, 100%, 50%) 0%, hsl(1639.36, 100%, 50%) 100%);
}

.bg-SN10409 {
background: linear-gradient(to bottom, hsl(1639.36, 100%, 50%) 0%, hsl(1639.36, 100%, 50%) 100%);
}


#album-music-playedSN10409 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1641.36, 100%, 50%) 0%, hsl(1641.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10410 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1643.36, 100%, 50%) 0%, hsl(1643.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10410 {
background: linear-gradient(to bottom, hsl(1643.36, 100%, 50%) 0%, hsl(1643.36, 100%, 50%) 100%);
}

.bg-SN10410 {
background: linear-gradient(to bottom, hsl(1643.36, 100%, 50%) 0%, hsl(1643.36, 100%, 50%) 100%);
}


#album-music-playedSN10410 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1645.36, 100%, 50%) 0%, hsl(1645.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10411 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1647.36, 100%, 50%) 0%, hsl(1647.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10411 {
background: linear-gradient(to bottom, hsl(1647.36, 100%, 50%) 0%, hsl(1647.36, 100%, 50%) 100%);
}

.bg-SN10411 {
background: linear-gradient(to bottom, hsl(1647.36, 100%, 50%) 0%, hsl(1647.36, 100%, 50%) 100%);
}


#album-music-playedSN10411 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1649.36, 100%, 50%) 0%, hsl(1649.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10412 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1651.36, 100%, 50%) 0%, hsl(1651.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10412 {
background: linear-gradient(to bottom, hsl(1651.36, 100%, 50%) 0%, hsl(1651.36, 100%, 50%) 100%);
}

.bg-SN10412 {
background: linear-gradient(to bottom, hsl(1651.36, 100%, 50%) 0%, hsl(1651.36, 100%, 50%) 100%);
}


#album-music-playedSN10412 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1653.36, 100%, 50%) 0%, hsl(1653.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10413 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1655.36, 100%, 50%) 0%, hsl(1655.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10413 {
background: linear-gradient(to bottom, hsl(1655.36, 100%, 50%) 0%, hsl(1655.36, 100%, 50%) 100%);
}

.bg-SN10413 {
background: linear-gradient(to bottom, hsl(1655.36, 100%, 50%) 0%, hsl(1655.36, 100%, 50%) 100%);
}


#album-music-playedSN10413 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1657.36, 100%, 50%) 0%, hsl(1657.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10414 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1659.36, 100%, 50%) 0%, hsl(1659.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10414 {
background: linear-gradient(to bottom, hsl(1659.36, 100%, 50%) 0%, hsl(1659.36, 100%, 50%) 100%);
}

.bg-SN10414 {
background: linear-gradient(to bottom, hsl(1659.36, 100%, 50%) 0%, hsl(1659.36, 100%, 50%) 100%);
}


#album-music-playedSN10414 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1661.36, 100%, 50%) 0%, hsl(1661.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10415 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1663.36, 100%, 50%) 0%, hsl(1663.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10415 {
background: linear-gradient(to bottom, hsl(1663.36, 100%, 50%) 0%, hsl(1663.36, 100%, 50%) 100%);
}

.bg-SN10415 {
background: linear-gradient(to bottom, hsl(1663.36, 100%, 50%) 0%, hsl(1663.36, 100%, 50%) 100%);
}


#album-music-playedSN10415 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1665.36, 100%, 50%) 0%, hsl(1665.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10416 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1667.36, 100%, 50%) 0%, hsl(1667.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10416 {
background: linear-gradient(to bottom, hsl(1667.36, 100%, 50%) 0%, hsl(1667.36, 100%, 50%) 100%);
}

.bg-SN10416 {
background: linear-gradient(to bottom, hsl(1667.36, 100%, 50%) 0%, hsl(1667.36, 100%, 50%) 100%);
}


#album-music-playedSN10416 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1669.36, 100%, 50%) 0%, hsl(1669.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10417 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1671.36, 100%, 50%) 0%, hsl(1671.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10417 {
background: linear-gradient(to bottom, hsl(1671.36, 100%, 50%) 0%, hsl(1671.36, 100%, 50%) 100%);
}

.bg-SN10417 {
background: linear-gradient(to bottom, hsl(1671.36, 100%, 50%) 0%, hsl(1671.36, 100%, 50%) 100%);
}


#album-music-playedSN10417 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1673.36, 100%, 50%) 0%, hsl(1673.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10418 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1675.36, 100%, 50%) 0%, hsl(1675.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10418 {
background: linear-gradient(to bottom, hsl(1675.36, 100%, 50%) 0%, hsl(1675.36, 100%, 50%) 100%);
}

.bg-SN10418 {
background: linear-gradient(to bottom, hsl(1675.36, 100%, 50%) 0%, hsl(1675.36, 100%, 50%) 100%);
}


#album-music-playedSN10418 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1677.36, 100%, 50%) 0%, hsl(1677.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10419 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1679.36, 100%, 50%) 0%, hsl(1679.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10419 {
background: linear-gradient(to bottom, hsl(1679.36, 100%, 50%) 0%, hsl(1679.36, 100%, 50%) 100%);
}

.bg-SN10419 {
background: linear-gradient(to bottom, hsl(1679.36, 100%, 50%) 0%, hsl(1679.36, 100%, 50%) 100%);
}


#album-music-playedSN10419 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1681.36, 100%, 50%) 0%, hsl(1681.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10420 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1683.36, 100%, 50%) 0%, hsl(1683.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10420 {
background: linear-gradient(to bottom, hsl(1683.36, 100%, 50%) 0%, hsl(1683.36, 100%, 50%) 100%);
}

.bg-SN10420 {
background: linear-gradient(to bottom, hsl(1683.36, 100%, 50%) 0%, hsl(1683.36, 100%, 50%) 100%);
}


#album-music-playedSN10420 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1685.36, 100%, 50%) 0%, hsl(1685.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10421 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1687.36, 100%, 50%) 0%, hsl(1687.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10421 {
background: linear-gradient(to bottom, hsl(1687.36, 100%, 50%) 0%, hsl(1687.36, 100%, 50%) 100%);
}

.bg-SN10421 {
background: linear-gradient(to bottom, hsl(1687.36, 100%, 50%) 0%, hsl(1687.36, 100%, 50%) 100%);
}


#album-music-playedSN10421 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1689.36, 100%, 50%) 0%, hsl(1689.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10422 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1691.36, 100%, 50%) 0%, hsl(1691.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10422 {
background: linear-gradient(to bottom, hsl(1691.36, 100%, 50%) 0%, hsl(1691.36, 100%, 50%) 100%);
}

.bg-SN10422 {
background: linear-gradient(to bottom, hsl(1691.36, 100%, 50%) 0%, hsl(1691.36, 100%, 50%) 100%);
}


#album-music-playedSN10422 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1693.36, 100%, 50%) 0%, hsl(1693.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10423 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1695.36, 100%, 50%) 0%, hsl(1695.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10423 {
background: linear-gradient(to bottom, hsl(1695.36, 100%, 50%) 0%, hsl(1695.36, 100%, 50%) 100%);
}

.bg-SN10423 {
background: linear-gradient(to bottom, hsl(1695.36, 100%, 50%) 0%, hsl(1695.36, 100%, 50%) 100%);
}


#album-music-playedSN10423 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1697.36, 100%, 50%) 0%, hsl(1697.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10424 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1699.36, 100%, 50%) 0%, hsl(1699.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10424 {
background: linear-gradient(to bottom, hsl(1699.36, 100%, 50%) 0%, hsl(1699.36, 100%, 50%) 100%);
}

.bg-SN10424 {
background: linear-gradient(to bottom, hsl(1699.36, 100%, 50%) 0%, hsl(1699.36, 100%, 50%) 100%);
}


#album-music-playedSN10424 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1701.36, 100%, 50%) 0%, hsl(1701.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10425 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1703.36, 100%, 50%) 0%, hsl(1703.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10425 {
background: linear-gradient(to bottom, hsl(1703.36, 100%, 50%) 0%, hsl(1703.36, 100%, 50%) 100%);
}

.bg-SN10425 {
background: linear-gradient(to bottom, hsl(1703.36, 100%, 50%) 0%, hsl(1703.36, 100%, 50%) 100%);
}


#album-music-playedSN10425 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1705.36, 100%, 50%) 0%, hsl(1705.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10426 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1707.36, 100%, 50%) 0%, hsl(1707.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10426 {
background: linear-gradient(to bottom, hsl(1707.36, 100%, 50%) 0%, hsl(1707.36, 100%, 50%) 100%);
}

.bg-SN10426 {
background: linear-gradient(to bottom, hsl(1707.36, 100%, 50%) 0%, hsl(1707.36, 100%, 50%) 100%);
}


#album-music-playedSN10426 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1709.36, 100%, 50%) 0%, hsl(1709.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10427 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1711.36, 100%, 50%) 0%, hsl(1711.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10427 {
background: linear-gradient(to bottom, hsl(1711.36, 100%, 50%) 0%, hsl(1711.36, 100%, 50%) 100%);
}

.bg-SN10427 {
background: linear-gradient(to bottom, hsl(1711.36, 100%, 50%) 0%, hsl(1711.36, 100%, 50%) 100%);
}


#album-music-playedSN10427 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1713.36, 100%, 50%) 0%, hsl(1713.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10428 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1715.36, 100%, 50%) 0%, hsl(1715.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10428 {
background: linear-gradient(to bottom, hsl(1715.36, 100%, 50%) 0%, hsl(1715.36, 100%, 50%) 100%);
}

.bg-SN10428 {
background: linear-gradient(to bottom, hsl(1715.36, 100%, 50%) 0%, hsl(1715.36, 100%, 50%) 100%);
}


#album-music-playedSN10428 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1717.36, 100%, 50%) 0%, hsl(1717.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10429 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1719.36, 100%, 50%) 0%, hsl(1719.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10429 {
background: linear-gradient(to bottom, hsl(1719.36, 100%, 50%) 0%, hsl(1719.36, 100%, 50%) 100%);
}

.bg-SN10429 {
background: linear-gradient(to bottom, hsl(1719.36, 100%, 50%) 0%, hsl(1719.36, 100%, 50%) 100%);
}


#album-music-playedSN10429 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1721.36, 100%, 50%) 0%, hsl(1721.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10430 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1723.36, 100%, 50%) 0%, hsl(1723.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10430 {
background: linear-gradient(to bottom, hsl(1723.36, 100%, 50%) 0%, hsl(1723.36, 100%, 50%) 100%);
}

.bg-SN10430 {
background: linear-gradient(to bottom, hsl(1723.36, 100%, 50%) 0%, hsl(1723.36, 100%, 50%) 100%);
}


#album-music-playedSN10430 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1725.36, 100%, 50%) 0%, hsl(1725.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10431 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1727.36, 100%, 50%) 0%, hsl(1727.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10431 {
background: linear-gradient(to bottom, hsl(1727.36, 100%, 50%) 0%, hsl(1727.36, 100%, 50%) 100%);
}

.bg-SN10431 {
background: linear-gradient(to bottom, hsl(1727.36, 100%, 50%) 0%, hsl(1727.36, 100%, 50%) 100%);
}


#album-music-playedSN10431 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1729.36, 100%, 50%) 0%, hsl(1729.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10432 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1731.36, 100%, 50%) 0%, hsl(1731.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10432 {
background: linear-gradient(to bottom, hsl(1731.36, 100%, 50%) 0%, hsl(1731.36, 100%, 50%) 100%);
}

.bg-SN10432 {
background: linear-gradient(to bottom, hsl(1731.36, 100%, 50%) 0%, hsl(1731.36, 100%, 50%) 100%);
}


#album-music-playedSN10432 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1733.36, 100%, 50%) 0%, hsl(1733.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10433 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1735.36, 100%, 50%) 0%, hsl(1735.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10433 {
background: linear-gradient(to bottom, hsl(1735.36, 100%, 50%) 0%, hsl(1735.36, 100%, 50%) 100%);
}

.bg-SN10433 {
background: linear-gradient(to bottom, hsl(1735.36, 100%, 50%) 0%, hsl(1735.36, 100%, 50%) 100%);
}


#album-music-playedSN10433 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1737.36, 100%, 50%) 0%, hsl(1737.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10434 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1739.36, 100%, 50%) 0%, hsl(1739.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10434 {
background: linear-gradient(to bottom, hsl(1739.36, 100%, 50%) 0%, hsl(1739.36, 100%, 50%) 100%);
}

.bg-SN10434 {
background: linear-gradient(to bottom, hsl(1739.36, 100%, 50%) 0%, hsl(1739.36, 100%, 50%) 100%);
}


#album-music-playedSN10434 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1741.36, 100%, 50%) 0%, hsl(1741.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10435 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1743.36, 100%, 50%) 0%, hsl(1743.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10435 {
background: linear-gradient(to bottom, hsl(1743.36, 100%, 50%) 0%, hsl(1743.36, 100%, 50%) 100%);
}

.bg-SN10435 {
background: linear-gradient(to bottom, hsl(1743.36, 100%, 50%) 0%, hsl(1743.36, 100%, 50%) 100%);
}


#album-music-playedSN10435 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1745.36, 100%, 50%) 0%, hsl(1745.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10436 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1747.36, 100%, 50%) 0%, hsl(1747.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10436 {
background: linear-gradient(to bottom, hsl(1747.36, 100%, 50%) 0%, hsl(1747.36, 100%, 50%) 100%);
}

.bg-SN10436 {
background: linear-gradient(to bottom, hsl(1747.36, 100%, 50%) 0%, hsl(1747.36, 100%, 50%) 100%);
}


#album-music-playedSN10436 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1749.36, 100%, 50%) 0%, hsl(1749.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10437 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1751.36, 100%, 50%) 0%, hsl(1751.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10437 {
background: linear-gradient(to bottom, hsl(1751.36, 100%, 50%) 0%, hsl(1751.36, 100%, 50%) 100%);
}

.bg-SN10437 {
background: linear-gradient(to bottom, hsl(1751.36, 100%, 50%) 0%, hsl(1751.36, 100%, 50%) 100%);
}


#album-music-playedSN10437 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1753.36, 100%, 50%) 0%, hsl(1753.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10438 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1755.36, 100%, 50%) 0%, hsl(1755.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10438 {
background: linear-gradient(to bottom, hsl(1755.36, 100%, 50%) 0%, hsl(1755.36, 100%, 50%) 100%);
}

.bg-SN10438 {
background: linear-gradient(to bottom, hsl(1755.36, 100%, 50%) 0%, hsl(1755.36, 100%, 50%) 100%);
}


#album-music-playedSN10438 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1757.36, 100%, 50%) 0%, hsl(1757.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10439 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1759.36, 100%, 50%) 0%, hsl(1759.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10439 {
background: linear-gradient(to bottom, hsl(1759.36, 100%, 50%) 0%, hsl(1759.36, 100%, 50%) 100%);
}

.bg-SN10439 {
background: linear-gradient(to bottom, hsl(1759.36, 100%, 50%) 0%, hsl(1759.36, 100%, 50%) 100%);
}


#album-music-playedSN10439 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1761.36, 100%, 50%) 0%, hsl(1761.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10440 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1763.36, 100%, 50%) 0%, hsl(1763.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10440 {
background: linear-gradient(to bottom, hsl(1763.36, 100%, 50%) 0%, hsl(1763.36, 100%, 50%) 100%);
}

.bg-SN10440 {
background: linear-gradient(to bottom, hsl(1763.36, 100%, 50%) 0%, hsl(1763.36, 100%, 50%) 100%);
}


#album-music-playedSN10440 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1765.36, 100%, 50%) 0%, hsl(1765.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10441 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1767.36, 100%, 50%) 0%, hsl(1767.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10441 {
background: linear-gradient(to bottom, hsl(1767.36, 100%, 50%) 0%, hsl(1767.36, 100%, 50%) 100%);
}

.bg-SN10441 {
background: linear-gradient(to bottom, hsl(1767.36, 100%, 50%) 0%, hsl(1767.36, 100%, 50%) 100%);
}


#album-music-playedSN10441 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1769.36, 100%, 50%) 0%, hsl(1769.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10442 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1771.36, 100%, 50%) 0%, hsl(1771.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10442 {
background: linear-gradient(to bottom, hsl(1771.36, 100%, 50%) 0%, hsl(1771.36, 100%, 50%) 100%);
}

.bg-SN10442 {
background: linear-gradient(to bottom, hsl(1771.36, 100%, 50%) 0%, hsl(1771.36, 100%, 50%) 100%);
}


#album-music-playedSN10442 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1773.36, 100%, 50%) 0%, hsl(1773.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10443 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1775.36, 100%, 50%) 0%, hsl(1775.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10443 {
background: linear-gradient(to bottom, hsl(1775.36, 100%, 50%) 0%, hsl(1775.36, 100%, 50%) 100%);
}

.bg-SN10443 {
background: linear-gradient(to bottom, hsl(1775.36, 100%, 50%) 0%, hsl(1775.36, 100%, 50%) 100%);
}


#album-music-playedSN10443 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1777.36, 100%, 50%) 0%, hsl(1777.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10444 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1779.36, 100%, 50%) 0%, hsl(1779.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10444 {
background: linear-gradient(to bottom, hsl(1779.36, 100%, 50%) 0%, hsl(1779.36, 100%, 50%) 100%);
}

.bg-SN10444 {
background: linear-gradient(to bottom, hsl(1779.36, 100%, 50%) 0%, hsl(1779.36, 100%, 50%) 100%);
}


#album-music-playedSN10444 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1781.36, 100%, 50%) 0%, hsl(1781.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10445 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1783.36, 100%, 50%) 0%, hsl(1783.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10445 {
background: linear-gradient(to bottom, hsl(1783.36, 100%, 50%) 0%, hsl(1783.36, 100%, 50%) 100%);
}

.bg-SN10445 {
background: linear-gradient(to bottom, hsl(1783.36, 100%, 50%) 0%, hsl(1783.36, 100%, 50%) 100%);
}


#album-music-playedSN10445 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1785.36, 100%, 50%) 0%, hsl(1785.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10446 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1787.36, 100%, 50%) 0%, hsl(1787.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10446 {
background: linear-gradient(to bottom, hsl(1787.36, 100%, 50%) 0%, hsl(1787.36, 100%, 50%) 100%);
}

.bg-SN10446 {
background: linear-gradient(to bottom, hsl(1787.36, 100%, 50%) 0%, hsl(1787.36, 100%, 50%) 100%);
}


#album-music-playedSN10446 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1789.36, 100%, 50%) 0%, hsl(1789.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10447 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1791.36, 100%, 50%) 0%, hsl(1791.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10447 {
background: linear-gradient(to bottom, hsl(1791.36, 100%, 50%) 0%, hsl(1791.36, 100%, 50%) 100%);
}

.bg-SN10447 {
background: linear-gradient(to bottom, hsl(1791.36, 100%, 50%) 0%, hsl(1791.36, 100%, 50%) 100%);
}


#album-music-playedSN10447 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1793.36, 100%, 50%) 0%, hsl(1793.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10448 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1795.36, 100%, 50%) 0%, hsl(1795.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10448 {
background: linear-gradient(to bottom, hsl(1795.36, 100%, 50%) 0%, hsl(1795.36, 100%, 50%) 100%);
}

.bg-SN10448 {
background: linear-gradient(to bottom, hsl(1795.36, 100%, 50%) 0%, hsl(1795.36, 100%, 50%) 100%);
}


#album-music-playedSN10448 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1797.36, 100%, 50%) 0%, hsl(1797.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10449 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1799.36, 100%, 50%) 0%, hsl(1799.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10449 {
background: linear-gradient(to bottom, hsl(1799.36, 100%, 50%) 0%, hsl(1799.36, 100%, 50%) 100%);
}

.bg-SN10449 {
background: linear-gradient(to bottom, hsl(1799.36, 100%, 50%) 0%, hsl(1799.36, 100%, 50%) 100%);
}


#album-music-playedSN10449 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1801.36, 100%, 50%) 0%, hsl(1801.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10450 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1803.36, 100%, 50%) 0%, hsl(1803.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10450 {
background: linear-gradient(to bottom, hsl(1803.36, 100%, 50%) 0%, hsl(1803.36, 100%, 50%) 100%);
}

.bg-SN10450 {
background: linear-gradient(to bottom, hsl(1803.36, 100%, 50%) 0%, hsl(1803.36, 100%, 50%) 100%);
}


#album-music-playedSN10450 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1805.36, 100%, 50%) 0%, hsl(1805.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10451 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1807.36, 100%, 50%) 0%, hsl(1807.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10451 {
background: linear-gradient(to bottom, hsl(1807.36, 100%, 50%) 0%, hsl(1807.36, 100%, 50%) 100%);
}

.bg-SN10451 {
background: linear-gradient(to bottom, hsl(1807.36, 100%, 50%) 0%, hsl(1807.36, 100%, 50%) 100%);
}


#album-music-playedSN10451 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1809.36, 100%, 50%) 0%, hsl(1809.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10452 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1811.36, 100%, 50%) 0%, hsl(1811.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10452 {
background: linear-gradient(to bottom, hsl(1811.36, 100%, 50%) 0%, hsl(1811.36, 100%, 50%) 100%);
}

.bg-SN10452 {
background: linear-gradient(to bottom, hsl(1811.36, 100%, 50%) 0%, hsl(1811.36, 100%, 50%) 100%);
}


#album-music-playedSN10452 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1813.36, 100%, 50%) 0%, hsl(1813.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10453 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1815.36, 100%, 50%) 0%, hsl(1815.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10453 {
background: linear-gradient(to bottom, hsl(1815.36, 100%, 50%) 0%, hsl(1815.36, 100%, 50%) 100%);
}

.bg-SN10453 {
background: linear-gradient(to bottom, hsl(1815.36, 100%, 50%) 0%, hsl(1815.36, 100%, 50%) 100%);
}


#album-music-playedSN10453 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1817.36, 100%, 50%) 0%, hsl(1817.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10454 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1819.36, 100%, 50%) 0%, hsl(1819.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10454 {
background: linear-gradient(to bottom, hsl(1819.36, 100%, 50%) 0%, hsl(1819.36, 100%, 50%) 100%);
}

.bg-SN10454 {
background: linear-gradient(to bottom, hsl(1819.36, 100%, 50%) 0%, hsl(1819.36, 100%, 50%) 100%);
}


#album-music-playedSN10454 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1821.36, 100%, 50%) 0%, hsl(1821.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10455 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1823.36, 100%, 50%) 0%, hsl(1823.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10455 {
background: linear-gradient(to bottom, hsl(1823.36, 100%, 50%) 0%, hsl(1823.36, 100%, 50%) 100%);
}

.bg-SN10455 {
background: linear-gradient(to bottom, hsl(1823.36, 100%, 50%) 0%, hsl(1823.36, 100%, 50%) 100%);
}


#album-music-playedSN10455 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1825.36, 100%, 50%) 0%, hsl(1825.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10456 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1827.36, 100%, 50%) 0%, hsl(1827.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10456 {
background: linear-gradient(to bottom, hsl(1827.36, 100%, 50%) 0%, hsl(1827.36, 100%, 50%) 100%);
}

.bg-SN10456 {
background: linear-gradient(to bottom, hsl(1827.36, 100%, 50%) 0%, hsl(1827.36, 100%, 50%) 100%);
}


#album-music-playedSN10456 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1829.36, 100%, 50%) 0%, hsl(1829.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10457 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1831.36, 100%, 50%) 0%, hsl(1831.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10457 {
background: linear-gradient(to bottom, hsl(1831.36, 100%, 50%) 0%, hsl(1831.36, 100%, 50%) 100%);
}

.bg-SN10457 {
background: linear-gradient(to bottom, hsl(1831.36, 100%, 50%) 0%, hsl(1831.36, 100%, 50%) 100%);
}


#album-music-playedSN10457 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1833.36, 100%, 50%) 0%, hsl(1833.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10458 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1835.36, 100%, 50%) 0%, hsl(1835.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10458 {
background: linear-gradient(to bottom, hsl(1835.36, 100%, 50%) 0%, hsl(1835.36, 100%, 50%) 100%);
}

.bg-SN10458 {
background: linear-gradient(to bottom, hsl(1835.36, 100%, 50%) 0%, hsl(1835.36, 100%, 50%) 100%);
}


#album-music-playedSN10458 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1837.36, 100%, 50%) 0%, hsl(1837.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10459 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1839.36, 100%, 50%) 0%, hsl(1839.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10459 {
background: linear-gradient(to bottom, hsl(1839.36, 100%, 50%) 0%, hsl(1839.36, 100%, 50%) 100%);
}

.bg-SN10459 {
background: linear-gradient(to bottom, hsl(1839.36, 100%, 50%) 0%, hsl(1839.36, 100%, 50%) 100%);
}


#album-music-playedSN10459 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1841.36, 100%, 50%) 0%, hsl(1841.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10460 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1843.36, 100%, 50%) 0%, hsl(1843.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10460 {
background: linear-gradient(to bottom, hsl(1843.36, 100%, 50%) 0%, hsl(1843.36, 100%, 50%) 100%);
}

.bg-SN10460 {
background: linear-gradient(to bottom, hsl(1843.36, 100%, 50%) 0%, hsl(1843.36, 100%, 50%) 100%);
}


#album-music-playedSN10460 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1845.36, 100%, 50%) 0%, hsl(1845.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10461 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1847.36, 100%, 50%) 0%, hsl(1847.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10461 {
background: linear-gradient(to bottom, hsl(1847.36, 100%, 50%) 0%, hsl(1847.36, 100%, 50%) 100%);
}

.bg-SN10461 {
background: linear-gradient(to bottom, hsl(1847.36, 100%, 50%) 0%, hsl(1847.36, 100%, 50%) 100%);
}


#album-music-playedSN10461 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1849.36, 100%, 50%) 0%, hsl(1849.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10462 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1851.36, 100%, 50%) 0%, hsl(1851.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10462 {
background: linear-gradient(to bottom, hsl(1851.36, 100%, 50%) 0%, hsl(1851.36, 100%, 50%) 100%);
}

.bg-SN10462 {
background: linear-gradient(to bottom, hsl(1851.36, 100%, 50%) 0%, hsl(1851.36, 100%, 50%) 100%);
}


#album-music-playedSN10462 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1853.36, 100%, 50%) 0%, hsl(1853.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10463 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1855.36, 100%, 50%) 0%, hsl(1855.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10463 {
background: linear-gradient(to bottom, hsl(1855.36, 100%, 50%) 0%, hsl(1855.36, 100%, 50%) 100%);
}

.bg-SN10463 {
background: linear-gradient(to bottom, hsl(1855.36, 100%, 50%) 0%, hsl(1855.36, 100%, 50%) 100%);
}


#album-music-playedSN10463 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1857.36, 100%, 50%) 0%, hsl(1857.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10464 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1859.36, 100%, 50%) 0%, hsl(1859.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10464 {
background: linear-gradient(to bottom, hsl(1859.36, 100%, 50%) 0%, hsl(1859.36, 100%, 50%) 100%);
}

.bg-SN10464 {
background: linear-gradient(to bottom, hsl(1859.36, 100%, 50%) 0%, hsl(1859.36, 100%, 50%) 100%);
}


#album-music-playedSN10464 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1861.36, 100%, 50%) 0%, hsl(1861.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10465 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1863.36, 100%, 50%) 0%, hsl(1863.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10465 {
background: linear-gradient(to bottom, hsl(1863.36, 100%, 50%) 0%, hsl(1863.36, 100%, 50%) 100%);
}

.bg-SN10465 {
background: linear-gradient(to bottom, hsl(1863.36, 100%, 50%) 0%, hsl(1863.36, 100%, 50%) 100%);
}


#album-music-playedSN10465 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1865.36, 100%, 50%) 0%, hsl(1865.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10466 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1867.36, 100%, 50%) 0%, hsl(1867.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10466 {
background: linear-gradient(to bottom, hsl(1867.36, 100%, 50%) 0%, hsl(1867.36, 100%, 50%) 100%);
}

.bg-SN10466 {
background: linear-gradient(to bottom, hsl(1867.36, 100%, 50%) 0%, hsl(1867.36, 100%, 50%) 100%);
}


#album-music-playedSN10466 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1869.36, 100%, 50%) 0%, hsl(1869.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10467 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1871.36, 100%, 50%) 0%, hsl(1871.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10467 {
background: linear-gradient(to bottom, hsl(1871.36, 100%, 50%) 0%, hsl(1871.36, 100%, 50%) 100%);
}

.bg-SN10467 {
background: linear-gradient(to bottom, hsl(1871.36, 100%, 50%) 0%, hsl(1871.36, 100%, 50%) 100%);
}


#album-music-playedSN10467 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1873.36, 100%, 50%) 0%, hsl(1873.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10468 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1875.36, 100%, 50%) 0%, hsl(1875.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10468 {
background: linear-gradient(to bottom, hsl(1875.36, 100%, 50%) 0%, hsl(1875.36, 100%, 50%) 100%);
}

.bg-SN10468 {
background: linear-gradient(to bottom, hsl(1875.36, 100%, 50%) 0%, hsl(1875.36, 100%, 50%) 100%);
}


#album-music-playedSN10468 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1877.36, 100%, 50%) 0%, hsl(1877.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10469 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1879.36, 100%, 50%) 0%, hsl(1879.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10469 {
background: linear-gradient(to bottom, hsl(1879.36, 100%, 50%) 0%, hsl(1879.36, 100%, 50%) 100%);
}

.bg-SN10469 {
background: linear-gradient(to bottom, hsl(1879.36, 100%, 50%) 0%, hsl(1879.36, 100%, 50%) 100%);
}


#album-music-playedSN10469 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1881.36, 100%, 50%) 0%, hsl(1881.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10470 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1883.36, 100%, 50%) 0%, hsl(1883.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10470 {
background: linear-gradient(to bottom, hsl(1883.36, 100%, 50%) 0%, hsl(1883.36, 100%, 50%) 100%);
}

.bg-SN10470 {
background: linear-gradient(to bottom, hsl(1883.36, 100%, 50%) 0%, hsl(1883.36, 100%, 50%) 100%);
}


#album-music-playedSN10470 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1885.36, 100%, 50%) 0%, hsl(1885.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10471 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1887.36, 100%, 50%) 0%, hsl(1887.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10471 {
background: linear-gradient(to bottom, hsl(1887.36, 100%, 50%) 0%, hsl(1887.36, 100%, 50%) 100%);
}

.bg-SN10471 {
background: linear-gradient(to bottom, hsl(1887.36, 100%, 50%) 0%, hsl(1887.36, 100%, 50%) 100%);
}


#album-music-playedSN10471 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1889.36, 100%, 50%) 0%, hsl(1889.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10472 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1891.36, 100%, 50%) 0%, hsl(1891.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10472 {
background: linear-gradient(to bottom, hsl(1891.36, 100%, 50%) 0%, hsl(1891.36, 100%, 50%) 100%);
}

.bg-SN10472 {
background: linear-gradient(to bottom, hsl(1891.36, 100%, 50%) 0%, hsl(1891.36, 100%, 50%) 100%);
}


#album-music-playedSN10472 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1893.36, 100%, 50%) 0%, hsl(1893.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10473 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1895.36, 100%, 50%) 0%, hsl(1895.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10473 {
background: linear-gradient(to bottom, hsl(1895.36, 100%, 50%) 0%, hsl(1895.36, 100%, 50%) 100%);
}

.bg-SN10473 {
background: linear-gradient(to bottom, hsl(1895.36, 100%, 50%) 0%, hsl(1895.36, 100%, 50%) 100%);
}


#album-music-playedSN10473 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1897.36, 100%, 50%) 0%, hsl(1897.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10474 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1899.36, 100%, 50%) 0%, hsl(1899.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10474 {
background: linear-gradient(to bottom, hsl(1899.36, 100%, 50%) 0%, hsl(1899.36, 100%, 50%) 100%);
}

.bg-SN10474 {
background: linear-gradient(to bottom, hsl(1899.36, 100%, 50%) 0%, hsl(1899.36, 100%, 50%) 100%);
}


#album-music-playedSN10474 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1901.36, 100%, 50%) 0%, hsl(1901.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10475 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1903.36, 100%, 50%) 0%, hsl(1903.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10475 {
background: linear-gradient(to bottom, hsl(1903.36, 100%, 50%) 0%, hsl(1903.36, 100%, 50%) 100%);
}

.bg-SN10475 {
background: linear-gradient(to bottom, hsl(1903.36, 100%, 50%) 0%, hsl(1903.36, 100%, 50%) 100%);
}


#album-music-playedSN10475 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1905.36, 100%, 50%) 0%, hsl(1905.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10476 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1907.36, 100%, 50%) 0%, hsl(1907.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10476 {
background: linear-gradient(to bottom, hsl(1907.36, 100%, 50%) 0%, hsl(1907.36, 100%, 50%) 100%);
}

.bg-SN10476 {
background: linear-gradient(to bottom, hsl(1907.36, 100%, 50%) 0%, hsl(1907.36, 100%, 50%) 100%);
}


#album-music-playedSN10476 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1909.36, 100%, 50%) 0%, hsl(1909.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10477 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1911.36, 100%, 50%) 0%, hsl(1911.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10477 {
background: linear-gradient(to bottom, hsl(1911.36, 100%, 50%) 0%, hsl(1911.36, 100%, 50%) 100%);
}

.bg-SN10477 {
background: linear-gradient(to bottom, hsl(1911.36, 100%, 50%) 0%, hsl(1911.36, 100%, 50%) 100%);
}


#album-music-playedSN10477 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1913.36, 100%, 50%) 0%, hsl(1913.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10478 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1915.36, 100%, 50%) 0%, hsl(1915.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10478 {
background: linear-gradient(to bottom, hsl(1915.36, 100%, 50%) 0%, hsl(1915.36, 100%, 50%) 100%);
}

.bg-SN10478 {
background: linear-gradient(to bottom, hsl(1915.36, 100%, 50%) 0%, hsl(1915.36, 100%, 50%) 100%);
}


#album-music-playedSN10478 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1917.36, 100%, 50%) 0%, hsl(1917.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10479 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1919.36, 100%, 50%) 0%, hsl(1919.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10479 {
background: linear-gradient(to bottom, hsl(1919.36, 100%, 50%) 0%, hsl(1919.36, 100%, 50%) 100%);
}

.bg-SN10479 {
background: linear-gradient(to bottom, hsl(1919.36, 100%, 50%) 0%, hsl(1919.36, 100%, 50%) 100%);
}


#album-music-playedSN10479 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1921.36, 100%, 50%) 0%, hsl(1921.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10480 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1923.36, 100%, 50%) 0%, hsl(1923.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10480 {
background: linear-gradient(to bottom, hsl(1923.36, 100%, 50%) 0%, hsl(1923.36, 100%, 50%) 100%);
}

.bg-SN10480 {
background: linear-gradient(to bottom, hsl(1923.36, 100%, 50%) 0%, hsl(1923.36, 100%, 50%) 100%);
}


#album-music-playedSN10480 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1925.36, 100%, 50%) 0%, hsl(1925.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10481 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1927.36, 100%, 50%) 0%, hsl(1927.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10481 {
background: linear-gradient(to bottom, hsl(1927.36, 100%, 50%) 0%, hsl(1927.36, 100%, 50%) 100%);
}

.bg-SN10481 {
background: linear-gradient(to bottom, hsl(1927.36, 100%, 50%) 0%, hsl(1927.36, 100%, 50%) 100%);
}


#album-music-playedSN10481 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1929.36, 100%, 50%) 0%, hsl(1929.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10482 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1931.36, 100%, 50%) 0%, hsl(1931.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10482 {
background: linear-gradient(to bottom, hsl(1931.36, 100%, 50%) 0%, hsl(1931.36, 100%, 50%) 100%);
}

.bg-SN10482 {
background: linear-gradient(to bottom, hsl(1931.36, 100%, 50%) 0%, hsl(1931.36, 100%, 50%) 100%);
}


#album-music-playedSN10482 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1933.36, 100%, 50%) 0%, hsl(1933.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10483 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1935.36, 100%, 50%) 0%, hsl(1935.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10483 {
background: linear-gradient(to bottom, hsl(1935.36, 100%, 50%) 0%, hsl(1935.36, 100%, 50%) 100%);
}

.bg-SN10483 {
background: linear-gradient(to bottom, hsl(1935.36, 100%, 50%) 0%, hsl(1935.36, 100%, 50%) 100%);
}


#album-music-playedSN10483 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1937.36, 100%, 50%) 0%, hsl(1937.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10484 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1939.36, 100%, 50%) 0%, hsl(1939.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10484 {
background: linear-gradient(to bottom, hsl(1939.36, 100%, 50%) 0%, hsl(1939.36, 100%, 50%) 100%);
}

.bg-SN10484 {
background: linear-gradient(to bottom, hsl(1939.36, 100%, 50%) 0%, hsl(1939.36, 100%, 50%) 100%);
}


#album-music-playedSN10484 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1941.36, 100%, 50%) 0%, hsl(1941.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10485 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1943.36, 100%, 50%) 0%, hsl(1943.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10485 {
background: linear-gradient(to bottom, hsl(1943.36, 100%, 50%) 0%, hsl(1943.36, 100%, 50%) 100%);
}

.bg-SN10485 {
background: linear-gradient(to bottom, hsl(1943.36, 100%, 50%) 0%, hsl(1943.36, 100%, 50%) 100%);
}


#album-music-playedSN10485 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1945.36, 100%, 50%) 0%, hsl(1945.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10486 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1947.36, 100%, 50%) 0%, hsl(1947.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10486 {
background: linear-gradient(to bottom, hsl(1947.36, 100%, 50%) 0%, hsl(1947.36, 100%, 50%) 100%);
}

.bg-SN10486 {
background: linear-gradient(to bottom, hsl(1947.36, 100%, 50%) 0%, hsl(1947.36, 100%, 50%) 100%);
}


#album-music-playedSN10486 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1949.36, 100%, 50%) 0%, hsl(1949.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10487 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1951.36, 100%, 50%) 0%, hsl(1951.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10487 {
background: linear-gradient(to bottom, hsl(1951.36, 100%, 50%) 0%, hsl(1951.36, 100%, 50%) 100%);
}

.bg-SN10487 {
background: linear-gradient(to bottom, hsl(1951.36, 100%, 50%) 0%, hsl(1951.36, 100%, 50%) 100%);
}


#album-music-playedSN10487 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1953.36, 100%, 50%) 0%, hsl(1953.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10488 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1955.36, 100%, 50%) 0%, hsl(1955.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10488 {
background: linear-gradient(to bottom, hsl(1955.36, 100%, 50%) 0%, hsl(1955.36, 100%, 50%) 100%);
}

.bg-SN10488 {
background: linear-gradient(to bottom, hsl(1955.36, 100%, 50%) 0%, hsl(1955.36, 100%, 50%) 100%);
}


#album-music-playedSN10488 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1957.36, 100%, 50%) 0%, hsl(1957.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10489 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1959.36, 100%, 50%) 0%, hsl(1959.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10489 {
background: linear-gradient(to bottom, hsl(1959.36, 100%, 50%) 0%, hsl(1959.36, 100%, 50%) 100%);
}

.bg-SN10489 {
background: linear-gradient(to bottom, hsl(1959.36, 100%, 50%) 0%, hsl(1959.36, 100%, 50%) 100%);
}


#album-music-playedSN10489 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1961.36, 100%, 50%) 0%, hsl(1961.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10490 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1963.36, 100%, 50%) 0%, hsl(1963.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10490 {
background: linear-gradient(to bottom, hsl(1963.36, 100%, 50%) 0%, hsl(1963.36, 100%, 50%) 100%);
}

.bg-SN10490 {
background: linear-gradient(to bottom, hsl(1963.36, 100%, 50%) 0%, hsl(1963.36, 100%, 50%) 100%);
}


#album-music-playedSN10490 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1965.36, 100%, 50%) 0%, hsl(1965.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10491 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1967.36, 100%, 50%) 0%, hsl(1967.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10491 {
background: linear-gradient(to bottom, hsl(1967.36, 100%, 50%) 0%, hsl(1967.36, 100%, 50%) 100%);
}

.bg-SN10491 {
background: linear-gradient(to bottom, hsl(1967.36, 100%, 50%) 0%, hsl(1967.36, 100%, 50%) 100%);
}


#album-music-playedSN10491 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1969.36, 100%, 50%) 0%, hsl(1969.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10492 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1971.36, 100%, 50%) 0%, hsl(1971.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10492 {
background: linear-gradient(to bottom, hsl(1971.36, 100%, 50%) 0%, hsl(1971.36, 100%, 50%) 100%);
}

.bg-SN10492 {
background: linear-gradient(to bottom, hsl(1971.36, 100%, 50%) 0%, hsl(1971.36, 100%, 50%) 100%);
}


#album-music-playedSN10492 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1973.36, 100%, 50%) 0%, hsl(1973.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10493 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1975.36, 100%, 50%) 0%, hsl(1975.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10493 {
background: linear-gradient(to bottom, hsl(1975.36, 100%, 50%) 0%, hsl(1975.36, 100%, 50%) 100%);
}

.bg-SN10493 {
background: linear-gradient(to bottom, hsl(1975.36, 100%, 50%) 0%, hsl(1975.36, 100%, 50%) 100%);
}


#album-music-playedSN10493 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1977.36, 100%, 50%) 0%, hsl(1977.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10494 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1979.36, 100%, 50%) 0%, hsl(1979.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10494 {
background: linear-gradient(to bottom, hsl(1979.36, 100%, 50%) 0%, hsl(1979.36, 100%, 50%) 100%);
}

.bg-SN10494 {
background: linear-gradient(to bottom, hsl(1979.36, 100%, 50%) 0%, hsl(1979.36, 100%, 50%) 100%);
}


#album-music-playedSN10494 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1981.36, 100%, 50%) 0%, hsl(1981.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10495 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1983.36, 100%, 50%) 0%, hsl(1983.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10495 {
background: linear-gradient(to bottom, hsl(1983.36, 100%, 50%) 0%, hsl(1983.36, 100%, 50%) 100%);
}

.bg-SN10495 {
background: linear-gradient(to bottom, hsl(1983.36, 100%, 50%) 0%, hsl(1983.36, 100%, 50%) 100%);
}


#album-music-playedSN10495 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1985.36, 100%, 50%) 0%, hsl(1985.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10496 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1987.36, 100%, 50%) 0%, hsl(1987.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10496 {
background: linear-gradient(to bottom, hsl(1987.36, 100%, 50%) 0%, hsl(1987.36, 100%, 50%) 100%);
}

.bg-SN10496 {
background: linear-gradient(to bottom, hsl(1987.36, 100%, 50%) 0%, hsl(1987.36, 100%, 50%) 100%);
}


#album-music-playedSN10496 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1989.36, 100%, 50%) 0%, hsl(1989.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10497 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1991.36, 100%, 50%) 0%, hsl(1991.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10497 {
background: linear-gradient(to bottom, hsl(1991.36, 100%, 50%) 0%, hsl(1991.36, 100%, 50%) 100%);
}

.bg-SN10497 {
background: linear-gradient(to bottom, hsl(1991.36, 100%, 50%) 0%, hsl(1991.36, 100%, 50%) 100%);
}


#album-music-playedSN10497 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1993.36, 100%, 50%) 0%, hsl(1993.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10498 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1995.36, 100%, 50%) 0%, hsl(1995.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10498 {
background: linear-gradient(to bottom, hsl(1995.36, 100%, 50%) 0%, hsl(1995.36, 100%, 50%) 100%);
}

.bg-SN10498 {
background: linear-gradient(to bottom, hsl(1995.36, 100%, 50%) 0%, hsl(1995.36, 100%, 50%) 100%);
}


#album-music-playedSN10498 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1997.36, 100%, 50%) 0%, hsl(1997.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10499 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(1999.36, 100%, 50%) 0%, hsl(1999.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10499 {
background: linear-gradient(to bottom, hsl(1999.36, 100%, 50%) 0%, hsl(1999.36, 100%, 50%) 100%);
}

.bg-SN10499 {
background: linear-gradient(to bottom, hsl(1999.36, 100%, 50%) 0%, hsl(1999.36, 100%, 50%) 100%);
}


#album-music-playedSN10499 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2001.36, 100%, 50%) 0%, hsl(2001.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10500 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2003.36, 100%, 50%) 0%, hsl(2003.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10500 {
background: linear-gradient(to bottom, hsl(2003.36, 100%, 50%) 0%, hsl(2003.36, 100%, 50%) 100%);
}

.bg-SN10500 {
background: linear-gradient(to bottom, hsl(2003.36, 100%, 50%) 0%, hsl(2003.36, 100%, 50%) 100%);
}


#album-music-playedSN10500 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2005.36, 100%, 50%) 0%, hsl(2005.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10501 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2007.36, 100%, 50%) 0%, hsl(2007.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10501 {
background: linear-gradient(to bottom, hsl(2007.36, 100%, 50%) 0%, hsl(2007.36, 100%, 50%) 100%);
}

.bg-SN10501 {
background: linear-gradient(to bottom, hsl(2007.36, 100%, 50%) 0%, hsl(2007.36, 100%, 50%) 100%);
}


#album-music-playedSN10501 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2009.36, 100%, 50%) 0%, hsl(2009.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10502 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2011.36, 100%, 50%) 0%, hsl(2011.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10502 {
background: linear-gradient(to bottom, hsl(2011.36, 100%, 50%) 0%, hsl(2011.36, 100%, 50%) 100%);
}

.bg-SN10502 {
background: linear-gradient(to bottom, hsl(2011.36, 100%, 50%) 0%, hsl(2011.36, 100%, 50%) 100%);
}


#album-music-playedSN10502 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2013.36, 100%, 50%) 0%, hsl(2013.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10503 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2015.36, 100%, 50%) 0%, hsl(2015.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10503 {
background: linear-gradient(to bottom, hsl(2015.36, 100%, 50%) 0%, hsl(2015.36, 100%, 50%) 100%);
}

.bg-SN10503 {
background: linear-gradient(to bottom, hsl(2015.36, 100%, 50%) 0%, hsl(2015.36, 100%, 50%) 100%);
}


#album-music-playedSN10503 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2017.36, 100%, 50%) 0%, hsl(2017.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10504 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2019.36, 100%, 50%) 0%, hsl(2019.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10504 {
background: linear-gradient(to bottom, hsl(2019.36, 100%, 50%) 0%, hsl(2019.36, 100%, 50%) 100%);
}

.bg-SN10504 {
background: linear-gradient(to bottom, hsl(2019.36, 100%, 50%) 0%, hsl(2019.36, 100%, 50%) 100%);
}


#album-music-playedSN10504 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2021.36, 100%, 50%) 0%, hsl(2021.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10505 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2023.36, 100%, 50%) 0%, hsl(2023.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10505 {
background: linear-gradient(to bottom, hsl(2023.36, 100%, 50%) 0%, hsl(2023.36, 100%, 50%) 100%);
}

.bg-SN10505 {
background: linear-gradient(to bottom, hsl(2023.36, 100%, 50%) 0%, hsl(2023.36, 100%, 50%) 100%);
}


#album-music-playedSN10505 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2025.36, 100%, 50%) 0%, hsl(2025.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10506 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2027.36, 100%, 50%) 0%, hsl(2027.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10506 {
background: linear-gradient(to bottom, hsl(2027.36, 100%, 50%) 0%, hsl(2027.36, 100%, 50%) 100%);
}

.bg-SN10506 {
background: linear-gradient(to bottom, hsl(2027.36, 100%, 50%) 0%, hsl(2027.36, 100%, 50%) 100%);
}


#album-music-playedSN10506 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2029.36, 100%, 50%) 0%, hsl(2029.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10507 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2031.36, 100%, 50%) 0%, hsl(2031.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10507 {
background: linear-gradient(to bottom, hsl(2031.36, 100%, 50%) 0%, hsl(2031.36, 100%, 50%) 100%);
}

.bg-SN10507 {
background: linear-gradient(to bottom, hsl(2031.36, 100%, 50%) 0%, hsl(2031.36, 100%, 50%) 100%);
}


#album-music-playedSN10507 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2033.36, 100%, 50%) 0%, hsl(2033.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10508 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2035.36, 100%, 50%) 0%, hsl(2035.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10508 {
background: linear-gradient(to bottom, hsl(2035.36, 100%, 50%) 0%, hsl(2035.36, 100%, 50%) 100%);
}

.bg-SN10508 {
background: linear-gradient(to bottom, hsl(2035.36, 100%, 50%) 0%, hsl(2035.36, 100%, 50%) 100%);
}


#album-music-playedSN10508 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2037.36, 100%, 50%) 0%, hsl(2037.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10509 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2039.36, 100%, 50%) 0%, hsl(2039.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10509 {
background: linear-gradient(to bottom, hsl(2039.36, 100%, 50%) 0%, hsl(2039.36, 100%, 50%) 100%);
}

.bg-SN10509 {
background: linear-gradient(to bottom, hsl(2039.36, 100%, 50%) 0%, hsl(2039.36, 100%, 50%) 100%);
}


#album-music-playedSN10509 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2041.36, 100%, 50%) 0%, hsl(2041.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10510 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2043.36, 100%, 50%) 0%, hsl(2043.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10510 {
background: linear-gradient(to bottom, hsl(2043.36, 100%, 50%) 0%, hsl(2043.36, 100%, 50%) 100%);
}

.bg-SN10510 {
background: linear-gradient(to bottom, hsl(2043.36, 100%, 50%) 0%, hsl(2043.36, 100%, 50%) 100%);
}


#album-music-playedSN10510 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2045.36, 100%, 50%) 0%, hsl(2045.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10511 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2047.36, 100%, 50%) 0%, hsl(2047.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10511 {
background: linear-gradient(to bottom, hsl(2047.36, 100%, 50%) 0%, hsl(2047.36, 100%, 50%) 100%);
}

.bg-SN10511 {
background: linear-gradient(to bottom, hsl(2047.36, 100%, 50%) 0%, hsl(2047.36, 100%, 50%) 100%);
}


#album-music-playedSN10511 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2049.36, 100%, 50%) 0%, hsl(2049.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10512 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2051.36, 100%, 50%) 0%, hsl(2051.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10512 {
background: linear-gradient(to bottom, hsl(2051.36, 100%, 50%) 0%, hsl(2051.36, 100%, 50%) 100%);
}

.bg-SN10512 {
background: linear-gradient(to bottom, hsl(2051.36, 100%, 50%) 0%, hsl(2051.36, 100%, 50%) 100%);
}


#album-music-playedSN10512 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2053.36, 100%, 50%) 0%, hsl(2053.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10513 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2055.36, 100%, 50%) 0%, hsl(2055.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10513 {
background: linear-gradient(to bottom, hsl(2055.36, 100%, 50%) 0%, hsl(2055.36, 100%, 50%) 100%);
}

.bg-SN10513 {
background: linear-gradient(to bottom, hsl(2055.36, 100%, 50%) 0%, hsl(2055.36, 100%, 50%) 100%);
}


#album-music-playedSN10513 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2057.36, 100%, 50%) 0%, hsl(2057.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10514 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2059.36, 100%, 50%) 0%, hsl(2059.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10514 {
background: linear-gradient(to bottom, hsl(2059.36, 100%, 50%) 0%, hsl(2059.36, 100%, 50%) 100%);
}

.bg-SN10514 {
background: linear-gradient(to bottom, hsl(2059.36, 100%, 50%) 0%, hsl(2059.36, 100%, 50%) 100%);
}


#album-music-playedSN10514 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2061.36, 100%, 50%) 0%, hsl(2061.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10515 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2063.36, 100%, 50%) 0%, hsl(2063.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10515 {
background: linear-gradient(to bottom, hsl(2063.36, 100%, 50%) 0%, hsl(2063.36, 100%, 50%) 100%);
}

.bg-SN10515 {
background: linear-gradient(to bottom, hsl(2063.36, 100%, 50%) 0%, hsl(2063.36, 100%, 50%) 100%);
}


#album-music-playedSN10515 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2065.36, 100%, 50%) 0%, hsl(2065.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10516 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2067.36, 100%, 50%) 0%, hsl(2067.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10516 {
background: linear-gradient(to bottom, hsl(2067.36, 100%, 50%) 0%, hsl(2067.36, 100%, 50%) 100%);
}

.bg-SN10516 {
background: linear-gradient(to bottom, hsl(2067.36, 100%, 50%) 0%, hsl(2067.36, 100%, 50%) 100%);
}


#album-music-playedSN10516 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2069.36, 100%, 50%) 0%, hsl(2069.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10517 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2071.36, 100%, 50%) 0%, hsl(2071.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10517 {
background: linear-gradient(to bottom, hsl(2071.36, 100%, 50%) 0%, hsl(2071.36, 100%, 50%) 100%);
}

.bg-SN10517 {
background: linear-gradient(to bottom, hsl(2071.36, 100%, 50%) 0%, hsl(2071.36, 100%, 50%) 100%);
}


#album-music-playedSN10517 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2073.36, 100%, 50%) 0%, hsl(2073.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10518 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2075.36, 100%, 50%) 0%, hsl(2075.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10518 {
background: linear-gradient(to bottom, hsl(2075.36, 100%, 50%) 0%, hsl(2075.36, 100%, 50%) 100%);
}

.bg-SN10518 {
background: linear-gradient(to bottom, hsl(2075.36, 100%, 50%) 0%, hsl(2075.36, 100%, 50%) 100%);
}


#album-music-playedSN10518 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2077.36, 100%, 50%) 0%, hsl(2077.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10519 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2079.36, 100%, 50%) 0%, hsl(2079.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10519 {
background: linear-gradient(to bottom, hsl(2079.36, 100%, 50%) 0%, hsl(2079.36, 100%, 50%) 100%);
}

.bg-SN10519 {
background: linear-gradient(to bottom, hsl(2079.36, 100%, 50%) 0%, hsl(2079.36, 100%, 50%) 100%);
}


#album-music-playedSN10519 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2081.36, 100%, 50%) 0%, hsl(2081.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10520 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2083.36, 100%, 50%) 0%, hsl(2083.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10520 {
background: linear-gradient(to bottom, hsl(2083.36, 100%, 50%) 0%, hsl(2083.36, 100%, 50%) 100%);
}

.bg-SN10520 {
background: linear-gradient(to bottom, hsl(2083.36, 100%, 50%) 0%, hsl(2083.36, 100%, 50%) 100%);
}


#album-music-playedSN10520 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2085.36, 100%, 50%) 0%, hsl(2085.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10521 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2087.36, 100%, 50%) 0%, hsl(2087.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10521 {
background: linear-gradient(to bottom, hsl(2087.36, 100%, 50%) 0%, hsl(2087.36, 100%, 50%) 100%);
}

.bg-SN10521 {
background: linear-gradient(to bottom, hsl(2087.36, 100%, 50%) 0%, hsl(2087.36, 100%, 50%) 100%);
}


#album-music-playedSN10521 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2089.36, 100%, 50%) 0%, hsl(2089.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10522 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2091.36, 100%, 50%) 0%, hsl(2091.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10522 {
background: linear-gradient(to bottom, hsl(2091.36, 100%, 50%) 0%, hsl(2091.36, 100%, 50%) 100%);
}

.bg-SN10522 {
background: linear-gradient(to bottom, hsl(2091.36, 100%, 50%) 0%, hsl(2091.36, 100%, 50%) 100%);
}


#album-music-playedSN10522 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2093.36, 100%, 50%) 0%, hsl(2093.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10523 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2095.36, 100%, 50%) 0%, hsl(2095.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10523 {
background: linear-gradient(to bottom, hsl(2095.36, 100%, 50%) 0%, hsl(2095.36, 100%, 50%) 100%);
}

.bg-SN10523 {
background: linear-gradient(to bottom, hsl(2095.36, 100%, 50%) 0%, hsl(2095.36, 100%, 50%) 100%);
}


#album-music-playedSN10523 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2097.36, 100%, 50%) 0%, hsl(2097.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10524 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2099.36, 100%, 50%) 0%, hsl(2099.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10524 {
background: linear-gradient(to bottom, hsl(2099.36, 100%, 50%) 0%, hsl(2099.36, 100%, 50%) 100%);
}

.bg-SN10524 {
background: linear-gradient(to bottom, hsl(2099.36, 100%, 50%) 0%, hsl(2099.36, 100%, 50%) 100%);
}


#album-music-playedSN10524 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2101.36, 100%, 50%) 0%, hsl(2101.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10525 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2103.36, 100%, 50%) 0%, hsl(2103.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10525 {
background: linear-gradient(to bottom, hsl(2103.36, 100%, 50%) 0%, hsl(2103.36, 100%, 50%) 100%);
}

.bg-SN10525 {
background: linear-gradient(to bottom, hsl(2103.36, 100%, 50%) 0%, hsl(2103.36, 100%, 50%) 100%);
}


#album-music-playedSN10525 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2105.36, 100%, 50%) 0%, hsl(2105.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10526 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2107.36, 100%, 50%) 0%, hsl(2107.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10526 {
background: linear-gradient(to bottom, hsl(2107.36, 100%, 50%) 0%, hsl(2107.36, 100%, 50%) 100%);
}

.bg-SN10526 {
background: linear-gradient(to bottom, hsl(2107.36, 100%, 50%) 0%, hsl(2107.36, 100%, 50%) 100%);
}


#album-music-playedSN10526 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2109.36, 100%, 50%) 0%, hsl(2109.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10527 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2111.36, 100%, 50%) 0%, hsl(2111.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10527 {
background: linear-gradient(to bottom, hsl(2111.36, 100%, 50%) 0%, hsl(2111.36, 100%, 50%) 100%);
}

.bg-SN10527 {
background: linear-gradient(to bottom, hsl(2111.36, 100%, 50%) 0%, hsl(2111.36, 100%, 50%) 100%);
}


#album-music-playedSN10527 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2113.36, 100%, 50%) 0%, hsl(2113.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10528 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2115.36, 100%, 50%) 0%, hsl(2115.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10528 {
background: linear-gradient(to bottom, hsl(2115.36, 100%, 50%) 0%, hsl(2115.36, 100%, 50%) 100%);
}

.bg-SN10528 {
background: linear-gradient(to bottom, hsl(2115.36, 100%, 50%) 0%, hsl(2115.36, 100%, 50%) 100%);
}


#album-music-playedSN10528 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2117.36, 100%, 50%) 0%, hsl(2117.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10529 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2119.36, 100%, 50%) 0%, hsl(2119.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10529 {
background: linear-gradient(to bottom, hsl(2119.36, 100%, 50%) 0%, hsl(2119.36, 100%, 50%) 100%);
}

.bg-SN10529 {
background: linear-gradient(to bottom, hsl(2119.36, 100%, 50%) 0%, hsl(2119.36, 100%, 50%) 100%);
}


#album-music-playedSN10529 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2121.36, 100%, 50%) 0%, hsl(2121.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10530 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2123.36, 100%, 50%) 0%, hsl(2123.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10530 {
background: linear-gradient(to bottom, hsl(2123.36, 100%, 50%) 0%, hsl(2123.36, 100%, 50%) 100%);
}

.bg-SN10530 {
background: linear-gradient(to bottom, hsl(2123.36, 100%, 50%) 0%, hsl(2123.36, 100%, 50%) 100%);
}


#album-music-playedSN10530 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2125.36, 100%, 50%) 0%, hsl(2125.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10531 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2127.36, 100%, 50%) 0%, hsl(2127.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10531 {
background: linear-gradient(to bottom, hsl(2127.36, 100%, 50%) 0%, hsl(2127.36, 100%, 50%) 100%);
}

.bg-SN10531 {
background: linear-gradient(to bottom, hsl(2127.36, 100%, 50%) 0%, hsl(2127.36, 100%, 50%) 100%);
}


#album-music-playedSN10531 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2129.36, 100%, 50%) 0%, hsl(2129.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10532 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2131.36, 100%, 50%) 0%, hsl(2131.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10532 {
background: linear-gradient(to bottom, hsl(2131.36, 100%, 50%) 0%, hsl(2131.36, 100%, 50%) 100%);
}

.bg-SN10532 {
background: linear-gradient(to bottom, hsl(2131.36, 100%, 50%) 0%, hsl(2131.36, 100%, 50%) 100%);
}


#album-music-playedSN10532 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2133.36, 100%, 50%) 0%, hsl(2133.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10533 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2135.36, 100%, 50%) 0%, hsl(2135.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10533 {
background: linear-gradient(to bottom, hsl(2135.36, 100%, 50%) 0%, hsl(2135.36, 100%, 50%) 100%);
}

.bg-SN10533 {
background: linear-gradient(to bottom, hsl(2135.36, 100%, 50%) 0%, hsl(2135.36, 100%, 50%) 100%);
}


#album-music-playedSN10533 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2137.36, 100%, 50%) 0%, hsl(2137.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10534 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2139.36, 100%, 50%) 0%, hsl(2139.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10534 {
background: linear-gradient(to bottom, hsl(2139.36, 100%, 50%) 0%, hsl(2139.36, 100%, 50%) 100%);
}

.bg-SN10534 {
background: linear-gradient(to bottom, hsl(2139.36, 100%, 50%) 0%, hsl(2139.36, 100%, 50%) 100%);
}


#album-music-playedSN10534 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2141.36, 100%, 50%) 0%, hsl(2141.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10535 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2143.36, 100%, 50%) 0%, hsl(2143.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10535 {
background: linear-gradient(to bottom, hsl(2143.36, 100%, 50%) 0%, hsl(2143.36, 100%, 50%) 100%);
}

.bg-SN10535 {
background: linear-gradient(to bottom, hsl(2143.36, 100%, 50%) 0%, hsl(2143.36, 100%, 50%) 100%);
}


#album-music-playedSN10535 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2145.36, 100%, 50%) 0%, hsl(2145.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10536 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2147.36, 100%, 50%) 0%, hsl(2147.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10536 {
background: linear-gradient(to bottom, hsl(2147.36, 100%, 50%) 0%, hsl(2147.36, 100%, 50%) 100%);
}

.bg-SN10536 {
background: linear-gradient(to bottom, hsl(2147.36, 100%, 50%) 0%, hsl(2147.36, 100%, 50%) 100%);
}


#album-music-playedSN10536 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2149.36, 100%, 50%) 0%, hsl(2149.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10537 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2151.36, 100%, 50%) 0%, hsl(2151.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10537 {
background: linear-gradient(to bottom, hsl(2151.36, 100%, 50%) 0%, hsl(2151.36, 100%, 50%) 100%);
}

.bg-SN10537 {
background: linear-gradient(to bottom, hsl(2151.36, 100%, 50%) 0%, hsl(2151.36, 100%, 50%) 100%);
}


#album-music-playedSN10537 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2153.36, 100%, 50%) 0%, hsl(2153.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10538 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2155.36, 100%, 50%) 0%, hsl(2155.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10538 {
background: linear-gradient(to bottom, hsl(2155.36, 100%, 50%) 0%, hsl(2155.36, 100%, 50%) 100%);
}

.bg-SN10538 {
background: linear-gradient(to bottom, hsl(2155.36, 100%, 50%) 0%, hsl(2155.36, 100%, 50%) 100%);
}


#album-music-playedSN10538 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2157.36, 100%, 50%) 0%, hsl(2157.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10539 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2159.36, 100%, 50%) 0%, hsl(2159.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10539 {
background: linear-gradient(to bottom, hsl(2159.36, 100%, 50%) 0%, hsl(2159.36, 100%, 50%) 100%);
}

.bg-SN10539 {
background: linear-gradient(to bottom, hsl(2159.36, 100%, 50%) 0%, hsl(2159.36, 100%, 50%) 100%);
}


#album-music-playedSN10539 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2161.36, 100%, 50%) 0%, hsl(2161.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10540 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2163.36, 100%, 50%) 0%, hsl(2163.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10540 {
background: linear-gradient(to bottom, hsl(2163.36, 100%, 50%) 0%, hsl(2163.36, 100%, 50%) 100%);
}

.bg-SN10540 {
background: linear-gradient(to bottom, hsl(2163.36, 100%, 50%) 0%, hsl(2163.36, 100%, 50%) 100%);
}


#album-music-playedSN10540 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2165.36, 100%, 50%) 0%, hsl(2165.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10541 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2167.36, 100%, 50%) 0%, hsl(2167.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10541 {
background: linear-gradient(to bottom, hsl(2167.36, 100%, 50%) 0%, hsl(2167.36, 100%, 50%) 100%);
}

.bg-SN10541 {
background: linear-gradient(to bottom, hsl(2167.36, 100%, 50%) 0%, hsl(2167.36, 100%, 50%) 100%);
}


#album-music-playedSN10541 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2169.36, 100%, 50%) 0%, hsl(2169.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10542 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2171.36, 100%, 50%) 0%, hsl(2171.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10542 {
background: linear-gradient(to bottom, hsl(2171.36, 100%, 50%) 0%, hsl(2171.36, 100%, 50%) 100%);
}

.bg-SN10542 {
background: linear-gradient(to bottom, hsl(2171.36, 100%, 50%) 0%, hsl(2171.36, 100%, 50%) 100%);
}


#album-music-playedSN10542 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2173.36, 100%, 50%) 0%, hsl(2173.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10543 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2175.36, 100%, 50%) 0%, hsl(2175.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10543 {
background: linear-gradient(to bottom, hsl(2175.36, 100%, 50%) 0%, hsl(2175.36, 100%, 50%) 100%);
}

.bg-SN10543 {
background: linear-gradient(to bottom, hsl(2175.36, 100%, 50%) 0%, hsl(2175.36, 100%, 50%) 100%);
}


#album-music-playedSN10543 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2177.36, 100%, 50%) 0%, hsl(2177.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10544 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2179.36, 100%, 50%) 0%, hsl(2179.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10544 {
background: linear-gradient(to bottom, hsl(2179.36, 100%, 50%) 0%, hsl(2179.36, 100%, 50%) 100%);
}

.bg-SN10544 {
background: linear-gradient(to bottom, hsl(2179.36, 100%, 50%) 0%, hsl(2179.36, 100%, 50%) 100%);
}


#album-music-playedSN10544 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2181.36, 100%, 50%) 0%, hsl(2181.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10545 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2183.36, 100%, 50%) 0%, hsl(2183.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10545 {
background: linear-gradient(to bottom, hsl(2183.36, 100%, 50%) 0%, hsl(2183.36, 100%, 50%) 100%);
}

.bg-SN10545 {
background: linear-gradient(to bottom, hsl(2183.36, 100%, 50%) 0%, hsl(2183.36, 100%, 50%) 100%);
}


#album-music-playedSN10545 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2185.36, 100%, 50%) 0%, hsl(2185.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10546 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2187.36, 100%, 50%) 0%, hsl(2187.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10546 {
background: linear-gradient(to bottom, hsl(2187.36, 100%, 50%) 0%, hsl(2187.36, 100%, 50%) 100%);
}

.bg-SN10546 {
background: linear-gradient(to bottom, hsl(2187.36, 100%, 50%) 0%, hsl(2187.36, 100%, 50%) 100%);
}


#album-music-playedSN10546 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2189.36, 100%, 50%) 0%, hsl(2189.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10547 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2191.36, 100%, 50%) 0%, hsl(2191.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10547 {
background: linear-gradient(to bottom, hsl(2191.36, 100%, 50%) 0%, hsl(2191.36, 100%, 50%) 100%);
}

.bg-SN10547 {
background: linear-gradient(to bottom, hsl(2191.36, 100%, 50%) 0%, hsl(2191.36, 100%, 50%) 100%);
}


#album-music-playedSN10547 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2193.36, 100%, 50%) 0%, hsl(2193.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10548 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2195.36, 100%, 50%) 0%, hsl(2195.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10548 {
background: linear-gradient(to bottom, hsl(2195.36, 100%, 50%) 0%, hsl(2195.36, 100%, 50%) 100%);
}

.bg-SN10548 {
background: linear-gradient(to bottom, hsl(2195.36, 100%, 50%) 0%, hsl(2195.36, 100%, 50%) 100%);
}


#album-music-playedSN10548 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2197.36, 100%, 50%) 0%, hsl(2197.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10549 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2199.36, 100%, 50%) 0%, hsl(2199.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10549 {
background: linear-gradient(to bottom, hsl(2199.36, 100%, 50%) 0%, hsl(2199.36, 100%, 50%) 100%);
}

.bg-SN10549 {
background: linear-gradient(to bottom, hsl(2199.36, 100%, 50%) 0%, hsl(2199.36, 100%, 50%) 100%);
}


#album-music-playedSN10549 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2201.36, 100%, 50%) 0%, hsl(2201.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10550 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2203.36, 100%, 50%) 0%, hsl(2203.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10550 {
background: linear-gradient(to bottom, hsl(2203.36, 100%, 50%) 0%, hsl(2203.36, 100%, 50%) 100%);
}

.bg-SN10550 {
background: linear-gradient(to bottom, hsl(2203.36, 100%, 50%) 0%, hsl(2203.36, 100%, 50%) 100%);
}


#album-music-playedSN10550 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2205.36, 100%, 50%) 0%, hsl(2205.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10551 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2207.36, 100%, 50%) 0%, hsl(2207.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10551 {
background: linear-gradient(to bottom, hsl(2207.36, 100%, 50%) 0%, hsl(2207.36, 100%, 50%) 100%);
}

.bg-SN10551 {
background: linear-gradient(to bottom, hsl(2207.36, 100%, 50%) 0%, hsl(2207.36, 100%, 50%) 100%);
}


#album-music-playedSN10551 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2209.36, 100%, 50%) 0%, hsl(2209.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10552 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2211.36, 100%, 50%) 0%, hsl(2211.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10552 {
background: linear-gradient(to bottom, hsl(2211.36, 100%, 50%) 0%, hsl(2211.36, 100%, 50%) 100%);
}

.bg-SN10552 {
background: linear-gradient(to bottom, hsl(2211.36, 100%, 50%) 0%, hsl(2211.36, 100%, 50%) 100%);
}


#album-music-playedSN10552 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2213.36, 100%, 50%) 0%, hsl(2213.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10553 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2215.36, 100%, 50%) 0%, hsl(2215.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10553 {
background: linear-gradient(to bottom, hsl(2215.36, 100%, 50%) 0%, hsl(2215.36, 100%, 50%) 100%);
}

.bg-SN10553 {
background: linear-gradient(to bottom, hsl(2215.36, 100%, 50%) 0%, hsl(2215.36, 100%, 50%) 100%);
}


#album-music-playedSN10553 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2217.36, 100%, 50%) 0%, hsl(2217.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10554 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2219.36, 100%, 50%) 0%, hsl(2219.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10554 {
background: linear-gradient(to bottom, hsl(2219.36, 100%, 50%) 0%, hsl(2219.36, 100%, 50%) 100%);
}

.bg-SN10554 {
background: linear-gradient(to bottom, hsl(2219.36, 100%, 50%) 0%, hsl(2219.36, 100%, 50%) 100%);
}


#album-music-playedSN10554 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2221.36, 100%, 50%) 0%, hsl(2221.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10555 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2223.36, 100%, 50%) 0%, hsl(2223.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10555 {
background: linear-gradient(to bottom, hsl(2223.36, 100%, 50%) 0%, hsl(2223.36, 100%, 50%) 100%);
}

.bg-SN10555 {
background: linear-gradient(to bottom, hsl(2223.36, 100%, 50%) 0%, hsl(2223.36, 100%, 50%) 100%);
}


#album-music-playedSN10555 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2225.36, 100%, 50%) 0%, hsl(2225.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10556 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2227.36, 100%, 50%) 0%, hsl(2227.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10556 {
background: linear-gradient(to bottom, hsl(2227.36, 100%, 50%) 0%, hsl(2227.36, 100%, 50%) 100%);
}

.bg-SN10556 {
background: linear-gradient(to bottom, hsl(2227.36, 100%, 50%) 0%, hsl(2227.36, 100%, 50%) 100%);
}


#album-music-playedSN10556 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2229.36, 100%, 50%) 0%, hsl(2229.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10557 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2231.36, 100%, 50%) 0%, hsl(2231.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10557 {
background: linear-gradient(to bottom, hsl(2231.36, 100%, 50%) 0%, hsl(2231.36, 100%, 50%) 100%);
}

.bg-SN10557 {
background: linear-gradient(to bottom, hsl(2231.36, 100%, 50%) 0%, hsl(2231.36, 100%, 50%) 100%);
}


#album-music-playedSN10557 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2233.36, 100%, 50%) 0%, hsl(2233.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10558 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2235.36, 100%, 50%) 0%, hsl(2235.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10558 {
background: linear-gradient(to bottom, hsl(2235.36, 100%, 50%) 0%, hsl(2235.36, 100%, 50%) 100%);
}

.bg-SN10558 {
background: linear-gradient(to bottom, hsl(2235.36, 100%, 50%) 0%, hsl(2235.36, 100%, 50%) 100%);
}


#album-music-playedSN10558 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2237.36, 100%, 50%) 0%, hsl(2237.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10559 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2239.36, 100%, 50%) 0%, hsl(2239.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10559 {
background: linear-gradient(to bottom, hsl(2239.36, 100%, 50%) 0%, hsl(2239.36, 100%, 50%) 100%);
}

.bg-SN10559 {
background: linear-gradient(to bottom, hsl(2239.36, 100%, 50%) 0%, hsl(2239.36, 100%, 50%) 100%);
}


#album-music-playedSN10559 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2241.36, 100%, 50%) 0%, hsl(2241.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10560 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2243.36, 100%, 50%) 0%, hsl(2243.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10560 {
background: linear-gradient(to bottom, hsl(2243.36, 100%, 50%) 0%, hsl(2243.36, 100%, 50%) 100%);
}

.bg-SN10560 {
background: linear-gradient(to bottom, hsl(2243.36, 100%, 50%) 0%, hsl(2243.36, 100%, 50%) 100%);
}


#album-music-playedSN10560 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2245.36, 100%, 50%) 0%, hsl(2245.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10561 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2247.36, 100%, 50%) 0%, hsl(2247.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10561 {
background: linear-gradient(to bottom, hsl(2247.36, 100%, 50%) 0%, hsl(2247.36, 100%, 50%) 100%);
}

.bg-SN10561 {
background: linear-gradient(to bottom, hsl(2247.36, 100%, 50%) 0%, hsl(2247.36, 100%, 50%) 100%);
}


#album-music-playedSN10561 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2249.36, 100%, 50%) 0%, hsl(2249.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10562 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2251.36, 100%, 50%) 0%, hsl(2251.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10562 {
background: linear-gradient(to bottom, hsl(2251.36, 100%, 50%) 0%, hsl(2251.36, 100%, 50%) 100%);
}

.bg-SN10562 {
background: linear-gradient(to bottom, hsl(2251.36, 100%, 50%) 0%, hsl(2251.36, 100%, 50%) 100%);
}


#album-music-playedSN10562 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2253.36, 100%, 50%) 0%, hsl(2253.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10563 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2255.36, 100%, 50%) 0%, hsl(2255.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10563 {
background: linear-gradient(to bottom, hsl(2255.36, 100%, 50%) 0%, hsl(2255.36, 100%, 50%) 100%);
}

.bg-SN10563 {
background: linear-gradient(to bottom, hsl(2255.36, 100%, 50%) 0%, hsl(2255.36, 100%, 50%) 100%);
}


#album-music-playedSN10563 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2257.36, 100%, 50%) 0%, hsl(2257.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10564 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2259.36, 100%, 50%) 0%, hsl(2259.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10564 {
background: linear-gradient(to bottom, hsl(2259.36, 100%, 50%) 0%, hsl(2259.36, 100%, 50%) 100%);
}

.bg-SN10564 {
background: linear-gradient(to bottom, hsl(2259.36, 100%, 50%) 0%, hsl(2259.36, 100%, 50%) 100%);
}


#album-music-playedSN10564 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2261.36, 100%, 50%) 0%, hsl(2261.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10565 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2263.36, 100%, 50%) 0%, hsl(2263.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10565 {
background: linear-gradient(to bottom, hsl(2263.36, 100%, 50%) 0%, hsl(2263.36, 100%, 50%) 100%);
}

.bg-SN10565 {
background: linear-gradient(to bottom, hsl(2263.36, 100%, 50%) 0%, hsl(2263.36, 100%, 50%) 100%);
}


#album-music-playedSN10565 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2265.36, 100%, 50%) 0%, hsl(2265.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10566 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2267.36, 100%, 50%) 0%, hsl(2267.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10566 {
background: linear-gradient(to bottom, hsl(2267.36, 100%, 50%) 0%, hsl(2267.36, 100%, 50%) 100%);
}

.bg-SN10566 {
background: linear-gradient(to bottom, hsl(2267.36, 100%, 50%) 0%, hsl(2267.36, 100%, 50%) 100%);
}


#album-music-playedSN10566 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2269.36, 100%, 50%) 0%, hsl(2269.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10567 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2271.36, 100%, 50%) 0%, hsl(2271.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10567 {
background: linear-gradient(to bottom, hsl(2271.36, 100%, 50%) 0%, hsl(2271.36, 100%, 50%) 100%);
}

.bg-SN10567 {
background: linear-gradient(to bottom, hsl(2271.36, 100%, 50%) 0%, hsl(2271.36, 100%, 50%) 100%);
}


#album-music-playedSN10567 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2273.36, 100%, 50%) 0%, hsl(2273.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10568 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2275.36, 100%, 50%) 0%, hsl(2275.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10568 {
background: linear-gradient(to bottom, hsl(2275.36, 100%, 50%) 0%, hsl(2275.36, 100%, 50%) 100%);
}

.bg-SN10568 {
background: linear-gradient(to bottom, hsl(2275.36, 100%, 50%) 0%, hsl(2275.36, 100%, 50%) 100%);
}


#album-music-playedSN10568 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2277.36, 100%, 50%) 0%, hsl(2277.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10569 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2279.36, 100%, 50%) 0%, hsl(2279.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10569 {
background: linear-gradient(to bottom, hsl(2279.36, 100%, 50%) 0%, hsl(2279.36, 100%, 50%) 100%);
}

.bg-SN10569 {
background: linear-gradient(to bottom, hsl(2279.36, 100%, 50%) 0%, hsl(2279.36, 100%, 50%) 100%);
}


#album-music-playedSN10569 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2281.36, 100%, 50%) 0%, hsl(2281.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10570 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2283.36, 100%, 50%) 0%, hsl(2283.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10570 {
background: linear-gradient(to bottom, hsl(2283.36, 100%, 50%) 0%, hsl(2283.36, 100%, 50%) 100%);
}

.bg-SN10570 {
background: linear-gradient(to bottom, hsl(2283.36, 100%, 50%) 0%, hsl(2283.36, 100%, 50%) 100%);
}


#album-music-playedSN10570 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2285.36, 100%, 50%) 0%, hsl(2285.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10571 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2287.36, 100%, 50%) 0%, hsl(2287.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10571 {
background: linear-gradient(to bottom, hsl(2287.36, 100%, 50%) 0%, hsl(2287.36, 100%, 50%) 100%);
}

.bg-SN10571 {
background: linear-gradient(to bottom, hsl(2287.36, 100%, 50%) 0%, hsl(2287.36, 100%, 50%) 100%);
}


#album-music-playedSN10571 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2289.36, 100%, 50%) 0%, hsl(2289.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10572 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2291.36, 100%, 50%) 0%, hsl(2291.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10572 {
background: linear-gradient(to bottom, hsl(2291.36, 100%, 50%) 0%, hsl(2291.36, 100%, 50%) 100%);
}

.bg-SN10572 {
background: linear-gradient(to bottom, hsl(2291.36, 100%, 50%) 0%, hsl(2291.36, 100%, 50%) 100%);
}


#album-music-playedSN10572 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2293.36, 100%, 50%) 0%, hsl(2293.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10573 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2295.36, 100%, 50%) 0%, hsl(2295.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10573 {
background: linear-gradient(to bottom, hsl(2295.36, 100%, 50%) 0%, hsl(2295.36, 100%, 50%) 100%);
}

.bg-SN10573 {
background: linear-gradient(to bottom, hsl(2295.36, 100%, 50%) 0%, hsl(2295.36, 100%, 50%) 100%);
}


#album-music-playedSN10573 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2297.36, 100%, 50%) 0%, hsl(2297.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10574 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2299.36, 100%, 50%) 0%, hsl(2299.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10574 {
background: linear-gradient(to bottom, hsl(2299.36, 100%, 50%) 0%, hsl(2299.36, 100%, 50%) 100%);
}

.bg-SN10574 {
background: linear-gradient(to bottom, hsl(2299.36, 100%, 50%) 0%, hsl(2299.36, 100%, 50%) 100%);
}


#album-music-playedSN10574 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2301.36, 100%, 50%) 0%, hsl(2301.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10575 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2303.36, 100%, 50%) 0%, hsl(2303.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10575 {
background: linear-gradient(to bottom, hsl(2303.36, 100%, 50%) 0%, hsl(2303.36, 100%, 50%) 100%);
}

.bg-SN10575 {
background: linear-gradient(to bottom, hsl(2303.36, 100%, 50%) 0%, hsl(2303.36, 100%, 50%) 100%);
}


#album-music-playedSN10575 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2305.36, 100%, 50%) 0%, hsl(2305.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10576 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2307.36, 100%, 50%) 0%, hsl(2307.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10576 {
background: linear-gradient(to bottom, hsl(2307.36, 100%, 50%) 0%, hsl(2307.36, 100%, 50%) 100%);
}

.bg-SN10576 {
background: linear-gradient(to bottom, hsl(2307.36, 100%, 50%) 0%, hsl(2307.36, 100%, 50%) 100%);
}


#album-music-playedSN10576 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2309.36, 100%, 50%) 0%, hsl(2309.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10577 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2311.36, 100%, 50%) 0%, hsl(2311.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10577 {
background: linear-gradient(to bottom, hsl(2311.36, 100%, 50%) 0%, hsl(2311.36, 100%, 50%) 100%);
}

.bg-SN10577 {
background: linear-gradient(to bottom, hsl(2311.36, 100%, 50%) 0%, hsl(2311.36, 100%, 50%) 100%);
}


#album-music-playedSN10577 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2313.36, 100%, 50%) 0%, hsl(2313.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10578 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2315.36, 100%, 50%) 0%, hsl(2315.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10578 {
background: linear-gradient(to bottom, hsl(2315.36, 100%, 50%) 0%, hsl(2315.36, 100%, 50%) 100%);
}

.bg-SN10578 {
background: linear-gradient(to bottom, hsl(2315.36, 100%, 50%) 0%, hsl(2315.36, 100%, 50%) 100%);
}


#album-music-playedSN10578 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2317.36, 100%, 50%) 0%, hsl(2317.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10579 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2319.36, 100%, 50%) 0%, hsl(2319.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10579 {
background: linear-gradient(to bottom, hsl(2319.36, 100%, 50%) 0%, hsl(2319.36, 100%, 50%) 100%);
}

.bg-SN10579 {
background: linear-gradient(to bottom, hsl(2319.36, 100%, 50%) 0%, hsl(2319.36, 100%, 50%) 100%);
}


#album-music-playedSN10579 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2321.36, 100%, 50%) 0%, hsl(2321.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10580 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2323.36, 100%, 50%) 0%, hsl(2323.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10580 {
background: linear-gradient(to bottom, hsl(2323.36, 100%, 50%) 0%, hsl(2323.36, 100%, 50%) 100%);
}

.bg-SN10580 {
background: linear-gradient(to bottom, hsl(2323.36, 100%, 50%) 0%, hsl(2323.36, 100%, 50%) 100%);
}


#album-music-playedSN10580 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2325.36, 100%, 50%) 0%, hsl(2325.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10581 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2327.36, 100%, 50%) 0%, hsl(2327.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10581 {
background: linear-gradient(to bottom, hsl(2327.36, 100%, 50%) 0%, hsl(2327.36, 100%, 50%) 100%);
}

.bg-SN10581 {
background: linear-gradient(to bottom, hsl(2327.36, 100%, 50%) 0%, hsl(2327.36, 100%, 50%) 100%);
}


#album-music-playedSN10581 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2329.36, 100%, 50%) 0%, hsl(2329.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10582 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2331.36, 100%, 50%) 0%, hsl(2331.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10582 {
background: linear-gradient(to bottom, hsl(2331.36, 100%, 50%) 0%, hsl(2331.36, 100%, 50%) 100%);
}

.bg-SN10582 {
background: linear-gradient(to bottom, hsl(2331.36, 100%, 50%) 0%, hsl(2331.36, 100%, 50%) 100%);
}


#album-music-playedSN10582 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2333.36, 100%, 50%) 0%, hsl(2333.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10583 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2335.36, 100%, 50%) 0%, hsl(2335.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10583 {
background: linear-gradient(to bottom, hsl(2335.36, 100%, 50%) 0%, hsl(2335.36, 100%, 50%) 100%);
}

.bg-SN10583 {
background: linear-gradient(to bottom, hsl(2335.36, 100%, 50%) 0%, hsl(2335.36, 100%, 50%) 100%);
}


#album-music-playedSN10583 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2337.36, 100%, 50%) 0%, hsl(2337.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10584 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2339.36, 100%, 50%) 0%, hsl(2339.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10584 {
background: linear-gradient(to bottom, hsl(2339.36, 100%, 50%) 0%, hsl(2339.36, 100%, 50%) 100%);
}

.bg-SN10584 {
background: linear-gradient(to bottom, hsl(2339.36, 100%, 50%) 0%, hsl(2339.36, 100%, 50%) 100%);
}


#album-music-playedSN10584 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2341.36, 100%, 50%) 0%, hsl(2341.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10585 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2343.36, 100%, 50%) 0%, hsl(2343.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10585 {
background: linear-gradient(to bottom, hsl(2343.36, 100%, 50%) 0%, hsl(2343.36, 100%, 50%) 100%);
}

.bg-SN10585 {
background: linear-gradient(to bottom, hsl(2343.36, 100%, 50%) 0%, hsl(2343.36, 100%, 50%) 100%);
}


#album-music-playedSN10585 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2345.36, 100%, 50%) 0%, hsl(2345.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10586 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2347.36, 100%, 50%) 0%, hsl(2347.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10586 {
background: linear-gradient(to bottom, hsl(2347.36, 100%, 50%) 0%, hsl(2347.36, 100%, 50%) 100%);
}

.bg-SN10586 {
background: linear-gradient(to bottom, hsl(2347.36, 100%, 50%) 0%, hsl(2347.36, 100%, 50%) 100%);
}


#album-music-playedSN10586 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2349.36, 100%, 50%) 0%, hsl(2349.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10587 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2351.36, 100%, 50%) 0%, hsl(2351.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10587 {
background: linear-gradient(to bottom, hsl(2351.36, 100%, 50%) 0%, hsl(2351.36, 100%, 50%) 100%);
}

.bg-SN10587 {
background: linear-gradient(to bottom, hsl(2351.36, 100%, 50%) 0%, hsl(2351.36, 100%, 50%) 100%);
}


#album-music-playedSN10587 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2353.36, 100%, 50%) 0%, hsl(2353.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10588 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2355.36, 100%, 50%) 0%, hsl(2355.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10588 {
background: linear-gradient(to bottom, hsl(2355.36, 100%, 50%) 0%, hsl(2355.36, 100%, 50%) 100%);
}

.bg-SN10588 {
background: linear-gradient(to bottom, hsl(2355.36, 100%, 50%) 0%, hsl(2355.36, 100%, 50%) 100%);
}


#album-music-playedSN10588 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2357.36, 100%, 50%) 0%, hsl(2357.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10589 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2359.36, 100%, 50%) 0%, hsl(2359.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10589 {
background: linear-gradient(to bottom, hsl(2359.36, 100%, 50%) 0%, hsl(2359.36, 100%, 50%) 100%);
}

.bg-SN10589 {
background: linear-gradient(to bottom, hsl(2359.36, 100%, 50%) 0%, hsl(2359.36, 100%, 50%) 100%);
}


#album-music-playedSN10589 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2361.36, 100%, 50%) 0%, hsl(2361.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10590 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2363.36, 100%, 50%) 0%, hsl(2363.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10590 {
background: linear-gradient(to bottom, hsl(2363.36, 100%, 50%) 0%, hsl(2363.36, 100%, 50%) 100%);
}

.bg-SN10590 {
background: linear-gradient(to bottom, hsl(2363.36, 100%, 50%) 0%, hsl(2363.36, 100%, 50%) 100%);
}


#album-music-playedSN10590 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2365.36, 100%, 50%) 0%, hsl(2365.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10591 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2367.36, 100%, 50%) 0%, hsl(2367.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10591 {
background: linear-gradient(to bottom, hsl(2367.36, 100%, 50%) 0%, hsl(2367.36, 100%, 50%) 100%);
}

.bg-SN10591 {
background: linear-gradient(to bottom, hsl(2367.36, 100%, 50%) 0%, hsl(2367.36, 100%, 50%) 100%);
}


#album-music-playedSN10591 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2369.36, 100%, 50%) 0%, hsl(2369.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10592 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2371.36, 100%, 50%) 0%, hsl(2371.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10592 {
background: linear-gradient(to bottom, hsl(2371.36, 100%, 50%) 0%, hsl(2371.36, 100%, 50%) 100%);
}

.bg-SN10592 {
background: linear-gradient(to bottom, hsl(2371.36, 100%, 50%) 0%, hsl(2371.36, 100%, 50%) 100%);
}


#album-music-playedSN10592 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2373.36, 100%, 50%) 0%, hsl(2373.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10593 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2375.36, 100%, 50%) 0%, hsl(2375.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10593 {
background: linear-gradient(to bottom, hsl(2375.36, 100%, 50%) 0%, hsl(2375.36, 100%, 50%) 100%);
}

.bg-SN10593 {
background: linear-gradient(to bottom, hsl(2375.36, 100%, 50%) 0%, hsl(2375.36, 100%, 50%) 100%);
}


#album-music-playedSN10593 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2377.36, 100%, 50%) 0%, hsl(2377.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10594 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2379.36, 100%, 50%) 0%, hsl(2379.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10594 {
background: linear-gradient(to bottom, hsl(2379.36, 100%, 50%) 0%, hsl(2379.36, 100%, 50%) 100%);
}

.bg-SN10594 {
background: linear-gradient(to bottom, hsl(2379.36, 100%, 50%) 0%, hsl(2379.36, 100%, 50%) 100%);
}


#album-music-playedSN10594 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2381.36, 100%, 50%) 0%, hsl(2381.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10595 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2383.36, 100%, 50%) 0%, hsl(2383.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10595 {
background: linear-gradient(to bottom, hsl(2383.36, 100%, 50%) 0%, hsl(2383.36, 100%, 50%) 100%);
}

.bg-SN10595 {
background: linear-gradient(to bottom, hsl(2383.36, 100%, 50%) 0%, hsl(2383.36, 100%, 50%) 100%);
}


#album-music-playedSN10595 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2385.36, 100%, 50%) 0%, hsl(2385.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10596 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2387.36, 100%, 50%) 0%, hsl(2387.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10596 {
background: linear-gradient(to bottom, hsl(2387.36, 100%, 50%) 0%, hsl(2387.36, 100%, 50%) 100%);
}

.bg-SN10596 {
background: linear-gradient(to bottom, hsl(2387.36, 100%, 50%) 0%, hsl(2387.36, 100%, 50%) 100%);
}


#album-music-playedSN10596 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2389.36, 100%, 50%) 0%, hsl(2389.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10597 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2391.36, 100%, 50%) 0%, hsl(2391.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10597 {
background: linear-gradient(to bottom, hsl(2391.36, 100%, 50%) 0%, hsl(2391.36, 100%, 50%) 100%);
}

.bg-SN10597 {
background: linear-gradient(to bottom, hsl(2391.36, 100%, 50%) 0%, hsl(2391.36, 100%, 50%) 100%);
}


#album-music-playedSN10597 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2393.36, 100%, 50%) 0%, hsl(2393.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10598 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2395.36, 100%, 50%) 0%, hsl(2395.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10598 {
background: linear-gradient(to bottom, hsl(2395.36, 100%, 50%) 0%, hsl(2395.36, 100%, 50%) 100%);
}

.bg-SN10598 {
background: linear-gradient(to bottom, hsl(2395.36, 100%, 50%) 0%, hsl(2395.36, 100%, 50%) 100%);
}


#album-music-playedSN10598 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2397.36, 100%, 50%) 0%, hsl(2397.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10599 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2399.36, 100%, 50%) 0%, hsl(2399.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10599 {
background: linear-gradient(to bottom, hsl(2399.36, 100%, 50%) 0%, hsl(2399.36, 100%, 50%) 100%);
}

.bg-SN10599 {
background: linear-gradient(to bottom, hsl(2399.36, 100%, 50%) 0%, hsl(2399.36, 100%, 50%) 100%);
}


#album-music-playedSN10599 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2401.36, 100%, 50%) 0%, hsl(2401.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10600 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2403.36, 100%, 50%) 0%, hsl(2403.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10600 {
background: linear-gradient(to bottom, hsl(2403.36, 100%, 50%) 0%, hsl(2403.36, 100%, 50%) 100%);
}

.bg-SN10600 {
background: linear-gradient(to bottom, hsl(2403.36, 100%, 50%) 0%, hsl(2403.36, 100%, 50%) 100%);
}


#album-music-playedSN10600 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2405.36, 100%, 50%) 0%, hsl(2405.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10601 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2407.36, 100%, 50%) 0%, hsl(2407.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10601 {
background: linear-gradient(to bottom, hsl(2407.36, 100%, 50%) 0%, hsl(2407.36, 100%, 50%) 100%);
}

.bg-SN10601 {
background: linear-gradient(to bottom, hsl(2407.36, 100%, 50%) 0%, hsl(2407.36, 100%, 50%) 100%);
}


#album-music-playedSN10601 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2409.36, 100%, 50%) 0%, hsl(2409.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10602 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2411.36, 100%, 50%) 0%, hsl(2411.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10602 {
background: linear-gradient(to bottom, hsl(2411.36, 100%, 50%) 0%, hsl(2411.36, 100%, 50%) 100%);
}

.bg-SN10602 {
background: linear-gradient(to bottom, hsl(2411.36, 100%, 50%) 0%, hsl(2411.36, 100%, 50%) 100%);
}


#album-music-playedSN10602 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2413.36, 100%, 50%) 0%, hsl(2413.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10603 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2415.36, 100%, 50%) 0%, hsl(2415.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10603 {
background: linear-gradient(to bottom, hsl(2415.36, 100%, 50%) 0%, hsl(2415.36, 100%, 50%) 100%);
}

.bg-SN10603 {
background: linear-gradient(to bottom, hsl(2415.36, 100%, 50%) 0%, hsl(2415.36, 100%, 50%) 100%);
}


#album-music-playedSN10603 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2417.36, 100%, 50%) 0%, hsl(2417.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10604 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2419.36, 100%, 50%) 0%, hsl(2419.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10604 {
background: linear-gradient(to bottom, hsl(2419.36, 100%, 50%) 0%, hsl(2419.36, 100%, 50%) 100%);
}

.bg-SN10604 {
background: linear-gradient(to bottom, hsl(2419.36, 100%, 50%) 0%, hsl(2419.36, 100%, 50%) 100%);
}


#album-music-playedSN10604 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2421.36, 100%, 50%) 0%, hsl(2421.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10605 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2423.36, 100%, 50%) 0%, hsl(2423.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10605 {
background: linear-gradient(to bottom, hsl(2423.36, 100%, 50%) 0%, hsl(2423.36, 100%, 50%) 100%);
}

.bg-SN10605 {
background: linear-gradient(to bottom, hsl(2423.36, 100%, 50%) 0%, hsl(2423.36, 100%, 50%) 100%);
}


#album-music-playedSN10605 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2425.36, 100%, 50%) 0%, hsl(2425.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10606 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2427.36, 100%, 50%) 0%, hsl(2427.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10606 {
background: linear-gradient(to bottom, hsl(2427.36, 100%, 50%) 0%, hsl(2427.36, 100%, 50%) 100%);
}

.bg-SN10606 {
background: linear-gradient(to bottom, hsl(2427.36, 100%, 50%) 0%, hsl(2427.36, 100%, 50%) 100%);
}


#album-music-playedSN10606 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2429.36, 100%, 50%) 0%, hsl(2429.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10607 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2431.36, 100%, 50%) 0%, hsl(2431.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10607 {
background: linear-gradient(to bottom, hsl(2431.36, 100%, 50%) 0%, hsl(2431.36, 100%, 50%) 100%);
}

.bg-SN10607 {
background: linear-gradient(to bottom, hsl(2431.36, 100%, 50%) 0%, hsl(2431.36, 100%, 50%) 100%);
}


#album-music-playedSN10607 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2433.36, 100%, 50%) 0%, hsl(2433.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10608 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2435.36, 100%, 50%) 0%, hsl(2435.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10608 {
background: linear-gradient(to bottom, hsl(2435.36, 100%, 50%) 0%, hsl(2435.36, 100%, 50%) 100%);
}

.bg-SN10608 {
background: linear-gradient(to bottom, hsl(2435.36, 100%, 50%) 0%, hsl(2435.36, 100%, 50%) 100%);
}


#album-music-playedSN10608 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2437.36, 100%, 50%) 0%, hsl(2437.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10609 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2439.36, 100%, 50%) 0%, hsl(2439.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10609 {
background: linear-gradient(to bottom, hsl(2439.36, 100%, 50%) 0%, hsl(2439.36, 100%, 50%) 100%);
}

.bg-SN10609 {
background: linear-gradient(to bottom, hsl(2439.36, 100%, 50%) 0%, hsl(2439.36, 100%, 50%) 100%);
}


#album-music-playedSN10609 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2441.36, 100%, 50%) 0%, hsl(2441.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10610 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2443.36, 100%, 50%) 0%, hsl(2443.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10610 {
background: linear-gradient(to bottom, hsl(2443.36, 100%, 50%) 0%, hsl(2443.36, 100%, 50%) 100%);
}

.bg-SN10610 {
background: linear-gradient(to bottom, hsl(2443.36, 100%, 50%) 0%, hsl(2443.36, 100%, 50%) 100%);
}


#album-music-playedSN10610 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2445.36, 100%, 50%) 0%, hsl(2445.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10611 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2447.36, 100%, 50%) 0%, hsl(2447.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10611 {
background: linear-gradient(to bottom, hsl(2447.36, 100%, 50%) 0%, hsl(2447.36, 100%, 50%) 100%);
}

.bg-SN10611 {
background: linear-gradient(to bottom, hsl(2447.36, 100%, 50%) 0%, hsl(2447.36, 100%, 50%) 100%);
}


#album-music-playedSN10611 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2449.36, 100%, 50%) 0%, hsl(2449.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10612 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2451.36, 100%, 50%) 0%, hsl(2451.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10612 {
background: linear-gradient(to bottom, hsl(2451.36, 100%, 50%) 0%, hsl(2451.36, 100%, 50%) 100%);
}

.bg-SN10612 {
background: linear-gradient(to bottom, hsl(2451.36, 100%, 50%) 0%, hsl(2451.36, 100%, 50%) 100%);
}


#album-music-playedSN10612 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2453.36, 100%, 50%) 0%, hsl(2453.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10613 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2455.36, 100%, 50%) 0%, hsl(2455.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10613 {
background: linear-gradient(to bottom, hsl(2455.36, 100%, 50%) 0%, hsl(2455.36, 100%, 50%) 100%);
}

.bg-SN10613 {
background: linear-gradient(to bottom, hsl(2455.36, 100%, 50%) 0%, hsl(2455.36, 100%, 50%) 100%);
}


#album-music-playedSN10613 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2457.36, 100%, 50%) 0%, hsl(2457.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10614 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2459.36, 100%, 50%) 0%, hsl(2459.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10614 {
background: linear-gradient(to bottom, hsl(2459.36, 100%, 50%) 0%, hsl(2459.36, 100%, 50%) 100%);
}

.bg-SN10614 {
background: linear-gradient(to bottom, hsl(2459.36, 100%, 50%) 0%, hsl(2459.36, 100%, 50%) 100%);
}


#album-music-playedSN10614 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2461.36, 100%, 50%) 0%, hsl(2461.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10615 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2463.36, 100%, 50%) 0%, hsl(2463.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10615 {
background: linear-gradient(to bottom, hsl(2463.36, 100%, 50%) 0%, hsl(2463.36, 100%, 50%) 100%);
}

.bg-SN10615 {
background: linear-gradient(to bottom, hsl(2463.36, 100%, 50%) 0%, hsl(2463.36, 100%, 50%) 100%);
}


#album-music-playedSN10615 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2465.36, 100%, 50%) 0%, hsl(2465.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10616 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2467.36, 100%, 50%) 0%, hsl(2467.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10616 {
background: linear-gradient(to bottom, hsl(2467.36, 100%, 50%) 0%, hsl(2467.36, 100%, 50%) 100%);
}

.bg-SN10616 {
background: linear-gradient(to bottom, hsl(2467.36, 100%, 50%) 0%, hsl(2467.36, 100%, 50%) 100%);
}


#album-music-playedSN10616 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2469.36, 100%, 50%) 0%, hsl(2469.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10617 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2471.36, 100%, 50%) 0%, hsl(2471.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10617 {
background: linear-gradient(to bottom, hsl(2471.36, 100%, 50%) 0%, hsl(2471.36, 100%, 50%) 100%);
}

.bg-SN10617 {
background: linear-gradient(to bottom, hsl(2471.36, 100%, 50%) 0%, hsl(2471.36, 100%, 50%) 100%);
}


#album-music-playedSN10617 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2473.36, 100%, 50%) 0%, hsl(2473.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10618 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2475.36, 100%, 50%) 0%, hsl(2475.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10618 {
background: linear-gradient(to bottom, hsl(2475.36, 100%, 50%) 0%, hsl(2475.36, 100%, 50%) 100%);
}

.bg-SN10618 {
background: linear-gradient(to bottom, hsl(2475.36, 100%, 50%) 0%, hsl(2475.36, 100%, 50%) 100%);
}


#album-music-playedSN10618 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2477.36, 100%, 50%) 0%, hsl(2477.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10619 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2479.36, 100%, 50%) 0%, hsl(2479.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10619 {
background: linear-gradient(to bottom, hsl(2479.36, 100%, 50%) 0%, hsl(2479.36, 100%, 50%) 100%);
}

.bg-SN10619 {
background: linear-gradient(to bottom, hsl(2479.36, 100%, 50%) 0%, hsl(2479.36, 100%, 50%) 100%);
}


#album-music-playedSN10619 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2481.36, 100%, 50%) 0%, hsl(2481.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10620 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2483.36, 100%, 50%) 0%, hsl(2483.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10620 {
background: linear-gradient(to bottom, hsl(2483.36, 100%, 50%) 0%, hsl(2483.36, 100%, 50%) 100%);
}

.bg-SN10620 {
background: linear-gradient(to bottom, hsl(2483.36, 100%, 50%) 0%, hsl(2483.36, 100%, 50%) 100%);
}


#album-music-playedSN10620 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2485.36, 100%, 50%) 0%, hsl(2485.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10621 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2487.36, 100%, 50%) 0%, hsl(2487.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10621 {
background: linear-gradient(to bottom, hsl(2487.36, 100%, 50%) 0%, hsl(2487.36, 100%, 50%) 100%);
}

.bg-SN10621 {
background: linear-gradient(to bottom, hsl(2487.36, 100%, 50%) 0%, hsl(2487.36, 100%, 50%) 100%);
}


#album-music-playedSN10621 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2489.36, 100%, 50%) 0%, hsl(2489.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10622 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2491.36, 100%, 50%) 0%, hsl(2491.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10622 {
background: linear-gradient(to bottom, hsl(2491.36, 100%, 50%) 0%, hsl(2491.36, 100%, 50%) 100%);
}

.bg-SN10622 {
background: linear-gradient(to bottom, hsl(2491.36, 100%, 50%) 0%, hsl(2491.36, 100%, 50%) 100%);
}


#album-music-playedSN10622 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2493.36, 100%, 50%) 0%, hsl(2493.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10623 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2495.36, 100%, 50%) 0%, hsl(2495.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10623 {
background: linear-gradient(to bottom, hsl(2495.36, 100%, 50%) 0%, hsl(2495.36, 100%, 50%) 100%);
}

.bg-SN10623 {
background: linear-gradient(to bottom, hsl(2495.36, 100%, 50%) 0%, hsl(2495.36, 100%, 50%) 100%);
}


#album-music-playedSN10623 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2497.36, 100%, 50%) 0%, hsl(2497.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10624 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2499.36, 100%, 50%) 0%, hsl(2499.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10624 {
background: linear-gradient(to bottom, hsl(2499.36, 100%, 50%) 0%, hsl(2499.36, 100%, 50%) 100%);
}

.bg-SN10624 {
background: linear-gradient(to bottom, hsl(2499.36, 100%, 50%) 0%, hsl(2499.36, 100%, 50%) 100%);
}


#album-music-playedSN10624 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2501.36, 100%, 50%) 0%, hsl(2501.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10625 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2503.36, 100%, 50%) 0%, hsl(2503.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10625 {
background: linear-gradient(to bottom, hsl(2503.36, 100%, 50%) 0%, hsl(2503.36, 100%, 50%) 100%);
}

.bg-SN10625 {
background: linear-gradient(to bottom, hsl(2503.36, 100%, 50%) 0%, hsl(2503.36, 100%, 50%) 100%);
}


#album-music-playedSN10625 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2505.36, 100%, 50%) 0%, hsl(2505.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10626 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2507.36, 100%, 50%) 0%, hsl(2507.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10626 {
background: linear-gradient(to bottom, hsl(2507.36, 100%, 50%) 0%, hsl(2507.36, 100%, 50%) 100%);
}

.bg-SN10626 {
background: linear-gradient(to bottom, hsl(2507.36, 100%, 50%) 0%, hsl(2507.36, 100%, 50%) 100%);
}


#album-music-playedSN10626 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2509.36, 100%, 50%) 0%, hsl(2509.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10627 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2511.36, 100%, 50%) 0%, hsl(2511.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10627 {
background: linear-gradient(to bottom, hsl(2511.36, 100%, 50%) 0%, hsl(2511.36, 100%, 50%) 100%);
}

.bg-SN10627 {
background: linear-gradient(to bottom, hsl(2511.36, 100%, 50%) 0%, hsl(2511.36, 100%, 50%) 100%);
}


#album-music-playedSN10627 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2513.36, 100%, 50%) 0%, hsl(2513.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10628 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2515.36, 100%, 50%) 0%, hsl(2515.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10628 {
background: linear-gradient(to bottom, hsl(2515.36, 100%, 50%) 0%, hsl(2515.36, 100%, 50%) 100%);
}

.bg-SN10628 {
background: linear-gradient(to bottom, hsl(2515.36, 100%, 50%) 0%, hsl(2515.36, 100%, 50%) 100%);
}


#album-music-playedSN10628 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2517.36, 100%, 50%) 0%, hsl(2517.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10629 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2519.36, 100%, 50%) 0%, hsl(2519.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10629 {
background: linear-gradient(to bottom, hsl(2519.36, 100%, 50%) 0%, hsl(2519.36, 100%, 50%) 100%);
}

.bg-SN10629 {
background: linear-gradient(to bottom, hsl(2519.36, 100%, 50%) 0%, hsl(2519.36, 100%, 50%) 100%);
}


#album-music-playedSN10629 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2521.36, 100%, 50%) 0%, hsl(2521.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10630 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2523.36, 100%, 50%) 0%, hsl(2523.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10630 {
background: linear-gradient(to bottom, hsl(2523.36, 100%, 50%) 0%, hsl(2523.36, 100%, 50%) 100%);
}

.bg-SN10630 {
background: linear-gradient(to bottom, hsl(2523.36, 100%, 50%) 0%, hsl(2523.36, 100%, 50%) 100%);
}


#album-music-playedSN10630 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2525.36, 100%, 50%) 0%, hsl(2525.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10631 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2527.36, 100%, 50%) 0%, hsl(2527.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10631 {
background: linear-gradient(to bottom, hsl(2527.36, 100%, 50%) 0%, hsl(2527.36, 100%, 50%) 100%);
}

.bg-SN10631 {
background: linear-gradient(to bottom, hsl(2527.36, 100%, 50%) 0%, hsl(2527.36, 100%, 50%) 100%);
}


#album-music-playedSN10631 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2529.36, 100%, 50%) 0%, hsl(2529.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10632 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2531.36, 100%, 50%) 0%, hsl(2531.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10632 {
background: linear-gradient(to bottom, hsl(2531.36, 100%, 50%) 0%, hsl(2531.36, 100%, 50%) 100%);
}

.bg-SN10632 {
background: linear-gradient(to bottom, hsl(2531.36, 100%, 50%) 0%, hsl(2531.36, 100%, 50%) 100%);
}


#album-music-playedSN10632 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2533.36, 100%, 50%) 0%, hsl(2533.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10633 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2535.36, 100%, 50%) 0%, hsl(2535.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10633 {
background: linear-gradient(to bottom, hsl(2535.36, 100%, 50%) 0%, hsl(2535.36, 100%, 50%) 100%);
}

.bg-SN10633 {
background: linear-gradient(to bottom, hsl(2535.36, 100%, 50%) 0%, hsl(2535.36, 100%, 50%) 100%);
}


#album-music-playedSN10633 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2537.36, 100%, 50%) 0%, hsl(2537.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10634 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2539.36, 100%, 50%) 0%, hsl(2539.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10634 {
background: linear-gradient(to bottom, hsl(2539.36, 100%, 50%) 0%, hsl(2539.36, 100%, 50%) 100%);
}

.bg-SN10634 {
background: linear-gradient(to bottom, hsl(2539.36, 100%, 50%) 0%, hsl(2539.36, 100%, 50%) 100%);
}


#album-music-playedSN10634 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2541.36, 100%, 50%) 0%, hsl(2541.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10635 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2543.36, 100%, 50%) 0%, hsl(2543.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10635 {
background: linear-gradient(to bottom, hsl(2543.36, 100%, 50%) 0%, hsl(2543.36, 100%, 50%) 100%);
}

.bg-SN10635 {
background: linear-gradient(to bottom, hsl(2543.36, 100%, 50%) 0%, hsl(2543.36, 100%, 50%) 100%);
}


#album-music-playedSN10635 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2545.36, 100%, 50%) 0%, hsl(2545.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10636 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2547.36, 100%, 50%) 0%, hsl(2547.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10636 {
background: linear-gradient(to bottom, hsl(2547.36, 100%, 50%) 0%, hsl(2547.36, 100%, 50%) 100%);
}

.bg-SN10636 {
background: linear-gradient(to bottom, hsl(2547.36, 100%, 50%) 0%, hsl(2547.36, 100%, 50%) 100%);
}


#album-music-playedSN10636 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2549.36, 100%, 50%) 0%, hsl(2549.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10637 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2551.36, 100%, 50%) 0%, hsl(2551.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10637 {
background: linear-gradient(to bottom, hsl(2551.36, 100%, 50%) 0%, hsl(2551.36, 100%, 50%) 100%);
}

.bg-SN10637 {
background: linear-gradient(to bottom, hsl(2551.36, 100%, 50%) 0%, hsl(2551.36, 100%, 50%) 100%);
}


#album-music-playedSN10637 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2553.36, 100%, 50%) 0%, hsl(2553.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10638 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2555.36, 100%, 50%) 0%, hsl(2555.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10638 {
background: linear-gradient(to bottom, hsl(2555.36, 100%, 50%) 0%, hsl(2555.36, 100%, 50%) 100%);
}

.bg-SN10638 {
background: linear-gradient(to bottom, hsl(2555.36, 100%, 50%) 0%, hsl(2555.36, 100%, 50%) 100%);
}


#album-music-playedSN10638 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2557.36, 100%, 50%) 0%, hsl(2557.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10639 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2559.36, 100%, 50%) 0%, hsl(2559.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10639 {
background: linear-gradient(to bottom, hsl(2559.36, 100%, 50%) 0%, hsl(2559.36, 100%, 50%) 100%);
}

.bg-SN10639 {
background: linear-gradient(to bottom, hsl(2559.36, 100%, 50%) 0%, hsl(2559.36, 100%, 50%) 100%);
}


#album-music-playedSN10639 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2561.36, 100%, 50%) 0%, hsl(2561.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10640 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2563.36, 100%, 50%) 0%, hsl(2563.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10640 {
background: linear-gradient(to bottom, hsl(2563.36, 100%, 50%) 0%, hsl(2563.36, 100%, 50%) 100%);
}

.bg-SN10640 {
background: linear-gradient(to bottom, hsl(2563.36, 100%, 50%) 0%, hsl(2563.36, 100%, 50%) 100%);
}


#album-music-playedSN10640 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2565.36, 100%, 50%) 0%, hsl(2565.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10641 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2567.36, 100%, 50%) 0%, hsl(2567.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10641 {
background: linear-gradient(to bottom, hsl(2567.36, 100%, 50%) 0%, hsl(2567.36, 100%, 50%) 100%);
}

.bg-SN10641 {
background: linear-gradient(to bottom, hsl(2567.36, 100%, 50%) 0%, hsl(2567.36, 100%, 50%) 100%);
}


#album-music-playedSN10641 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2569.36, 100%, 50%) 0%, hsl(2569.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10642 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2571.36, 100%, 50%) 0%, hsl(2571.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10642 {
background: linear-gradient(to bottom, hsl(2571.36, 100%, 50%) 0%, hsl(2571.36, 100%, 50%) 100%);
}

.bg-SN10642 {
background: linear-gradient(to bottom, hsl(2571.36, 100%, 50%) 0%, hsl(2571.36, 100%, 50%) 100%);
}


#album-music-playedSN10642 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2573.36, 100%, 50%) 0%, hsl(2573.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10643 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2575.36, 100%, 50%) 0%, hsl(2575.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10643 {
background: linear-gradient(to bottom, hsl(2575.36, 100%, 50%) 0%, hsl(2575.36, 100%, 50%) 100%);
}

.bg-SN10643 {
background: linear-gradient(to bottom, hsl(2575.36, 100%, 50%) 0%, hsl(2575.36, 100%, 50%) 100%);
}


#album-music-playedSN10643 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2577.36, 100%, 50%) 0%, hsl(2577.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10644 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2579.36, 100%, 50%) 0%, hsl(2579.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10644 {
background: linear-gradient(to bottom, hsl(2579.36, 100%, 50%) 0%, hsl(2579.36, 100%, 50%) 100%);
}

.bg-SN10644 {
background: linear-gradient(to bottom, hsl(2579.36, 100%, 50%) 0%, hsl(2579.36, 100%, 50%) 100%);
}


#album-music-playedSN10644 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2581.36, 100%, 50%) 0%, hsl(2581.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10645 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2583.36, 100%, 50%) 0%, hsl(2583.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10645 {
background: linear-gradient(to bottom, hsl(2583.36, 100%, 50%) 0%, hsl(2583.36, 100%, 50%) 100%);
}

.bg-SN10645 {
background: linear-gradient(to bottom, hsl(2583.36, 100%, 50%) 0%, hsl(2583.36, 100%, 50%) 100%);
}


#album-music-playedSN10645 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2585.36, 100%, 50%) 0%, hsl(2585.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10646 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2587.36, 100%, 50%) 0%, hsl(2587.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10646 {
background: linear-gradient(to bottom, hsl(2587.36, 100%, 50%) 0%, hsl(2587.36, 100%, 50%) 100%);
}

.bg-SN10646 {
background: linear-gradient(to bottom, hsl(2587.36, 100%, 50%) 0%, hsl(2587.36, 100%, 50%) 100%);
}


#album-music-playedSN10646 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2589.36, 100%, 50%) 0%, hsl(2589.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10647 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2591.36, 100%, 50%) 0%, hsl(2591.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10647 {
background: linear-gradient(to bottom, hsl(2591.36, 100%, 50%) 0%, hsl(2591.36, 100%, 50%) 100%);
}

.bg-SN10647 {
background: linear-gradient(to bottom, hsl(2591.36, 100%, 50%) 0%, hsl(2591.36, 100%, 50%) 100%);
}


#album-music-playedSN10647 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2593.36, 100%, 50%) 0%, hsl(2593.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10648 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2595.36, 100%, 50%) 0%, hsl(2595.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10648 {
background: linear-gradient(to bottom, hsl(2595.36, 100%, 50%) 0%, hsl(2595.36, 100%, 50%) 100%);
}

.bg-SN10648 {
background: linear-gradient(to bottom, hsl(2595.36, 100%, 50%) 0%, hsl(2595.36, 100%, 50%) 100%);
}


#album-music-playedSN10648 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2597.36, 100%, 50%) 0%, hsl(2597.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10649 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2599.36, 100%, 50%) 0%, hsl(2599.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10649 {
background: linear-gradient(to bottom, hsl(2599.36, 100%, 50%) 0%, hsl(2599.36, 100%, 50%) 100%);
}

.bg-SN10649 {
background: linear-gradient(to bottom, hsl(2599.36, 100%, 50%) 0%, hsl(2599.36, 100%, 50%) 100%);
}


#album-music-playedSN10649 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2601.36, 100%, 50%) 0%, hsl(2601.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10650 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2603.36, 100%, 50%) 0%, hsl(2603.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10650 {
background: linear-gradient(to bottom, hsl(2603.36, 100%, 50%) 0%, hsl(2603.36, 100%, 50%) 100%);
}

.bg-SN10650 {
background: linear-gradient(to bottom, hsl(2603.36, 100%, 50%) 0%, hsl(2603.36, 100%, 50%) 100%);
}


#album-music-playedSN10650 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2605.36, 100%, 50%) 0%, hsl(2605.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10651 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2607.36, 100%, 50%) 0%, hsl(2607.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10651 {
background: linear-gradient(to bottom, hsl(2607.36, 100%, 50%) 0%, hsl(2607.36, 100%, 50%) 100%);
}

.bg-SN10651 {
background: linear-gradient(to bottom, hsl(2607.36, 100%, 50%) 0%, hsl(2607.36, 100%, 50%) 100%);
}


#album-music-playedSN10651 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2609.36, 100%, 50%) 0%, hsl(2609.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10652 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2611.36, 100%, 50%) 0%, hsl(2611.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10652 {
background: linear-gradient(to bottom, hsl(2611.36, 100%, 50%) 0%, hsl(2611.36, 100%, 50%) 100%);
}

.bg-SN10652 {
background: linear-gradient(to bottom, hsl(2611.36, 100%, 50%) 0%, hsl(2611.36, 100%, 50%) 100%);
}


#album-music-playedSN10652 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2613.36, 100%, 50%) 0%, hsl(2613.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10653 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2615.36, 100%, 50%) 0%, hsl(2615.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10653 {
background: linear-gradient(to bottom, hsl(2615.36, 100%, 50%) 0%, hsl(2615.36, 100%, 50%) 100%);
}

.bg-SN10653 {
background: linear-gradient(to bottom, hsl(2615.36, 100%, 50%) 0%, hsl(2615.36, 100%, 50%) 100%);
}


#album-music-playedSN10653 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2617.36, 100%, 50%) 0%, hsl(2617.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10654 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2619.36, 100%, 50%) 0%, hsl(2619.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10654 {
background: linear-gradient(to bottom, hsl(2619.36, 100%, 50%) 0%, hsl(2619.36, 100%, 50%) 100%);
}

.bg-SN10654 {
background: linear-gradient(to bottom, hsl(2619.36, 100%, 50%) 0%, hsl(2619.36, 100%, 50%) 100%);
}


#album-music-playedSN10654 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2621.36, 100%, 50%) 0%, hsl(2621.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10655 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2623.36, 100%, 50%) 0%, hsl(2623.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10655 {
background: linear-gradient(to bottom, hsl(2623.36, 100%, 50%) 0%, hsl(2623.36, 100%, 50%) 100%);
}

.bg-SN10655 {
background: linear-gradient(to bottom, hsl(2623.36, 100%, 50%) 0%, hsl(2623.36, 100%, 50%) 100%);
}


#album-music-playedSN10655 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2625.36, 100%, 50%) 0%, hsl(2625.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10656 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2627.36, 100%, 50%) 0%, hsl(2627.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10656 {
background: linear-gradient(to bottom, hsl(2627.36, 100%, 50%) 0%, hsl(2627.36, 100%, 50%) 100%);
}

.bg-SN10656 {
background: linear-gradient(to bottom, hsl(2627.36, 100%, 50%) 0%, hsl(2627.36, 100%, 50%) 100%);
}


#album-music-playedSN10656 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2629.36, 100%, 50%) 0%, hsl(2629.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10657 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2631.36, 100%, 50%) 0%, hsl(2631.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10657 {
background: linear-gradient(to bottom, hsl(2631.36, 100%, 50%) 0%, hsl(2631.36, 100%, 50%) 100%);
}

.bg-SN10657 {
background: linear-gradient(to bottom, hsl(2631.36, 100%, 50%) 0%, hsl(2631.36, 100%, 50%) 100%);
}


#album-music-playedSN10657 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2633.36, 100%, 50%) 0%, hsl(2633.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10658 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2635.36, 100%, 50%) 0%, hsl(2635.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10658 {
background: linear-gradient(to bottom, hsl(2635.36, 100%, 50%) 0%, hsl(2635.36, 100%, 50%) 100%);
}

.bg-SN10658 {
background: linear-gradient(to bottom, hsl(2635.36, 100%, 50%) 0%, hsl(2635.36, 100%, 50%) 100%);
}


#album-music-playedSN10658 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2637.36, 100%, 50%) 0%, hsl(2637.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10659 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2639.36, 100%, 50%) 0%, hsl(2639.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10659 {
background: linear-gradient(to bottom, hsl(2639.36, 100%, 50%) 0%, hsl(2639.36, 100%, 50%) 100%);
}

.bg-SN10659 {
background: linear-gradient(to bottom, hsl(2639.36, 100%, 50%) 0%, hsl(2639.36, 100%, 50%) 100%);
}


#album-music-playedSN10659 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2641.36, 100%, 50%) 0%, hsl(2641.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10660 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2643.36, 100%, 50%) 0%, hsl(2643.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10660 {
background: linear-gradient(to bottom, hsl(2643.36, 100%, 50%) 0%, hsl(2643.36, 100%, 50%) 100%);
}

.bg-SN10660 {
background: linear-gradient(to bottom, hsl(2643.36, 100%, 50%) 0%, hsl(2643.36, 100%, 50%) 100%);
}


#album-music-playedSN10660 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2645.36, 100%, 50%) 0%, hsl(2645.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10661 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2647.36, 100%, 50%) 0%, hsl(2647.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10661 {
background: linear-gradient(to bottom, hsl(2647.36, 100%, 50%) 0%, hsl(2647.36, 100%, 50%) 100%);
}

.bg-SN10661 {
background: linear-gradient(to bottom, hsl(2647.36, 100%, 50%) 0%, hsl(2647.36, 100%, 50%) 100%);
}


#album-music-playedSN10661 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2649.36, 100%, 50%) 0%, hsl(2649.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10662 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2651.36, 100%, 50%) 0%, hsl(2651.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10662 {
background: linear-gradient(to bottom, hsl(2651.36, 100%, 50%) 0%, hsl(2651.36, 100%, 50%) 100%);
}

.bg-SN10662 {
background: linear-gradient(to bottom, hsl(2651.36, 100%, 50%) 0%, hsl(2651.36, 100%, 50%) 100%);
}


#album-music-playedSN10662 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2653.36, 100%, 50%) 0%, hsl(2653.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10663 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2655.36, 100%, 50%) 0%, hsl(2655.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10663 {
background: linear-gradient(to bottom, hsl(2655.36, 100%, 50%) 0%, hsl(2655.36, 100%, 50%) 100%);
}

.bg-SN10663 {
background: linear-gradient(to bottom, hsl(2655.36, 100%, 50%) 0%, hsl(2655.36, 100%, 50%) 100%);
}


#album-music-playedSN10663 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2657.36, 100%, 50%) 0%, hsl(2657.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10664 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2659.36, 100%, 50%) 0%, hsl(2659.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10664 {
background: linear-gradient(to bottom, hsl(2659.36, 100%, 50%) 0%, hsl(2659.36, 100%, 50%) 100%);
}

.bg-SN10664 {
background: linear-gradient(to bottom, hsl(2659.36, 100%, 50%) 0%, hsl(2659.36, 100%, 50%) 100%);
}


#album-music-playedSN10664 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2661.36, 100%, 50%) 0%, hsl(2661.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10665 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2663.36, 100%, 50%) 0%, hsl(2663.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10665 {
background: linear-gradient(to bottom, hsl(2663.36, 100%, 50%) 0%, hsl(2663.36, 100%, 50%) 100%);
}

.bg-SN10665 {
background: linear-gradient(to bottom, hsl(2663.36, 100%, 50%) 0%, hsl(2663.36, 100%, 50%) 100%);
}


#album-music-playedSN10665 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2665.36, 100%, 50%) 0%, hsl(2665.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10666 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2667.36, 100%, 50%) 0%, hsl(2667.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10666 {
background: linear-gradient(to bottom, hsl(2667.36, 100%, 50%) 0%, hsl(2667.36, 100%, 50%) 100%);
}

.bg-SN10666 {
background: linear-gradient(to bottom, hsl(2667.36, 100%, 50%) 0%, hsl(2667.36, 100%, 50%) 100%);
}


#album-music-playedSN10666 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2669.36, 100%, 50%) 0%, hsl(2669.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10667 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2671.36, 100%, 50%) 0%, hsl(2671.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10667 {
background: linear-gradient(to bottom, hsl(2671.36, 100%, 50%) 0%, hsl(2671.36, 100%, 50%) 100%);
}

.bg-SN10667 {
background: linear-gradient(to bottom, hsl(2671.36, 100%, 50%) 0%, hsl(2671.36, 100%, 50%) 100%);
}


#album-music-playedSN10667 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2673.36, 100%, 50%) 0%, hsl(2673.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10668 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2675.36, 100%, 50%) 0%, hsl(2675.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10668 {
background: linear-gradient(to bottom, hsl(2675.36, 100%, 50%) 0%, hsl(2675.36, 100%, 50%) 100%);
}

.bg-SN10668 {
background: linear-gradient(to bottom, hsl(2675.36, 100%, 50%) 0%, hsl(2675.36, 100%, 50%) 100%);
}


#album-music-playedSN10668 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2677.36, 100%, 50%) 0%, hsl(2677.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10669 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2679.36, 100%, 50%) 0%, hsl(2679.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10669 {
background: linear-gradient(to bottom, hsl(2679.36, 100%, 50%) 0%, hsl(2679.36, 100%, 50%) 100%);
}

.bg-SN10669 {
background: linear-gradient(to bottom, hsl(2679.36, 100%, 50%) 0%, hsl(2679.36, 100%, 50%) 100%);
}


#album-music-playedSN10669 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2681.36, 100%, 50%) 0%, hsl(2681.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10670 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2683.36, 100%, 50%) 0%, hsl(2683.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10670 {
background: linear-gradient(to bottom, hsl(2683.36, 100%, 50%) 0%, hsl(2683.36, 100%, 50%) 100%);
}

.bg-SN10670 {
background: linear-gradient(to bottom, hsl(2683.36, 100%, 50%) 0%, hsl(2683.36, 100%, 50%) 100%);
}


#album-music-playedSN10670 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2685.36, 100%, 50%) 0%, hsl(2685.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10671 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2687.36, 100%, 50%) 0%, hsl(2687.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10671 {
background: linear-gradient(to bottom, hsl(2687.36, 100%, 50%) 0%, hsl(2687.36, 100%, 50%) 100%);
}

.bg-SN10671 {
background: linear-gradient(to bottom, hsl(2687.36, 100%, 50%) 0%, hsl(2687.36, 100%, 50%) 100%);
}


#album-music-playedSN10671 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2689.36, 100%, 50%) 0%, hsl(2689.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10672 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2691.36, 100%, 50%) 0%, hsl(2691.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10672 {
background: linear-gradient(to bottom, hsl(2691.36, 100%, 50%) 0%, hsl(2691.36, 100%, 50%) 100%);
}

.bg-SN10672 {
background: linear-gradient(to bottom, hsl(2691.36, 100%, 50%) 0%, hsl(2691.36, 100%, 50%) 100%);
}


#album-music-playedSN10672 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2693.36, 100%, 50%) 0%, hsl(2693.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10673 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2695.36, 100%, 50%) 0%, hsl(2695.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10673 {
background: linear-gradient(to bottom, hsl(2695.36, 100%, 50%) 0%, hsl(2695.36, 100%, 50%) 100%);
}

.bg-SN10673 {
background: linear-gradient(to bottom, hsl(2695.36, 100%, 50%) 0%, hsl(2695.36, 100%, 50%) 100%);
}


#album-music-playedSN10673 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2697.36, 100%, 50%) 0%, hsl(2697.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10674 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2699.36, 100%, 50%) 0%, hsl(2699.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10674 {
background: linear-gradient(to bottom, hsl(2699.36, 100%, 50%) 0%, hsl(2699.36, 100%, 50%) 100%);
}

.bg-SN10674 {
background: linear-gradient(to bottom, hsl(2699.36, 100%, 50%) 0%, hsl(2699.36, 100%, 50%) 100%);
}


#album-music-playedSN10674 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2701.36, 100%, 50%) 0%, hsl(2701.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10675 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2703.36, 100%, 50%) 0%, hsl(2703.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10675 {
background: linear-gradient(to bottom, hsl(2703.36, 100%, 50%) 0%, hsl(2703.36, 100%, 50%) 100%);
}

.bg-SN10675 {
background: linear-gradient(to bottom, hsl(2703.36, 100%, 50%) 0%, hsl(2703.36, 100%, 50%) 100%);
}


#album-music-playedSN10675 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2705.36, 100%, 50%) 0%, hsl(2705.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10676 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2707.36, 100%, 50%) 0%, hsl(2707.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10676 {
background: linear-gradient(to bottom, hsl(2707.36, 100%, 50%) 0%, hsl(2707.36, 100%, 50%) 100%);
}

.bg-SN10676 {
background: linear-gradient(to bottom, hsl(2707.36, 100%, 50%) 0%, hsl(2707.36, 100%, 50%) 100%);
}


#album-music-playedSN10676 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2709.36, 100%, 50%) 0%, hsl(2709.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10677 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2711.36, 100%, 50%) 0%, hsl(2711.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10677 {
background: linear-gradient(to bottom, hsl(2711.36, 100%, 50%) 0%, hsl(2711.36, 100%, 50%) 100%);
}

.bg-SN10677 {
background: linear-gradient(to bottom, hsl(2711.36, 100%, 50%) 0%, hsl(2711.36, 100%, 50%) 100%);
}


#album-music-playedSN10677 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2713.36, 100%, 50%) 0%, hsl(2713.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10678 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2715.36, 100%, 50%) 0%, hsl(2715.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10678 {
background: linear-gradient(to bottom, hsl(2715.36, 100%, 50%) 0%, hsl(2715.36, 100%, 50%) 100%);
}

.bg-SN10678 {
background: linear-gradient(to bottom, hsl(2715.36, 100%, 50%) 0%, hsl(2715.36, 100%, 50%) 100%);
}


#album-music-playedSN10678 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2717.36, 100%, 50%) 0%, hsl(2717.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10679 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2719.36, 100%, 50%) 0%, hsl(2719.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10679 {
background: linear-gradient(to bottom, hsl(2719.36, 100%, 50%) 0%, hsl(2719.36, 100%, 50%) 100%);
}

.bg-SN10679 {
background: linear-gradient(to bottom, hsl(2719.36, 100%, 50%) 0%, hsl(2719.36, 100%, 50%) 100%);
}


#album-music-playedSN10679 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2721.36, 100%, 50%) 0%, hsl(2721.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10680 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2723.36, 100%, 50%) 0%, hsl(2723.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10680 {
background: linear-gradient(to bottom, hsl(2723.36, 100%, 50%) 0%, hsl(2723.36, 100%, 50%) 100%);
}

.bg-SN10680 {
background: linear-gradient(to bottom, hsl(2723.36, 100%, 50%) 0%, hsl(2723.36, 100%, 50%) 100%);
}


#album-music-playedSN10680 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2725.36, 100%, 50%) 0%, hsl(2725.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10681 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2727.36, 100%, 50%) 0%, hsl(2727.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10681 {
background: linear-gradient(to bottom, hsl(2727.36, 100%, 50%) 0%, hsl(2727.36, 100%, 50%) 100%);
}

.bg-SN10681 {
background: linear-gradient(to bottom, hsl(2727.36, 100%, 50%) 0%, hsl(2727.36, 100%, 50%) 100%);
}


#album-music-playedSN10681 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2729.36, 100%, 50%) 0%, hsl(2729.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10682 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2731.36, 100%, 50%) 0%, hsl(2731.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10682 {
background: linear-gradient(to bottom, hsl(2731.36, 100%, 50%) 0%, hsl(2731.36, 100%, 50%) 100%);
}

.bg-SN10682 {
background: linear-gradient(to bottom, hsl(2731.36, 100%, 50%) 0%, hsl(2731.36, 100%, 50%) 100%);
}


#album-music-playedSN10682 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2733.36, 100%, 50%) 0%, hsl(2733.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10683 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2735.36, 100%, 50%) 0%, hsl(2735.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10683 {
background: linear-gradient(to bottom, hsl(2735.36, 100%, 50%) 0%, hsl(2735.36, 100%, 50%) 100%);
}

.bg-SN10683 {
background: linear-gradient(to bottom, hsl(2735.36, 100%, 50%) 0%, hsl(2735.36, 100%, 50%) 100%);
}


#album-music-playedSN10683 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2737.36, 100%, 50%) 0%, hsl(2737.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10684 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2739.36, 100%, 50%) 0%, hsl(2739.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10684 {
background: linear-gradient(to bottom, hsl(2739.36, 100%, 50%) 0%, hsl(2739.36, 100%, 50%) 100%);
}

.bg-SN10684 {
background: linear-gradient(to bottom, hsl(2739.36, 100%, 50%) 0%, hsl(2739.36, 100%, 50%) 100%);
}


#album-music-playedSN10684 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2741.36, 100%, 50%) 0%, hsl(2741.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10685 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2743.36, 100%, 50%) 0%, hsl(2743.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10685 {
background: linear-gradient(to bottom, hsl(2743.36, 100%, 50%) 0%, hsl(2743.36, 100%, 50%) 100%);
}

.bg-SN10685 {
background: linear-gradient(to bottom, hsl(2743.36, 100%, 50%) 0%, hsl(2743.36, 100%, 50%) 100%);
}


#album-music-playedSN10685 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2745.36, 100%, 50%) 0%, hsl(2745.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10686 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2747.36, 100%, 50%) 0%, hsl(2747.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10686 {
background: linear-gradient(to bottom, hsl(2747.36, 100%, 50%) 0%, hsl(2747.36, 100%, 50%) 100%);
}

.bg-SN10686 {
background: linear-gradient(to bottom, hsl(2747.36, 100%, 50%) 0%, hsl(2747.36, 100%, 50%) 100%);
}


#album-music-playedSN10686 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2749.36, 100%, 50%) 0%, hsl(2749.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10687 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2751.36, 100%, 50%) 0%, hsl(2751.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10687 {
background: linear-gradient(to bottom, hsl(2751.36, 100%, 50%) 0%, hsl(2751.36, 100%, 50%) 100%);
}

.bg-SN10687 {
background: linear-gradient(to bottom, hsl(2751.36, 100%, 50%) 0%, hsl(2751.36, 100%, 50%) 100%);
}


#album-music-playedSN10687 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2753.36, 100%, 50%) 0%, hsl(2753.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10688 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2755.36, 100%, 50%) 0%, hsl(2755.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10688 {
background: linear-gradient(to bottom, hsl(2755.36, 100%, 50%) 0%, hsl(2755.36, 100%, 50%) 100%);
}

.bg-SN10688 {
background: linear-gradient(to bottom, hsl(2755.36, 100%, 50%) 0%, hsl(2755.36, 100%, 50%) 100%);
}


#album-music-playedSN10688 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2757.36, 100%, 50%) 0%, hsl(2757.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10689 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2759.36, 100%, 50%) 0%, hsl(2759.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10689 {
background: linear-gradient(to bottom, hsl(2759.36, 100%, 50%) 0%, hsl(2759.36, 100%, 50%) 100%);
}

.bg-SN10689 {
background: linear-gradient(to bottom, hsl(2759.36, 100%, 50%) 0%, hsl(2759.36, 100%, 50%) 100%);
}


#album-music-playedSN10689 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2761.36, 100%, 50%) 0%, hsl(2761.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10690 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2763.36, 100%, 50%) 0%, hsl(2763.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10690 {
background: linear-gradient(to bottom, hsl(2763.36, 100%, 50%) 0%, hsl(2763.36, 100%, 50%) 100%);
}

.bg-SN10690 {
background: linear-gradient(to bottom, hsl(2763.36, 100%, 50%) 0%, hsl(2763.36, 100%, 50%) 100%);
}


#album-music-playedSN10690 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2765.36, 100%, 50%) 0%, hsl(2765.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10691 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2767.36, 100%, 50%) 0%, hsl(2767.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10691 {
background: linear-gradient(to bottom, hsl(2767.36, 100%, 50%) 0%, hsl(2767.36, 100%, 50%) 100%);
}

.bg-SN10691 {
background: linear-gradient(to bottom, hsl(2767.36, 100%, 50%) 0%, hsl(2767.36, 100%, 50%) 100%);
}


#album-music-playedSN10691 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2769.36, 100%, 50%) 0%, hsl(2769.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10692 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2771.36, 100%, 50%) 0%, hsl(2771.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10692 {
background: linear-gradient(to bottom, hsl(2771.36, 100%, 50%) 0%, hsl(2771.36, 100%, 50%) 100%);
}

.bg-SN10692 {
background: linear-gradient(to bottom, hsl(2771.36, 100%, 50%) 0%, hsl(2771.36, 100%, 50%) 100%);
}


#album-music-playedSN10692 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2773.36, 100%, 50%) 0%, hsl(2773.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10693 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2775.36, 100%, 50%) 0%, hsl(2775.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10693 {
background: linear-gradient(to bottom, hsl(2775.36, 100%, 50%) 0%, hsl(2775.36, 100%, 50%) 100%);
}

.bg-SN10693 {
background: linear-gradient(to bottom, hsl(2775.36, 100%, 50%) 0%, hsl(2775.36, 100%, 50%) 100%);
}


#album-music-playedSN10693 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2777.36, 100%, 50%) 0%, hsl(2777.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10694 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2779.36, 100%, 50%) 0%, hsl(2779.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10694 {
background: linear-gradient(to bottom, hsl(2779.36, 100%, 50%) 0%, hsl(2779.36, 100%, 50%) 100%);
}

.bg-SN10694 {
background: linear-gradient(to bottom, hsl(2779.36, 100%, 50%) 0%, hsl(2779.36, 100%, 50%) 100%);
}


#album-music-playedSN10694 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2781.36, 100%, 50%) 0%, hsl(2781.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10695 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2783.36, 100%, 50%) 0%, hsl(2783.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10695 {
background: linear-gradient(to bottom, hsl(2783.36, 100%, 50%) 0%, hsl(2783.36, 100%, 50%) 100%);
}

.bg-SN10695 {
background: linear-gradient(to bottom, hsl(2783.36, 100%, 50%) 0%, hsl(2783.36, 100%, 50%) 100%);
}


#album-music-playedSN10695 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2785.36, 100%, 50%) 0%, hsl(2785.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10696 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2787.36, 100%, 50%) 0%, hsl(2787.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10696 {
background: linear-gradient(to bottom, hsl(2787.36, 100%, 50%) 0%, hsl(2787.36, 100%, 50%) 100%);
}

.bg-SN10696 {
background: linear-gradient(to bottom, hsl(2787.36, 100%, 50%) 0%, hsl(2787.36, 100%, 50%) 100%);
}


#album-music-playedSN10696 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2789.36, 100%, 50%) 0%, hsl(2789.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10697 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2791.36, 100%, 50%) 0%, hsl(2791.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10697 {
background: linear-gradient(to bottom, hsl(2791.36, 100%, 50%) 0%, hsl(2791.36, 100%, 50%) 100%);
}

.bg-SN10697 {
background: linear-gradient(to bottom, hsl(2791.36, 100%, 50%) 0%, hsl(2791.36, 100%, 50%) 100%);
}


#album-music-playedSN10697 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2793.36, 100%, 50%) 0%, hsl(2793.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10698 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2795.36, 100%, 50%) 0%, hsl(2795.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10698 {
background: linear-gradient(to bottom, hsl(2795.36, 100%, 50%) 0%, hsl(2795.36, 100%, 50%) 100%);
}

.bg-SN10698 {
background: linear-gradient(to bottom, hsl(2795.36, 100%, 50%) 0%, hsl(2795.36, 100%, 50%) 100%);
}


#album-music-playedSN10698 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2797.36, 100%, 50%) 0%, hsl(2797.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10699 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2799.36, 100%, 50%) 0%, hsl(2799.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10699 {
background: linear-gradient(to bottom, hsl(2799.36, 100%, 50%) 0%, hsl(2799.36, 100%, 50%) 100%);
}

.bg-SN10699 {
background: linear-gradient(to bottom, hsl(2799.36, 100%, 50%) 0%, hsl(2799.36, 100%, 50%) 100%);
}


#album-music-playedSN10699 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2801.36, 100%, 50%) 0%, hsl(2801.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10700 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2803.36, 100%, 50%) 0%, hsl(2803.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10700 {
background: linear-gradient(to bottom, hsl(2803.36, 100%, 50%) 0%, hsl(2803.36, 100%, 50%) 100%);
}

.bg-SN10700 {
background: linear-gradient(to bottom, hsl(2803.36, 100%, 50%) 0%, hsl(2803.36, 100%, 50%) 100%);
}


#album-music-playedSN10700 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2805.36, 100%, 50%) 0%, hsl(2805.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10701 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2807.36, 100%, 50%) 0%, hsl(2807.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10701 {
background: linear-gradient(to bottom, hsl(2807.36, 100%, 50%) 0%, hsl(2807.36, 100%, 50%) 100%);
}

.bg-SN10701 {
background: linear-gradient(to bottom, hsl(2807.36, 100%, 50%) 0%, hsl(2807.36, 100%, 50%) 100%);
}


#album-music-playedSN10701 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2809.36, 100%, 50%) 0%, hsl(2809.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10702 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2811.36, 100%, 50%) 0%, hsl(2811.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10702 {
background: linear-gradient(to bottom, hsl(2811.36, 100%, 50%) 0%, hsl(2811.36, 100%, 50%) 100%);
}

.bg-SN10702 {
background: linear-gradient(to bottom, hsl(2811.36, 100%, 50%) 0%, hsl(2811.36, 100%, 50%) 100%);
}


#album-music-playedSN10702 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2813.36, 100%, 50%) 0%, hsl(2813.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10703 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2815.36, 100%, 50%) 0%, hsl(2815.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10703 {
background: linear-gradient(to bottom, hsl(2815.36, 100%, 50%) 0%, hsl(2815.36, 100%, 50%) 100%);
}

.bg-SN10703 {
background: linear-gradient(to bottom, hsl(2815.36, 100%, 50%) 0%, hsl(2815.36, 100%, 50%) 100%);
}


#album-music-playedSN10703 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2817.36, 100%, 50%) 0%, hsl(2817.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10704 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2819.36, 100%, 50%) 0%, hsl(2819.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10704 {
background: linear-gradient(to bottom, hsl(2819.36, 100%, 50%) 0%, hsl(2819.36, 100%, 50%) 100%);
}

.bg-SN10704 {
background: linear-gradient(to bottom, hsl(2819.36, 100%, 50%) 0%, hsl(2819.36, 100%, 50%) 100%);
}


#album-music-playedSN10704 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2821.36, 100%, 50%) 0%, hsl(2821.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10705 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2823.36, 100%, 50%) 0%, hsl(2823.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10705 {
background: linear-gradient(to bottom, hsl(2823.36, 100%, 50%) 0%, hsl(2823.36, 100%, 50%) 100%);
}

.bg-SN10705 {
background: linear-gradient(to bottom, hsl(2823.36, 100%, 50%) 0%, hsl(2823.36, 100%, 50%) 100%);
}


#album-music-playedSN10705 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2825.36, 100%, 50%) 0%, hsl(2825.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10706 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2827.36, 100%, 50%) 0%, hsl(2827.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10706 {
background: linear-gradient(to bottom, hsl(2827.36, 100%, 50%) 0%, hsl(2827.36, 100%, 50%) 100%);
}

.bg-SN10706 {
background: linear-gradient(to bottom, hsl(2827.36, 100%, 50%) 0%, hsl(2827.36, 100%, 50%) 100%);
}


#album-music-playedSN10706 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2829.36, 100%, 50%) 0%, hsl(2829.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10707 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2831.36, 100%, 50%) 0%, hsl(2831.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10707 {
background: linear-gradient(to bottom, hsl(2831.36, 100%, 50%) 0%, hsl(2831.36, 100%, 50%) 100%);
}

.bg-SN10707 {
background: linear-gradient(to bottom, hsl(2831.36, 100%, 50%) 0%, hsl(2831.36, 100%, 50%) 100%);
}


#album-music-playedSN10707 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2833.36, 100%, 50%) 0%, hsl(2833.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10708 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2835.36, 100%, 50%) 0%, hsl(2835.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10708 {
background: linear-gradient(to bottom, hsl(2835.36, 100%, 50%) 0%, hsl(2835.36, 100%, 50%) 100%);
}

.bg-SN10708 {
background: linear-gradient(to bottom, hsl(2835.36, 100%, 50%) 0%, hsl(2835.36, 100%, 50%) 100%);
}


#album-music-playedSN10708 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2837.36, 100%, 50%) 0%, hsl(2837.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10709 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2839.36, 100%, 50%) 0%, hsl(2839.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10709 {
background: linear-gradient(to bottom, hsl(2839.36, 100%, 50%) 0%, hsl(2839.36, 100%, 50%) 100%);
}

.bg-SN10709 {
background: linear-gradient(to bottom, hsl(2839.36, 100%, 50%) 0%, hsl(2839.36, 100%, 50%) 100%);
}


#album-music-playedSN10709 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2841.36, 100%, 50%) 0%, hsl(2841.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10710 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2843.36, 100%, 50%) 0%, hsl(2843.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10710 {
background: linear-gradient(to bottom, hsl(2843.36, 100%, 50%) 0%, hsl(2843.36, 100%, 50%) 100%);
}

.bg-SN10710 {
background: linear-gradient(to bottom, hsl(2843.36, 100%, 50%) 0%, hsl(2843.36, 100%, 50%) 100%);
}


#album-music-playedSN10710 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2845.36, 100%, 50%) 0%, hsl(2845.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10711 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2847.36, 100%, 50%) 0%, hsl(2847.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10711 {
background: linear-gradient(to bottom, hsl(2847.36, 100%, 50%) 0%, hsl(2847.36, 100%, 50%) 100%);
}

.bg-SN10711 {
background: linear-gradient(to bottom, hsl(2847.36, 100%, 50%) 0%, hsl(2847.36, 100%, 50%) 100%);
}


#album-music-playedSN10711 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2849.36, 100%, 50%) 0%, hsl(2849.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10712 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2851.36, 100%, 50%) 0%, hsl(2851.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10712 {
background: linear-gradient(to bottom, hsl(2851.36, 100%, 50%) 0%, hsl(2851.36, 100%, 50%) 100%);
}

.bg-SN10712 {
background: linear-gradient(to bottom, hsl(2851.36, 100%, 50%) 0%, hsl(2851.36, 100%, 50%) 100%);
}


#album-music-playedSN10712 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2853.36, 100%, 50%) 0%, hsl(2853.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10713 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2855.36, 100%, 50%) 0%, hsl(2855.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10713 {
background: linear-gradient(to bottom, hsl(2855.36, 100%, 50%) 0%, hsl(2855.36, 100%, 50%) 100%);
}

.bg-SN10713 {
background: linear-gradient(to bottom, hsl(2855.36, 100%, 50%) 0%, hsl(2855.36, 100%, 50%) 100%);
}


#album-music-playedSN10713 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2857.36, 100%, 50%) 0%, hsl(2857.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10714 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2859.36, 100%, 50%) 0%, hsl(2859.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10714 {
background: linear-gradient(to bottom, hsl(2859.36, 100%, 50%) 0%, hsl(2859.36, 100%, 50%) 100%);
}

.bg-SN10714 {
background: linear-gradient(to bottom, hsl(2859.36, 100%, 50%) 0%, hsl(2859.36, 100%, 50%) 100%);
}


#album-music-playedSN10714 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2861.36, 100%, 50%) 0%, hsl(2861.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10715 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2863.36, 100%, 50%) 0%, hsl(2863.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10715 {
background: linear-gradient(to bottom, hsl(2863.36, 100%, 50%) 0%, hsl(2863.36, 100%, 50%) 100%);
}

.bg-SN10715 {
background: linear-gradient(to bottom, hsl(2863.36, 100%, 50%) 0%, hsl(2863.36, 100%, 50%) 100%);
}


#album-music-playedSN10715 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2865.36, 100%, 50%) 0%, hsl(2865.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10716 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2867.36, 100%, 50%) 0%, hsl(2867.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10716 {
background: linear-gradient(to bottom, hsl(2867.36, 100%, 50%) 0%, hsl(2867.36, 100%, 50%) 100%);
}

.bg-SN10716 {
background: linear-gradient(to bottom, hsl(2867.36, 100%, 50%) 0%, hsl(2867.36, 100%, 50%) 100%);
}


#album-music-playedSN10716 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2869.36, 100%, 50%) 0%, hsl(2869.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10717 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2871.36, 100%, 50%) 0%, hsl(2871.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10717 {
background: linear-gradient(to bottom, hsl(2871.36, 100%, 50%) 0%, hsl(2871.36, 100%, 50%) 100%);
}

.bg-SN10717 {
background: linear-gradient(to bottom, hsl(2871.36, 100%, 50%) 0%, hsl(2871.36, 100%, 50%) 100%);
}


#album-music-playedSN10717 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2873.36, 100%, 50%) 0%, hsl(2873.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10718 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2875.36, 100%, 50%) 0%, hsl(2875.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10718 {
background: linear-gradient(to bottom, hsl(2875.36, 100%, 50%) 0%, hsl(2875.36, 100%, 50%) 100%);
}

.bg-SN10718 {
background: linear-gradient(to bottom, hsl(2875.36, 100%, 50%) 0%, hsl(2875.36, 100%, 50%) 100%);
}


#album-music-playedSN10718 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2877.36, 100%, 50%) 0%, hsl(2877.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10719 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2879.36, 100%, 50%) 0%, hsl(2879.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10719 {
background: linear-gradient(to bottom, hsl(2879.36, 100%, 50%) 0%, hsl(2879.36, 100%, 50%) 100%);
}

.bg-SN10719 {
background: linear-gradient(to bottom, hsl(2879.36, 100%, 50%) 0%, hsl(2879.36, 100%, 50%) 100%);
}


#album-music-playedSN10719 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2881.36, 100%, 50%) 0%, hsl(2881.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10720 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2883.36, 100%, 50%) 0%, hsl(2883.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10720 {
background: linear-gradient(to bottom, hsl(2883.36, 100%, 50%) 0%, hsl(2883.36, 100%, 50%) 100%);
}

.bg-SN10720 {
background: linear-gradient(to bottom, hsl(2883.36, 100%, 50%) 0%, hsl(2883.36, 100%, 50%) 100%);
}


#album-music-playedSN10720 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2885.36, 100%, 50%) 0%, hsl(2885.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10721 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2887.36, 100%, 50%) 0%, hsl(2887.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10721 {
background: linear-gradient(to bottom, hsl(2887.36, 100%, 50%) 0%, hsl(2887.36, 100%, 50%) 100%);
}

.bg-SN10721 {
background: linear-gradient(to bottom, hsl(2887.36, 100%, 50%) 0%, hsl(2887.36, 100%, 50%) 100%);
}


#album-music-playedSN10721 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2889.36, 100%, 50%) 0%, hsl(2889.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10722 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2891.36, 100%, 50%) 0%, hsl(2891.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10722 {
background: linear-gradient(to bottom, hsl(2891.36, 100%, 50%) 0%, hsl(2891.36, 100%, 50%) 100%);
}

.bg-SN10722 {
background: linear-gradient(to bottom, hsl(2891.36, 100%, 50%) 0%, hsl(2891.36, 100%, 50%) 100%);
}


#album-music-playedSN10722 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2893.36, 100%, 50%) 0%, hsl(2893.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10723 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2895.36, 100%, 50%) 0%, hsl(2895.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10723 {
background: linear-gradient(to bottom, hsl(2895.36, 100%, 50%) 0%, hsl(2895.36, 100%, 50%) 100%);
}

.bg-SN10723 {
background: linear-gradient(to bottom, hsl(2895.36, 100%, 50%) 0%, hsl(2895.36, 100%, 50%) 100%);
}


#album-music-playedSN10723 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2897.36, 100%, 50%) 0%, hsl(2897.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10724 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2899.36, 100%, 50%) 0%, hsl(2899.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10724 {
background: linear-gradient(to bottom, hsl(2899.36, 100%, 50%) 0%, hsl(2899.36, 100%, 50%) 100%);
}

.bg-SN10724 {
background: linear-gradient(to bottom, hsl(2899.36, 100%, 50%) 0%, hsl(2899.36, 100%, 50%) 100%);
}


#album-music-playedSN10724 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2901.36, 100%, 50%) 0%, hsl(2901.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10725 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2903.36, 100%, 50%) 0%, hsl(2903.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10725 {
background: linear-gradient(to bottom, hsl(2903.36, 100%, 50%) 0%, hsl(2903.36, 100%, 50%) 100%);
}

.bg-SN10725 {
background: linear-gradient(to bottom, hsl(2903.36, 100%, 50%) 0%, hsl(2903.36, 100%, 50%) 100%);
}


#album-music-playedSN10725 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2905.36, 100%, 50%) 0%, hsl(2905.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10726 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2907.36, 100%, 50%) 0%, hsl(2907.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10726 {
background: linear-gradient(to bottom, hsl(2907.36, 100%, 50%) 0%, hsl(2907.36, 100%, 50%) 100%);
}

.bg-SN10726 {
background: linear-gradient(to bottom, hsl(2907.36, 100%, 50%) 0%, hsl(2907.36, 100%, 50%) 100%);
}


#album-music-playedSN10726 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2909.36, 100%, 50%) 0%, hsl(2909.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10727 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2911.36, 100%, 50%) 0%, hsl(2911.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10727 {
background: linear-gradient(to bottom, hsl(2911.36, 100%, 50%) 0%, hsl(2911.36, 100%, 50%) 100%);
}

.bg-SN10727 {
background: linear-gradient(to bottom, hsl(2911.36, 100%, 50%) 0%, hsl(2911.36, 100%, 50%) 100%);
}


#album-music-playedSN10727 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2913.36, 100%, 50%) 0%, hsl(2913.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10728 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2915.36, 100%, 50%) 0%, hsl(2915.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10728 {
background: linear-gradient(to bottom, hsl(2915.36, 100%, 50%) 0%, hsl(2915.36, 100%, 50%) 100%);
}

.bg-SN10728 {
background: linear-gradient(to bottom, hsl(2915.36, 100%, 50%) 0%, hsl(2915.36, 100%, 50%) 100%);
}


#album-music-playedSN10728 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2917.36, 100%, 50%) 0%, hsl(2917.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10729 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2919.36, 100%, 50%) 0%, hsl(2919.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10729 {
background: linear-gradient(to bottom, hsl(2919.36, 100%, 50%) 0%, hsl(2919.36, 100%, 50%) 100%);
}

.bg-SN10729 {
background: linear-gradient(to bottom, hsl(2919.36, 100%, 50%) 0%, hsl(2919.36, 100%, 50%) 100%);
}


#album-music-playedSN10729 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2921.36, 100%, 50%) 0%, hsl(2921.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10730 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2923.36, 100%, 50%) 0%, hsl(2923.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10730 {
background: linear-gradient(to bottom, hsl(2923.36, 100%, 50%) 0%, hsl(2923.36, 100%, 50%) 100%);
}

.bg-SN10730 {
background: linear-gradient(to bottom, hsl(2923.36, 100%, 50%) 0%, hsl(2923.36, 100%, 50%) 100%);
}


#album-music-playedSN10730 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2925.36, 100%, 50%) 0%, hsl(2925.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10731 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2927.36, 100%, 50%) 0%, hsl(2927.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10731 {
background: linear-gradient(to bottom, hsl(2927.36, 100%, 50%) 0%, hsl(2927.36, 100%, 50%) 100%);
}

.bg-SN10731 {
background: linear-gradient(to bottom, hsl(2927.36, 100%, 50%) 0%, hsl(2927.36, 100%, 50%) 100%);
}


#album-music-playedSN10731 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2929.36, 100%, 50%) 0%, hsl(2929.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10732 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2931.36, 100%, 50%) 0%, hsl(2931.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10732 {
background: linear-gradient(to bottom, hsl(2931.36, 100%, 50%) 0%, hsl(2931.36, 100%, 50%) 100%);
}

.bg-SN10732 {
background: linear-gradient(to bottom, hsl(2931.36, 100%, 50%) 0%, hsl(2931.36, 100%, 50%) 100%);
}


#album-music-playedSN10732 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2933.36, 100%, 50%) 0%, hsl(2933.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10733 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2935.36, 100%, 50%) 0%, hsl(2935.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10733 {
background: linear-gradient(to bottom, hsl(2935.36, 100%, 50%) 0%, hsl(2935.36, 100%, 50%) 100%);
}

.bg-SN10733 {
background: linear-gradient(to bottom, hsl(2935.36, 100%, 50%) 0%, hsl(2935.36, 100%, 50%) 100%);
}


#album-music-playedSN10733 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2937.36, 100%, 50%) 0%, hsl(2937.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10734 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2939.36, 100%, 50%) 0%, hsl(2939.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10734 {
background: linear-gradient(to bottom, hsl(2939.36, 100%, 50%) 0%, hsl(2939.36, 100%, 50%) 100%);
}

.bg-SN10734 {
background: linear-gradient(to bottom, hsl(2939.36, 100%, 50%) 0%, hsl(2939.36, 100%, 50%) 100%);
}


#album-music-playedSN10734 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2941.36, 100%, 50%) 0%, hsl(2941.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10735 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2943.36, 100%, 50%) 0%, hsl(2943.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10735 {
background: linear-gradient(to bottom, hsl(2943.36, 100%, 50%) 0%, hsl(2943.36, 100%, 50%) 100%);
}

.bg-SN10735 {
background: linear-gradient(to bottom, hsl(2943.36, 100%, 50%) 0%, hsl(2943.36, 100%, 50%) 100%);
}


#album-music-playedSN10735 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2945.36, 100%, 50%) 0%, hsl(2945.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10736 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2947.36, 100%, 50%) 0%, hsl(2947.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10736 {
background: linear-gradient(to bottom, hsl(2947.36, 100%, 50%) 0%, hsl(2947.36, 100%, 50%) 100%);
}

.bg-SN10736 {
background: linear-gradient(to bottom, hsl(2947.36, 100%, 50%) 0%, hsl(2947.36, 100%, 50%) 100%);
}


#album-music-playedSN10736 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2949.36, 100%, 50%) 0%, hsl(2949.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10737 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2951.36, 100%, 50%) 0%, hsl(2951.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10737 {
background: linear-gradient(to bottom, hsl(2951.36, 100%, 50%) 0%, hsl(2951.36, 100%, 50%) 100%);
}

.bg-SN10737 {
background: linear-gradient(to bottom, hsl(2951.36, 100%, 50%) 0%, hsl(2951.36, 100%, 50%) 100%);
}


#album-music-playedSN10737 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2953.36, 100%, 50%) 0%, hsl(2953.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10738 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2955.36, 100%, 50%) 0%, hsl(2955.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10738 {
background: linear-gradient(to bottom, hsl(2955.36, 100%, 50%) 0%, hsl(2955.36, 100%, 50%) 100%);
}

.bg-SN10738 {
background: linear-gradient(to bottom, hsl(2955.36, 100%, 50%) 0%, hsl(2955.36, 100%, 50%) 100%);
}


#album-music-playedSN10738 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2957.36, 100%, 50%) 0%, hsl(2957.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10739 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2959.36, 100%, 50%) 0%, hsl(2959.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10739 {
background: linear-gradient(to bottom, hsl(2959.36, 100%, 50%) 0%, hsl(2959.36, 100%, 50%) 100%);
}

.bg-SN10739 {
background: linear-gradient(to bottom, hsl(2959.36, 100%, 50%) 0%, hsl(2959.36, 100%, 50%) 100%);
}


#album-music-playedSN10739 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2961.36, 100%, 50%) 0%, hsl(2961.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10740 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2963.36, 100%, 50%) 0%, hsl(2963.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10740 {
background: linear-gradient(to bottom, hsl(2963.36, 100%, 50%) 0%, hsl(2963.36, 100%, 50%) 100%);
}

.bg-SN10740 {
background: linear-gradient(to bottom, hsl(2963.36, 100%, 50%) 0%, hsl(2963.36, 100%, 50%) 100%);
}


#album-music-playedSN10740 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2965.36, 100%, 50%) 0%, hsl(2965.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10741 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2967.36, 100%, 50%) 0%, hsl(2967.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10741 {
background: linear-gradient(to bottom, hsl(2967.36, 100%, 50%) 0%, hsl(2967.36, 100%, 50%) 100%);
}

.bg-SN10741 {
background: linear-gradient(to bottom, hsl(2967.36, 100%, 50%) 0%, hsl(2967.36, 100%, 50%) 100%);
}


#album-music-playedSN10741 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2969.36, 100%, 50%) 0%, hsl(2969.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10742 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2971.36, 100%, 50%) 0%, hsl(2971.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10742 {
background: linear-gradient(to bottom, hsl(2971.36, 100%, 50%) 0%, hsl(2971.36, 100%, 50%) 100%);
}

.bg-SN10742 {
background: linear-gradient(to bottom, hsl(2971.36, 100%, 50%) 0%, hsl(2971.36, 100%, 50%) 100%);
}


#album-music-playedSN10742 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2973.36, 100%, 50%) 0%, hsl(2973.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10743 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2975.36, 100%, 50%) 0%, hsl(2975.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10743 {
background: linear-gradient(to bottom, hsl(2975.36, 100%, 50%) 0%, hsl(2975.36, 100%, 50%) 100%);
}

.bg-SN10743 {
background: linear-gradient(to bottom, hsl(2975.36, 100%, 50%) 0%, hsl(2975.36, 100%, 50%) 100%);
}


#album-music-playedSN10743 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2977.36, 100%, 50%) 0%, hsl(2977.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10744 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2979.36, 100%, 50%) 0%, hsl(2979.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10744 {
background: linear-gradient(to bottom, hsl(2979.36, 100%, 50%) 0%, hsl(2979.36, 100%, 50%) 100%);
}

.bg-SN10744 {
background: linear-gradient(to bottom, hsl(2979.36, 100%, 50%) 0%, hsl(2979.36, 100%, 50%) 100%);
}


#album-music-playedSN10744 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2981.36, 100%, 50%) 0%, hsl(2981.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10745 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2983.36, 100%, 50%) 0%, hsl(2983.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10745 {
background: linear-gradient(to bottom, hsl(2983.36, 100%, 50%) 0%, hsl(2983.36, 100%, 50%) 100%);
}

.bg-SN10745 {
background: linear-gradient(to bottom, hsl(2983.36, 100%, 50%) 0%, hsl(2983.36, 100%, 50%) 100%);
}


#album-music-playedSN10745 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2985.36, 100%, 50%) 0%, hsl(2985.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10746 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2987.36, 100%, 50%) 0%, hsl(2987.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10746 {
background: linear-gradient(to bottom, hsl(2987.36, 100%, 50%) 0%, hsl(2987.36, 100%, 50%) 100%);
}

.bg-SN10746 {
background: linear-gradient(to bottom, hsl(2987.36, 100%, 50%) 0%, hsl(2987.36, 100%, 50%) 100%);
}


#album-music-playedSN10746 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2989.36, 100%, 50%) 0%, hsl(2989.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10747 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2991.36, 100%, 50%) 0%, hsl(2991.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10747 {
background: linear-gradient(to bottom, hsl(2991.36, 100%, 50%) 0%, hsl(2991.36, 100%, 50%) 100%);
}

.bg-SN10747 {
background: linear-gradient(to bottom, hsl(2991.36, 100%, 50%) 0%, hsl(2991.36, 100%, 50%) 100%);
}


#album-music-playedSN10747 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2993.36, 100%, 50%) 0%, hsl(2993.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10748 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2995.36, 100%, 50%) 0%, hsl(2995.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10748 {
background: linear-gradient(to bottom, hsl(2995.36, 100%, 50%) 0%, hsl(2995.36, 100%, 50%) 100%);
}

.bg-SN10748 {
background: linear-gradient(to bottom, hsl(2995.36, 100%, 50%) 0%, hsl(2995.36, 100%, 50%) 100%);
}


#album-music-playedSN10748 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2997.36, 100%, 50%) 0%, hsl(2997.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10749 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(2999.36, 100%, 50%) 0%, hsl(2999.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10749 {
background: linear-gradient(to bottom, hsl(2999.36, 100%, 50%) 0%, hsl(2999.36, 100%, 50%) 100%);
}

.bg-SN10749 {
background: linear-gradient(to bottom, hsl(2999.36, 100%, 50%) 0%, hsl(2999.36, 100%, 50%) 100%);
}


#album-music-playedSN10749 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3001.36, 100%, 50%) 0%, hsl(3001.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10750 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3003.36, 100%, 50%) 0%, hsl(3003.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10750 {
background: linear-gradient(to bottom, hsl(3003.36, 100%, 50%) 0%, hsl(3003.36, 100%, 50%) 100%);
}

.bg-SN10750 {
background: linear-gradient(to bottom, hsl(3003.36, 100%, 50%) 0%, hsl(3003.36, 100%, 50%) 100%);
}


#album-music-playedSN10750 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3005.36, 100%, 50%) 0%, hsl(3005.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10751 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3007.36, 100%, 50%) 0%, hsl(3007.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10751 {
background: linear-gradient(to bottom, hsl(3007.36, 100%, 50%) 0%, hsl(3007.36, 100%, 50%) 100%);
}

.bg-SN10751 {
background: linear-gradient(to bottom, hsl(3007.36, 100%, 50%) 0%, hsl(3007.36, 100%, 50%) 100%);
}


#album-music-playedSN10751 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3009.36, 100%, 50%) 0%, hsl(3009.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10752 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3011.36, 100%, 50%) 0%, hsl(3011.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10752 {
background: linear-gradient(to bottom, hsl(3011.36, 100%, 50%) 0%, hsl(3011.36, 100%, 50%) 100%);
}

.bg-SN10752 {
background: linear-gradient(to bottom, hsl(3011.36, 100%, 50%) 0%, hsl(3011.36, 100%, 50%) 100%);
}


#album-music-playedSN10752 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3013.36, 100%, 50%) 0%, hsl(3013.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10753 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3015.36, 100%, 50%) 0%, hsl(3015.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10753 {
background: linear-gradient(to bottom, hsl(3015.36, 100%, 50%) 0%, hsl(3015.36, 100%, 50%) 100%);
}

.bg-SN10753 {
background: linear-gradient(to bottom, hsl(3015.36, 100%, 50%) 0%, hsl(3015.36, 100%, 50%) 100%);
}


#album-music-playedSN10753 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3017.36, 100%, 50%) 0%, hsl(3017.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10754 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3019.36, 100%, 50%) 0%, hsl(3019.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10754 {
background: linear-gradient(to bottom, hsl(3019.36, 100%, 50%) 0%, hsl(3019.36, 100%, 50%) 100%);
}

.bg-SN10754 {
background: linear-gradient(to bottom, hsl(3019.36, 100%, 50%) 0%, hsl(3019.36, 100%, 50%) 100%);
}


#album-music-playedSN10754 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3021.36, 100%, 50%) 0%, hsl(3021.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10755 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3023.36, 100%, 50%) 0%, hsl(3023.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10755 {
background: linear-gradient(to bottom, hsl(3023.36, 100%, 50%) 0%, hsl(3023.36, 100%, 50%) 100%);
}

.bg-SN10755 {
background: linear-gradient(to bottom, hsl(3023.36, 100%, 50%) 0%, hsl(3023.36, 100%, 50%) 100%);
}


#album-music-playedSN10755 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3025.36, 100%, 50%) 0%, hsl(3025.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10756 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3027.36, 100%, 50%) 0%, hsl(3027.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10756 {
background: linear-gradient(to bottom, hsl(3027.36, 100%, 50%) 0%, hsl(3027.36, 100%, 50%) 100%);
}

.bg-SN10756 {
background: linear-gradient(to bottom, hsl(3027.36, 100%, 50%) 0%, hsl(3027.36, 100%, 50%) 100%);
}


#album-music-playedSN10756 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3029.36, 100%, 50%) 0%, hsl(3029.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10757 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3031.36, 100%, 50%) 0%, hsl(3031.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10757 {
background: linear-gradient(to bottom, hsl(3031.36, 100%, 50%) 0%, hsl(3031.36, 100%, 50%) 100%);
}

.bg-SN10757 {
background: linear-gradient(to bottom, hsl(3031.36, 100%, 50%) 0%, hsl(3031.36, 100%, 50%) 100%);
}


#album-music-playedSN10757 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3033.36, 100%, 50%) 0%, hsl(3033.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10758 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3035.36, 100%, 50%) 0%, hsl(3035.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10758 {
background: linear-gradient(to bottom, hsl(3035.36, 100%, 50%) 0%, hsl(3035.36, 100%, 50%) 100%);
}

.bg-SN10758 {
background: linear-gradient(to bottom, hsl(3035.36, 100%, 50%) 0%, hsl(3035.36, 100%, 50%) 100%);
}


#album-music-playedSN10758 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3037.36, 100%, 50%) 0%, hsl(3037.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10759 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3039.36, 100%, 50%) 0%, hsl(3039.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10759 {
background: linear-gradient(to bottom, hsl(3039.36, 100%, 50%) 0%, hsl(3039.36, 100%, 50%) 100%);
}

.bg-SN10759 {
background: linear-gradient(to bottom, hsl(3039.36, 100%, 50%) 0%, hsl(3039.36, 100%, 50%) 100%);
}


#album-music-playedSN10759 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3041.36, 100%, 50%) 0%, hsl(3041.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10760 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3043.36, 100%, 50%) 0%, hsl(3043.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10760 {
background: linear-gradient(to bottom, hsl(3043.36, 100%, 50%) 0%, hsl(3043.36, 100%, 50%) 100%);
}

.bg-SN10760 {
background: linear-gradient(to bottom, hsl(3043.36, 100%, 50%) 0%, hsl(3043.36, 100%, 50%) 100%);
}


#album-music-playedSN10760 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3045.36, 100%, 50%) 0%, hsl(3045.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10761 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3047.36, 100%, 50%) 0%, hsl(3047.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10761 {
background: linear-gradient(to bottom, hsl(3047.36, 100%, 50%) 0%, hsl(3047.36, 100%, 50%) 100%);
}

.bg-SN10761 {
background: linear-gradient(to bottom, hsl(3047.36, 100%, 50%) 0%, hsl(3047.36, 100%, 50%) 100%);
}


#album-music-playedSN10761 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3049.36, 100%, 50%) 0%, hsl(3049.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10762 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3051.36, 100%, 50%) 0%, hsl(3051.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10762 {
background: linear-gradient(to bottom, hsl(3051.36, 100%, 50%) 0%, hsl(3051.36, 100%, 50%) 100%);
}

.bg-SN10762 {
background: linear-gradient(to bottom, hsl(3051.36, 100%, 50%) 0%, hsl(3051.36, 100%, 50%) 100%);
}


#album-music-playedSN10762 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3053.36, 100%, 50%) 0%, hsl(3053.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10763 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3055.36, 100%, 50%) 0%, hsl(3055.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10763 {
background: linear-gradient(to bottom, hsl(3055.36, 100%, 50%) 0%, hsl(3055.36, 100%, 50%) 100%);
}

.bg-SN10763 {
background: linear-gradient(to bottom, hsl(3055.36, 100%, 50%) 0%, hsl(3055.36, 100%, 50%) 100%);
}


#album-music-playedSN10763 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3057.36, 100%, 50%) 0%, hsl(3057.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10764 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3059.36, 100%, 50%) 0%, hsl(3059.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10764 {
background: linear-gradient(to bottom, hsl(3059.36, 100%, 50%) 0%, hsl(3059.36, 100%, 50%) 100%);
}

.bg-SN10764 {
background: linear-gradient(to bottom, hsl(3059.36, 100%, 50%) 0%, hsl(3059.36, 100%, 50%) 100%);
}


#album-music-playedSN10764 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3061.36, 100%, 50%) 0%, hsl(3061.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10765 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3063.36, 100%, 50%) 0%, hsl(3063.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10765 {
background: linear-gradient(to bottom, hsl(3063.36, 100%, 50%) 0%, hsl(3063.36, 100%, 50%) 100%);
}

.bg-SN10765 {
background: linear-gradient(to bottom, hsl(3063.36, 100%, 50%) 0%, hsl(3063.36, 100%, 50%) 100%);
}


#album-music-playedSN10765 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3065.36, 100%, 50%) 0%, hsl(3065.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10766 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3067.36, 100%, 50%) 0%, hsl(3067.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10766 {
background: linear-gradient(to bottom, hsl(3067.36, 100%, 50%) 0%, hsl(3067.36, 100%, 50%) 100%);
}

.bg-SN10766 {
background: linear-gradient(to bottom, hsl(3067.36, 100%, 50%) 0%, hsl(3067.36, 100%, 50%) 100%);
}


#album-music-playedSN10766 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3069.36, 100%, 50%) 0%, hsl(3069.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10767 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3071.36, 100%, 50%) 0%, hsl(3071.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10767 {
background: linear-gradient(to bottom, hsl(3071.36, 100%, 50%) 0%, hsl(3071.36, 100%, 50%) 100%);
}

.bg-SN10767 {
background: linear-gradient(to bottom, hsl(3071.36, 100%, 50%) 0%, hsl(3071.36, 100%, 50%) 100%);
}


#album-music-playedSN10767 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3073.36, 100%, 50%) 0%, hsl(3073.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10768 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3075.36, 100%, 50%) 0%, hsl(3075.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10768 {
background: linear-gradient(to bottom, hsl(3075.36, 100%, 50%) 0%, hsl(3075.36, 100%, 50%) 100%);
}

.bg-SN10768 {
background: linear-gradient(to bottom, hsl(3075.36, 100%, 50%) 0%, hsl(3075.36, 100%, 50%) 100%);
}


#album-music-playedSN10768 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3077.36, 100%, 50%) 0%, hsl(3077.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10769 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3079.36, 100%, 50%) 0%, hsl(3079.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10769 {
background: linear-gradient(to bottom, hsl(3079.36, 100%, 50%) 0%, hsl(3079.36, 100%, 50%) 100%);
}

.bg-SN10769 {
background: linear-gradient(to bottom, hsl(3079.36, 100%, 50%) 0%, hsl(3079.36, 100%, 50%) 100%);
}


#album-music-playedSN10769 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3081.36, 100%, 50%) 0%, hsl(3081.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10770 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3083.36, 100%, 50%) 0%, hsl(3083.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10770 {
background: linear-gradient(to bottom, hsl(3083.36, 100%, 50%) 0%, hsl(3083.36, 100%, 50%) 100%);
}

.bg-SN10770 {
background: linear-gradient(to bottom, hsl(3083.36, 100%, 50%) 0%, hsl(3083.36, 100%, 50%) 100%);
}


#album-music-playedSN10770 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3085.36, 100%, 50%) 0%, hsl(3085.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10771 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3087.36, 100%, 50%) 0%, hsl(3087.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10771 {
background: linear-gradient(to bottom, hsl(3087.36, 100%, 50%) 0%, hsl(3087.36, 100%, 50%) 100%);
}

.bg-SN10771 {
background: linear-gradient(to bottom, hsl(3087.36, 100%, 50%) 0%, hsl(3087.36, 100%, 50%) 100%);
}


#album-music-playedSN10771 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3089.36, 100%, 50%) 0%, hsl(3089.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10772 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3091.36, 100%, 50%) 0%, hsl(3091.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10772 {
background: linear-gradient(to bottom, hsl(3091.36, 100%, 50%) 0%, hsl(3091.36, 100%, 50%) 100%);
}

.bg-SN10772 {
background: linear-gradient(to bottom, hsl(3091.36, 100%, 50%) 0%, hsl(3091.36, 100%, 50%) 100%);
}


#album-music-playedSN10772 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3093.36, 100%, 50%) 0%, hsl(3093.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10773 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3095.36, 100%, 50%) 0%, hsl(3095.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10773 {
background: linear-gradient(to bottom, hsl(3095.36, 100%, 50%) 0%, hsl(3095.36, 100%, 50%) 100%);
}

.bg-SN10773 {
background: linear-gradient(to bottom, hsl(3095.36, 100%, 50%) 0%, hsl(3095.36, 100%, 50%) 100%);
}


#album-music-playedSN10773 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3097.36, 100%, 50%) 0%, hsl(3097.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10774 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3099.36, 100%, 50%) 0%, hsl(3099.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10774 {
background: linear-gradient(to bottom, hsl(3099.36, 100%, 50%) 0%, hsl(3099.36, 100%, 50%) 100%);
}

.bg-SN10774 {
background: linear-gradient(to bottom, hsl(3099.36, 100%, 50%) 0%, hsl(3099.36, 100%, 50%) 100%);
}


#album-music-playedSN10774 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3101.36, 100%, 50%) 0%, hsl(3101.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10775 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3103.36, 100%, 50%) 0%, hsl(3103.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10775 {
background: linear-gradient(to bottom, hsl(3103.36, 100%, 50%) 0%, hsl(3103.36, 100%, 50%) 100%);
}

.bg-SN10775 {
background: linear-gradient(to bottom, hsl(3103.36, 100%, 50%) 0%, hsl(3103.36, 100%, 50%) 100%);
}


#album-music-playedSN10775 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3105.36, 100%, 50%) 0%, hsl(3105.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10776 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3107.36, 100%, 50%) 0%, hsl(3107.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10776 {
background: linear-gradient(to bottom, hsl(3107.36, 100%, 50%) 0%, hsl(3107.36, 100%, 50%) 100%);
}

.bg-SN10776 {
background: linear-gradient(to bottom, hsl(3107.36, 100%, 50%) 0%, hsl(3107.36, 100%, 50%) 100%);
}


#album-music-playedSN10776 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3109.36, 100%, 50%) 0%, hsl(3109.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10777 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3111.36, 100%, 50%) 0%, hsl(3111.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10777 {
background: linear-gradient(to bottom, hsl(3111.36, 100%, 50%) 0%, hsl(3111.36, 100%, 50%) 100%);
}

.bg-SN10777 {
background: linear-gradient(to bottom, hsl(3111.36, 100%, 50%) 0%, hsl(3111.36, 100%, 50%) 100%);
}


#album-music-playedSN10777 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3113.36, 100%, 50%) 0%, hsl(3113.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10778 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3115.36, 100%, 50%) 0%, hsl(3115.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10778 {
background: linear-gradient(to bottom, hsl(3115.36, 100%, 50%) 0%, hsl(3115.36, 100%, 50%) 100%);
}

.bg-SN10778 {
background: linear-gradient(to bottom, hsl(3115.36, 100%, 50%) 0%, hsl(3115.36, 100%, 50%) 100%);
}


#album-music-playedSN10778 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3117.36, 100%, 50%) 0%, hsl(3117.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10779 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3119.36, 100%, 50%) 0%, hsl(3119.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10779 {
background: linear-gradient(to bottom, hsl(3119.36, 100%, 50%) 0%, hsl(3119.36, 100%, 50%) 100%);
}

.bg-SN10779 {
background: linear-gradient(to bottom, hsl(3119.36, 100%, 50%) 0%, hsl(3119.36, 100%, 50%) 100%);
}


#album-music-playedSN10779 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3121.36, 100%, 50%) 0%, hsl(3121.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10780 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3123.36, 100%, 50%) 0%, hsl(3123.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10780 {
background: linear-gradient(to bottom, hsl(3123.36, 100%, 50%) 0%, hsl(3123.36, 100%, 50%) 100%);
}

.bg-SN10780 {
background: linear-gradient(to bottom, hsl(3123.36, 100%, 50%) 0%, hsl(3123.36, 100%, 50%) 100%);
}


#album-music-playedSN10780 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3125.36, 100%, 50%) 0%, hsl(3125.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10781 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3127.36, 100%, 50%) 0%, hsl(3127.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10781 {
background: linear-gradient(to bottom, hsl(3127.36, 100%, 50%) 0%, hsl(3127.36, 100%, 50%) 100%);
}

.bg-SN10781 {
background: linear-gradient(to bottom, hsl(3127.36, 100%, 50%) 0%, hsl(3127.36, 100%, 50%) 100%);
}


#album-music-playedSN10781 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3129.36, 100%, 50%) 0%, hsl(3129.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10782 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3131.36, 100%, 50%) 0%, hsl(3131.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10782 {
background: linear-gradient(to bottom, hsl(3131.36, 100%, 50%) 0%, hsl(3131.36, 100%, 50%) 100%);
}

.bg-SN10782 {
background: linear-gradient(to bottom, hsl(3131.36, 100%, 50%) 0%, hsl(3131.36, 100%, 50%) 100%);
}


#album-music-playedSN10782 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3133.36, 100%, 50%) 0%, hsl(3133.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10783 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3135.36, 100%, 50%) 0%, hsl(3135.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10783 {
background: linear-gradient(to bottom, hsl(3135.36, 100%, 50%) 0%, hsl(3135.36, 100%, 50%) 100%);
}

.bg-SN10783 {
background: linear-gradient(to bottom, hsl(3135.36, 100%, 50%) 0%, hsl(3135.36, 100%, 50%) 100%);
}


#album-music-playedSN10783 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3137.36, 100%, 50%) 0%, hsl(3137.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10784 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3139.36, 100%, 50%) 0%, hsl(3139.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10784 {
background: linear-gradient(to bottom, hsl(3139.36, 100%, 50%) 0%, hsl(3139.36, 100%, 50%) 100%);
}

.bg-SN10784 {
background: linear-gradient(to bottom, hsl(3139.36, 100%, 50%) 0%, hsl(3139.36, 100%, 50%) 100%);
}


#album-music-playedSN10784 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3141.36, 100%, 50%) 0%, hsl(3141.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10785 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3143.36, 100%, 50%) 0%, hsl(3143.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10785 {
background: linear-gradient(to bottom, hsl(3143.36, 100%, 50%) 0%, hsl(3143.36, 100%, 50%) 100%);
}

.bg-SN10785 {
background: linear-gradient(to bottom, hsl(3143.36, 100%, 50%) 0%, hsl(3143.36, 100%, 50%) 100%);
}


#album-music-playedSN10785 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3145.36, 100%, 50%) 0%, hsl(3145.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10786 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3147.36, 100%, 50%) 0%, hsl(3147.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10786 {
background: linear-gradient(to bottom, hsl(3147.36, 100%, 50%) 0%, hsl(3147.36, 100%, 50%) 100%);
}

.bg-SN10786 {
background: linear-gradient(to bottom, hsl(3147.36, 100%, 50%) 0%, hsl(3147.36, 100%, 50%) 100%);
}


#album-music-playedSN10786 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3149.36, 100%, 50%) 0%, hsl(3149.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10787 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3151.36, 100%, 50%) 0%, hsl(3151.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10787 {
background: linear-gradient(to bottom, hsl(3151.36, 100%, 50%) 0%, hsl(3151.36, 100%, 50%) 100%);
}

.bg-SN10787 {
background: linear-gradient(to bottom, hsl(3151.36, 100%, 50%) 0%, hsl(3151.36, 100%, 50%) 100%);
}


#album-music-playedSN10787 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3153.36, 100%, 50%) 0%, hsl(3153.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10788 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3155.36, 100%, 50%) 0%, hsl(3155.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10788 {
background: linear-gradient(to bottom, hsl(3155.36, 100%, 50%) 0%, hsl(3155.36, 100%, 50%) 100%);
}

.bg-SN10788 {
background: linear-gradient(to bottom, hsl(3155.36, 100%, 50%) 0%, hsl(3155.36, 100%, 50%) 100%);
}


#album-music-playedSN10788 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3157.36, 100%, 50%) 0%, hsl(3157.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10789 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3159.36, 100%, 50%) 0%, hsl(3159.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10789 {
background: linear-gradient(to bottom, hsl(3159.36, 100%, 50%) 0%, hsl(3159.36, 100%, 50%) 100%);
}

.bg-SN10789 {
background: linear-gradient(to bottom, hsl(3159.36, 100%, 50%) 0%, hsl(3159.36, 100%, 50%) 100%);
}


#album-music-playedSN10789 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3161.36, 100%, 50%) 0%, hsl(3161.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10790 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3163.36, 100%, 50%) 0%, hsl(3163.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10790 {
background: linear-gradient(to bottom, hsl(3163.36, 100%, 50%) 0%, hsl(3163.36, 100%, 50%) 100%);
}

.bg-SN10790 {
background: linear-gradient(to bottom, hsl(3163.36, 100%, 50%) 0%, hsl(3163.36, 100%, 50%) 100%);
}


#album-music-playedSN10790 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3165.36, 100%, 50%) 0%, hsl(3165.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10791 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3167.36, 100%, 50%) 0%, hsl(3167.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10791 {
background: linear-gradient(to bottom, hsl(3167.36, 100%, 50%) 0%, hsl(3167.36, 100%, 50%) 100%);
}

.bg-SN10791 {
background: linear-gradient(to bottom, hsl(3167.36, 100%, 50%) 0%, hsl(3167.36, 100%, 50%) 100%);
}


#album-music-playedSN10791 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3169.36, 100%, 50%) 0%, hsl(3169.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10792 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3171.36, 100%, 50%) 0%, hsl(3171.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10792 {
background: linear-gradient(to bottom, hsl(3171.36, 100%, 50%) 0%, hsl(3171.36, 100%, 50%) 100%);
}

.bg-SN10792 {
background: linear-gradient(to bottom, hsl(3171.36, 100%, 50%) 0%, hsl(3171.36, 100%, 50%) 100%);
}


#album-music-playedSN10792 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3173.36, 100%, 50%) 0%, hsl(3173.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10793 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3175.36, 100%, 50%) 0%, hsl(3175.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10793 {
background: linear-gradient(to bottom, hsl(3175.36, 100%, 50%) 0%, hsl(3175.36, 100%, 50%) 100%);
}

.bg-SN10793 {
background: linear-gradient(to bottom, hsl(3175.36, 100%, 50%) 0%, hsl(3175.36, 100%, 50%) 100%);
}


#album-music-playedSN10793 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3177.36, 100%, 50%) 0%, hsl(3177.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10794 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3179.36, 100%, 50%) 0%, hsl(3179.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10794 {
background: linear-gradient(to bottom, hsl(3179.36, 100%, 50%) 0%, hsl(3179.36, 100%, 50%) 100%);
}

.bg-SN10794 {
background: linear-gradient(to bottom, hsl(3179.36, 100%, 50%) 0%, hsl(3179.36, 100%, 50%) 100%);
}


#album-music-playedSN10794 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3181.36, 100%, 50%) 0%, hsl(3181.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10795 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3183.36, 100%, 50%) 0%, hsl(3183.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10795 {
background: linear-gradient(to bottom, hsl(3183.36, 100%, 50%) 0%, hsl(3183.36, 100%, 50%) 100%);
}

.bg-SN10795 {
background: linear-gradient(to bottom, hsl(3183.36, 100%, 50%) 0%, hsl(3183.36, 100%, 50%) 100%);
}


#album-music-playedSN10795 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3185.36, 100%, 50%) 0%, hsl(3185.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10796 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3187.36, 100%, 50%) 0%, hsl(3187.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10796 {
background: linear-gradient(to bottom, hsl(3187.36, 100%, 50%) 0%, hsl(3187.36, 100%, 50%) 100%);
}

.bg-SN10796 {
background: linear-gradient(to bottom, hsl(3187.36, 100%, 50%) 0%, hsl(3187.36, 100%, 50%) 100%);
}


#album-music-playedSN10796 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3189.36, 100%, 50%) 0%, hsl(3189.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10797 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3191.36, 100%, 50%) 0%, hsl(3191.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10797 {
background: linear-gradient(to bottom, hsl(3191.36, 100%, 50%) 0%, hsl(3191.36, 100%, 50%) 100%);
}

.bg-SN10797 {
background: linear-gradient(to bottom, hsl(3191.36, 100%, 50%) 0%, hsl(3191.36, 100%, 50%) 100%);
}


#album-music-playedSN10797 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3193.36, 100%, 50%) 0%, hsl(3193.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10798 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3195.36, 100%, 50%) 0%, hsl(3195.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10798 {
background: linear-gradient(to bottom, hsl(3195.36, 100%, 50%) 0%, hsl(3195.36, 100%, 50%) 100%);
}

.bg-SN10798 {
background: linear-gradient(to bottom, hsl(3195.36, 100%, 50%) 0%, hsl(3195.36, 100%, 50%) 100%);
}


#album-music-playedSN10798 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3197.36, 100%, 50%) 0%, hsl(3197.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10799 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3199.36, 100%, 50%) 0%, hsl(3199.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10799 {
background: linear-gradient(to bottom, hsl(3199.36, 100%, 50%) 0%, hsl(3199.36, 100%, 50%) 100%);
}

.bg-SN10799 {
background: linear-gradient(to bottom, hsl(3199.36, 100%, 50%) 0%, hsl(3199.36, 100%, 50%) 100%);
}


#album-music-playedSN10799 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3201.36, 100%, 50%) 0%, hsl(3201.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10800 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3203.36, 100%, 50%) 0%, hsl(3203.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10800 {
background: linear-gradient(to bottom, hsl(3203.36, 100%, 50%) 0%, hsl(3203.36, 100%, 50%) 100%);
}

.bg-SN10800 {
background: linear-gradient(to bottom, hsl(3203.36, 100%, 50%) 0%, hsl(3203.36, 100%, 50%) 100%);
}


#album-music-playedSN10800 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3205.36, 100%, 50%) 0%, hsl(3205.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10801 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3207.36, 100%, 50%) 0%, hsl(3207.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10801 {
background: linear-gradient(to bottom, hsl(3207.36, 100%, 50%) 0%, hsl(3207.36, 100%, 50%) 100%);
}

.bg-SN10801 {
background: linear-gradient(to bottom, hsl(3207.36, 100%, 50%) 0%, hsl(3207.36, 100%, 50%) 100%);
}


#album-music-playedSN10801 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3209.36, 100%, 50%) 0%, hsl(3209.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10802 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3211.36, 100%, 50%) 0%, hsl(3211.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10802 {
background: linear-gradient(to bottom, hsl(3211.36, 100%, 50%) 0%, hsl(3211.36, 100%, 50%) 100%);
}

.bg-SN10802 {
background: linear-gradient(to bottom, hsl(3211.36, 100%, 50%) 0%, hsl(3211.36, 100%, 50%) 100%);
}


#album-music-playedSN10802 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3213.36, 100%, 50%) 0%, hsl(3213.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10803 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3215.36, 100%, 50%) 0%, hsl(3215.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10803 {
background: linear-gradient(to bottom, hsl(3215.36, 100%, 50%) 0%, hsl(3215.36, 100%, 50%) 100%);
}

.bg-SN10803 {
background: linear-gradient(to bottom, hsl(3215.36, 100%, 50%) 0%, hsl(3215.36, 100%, 50%) 100%);
}


#album-music-playedSN10803 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3217.36, 100%, 50%) 0%, hsl(3217.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10804 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3219.36, 100%, 50%) 0%, hsl(3219.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10804 {
background: linear-gradient(to bottom, hsl(3219.36, 100%, 50%) 0%, hsl(3219.36, 100%, 50%) 100%);
}

.bg-SN10804 {
background: linear-gradient(to bottom, hsl(3219.36, 100%, 50%) 0%, hsl(3219.36, 100%, 50%) 100%);
}


#album-music-playedSN10804 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3221.36, 100%, 50%) 0%, hsl(3221.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10805 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3223.36, 100%, 50%) 0%, hsl(3223.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10805 {
background: linear-gradient(to bottom, hsl(3223.36, 100%, 50%) 0%, hsl(3223.36, 100%, 50%) 100%);
}

.bg-SN10805 {
background: linear-gradient(to bottom, hsl(3223.36, 100%, 50%) 0%, hsl(3223.36, 100%, 50%) 100%);
}


#album-music-playedSN10805 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3225.36, 100%, 50%) 0%, hsl(3225.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10806 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3227.36, 100%, 50%) 0%, hsl(3227.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10806 {
background: linear-gradient(to bottom, hsl(3227.36, 100%, 50%) 0%, hsl(3227.36, 100%, 50%) 100%);
}

.bg-SN10806 {
background: linear-gradient(to bottom, hsl(3227.36, 100%, 50%) 0%, hsl(3227.36, 100%, 50%) 100%);
}


#album-music-playedSN10806 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3229.36, 100%, 50%) 0%, hsl(3229.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10807 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3231.36, 100%, 50%) 0%, hsl(3231.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10807 {
background: linear-gradient(to bottom, hsl(3231.36, 100%, 50%) 0%, hsl(3231.36, 100%, 50%) 100%);
}

.bg-SN10807 {
background: linear-gradient(to bottom, hsl(3231.36, 100%, 50%) 0%, hsl(3231.36, 100%, 50%) 100%);
}


#album-music-playedSN10807 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3233.36, 100%, 50%) 0%, hsl(3233.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10808 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3235.36, 100%, 50%) 0%, hsl(3235.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10808 {
background: linear-gradient(to bottom, hsl(3235.36, 100%, 50%) 0%, hsl(3235.36, 100%, 50%) 100%);
}

.bg-SN10808 {
background: linear-gradient(to bottom, hsl(3235.36, 100%, 50%) 0%, hsl(3235.36, 100%, 50%) 100%);
}


#album-music-playedSN10808 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3237.36, 100%, 50%) 0%, hsl(3237.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10809 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3239.36, 100%, 50%) 0%, hsl(3239.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10809 {
background: linear-gradient(to bottom, hsl(3239.36, 100%, 50%) 0%, hsl(3239.36, 100%, 50%) 100%);
}

.bg-SN10809 {
background: linear-gradient(to bottom, hsl(3239.36, 100%, 50%) 0%, hsl(3239.36, 100%, 50%) 100%);
}


#album-music-playedSN10809 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3241.36, 100%, 50%) 0%, hsl(3241.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10810 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3243.36, 100%, 50%) 0%, hsl(3243.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10810 {
background: linear-gradient(to bottom, hsl(3243.36, 100%, 50%) 0%, hsl(3243.36, 100%, 50%) 100%);
}

.bg-SN10810 {
background: linear-gradient(to bottom, hsl(3243.36, 100%, 50%) 0%, hsl(3243.36, 100%, 50%) 100%);
}


#album-music-playedSN10810 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3245.36, 100%, 50%) 0%, hsl(3245.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10811 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3247.36, 100%, 50%) 0%, hsl(3247.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10811 {
background: linear-gradient(to bottom, hsl(3247.36, 100%, 50%) 0%, hsl(3247.36, 100%, 50%) 100%);
}

.bg-SN10811 {
background: linear-gradient(to bottom, hsl(3247.36, 100%, 50%) 0%, hsl(3247.36, 100%, 50%) 100%);
}


#album-music-playedSN10811 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3249.36, 100%, 50%) 0%, hsl(3249.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10812 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3251.36, 100%, 50%) 0%, hsl(3251.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10812 {
background: linear-gradient(to bottom, hsl(3251.36, 100%, 50%) 0%, hsl(3251.36, 100%, 50%) 100%);
}

.bg-SN10812 {
background: linear-gradient(to bottom, hsl(3251.36, 100%, 50%) 0%, hsl(3251.36, 100%, 50%) 100%);
}


#album-music-playedSN10812 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3253.36, 100%, 50%) 0%, hsl(3253.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10813 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3255.36, 100%, 50%) 0%, hsl(3255.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10813 {
background: linear-gradient(to bottom, hsl(3255.36, 100%, 50%) 0%, hsl(3255.36, 100%, 50%) 100%);
}

.bg-SN10813 {
background: linear-gradient(to bottom, hsl(3255.36, 100%, 50%) 0%, hsl(3255.36, 100%, 50%) 100%);
}


#album-music-playedSN10813 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3257.36, 100%, 50%) 0%, hsl(3257.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10814 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3259.36, 100%, 50%) 0%, hsl(3259.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10814 {
background: linear-gradient(to bottom, hsl(3259.36, 100%, 50%) 0%, hsl(3259.36, 100%, 50%) 100%);
}

.bg-SN10814 {
background: linear-gradient(to bottom, hsl(3259.36, 100%, 50%) 0%, hsl(3259.36, 100%, 50%) 100%);
}


#album-music-playedSN10814 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3261.36, 100%, 50%) 0%, hsl(3261.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10815 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3263.36, 100%, 50%) 0%, hsl(3263.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10815 {
background: linear-gradient(to bottom, hsl(3263.36, 100%, 50%) 0%, hsl(3263.36, 100%, 50%) 100%);
}

.bg-SN10815 {
background: linear-gradient(to bottom, hsl(3263.36, 100%, 50%) 0%, hsl(3263.36, 100%, 50%) 100%);
}


#album-music-playedSN10815 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3265.36, 100%, 50%) 0%, hsl(3265.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10816 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3267.36, 100%, 50%) 0%, hsl(3267.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10816 {
background: linear-gradient(to bottom, hsl(3267.36, 100%, 50%) 0%, hsl(3267.36, 100%, 50%) 100%);
}

.bg-SN10816 {
background: linear-gradient(to bottom, hsl(3267.36, 100%, 50%) 0%, hsl(3267.36, 100%, 50%) 100%);
}


#album-music-playedSN10816 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3269.36, 100%, 50%) 0%, hsl(3269.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10817 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3271.36, 100%, 50%) 0%, hsl(3271.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10817 {
background: linear-gradient(to bottom, hsl(3271.36, 100%, 50%) 0%, hsl(3271.36, 100%, 50%) 100%);
}

.bg-SN10817 {
background: linear-gradient(to bottom, hsl(3271.36, 100%, 50%) 0%, hsl(3271.36, 100%, 50%) 100%);
}


#album-music-playedSN10817 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3273.36, 100%, 50%) 0%, hsl(3273.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10818 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3275.36, 100%, 50%) 0%, hsl(3275.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10818 {
background: linear-gradient(to bottom, hsl(3275.36, 100%, 50%) 0%, hsl(3275.36, 100%, 50%) 100%);
}

.bg-SN10818 {
background: linear-gradient(to bottom, hsl(3275.36, 100%, 50%) 0%, hsl(3275.36, 100%, 50%) 100%);
}


#album-music-playedSN10818 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3277.36, 100%, 50%) 0%, hsl(3277.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10819 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3279.36, 100%, 50%) 0%, hsl(3279.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10819 {
background: linear-gradient(to bottom, hsl(3279.36, 100%, 50%) 0%, hsl(3279.36, 100%, 50%) 100%);
}

.bg-SN10819 {
background: linear-gradient(to bottom, hsl(3279.36, 100%, 50%) 0%, hsl(3279.36, 100%, 50%) 100%);
}


#album-music-playedSN10819 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3281.36, 100%, 50%) 0%, hsl(3281.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10820 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3283.36, 100%, 50%) 0%, hsl(3283.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10820 {
background: linear-gradient(to bottom, hsl(3283.36, 100%, 50%) 0%, hsl(3283.36, 100%, 50%) 100%);
}

.bg-SN10820 {
background: linear-gradient(to bottom, hsl(3283.36, 100%, 50%) 0%, hsl(3283.36, 100%, 50%) 100%);
}


#album-music-playedSN10820 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3285.36, 100%, 50%) 0%, hsl(3285.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10821 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3287.36, 100%, 50%) 0%, hsl(3287.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10821 {
background: linear-gradient(to bottom, hsl(3287.36, 100%, 50%) 0%, hsl(3287.36, 100%, 50%) 100%);
}

.bg-SN10821 {
background: linear-gradient(to bottom, hsl(3287.36, 100%, 50%) 0%, hsl(3287.36, 100%, 50%) 100%);
}


#album-music-playedSN10821 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3289.36, 100%, 50%) 0%, hsl(3289.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10822 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3291.36, 100%, 50%) 0%, hsl(3291.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10822 {
background: linear-gradient(to bottom, hsl(3291.36, 100%, 50%) 0%, hsl(3291.36, 100%, 50%) 100%);
}

.bg-SN10822 {
background: linear-gradient(to bottom, hsl(3291.36, 100%, 50%) 0%, hsl(3291.36, 100%, 50%) 100%);
}


#album-music-playedSN10822 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3293.36, 100%, 50%) 0%, hsl(3293.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10823 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3295.36, 100%, 50%) 0%, hsl(3295.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10823 {
background: linear-gradient(to bottom, hsl(3295.36, 100%, 50%) 0%, hsl(3295.36, 100%, 50%) 100%);
}

.bg-SN10823 {
background: linear-gradient(to bottom, hsl(3295.36, 100%, 50%) 0%, hsl(3295.36, 100%, 50%) 100%);
}


#album-music-playedSN10823 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3297.36, 100%, 50%) 0%, hsl(3297.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10824 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3299.36, 100%, 50%) 0%, hsl(3299.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10824 {
background: linear-gradient(to bottom, hsl(3299.36, 100%, 50%) 0%, hsl(3299.36, 100%, 50%) 100%);
}

.bg-SN10824 {
background: linear-gradient(to bottom, hsl(3299.36, 100%, 50%) 0%, hsl(3299.36, 100%, 50%) 100%);
}


#album-music-playedSN10824 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3301.36, 100%, 50%) 0%, hsl(3301.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10825 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3303.36, 100%, 50%) 0%, hsl(3303.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10825 {
background: linear-gradient(to bottom, hsl(3303.36, 100%, 50%) 0%, hsl(3303.36, 100%, 50%) 100%);
}

.bg-SN10825 {
background: linear-gradient(to bottom, hsl(3303.36, 100%, 50%) 0%, hsl(3303.36, 100%, 50%) 100%);
}


#album-music-playedSN10825 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3305.36, 100%, 50%) 0%, hsl(3305.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10826 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3307.36, 100%, 50%) 0%, hsl(3307.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10826 {
background: linear-gradient(to bottom, hsl(3307.36, 100%, 50%) 0%, hsl(3307.36, 100%, 50%) 100%);
}

.bg-SN10826 {
background: linear-gradient(to bottom, hsl(3307.36, 100%, 50%) 0%, hsl(3307.36, 100%, 50%) 100%);
}


#album-music-playedSN10826 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3309.36, 100%, 50%) 0%, hsl(3309.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10827 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3311.36, 100%, 50%) 0%, hsl(3311.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10827 {
background: linear-gradient(to bottom, hsl(3311.36, 100%, 50%) 0%, hsl(3311.36, 100%, 50%) 100%);
}

.bg-SN10827 {
background: linear-gradient(to bottom, hsl(3311.36, 100%, 50%) 0%, hsl(3311.36, 100%, 50%) 100%);
}


#album-music-playedSN10827 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3313.36, 100%, 50%) 0%, hsl(3313.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10828 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3315.36, 100%, 50%) 0%, hsl(3315.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10828 {
background: linear-gradient(to bottom, hsl(3315.36, 100%, 50%) 0%, hsl(3315.36, 100%, 50%) 100%);
}

.bg-SN10828 {
background: linear-gradient(to bottom, hsl(3315.36, 100%, 50%) 0%, hsl(3315.36, 100%, 50%) 100%);
}


#album-music-playedSN10828 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3317.36, 100%, 50%) 0%, hsl(3317.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10829 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3319.36, 100%, 50%) 0%, hsl(3319.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10829 {
background: linear-gradient(to bottom, hsl(3319.36, 100%, 50%) 0%, hsl(3319.36, 100%, 50%) 100%);
}

.bg-SN10829 {
background: linear-gradient(to bottom, hsl(3319.36, 100%, 50%) 0%, hsl(3319.36, 100%, 50%) 100%);
}


#album-music-playedSN10829 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3321.36, 100%, 50%) 0%, hsl(3321.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10830 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3323.36, 100%, 50%) 0%, hsl(3323.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10830 {
background: linear-gradient(to bottom, hsl(3323.36, 100%, 50%) 0%, hsl(3323.36, 100%, 50%) 100%);
}

.bg-SN10830 {
background: linear-gradient(to bottom, hsl(3323.36, 100%, 50%) 0%, hsl(3323.36, 100%, 50%) 100%);
}


#album-music-playedSN10830 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3325.36, 100%, 50%) 0%, hsl(3325.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10831 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3327.36, 100%, 50%) 0%, hsl(3327.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10831 {
background: linear-gradient(to bottom, hsl(3327.36, 100%, 50%) 0%, hsl(3327.36, 100%, 50%) 100%);
}

.bg-SN10831 {
background: linear-gradient(to bottom, hsl(3327.36, 100%, 50%) 0%, hsl(3327.36, 100%, 50%) 100%);
}


#album-music-playedSN10831 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3329.36, 100%, 50%) 0%, hsl(3329.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10832 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3331.36, 100%, 50%) 0%, hsl(3331.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10832 {
background: linear-gradient(to bottom, hsl(3331.36, 100%, 50%) 0%, hsl(3331.36, 100%, 50%) 100%);
}

.bg-SN10832 {
background: linear-gradient(to bottom, hsl(3331.36, 100%, 50%) 0%, hsl(3331.36, 100%, 50%) 100%);
}


#album-music-playedSN10832 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3333.36, 100%, 50%) 0%, hsl(3333.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10833 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3335.36, 100%, 50%) 0%, hsl(3335.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10833 {
background: linear-gradient(to bottom, hsl(3335.36, 100%, 50%) 0%, hsl(3335.36, 100%, 50%) 100%);
}

.bg-SN10833 {
background: linear-gradient(to bottom, hsl(3335.36, 100%, 50%) 0%, hsl(3335.36, 100%, 50%) 100%);
}


#album-music-playedSN10833 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3337.36, 100%, 50%) 0%, hsl(3337.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10834 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3339.36, 100%, 50%) 0%, hsl(3339.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10834 {
background: linear-gradient(to bottom, hsl(3339.36, 100%, 50%) 0%, hsl(3339.36, 100%, 50%) 100%);
}

.bg-SN10834 {
background: linear-gradient(to bottom, hsl(3339.36, 100%, 50%) 0%, hsl(3339.36, 100%, 50%) 100%);
}


#album-music-playedSN10834 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3341.36, 100%, 50%) 0%, hsl(3341.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10835 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3343.36, 100%, 50%) 0%, hsl(3343.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10835 {
background: linear-gradient(to bottom, hsl(3343.36, 100%, 50%) 0%, hsl(3343.36, 100%, 50%) 100%);
}

.bg-SN10835 {
background: linear-gradient(to bottom, hsl(3343.36, 100%, 50%) 0%, hsl(3343.36, 100%, 50%) 100%);
}


#album-music-playedSN10835 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3345.36, 100%, 50%) 0%, hsl(3345.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10836 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3347.36, 100%, 50%) 0%, hsl(3347.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10836 {
background: linear-gradient(to bottom, hsl(3347.36, 100%, 50%) 0%, hsl(3347.36, 100%, 50%) 100%);
}

.bg-SN10836 {
background: linear-gradient(to bottom, hsl(3347.36, 100%, 50%) 0%, hsl(3347.36, 100%, 50%) 100%);
}


#album-music-playedSN10836 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3349.36, 100%, 50%) 0%, hsl(3349.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10837 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3351.36, 100%, 50%) 0%, hsl(3351.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10837 {
background: linear-gradient(to bottom, hsl(3351.36, 100%, 50%) 0%, hsl(3351.36, 100%, 50%) 100%);
}

.bg-SN10837 {
background: linear-gradient(to bottom, hsl(3351.36, 100%, 50%) 0%, hsl(3351.36, 100%, 50%) 100%);
}


#album-music-playedSN10837 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3353.36, 100%, 50%) 0%, hsl(3353.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10838 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3355.36, 100%, 50%) 0%, hsl(3355.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10838 {
background: linear-gradient(to bottom, hsl(3355.36, 100%, 50%) 0%, hsl(3355.36, 100%, 50%) 100%);
}

.bg-SN10838 {
background: linear-gradient(to bottom, hsl(3355.36, 100%, 50%) 0%, hsl(3355.36, 100%, 50%) 100%);
}


#album-music-playedSN10838 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3357.36, 100%, 50%) 0%, hsl(3357.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10839 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3359.36, 100%, 50%) 0%, hsl(3359.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10839 {
background: linear-gradient(to bottom, hsl(3359.36, 100%, 50%) 0%, hsl(3359.36, 100%, 50%) 100%);
}

.bg-SN10839 {
background: linear-gradient(to bottom, hsl(3359.36, 100%, 50%) 0%, hsl(3359.36, 100%, 50%) 100%);
}


#album-music-playedSN10839 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3361.36, 100%, 50%) 0%, hsl(3361.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10840 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3363.36, 100%, 50%) 0%, hsl(3363.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10840 {
background: linear-gradient(to bottom, hsl(3363.36, 100%, 50%) 0%, hsl(3363.36, 100%, 50%) 100%);
}

.bg-SN10840 {
background: linear-gradient(to bottom, hsl(3363.36, 100%, 50%) 0%, hsl(3363.36, 100%, 50%) 100%);
}


#album-music-playedSN10840 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3365.36, 100%, 50%) 0%, hsl(3365.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10841 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3367.36, 100%, 50%) 0%, hsl(3367.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10841 {
background: linear-gradient(to bottom, hsl(3367.36, 100%, 50%) 0%, hsl(3367.36, 100%, 50%) 100%);
}

.bg-SN10841 {
background: linear-gradient(to bottom, hsl(3367.36, 100%, 50%) 0%, hsl(3367.36, 100%, 50%) 100%);
}


#album-music-playedSN10841 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3369.36, 100%, 50%) 0%, hsl(3369.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10842 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3371.36, 100%, 50%) 0%, hsl(3371.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10842 {
background: linear-gradient(to bottom, hsl(3371.36, 100%, 50%) 0%, hsl(3371.36, 100%, 50%) 100%);
}

.bg-SN10842 {
background: linear-gradient(to bottom, hsl(3371.36, 100%, 50%) 0%, hsl(3371.36, 100%, 50%) 100%);
}


#album-music-playedSN10842 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3373.36, 100%, 50%) 0%, hsl(3373.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10843 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3375.36, 100%, 50%) 0%, hsl(3375.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10843 {
background: linear-gradient(to bottom, hsl(3375.36, 100%, 50%) 0%, hsl(3375.36, 100%, 50%) 100%);
}

.bg-SN10843 {
background: linear-gradient(to bottom, hsl(3375.36, 100%, 50%) 0%, hsl(3375.36, 100%, 50%) 100%);
}


#album-music-playedSN10843 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3377.36, 100%, 50%) 0%, hsl(3377.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10844 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3379.36, 100%, 50%) 0%, hsl(3379.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10844 {
background: linear-gradient(to bottom, hsl(3379.36, 100%, 50%) 0%, hsl(3379.36, 100%, 50%) 100%);
}

.bg-SN10844 {
background: linear-gradient(to bottom, hsl(3379.36, 100%, 50%) 0%, hsl(3379.36, 100%, 50%) 100%);
}


#album-music-playedSN10844 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3381.36, 100%, 50%) 0%, hsl(3381.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10845 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3383.36, 100%, 50%) 0%, hsl(3383.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10845 {
background: linear-gradient(to bottom, hsl(3383.36, 100%, 50%) 0%, hsl(3383.36, 100%, 50%) 100%);
}

.bg-SN10845 {
background: linear-gradient(to bottom, hsl(3383.36, 100%, 50%) 0%, hsl(3383.36, 100%, 50%) 100%);
}


#album-music-playedSN10845 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3385.36, 100%, 50%) 0%, hsl(3385.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10846 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3387.36, 100%, 50%) 0%, hsl(3387.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10846 {
background: linear-gradient(to bottom, hsl(3387.36, 100%, 50%) 0%, hsl(3387.36, 100%, 50%) 100%);
}

.bg-SN10846 {
background: linear-gradient(to bottom, hsl(3387.36, 100%, 50%) 0%, hsl(3387.36, 100%, 50%) 100%);
}


#album-music-playedSN10846 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3389.36, 100%, 50%) 0%, hsl(3389.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10847 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3391.36, 100%, 50%) 0%, hsl(3391.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10847 {
background: linear-gradient(to bottom, hsl(3391.36, 100%, 50%) 0%, hsl(3391.36, 100%, 50%) 100%);
}

.bg-SN10847 {
background: linear-gradient(to bottom, hsl(3391.36, 100%, 50%) 0%, hsl(3391.36, 100%, 50%) 100%);
}


#album-music-playedSN10847 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3393.36, 100%, 50%) 0%, hsl(3393.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10848 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3395.36, 100%, 50%) 0%, hsl(3395.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10848 {
background: linear-gradient(to bottom, hsl(3395.36, 100%, 50%) 0%, hsl(3395.36, 100%, 50%) 100%);
}

.bg-SN10848 {
background: linear-gradient(to bottom, hsl(3395.36, 100%, 50%) 0%, hsl(3395.36, 100%, 50%) 100%);
}


#album-music-playedSN10848 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3397.36, 100%, 50%) 0%, hsl(3397.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10849 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3399.36, 100%, 50%) 0%, hsl(3399.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10849 {
background: linear-gradient(to bottom, hsl(3399.36, 100%, 50%) 0%, hsl(3399.36, 100%, 50%) 100%);
}

.bg-SN10849 {
background: linear-gradient(to bottom, hsl(3399.36, 100%, 50%) 0%, hsl(3399.36, 100%, 50%) 100%);
}


#album-music-playedSN10849 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3401.36, 100%, 50%) 0%, hsl(3401.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10850 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3403.36, 100%, 50%) 0%, hsl(3403.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10850 {
background: linear-gradient(to bottom, hsl(3403.36, 100%, 50%) 0%, hsl(3403.36, 100%, 50%) 100%);
}

.bg-SN10850 {
background: linear-gradient(to bottom, hsl(3403.36, 100%, 50%) 0%, hsl(3403.36, 100%, 50%) 100%);
}


#album-music-playedSN10850 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3405.36, 100%, 50%) 0%, hsl(3405.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10851 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3407.36, 100%, 50%) 0%, hsl(3407.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10851 {
background: linear-gradient(to bottom, hsl(3407.36, 100%, 50%) 0%, hsl(3407.36, 100%, 50%) 100%);
}

.bg-SN10851 {
background: linear-gradient(to bottom, hsl(3407.36, 100%, 50%) 0%, hsl(3407.36, 100%, 50%) 100%);
}


#album-music-playedSN10851 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3409.36, 100%, 50%) 0%, hsl(3409.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10852 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3411.36, 100%, 50%) 0%, hsl(3411.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10852 {
background: linear-gradient(to bottom, hsl(3411.36, 100%, 50%) 0%, hsl(3411.36, 100%, 50%) 100%);
}

.bg-SN10852 {
background: linear-gradient(to bottom, hsl(3411.36, 100%, 50%) 0%, hsl(3411.36, 100%, 50%) 100%);
}


#album-music-playedSN10852 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3413.36, 100%, 50%) 0%, hsl(3413.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10853 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3415.36, 100%, 50%) 0%, hsl(3415.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10853 {
background: linear-gradient(to bottom, hsl(3415.36, 100%, 50%) 0%, hsl(3415.36, 100%, 50%) 100%);
}

.bg-SN10853 {
background: linear-gradient(to bottom, hsl(3415.36, 100%, 50%) 0%, hsl(3415.36, 100%, 50%) 100%);
}


#album-music-playedSN10853 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3417.36, 100%, 50%) 0%, hsl(3417.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10854 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3419.36, 100%, 50%) 0%, hsl(3419.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10854 {
background: linear-gradient(to bottom, hsl(3419.36, 100%, 50%) 0%, hsl(3419.36, 100%, 50%) 100%);
}

.bg-SN10854 {
background: linear-gradient(to bottom, hsl(3419.36, 100%, 50%) 0%, hsl(3419.36, 100%, 50%) 100%);
}


#album-music-playedSN10854 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3421.36, 100%, 50%) 0%, hsl(3421.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10855 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3423.36, 100%, 50%) 0%, hsl(3423.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10855 {
background: linear-gradient(to bottom, hsl(3423.36, 100%, 50%) 0%, hsl(3423.36, 100%, 50%) 100%);
}

.bg-SN10855 {
background: linear-gradient(to bottom, hsl(3423.36, 100%, 50%) 0%, hsl(3423.36, 100%, 50%) 100%);
}


#album-music-playedSN10855 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3425.36, 100%, 50%) 0%, hsl(3425.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10856 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3427.36, 100%, 50%) 0%, hsl(3427.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10856 {
background: linear-gradient(to bottom, hsl(3427.36, 100%, 50%) 0%, hsl(3427.36, 100%, 50%) 100%);
}

.bg-SN10856 {
background: linear-gradient(to bottom, hsl(3427.36, 100%, 50%) 0%, hsl(3427.36, 100%, 50%) 100%);
}


#album-music-playedSN10856 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3429.36, 100%, 50%) 0%, hsl(3429.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10857 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3431.36, 100%, 50%) 0%, hsl(3431.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10857 {
background: linear-gradient(to bottom, hsl(3431.36, 100%, 50%) 0%, hsl(3431.36, 100%, 50%) 100%);
}

.bg-SN10857 {
background: linear-gradient(to bottom, hsl(3431.36, 100%, 50%) 0%, hsl(3431.36, 100%, 50%) 100%);
}


#album-music-playedSN10857 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3433.36, 100%, 50%) 0%, hsl(3433.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10858 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3435.36, 100%, 50%) 0%, hsl(3435.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10858 {
background: linear-gradient(to bottom, hsl(3435.36, 100%, 50%) 0%, hsl(3435.36, 100%, 50%) 100%);
}

.bg-SN10858 {
background: linear-gradient(to bottom, hsl(3435.36, 100%, 50%) 0%, hsl(3435.36, 100%, 50%) 100%);
}


#album-music-playedSN10858 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3437.36, 100%, 50%) 0%, hsl(3437.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10859 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3439.36, 100%, 50%) 0%, hsl(3439.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10859 {
background: linear-gradient(to bottom, hsl(3439.36, 100%, 50%) 0%, hsl(3439.36, 100%, 50%) 100%);
}

.bg-SN10859 {
background: linear-gradient(to bottom, hsl(3439.36, 100%, 50%) 0%, hsl(3439.36, 100%, 50%) 100%);
}


#album-music-playedSN10859 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3441.36, 100%, 50%) 0%, hsl(3441.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10860 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3443.36, 100%, 50%) 0%, hsl(3443.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10860 {
background: linear-gradient(to bottom, hsl(3443.36, 100%, 50%) 0%, hsl(3443.36, 100%, 50%) 100%);
}

.bg-SN10860 {
background: linear-gradient(to bottom, hsl(3443.36, 100%, 50%) 0%, hsl(3443.36, 100%, 50%) 100%);
}


#album-music-playedSN10860 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3445.36, 100%, 50%) 0%, hsl(3445.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10861 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3447.36, 100%, 50%) 0%, hsl(3447.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10861 {
background: linear-gradient(to bottom, hsl(3447.36, 100%, 50%) 0%, hsl(3447.36, 100%, 50%) 100%);
}

.bg-SN10861 {
background: linear-gradient(to bottom, hsl(3447.36, 100%, 50%) 0%, hsl(3447.36, 100%, 50%) 100%);
}


#album-music-playedSN10861 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3449.36, 100%, 50%) 0%, hsl(3449.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10862 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3451.36, 100%, 50%) 0%, hsl(3451.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10862 {
background: linear-gradient(to bottom, hsl(3451.36, 100%, 50%) 0%, hsl(3451.36, 100%, 50%) 100%);
}

.bg-SN10862 {
background: linear-gradient(to bottom, hsl(3451.36, 100%, 50%) 0%, hsl(3451.36, 100%, 50%) 100%);
}


#album-music-playedSN10862 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3453.36, 100%, 50%) 0%, hsl(3453.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10863 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3455.36, 100%, 50%) 0%, hsl(3455.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10863 {
background: linear-gradient(to bottom, hsl(3455.36, 100%, 50%) 0%, hsl(3455.36, 100%, 50%) 100%);
}

.bg-SN10863 {
background: linear-gradient(to bottom, hsl(3455.36, 100%, 50%) 0%, hsl(3455.36, 100%, 50%) 100%);
}


#album-music-playedSN10863 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3457.36, 100%, 50%) 0%, hsl(3457.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10864 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3459.36, 100%, 50%) 0%, hsl(3459.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10864 {
background: linear-gradient(to bottom, hsl(3459.36, 100%, 50%) 0%, hsl(3459.36, 100%, 50%) 100%);
}

.bg-SN10864 {
background: linear-gradient(to bottom, hsl(3459.36, 100%, 50%) 0%, hsl(3459.36, 100%, 50%) 100%);
}


#album-music-playedSN10864 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3461.36, 100%, 50%) 0%, hsl(3461.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10865 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3463.36, 100%, 50%) 0%, hsl(3463.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10865 {
background: linear-gradient(to bottom, hsl(3463.36, 100%, 50%) 0%, hsl(3463.36, 100%, 50%) 100%);
}

.bg-SN10865 {
background: linear-gradient(to bottom, hsl(3463.36, 100%, 50%) 0%, hsl(3463.36, 100%, 50%) 100%);
}


#album-music-playedSN10865 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3465.36, 100%, 50%) 0%, hsl(3465.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10866 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3467.36, 100%, 50%) 0%, hsl(3467.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10866 {
background: linear-gradient(to bottom, hsl(3467.36, 100%, 50%) 0%, hsl(3467.36, 100%, 50%) 100%);
}

.bg-SN10866 {
background: linear-gradient(to bottom, hsl(3467.36, 100%, 50%) 0%, hsl(3467.36, 100%, 50%) 100%);
}


#album-music-playedSN10866 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3469.36, 100%, 50%) 0%, hsl(3469.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10867 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3471.36, 100%, 50%) 0%, hsl(3471.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10867 {
background: linear-gradient(to bottom, hsl(3471.36, 100%, 50%) 0%, hsl(3471.36, 100%, 50%) 100%);
}

.bg-SN10867 {
background: linear-gradient(to bottom, hsl(3471.36, 100%, 50%) 0%, hsl(3471.36, 100%, 50%) 100%);
}


#album-music-playedSN10867 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3473.36, 100%, 50%) 0%, hsl(3473.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10868 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3475.36, 100%, 50%) 0%, hsl(3475.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10868 {
background: linear-gradient(to bottom, hsl(3475.36, 100%, 50%) 0%, hsl(3475.36, 100%, 50%) 100%);
}

.bg-SN10868 {
background: linear-gradient(to bottom, hsl(3475.36, 100%, 50%) 0%, hsl(3475.36, 100%, 50%) 100%);
}


#album-music-playedSN10868 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3477.36, 100%, 50%) 0%, hsl(3477.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10869 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3479.36, 100%, 50%) 0%, hsl(3479.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10869 {
background: linear-gradient(to bottom, hsl(3479.36, 100%, 50%) 0%, hsl(3479.36, 100%, 50%) 100%);
}

.bg-SN10869 {
background: linear-gradient(to bottom, hsl(3479.36, 100%, 50%) 0%, hsl(3479.36, 100%, 50%) 100%);
}


#album-music-playedSN10869 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3481.36, 100%, 50%) 0%, hsl(3481.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10870 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3483.36, 100%, 50%) 0%, hsl(3483.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10870 {
background: linear-gradient(to bottom, hsl(3483.36, 100%, 50%) 0%, hsl(3483.36, 100%, 50%) 100%);
}

.bg-SN10870 {
background: linear-gradient(to bottom, hsl(3483.36, 100%, 50%) 0%, hsl(3483.36, 100%, 50%) 100%);
}


#album-music-playedSN10870 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3485.36, 100%, 50%) 0%, hsl(3485.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10871 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3487.36, 100%, 50%) 0%, hsl(3487.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10871 {
background: linear-gradient(to bottom, hsl(3487.36, 100%, 50%) 0%, hsl(3487.36, 100%, 50%) 100%);
}

.bg-SN10871 {
background: linear-gradient(to bottom, hsl(3487.36, 100%, 50%) 0%, hsl(3487.36, 100%, 50%) 100%);
}


#album-music-playedSN10871 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3489.36, 100%, 50%) 0%, hsl(3489.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10872 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3491.36, 100%, 50%) 0%, hsl(3491.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10872 {
background: linear-gradient(to bottom, hsl(3491.36, 100%, 50%) 0%, hsl(3491.36, 100%, 50%) 100%);
}

.bg-SN10872 {
background: linear-gradient(to bottom, hsl(3491.36, 100%, 50%) 0%, hsl(3491.36, 100%, 50%) 100%);
}


#album-music-playedSN10872 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3493.36, 100%, 50%) 0%, hsl(3493.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10873 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3495.36, 100%, 50%) 0%, hsl(3495.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10873 {
background: linear-gradient(to bottom, hsl(3495.36, 100%, 50%) 0%, hsl(3495.36, 100%, 50%) 100%);
}

.bg-SN10873 {
background: linear-gradient(to bottom, hsl(3495.36, 100%, 50%) 0%, hsl(3495.36, 100%, 50%) 100%);
}


#album-music-playedSN10873 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3497.36, 100%, 50%) 0%, hsl(3497.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10874 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3499.36, 100%, 50%) 0%, hsl(3499.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10874 {
background: linear-gradient(to bottom, hsl(3499.36, 100%, 50%) 0%, hsl(3499.36, 100%, 50%) 100%);
}

.bg-SN10874 {
background: linear-gradient(to bottom, hsl(3499.36, 100%, 50%) 0%, hsl(3499.36, 100%, 50%) 100%);
}


#album-music-playedSN10874 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3501.36, 100%, 50%) 0%, hsl(3501.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10875 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3503.36, 100%, 50%) 0%, hsl(3503.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10875 {
background: linear-gradient(to bottom, hsl(3503.36, 100%, 50%) 0%, hsl(3503.36, 100%, 50%) 100%);
}

.bg-SN10875 {
background: linear-gradient(to bottom, hsl(3503.36, 100%, 50%) 0%, hsl(3503.36, 100%, 50%) 100%);
}


#album-music-playedSN10875 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3505.36, 100%, 50%) 0%, hsl(3505.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10876 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3507.36, 100%, 50%) 0%, hsl(3507.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10876 {
background: linear-gradient(to bottom, hsl(3507.36, 100%, 50%) 0%, hsl(3507.36, 100%, 50%) 100%);
}

.bg-SN10876 {
background: linear-gradient(to bottom, hsl(3507.36, 100%, 50%) 0%, hsl(3507.36, 100%, 50%) 100%);
}


#album-music-playedSN10876 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3509.36, 100%, 50%) 0%, hsl(3509.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10877 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3511.36, 100%, 50%) 0%, hsl(3511.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10877 {
background: linear-gradient(to bottom, hsl(3511.36, 100%, 50%) 0%, hsl(3511.36, 100%, 50%) 100%);
}

.bg-SN10877 {
background: linear-gradient(to bottom, hsl(3511.36, 100%, 50%) 0%, hsl(3511.36, 100%, 50%) 100%);
}


#album-music-playedSN10877 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3513.36, 100%, 50%) 0%, hsl(3513.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10878 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3515.36, 100%, 50%) 0%, hsl(3515.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10878 {
background: linear-gradient(to bottom, hsl(3515.36, 100%, 50%) 0%, hsl(3515.36, 100%, 50%) 100%);
}

.bg-SN10878 {
background: linear-gradient(to bottom, hsl(3515.36, 100%, 50%) 0%, hsl(3515.36, 100%, 50%) 100%);
}


#album-music-playedSN10878 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3517.36, 100%, 50%) 0%, hsl(3517.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10879 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3519.36, 100%, 50%) 0%, hsl(3519.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10879 {
background: linear-gradient(to bottom, hsl(3519.36, 100%, 50%) 0%, hsl(3519.36, 100%, 50%) 100%);
}

.bg-SN10879 {
background: linear-gradient(to bottom, hsl(3519.36, 100%, 50%) 0%, hsl(3519.36, 100%, 50%) 100%);
}


#album-music-playedSN10879 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3521.36, 100%, 50%) 0%, hsl(3521.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10880 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3523.36, 100%, 50%) 0%, hsl(3523.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10880 {
background: linear-gradient(to bottom, hsl(3523.36, 100%, 50%) 0%, hsl(3523.36, 100%, 50%) 100%);
}

.bg-SN10880 {
background: linear-gradient(to bottom, hsl(3523.36, 100%, 50%) 0%, hsl(3523.36, 100%, 50%) 100%);
}


#album-music-playedSN10880 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3525.36, 100%, 50%) 0%, hsl(3525.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10881 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3527.36, 100%, 50%) 0%, hsl(3527.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10881 {
background: linear-gradient(to bottom, hsl(3527.36, 100%, 50%) 0%, hsl(3527.36, 100%, 50%) 100%);
}

.bg-SN10881 {
background: linear-gradient(to bottom, hsl(3527.36, 100%, 50%) 0%, hsl(3527.36, 100%, 50%) 100%);
}


#album-music-playedSN10881 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3529.36, 100%, 50%) 0%, hsl(3529.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10882 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3531.36, 100%, 50%) 0%, hsl(3531.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10882 {
background: linear-gradient(to bottom, hsl(3531.36, 100%, 50%) 0%, hsl(3531.36, 100%, 50%) 100%);
}

.bg-SN10882 {
background: linear-gradient(to bottom, hsl(3531.36, 100%, 50%) 0%, hsl(3531.36, 100%, 50%) 100%);
}


#album-music-playedSN10882 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3533.36, 100%, 50%) 0%, hsl(3533.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10883 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3535.36, 100%, 50%) 0%, hsl(3535.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10883 {
background: linear-gradient(to bottom, hsl(3535.36, 100%, 50%) 0%, hsl(3535.36, 100%, 50%) 100%);
}

.bg-SN10883 {
background: linear-gradient(to bottom, hsl(3535.36, 100%, 50%) 0%, hsl(3535.36, 100%, 50%) 100%);
}


#album-music-playedSN10883 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3537.36, 100%, 50%) 0%, hsl(3537.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10884 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3539.36, 100%, 50%) 0%, hsl(3539.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10884 {
background: linear-gradient(to bottom, hsl(3539.36, 100%, 50%) 0%, hsl(3539.36, 100%, 50%) 100%);
}

.bg-SN10884 {
background: linear-gradient(to bottom, hsl(3539.36, 100%, 50%) 0%, hsl(3539.36, 100%, 50%) 100%);
}


#album-music-playedSN10884 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3541.36, 100%, 50%) 0%, hsl(3541.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10885 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3543.36, 100%, 50%) 0%, hsl(3543.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10885 {
background: linear-gradient(to bottom, hsl(3543.36, 100%, 50%) 0%, hsl(3543.36, 100%, 50%) 100%);
}

.bg-SN10885 {
background: linear-gradient(to bottom, hsl(3543.36, 100%, 50%) 0%, hsl(3543.36, 100%, 50%) 100%);
}


#album-music-playedSN10885 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3545.36, 100%, 50%) 0%, hsl(3545.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10886 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3547.36, 100%, 50%) 0%, hsl(3547.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10886 {
background: linear-gradient(to bottom, hsl(3547.36, 100%, 50%) 0%, hsl(3547.36, 100%, 50%) 100%);
}

.bg-SN10886 {
background: linear-gradient(to bottom, hsl(3547.36, 100%, 50%) 0%, hsl(3547.36, 100%, 50%) 100%);
}


#album-music-playedSN10886 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3549.36, 100%, 50%) 0%, hsl(3549.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10887 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3551.36, 100%, 50%) 0%, hsl(3551.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10887 {
background: linear-gradient(to bottom, hsl(3551.36, 100%, 50%) 0%, hsl(3551.36, 100%, 50%) 100%);
}

.bg-SN10887 {
background: linear-gradient(to bottom, hsl(3551.36, 100%, 50%) 0%, hsl(3551.36, 100%, 50%) 100%);
}


#album-music-playedSN10887 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3553.36, 100%, 50%) 0%, hsl(3553.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10888 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3555.36, 100%, 50%) 0%, hsl(3555.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10888 {
background: linear-gradient(to bottom, hsl(3555.36, 100%, 50%) 0%, hsl(3555.36, 100%, 50%) 100%);
}

.bg-SN10888 {
background: linear-gradient(to bottom, hsl(3555.36, 100%, 50%) 0%, hsl(3555.36, 100%, 50%) 100%);
}


#album-music-playedSN10888 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3557.36, 100%, 50%) 0%, hsl(3557.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10889 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3559.36, 100%, 50%) 0%, hsl(3559.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10889 {
background: linear-gradient(to bottom, hsl(3559.36, 100%, 50%) 0%, hsl(3559.36, 100%, 50%) 100%);
}

.bg-SN10889 {
background: linear-gradient(to bottom, hsl(3559.36, 100%, 50%) 0%, hsl(3559.36, 100%, 50%) 100%);
}


#album-music-playedSN10889 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3561.36, 100%, 50%) 0%, hsl(3561.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10890 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3563.36, 100%, 50%) 0%, hsl(3563.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10890 {
background: linear-gradient(to bottom, hsl(3563.36, 100%, 50%) 0%, hsl(3563.36, 100%, 50%) 100%);
}

.bg-SN10890 {
background: linear-gradient(to bottom, hsl(3563.36, 100%, 50%) 0%, hsl(3563.36, 100%, 50%) 100%);
}


#album-music-playedSN10890 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3565.36, 100%, 50%) 0%, hsl(3565.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10891 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3567.36, 100%, 50%) 0%, hsl(3567.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10891 {
background: linear-gradient(to bottom, hsl(3567.36, 100%, 50%) 0%, hsl(3567.36, 100%, 50%) 100%);
}

.bg-SN10891 {
background: linear-gradient(to bottom, hsl(3567.36, 100%, 50%) 0%, hsl(3567.36, 100%, 50%) 100%);
}


#album-music-playedSN10891 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3569.36, 100%, 50%) 0%, hsl(3569.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10892 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3571.36, 100%, 50%) 0%, hsl(3571.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10892 {
background: linear-gradient(to bottom, hsl(3571.36, 100%, 50%) 0%, hsl(3571.36, 100%, 50%) 100%);
}

.bg-SN10892 {
background: linear-gradient(to bottom, hsl(3571.36, 100%, 50%) 0%, hsl(3571.36, 100%, 50%) 100%);
}


#album-music-playedSN10892 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3573.36, 100%, 50%) 0%, hsl(3573.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10893 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3575.36, 100%, 50%) 0%, hsl(3575.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10893 {
background: linear-gradient(to bottom, hsl(3575.36, 100%, 50%) 0%, hsl(3575.36, 100%, 50%) 100%);
}

.bg-SN10893 {
background: linear-gradient(to bottom, hsl(3575.36, 100%, 50%) 0%, hsl(3575.36, 100%, 50%) 100%);
}


#album-music-playedSN10893 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3577.36, 100%, 50%) 0%, hsl(3577.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10894 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3579.36, 100%, 50%) 0%, hsl(3579.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10894 {
background: linear-gradient(to bottom, hsl(3579.36, 100%, 50%) 0%, hsl(3579.36, 100%, 50%) 100%);
}

.bg-SN10894 {
background: linear-gradient(to bottom, hsl(3579.36, 100%, 50%) 0%, hsl(3579.36, 100%, 50%) 100%);
}


#album-music-playedSN10894 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3581.36, 100%, 50%) 0%, hsl(3581.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10895 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3583.36, 100%, 50%) 0%, hsl(3583.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10895 {
background: linear-gradient(to bottom, hsl(3583.36, 100%, 50%) 0%, hsl(3583.36, 100%, 50%) 100%);
}

.bg-SN10895 {
background: linear-gradient(to bottom, hsl(3583.36, 100%, 50%) 0%, hsl(3583.36, 100%, 50%) 100%);
}


#album-music-playedSN10895 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3585.36, 100%, 50%) 0%, hsl(3585.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10896 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3587.36, 100%, 50%) 0%, hsl(3587.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10896 {
background: linear-gradient(to bottom, hsl(3587.36, 100%, 50%) 0%, hsl(3587.36, 100%, 50%) 100%);
}

.bg-SN10896 {
background: linear-gradient(to bottom, hsl(3587.36, 100%, 50%) 0%, hsl(3587.36, 100%, 50%) 100%);
}


#album-music-playedSN10896 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3589.36, 100%, 50%) 0%, hsl(3589.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10897 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3591.36, 100%, 50%) 0%, hsl(3591.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10897 {
background: linear-gradient(to bottom, hsl(3591.36, 100%, 50%) 0%, hsl(3591.36, 100%, 50%) 100%);
}

.bg-SN10897 {
background: linear-gradient(to bottom, hsl(3591.36, 100%, 50%) 0%, hsl(3591.36, 100%, 50%) 100%);
}


#album-music-playedSN10897 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3593.36, 100%, 50%) 0%, hsl(3593.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10898 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3595.36, 100%, 50%) 0%, hsl(3595.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10898 {
background: linear-gradient(to bottom, hsl(3595.36, 100%, 50%) 0%, hsl(3595.36, 100%, 50%) 100%);
}

.bg-SN10898 {
background: linear-gradient(to bottom, hsl(3595.36, 100%, 50%) 0%, hsl(3595.36, 100%, 50%) 100%);
}


#album-music-playedSN10898 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3597.36, 100%, 50%) 0%, hsl(3597.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10899 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3599.36, 100%, 50%) 0%, hsl(3599.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10899 {
background: linear-gradient(to bottom, hsl(3599.36, 100%, 50%) 0%, hsl(3599.36, 100%, 50%) 100%);
}

.bg-SN10899 {
background: linear-gradient(to bottom, hsl(3599.36, 100%, 50%) 0%, hsl(3599.36, 100%, 50%) 100%);
}


#album-music-playedSN10899 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3601.36, 100%, 50%) 0%, hsl(3601.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10900 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3603.36, 100%, 50%) 0%, hsl(3603.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10900 {
background: linear-gradient(to bottom, hsl(3603.36, 100%, 50%) 0%, hsl(3603.36, 100%, 50%) 100%);
}

.bg-SN10900 {
background: linear-gradient(to bottom, hsl(3603.36, 100%, 50%) 0%, hsl(3603.36, 100%, 50%) 100%);
}


#album-music-playedSN10900 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3605.36, 100%, 50%) 0%, hsl(3605.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10901 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3607.36, 100%, 50%) 0%, hsl(3607.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10901 {
background: linear-gradient(to bottom, hsl(3607.36, 100%, 50%) 0%, hsl(3607.36, 100%, 50%) 100%);
}

.bg-SN10901 {
background: linear-gradient(to bottom, hsl(3607.36, 100%, 50%) 0%, hsl(3607.36, 100%, 50%) 100%);
}


#album-music-playedSN10901 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3609.36, 100%, 50%) 0%, hsl(3609.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10902 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3611.36, 100%, 50%) 0%, hsl(3611.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10902 {
background: linear-gradient(to bottom, hsl(3611.36, 100%, 50%) 0%, hsl(3611.36, 100%, 50%) 100%);
}

.bg-SN10902 {
background: linear-gradient(to bottom, hsl(3611.36, 100%, 50%) 0%, hsl(3611.36, 100%, 50%) 100%);
}


#album-music-playedSN10902 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3613.36, 100%, 50%) 0%, hsl(3613.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10903 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3615.36, 100%, 50%) 0%, hsl(3615.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10903 {
background: linear-gradient(to bottom, hsl(3615.36, 100%, 50%) 0%, hsl(3615.36, 100%, 50%) 100%);
}

.bg-SN10903 {
background: linear-gradient(to bottom, hsl(3615.36, 100%, 50%) 0%, hsl(3615.36, 100%, 50%) 100%);
}


#album-music-playedSN10903 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3617.36, 100%, 50%) 0%, hsl(3617.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10904 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3619.36, 100%, 50%) 0%, hsl(3619.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10904 {
background: linear-gradient(to bottom, hsl(3619.36, 100%, 50%) 0%, hsl(3619.36, 100%, 50%) 100%);
}

.bg-SN10904 {
background: linear-gradient(to bottom, hsl(3619.36, 100%, 50%) 0%, hsl(3619.36, 100%, 50%) 100%);
}


#album-music-playedSN10904 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3621.36, 100%, 50%) 0%, hsl(3621.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10905 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3623.36, 100%, 50%) 0%, hsl(3623.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10905 {
background: linear-gradient(to bottom, hsl(3623.36, 100%, 50%) 0%, hsl(3623.36, 100%, 50%) 100%);
}

.bg-SN10905 {
background: linear-gradient(to bottom, hsl(3623.36, 100%, 50%) 0%, hsl(3623.36, 100%, 50%) 100%);
}


#album-music-playedSN10905 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3625.36, 100%, 50%) 0%, hsl(3625.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10906 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3627.36, 100%, 50%) 0%, hsl(3627.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10906 {
background: linear-gradient(to bottom, hsl(3627.36, 100%, 50%) 0%, hsl(3627.36, 100%, 50%) 100%);
}

.bg-SN10906 {
background: linear-gradient(to bottom, hsl(3627.36, 100%, 50%) 0%, hsl(3627.36, 100%, 50%) 100%);
}


#album-music-playedSN10906 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3629.36, 100%, 50%) 0%, hsl(3629.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10907 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3631.36, 100%, 50%) 0%, hsl(3631.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10907 {
background: linear-gradient(to bottom, hsl(3631.36, 100%, 50%) 0%, hsl(3631.36, 100%, 50%) 100%);
}

.bg-SN10907 {
background: linear-gradient(to bottom, hsl(3631.36, 100%, 50%) 0%, hsl(3631.36, 100%, 50%) 100%);
}


#album-music-playedSN10907 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3633.36, 100%, 50%) 0%, hsl(3633.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10908 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3635.36, 100%, 50%) 0%, hsl(3635.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10908 {
background: linear-gradient(to bottom, hsl(3635.36, 100%, 50%) 0%, hsl(3635.36, 100%, 50%) 100%);
}

.bg-SN10908 {
background: linear-gradient(to bottom, hsl(3635.36, 100%, 50%) 0%, hsl(3635.36, 100%, 50%) 100%);
}


#album-music-playedSN10908 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3637.36, 100%, 50%) 0%, hsl(3637.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10909 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3639.36, 100%, 50%) 0%, hsl(3639.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10909 {
background: linear-gradient(to bottom, hsl(3639.36, 100%, 50%) 0%, hsl(3639.36, 100%, 50%) 100%);
}

.bg-SN10909 {
background: linear-gradient(to bottom, hsl(3639.36, 100%, 50%) 0%, hsl(3639.36, 100%, 50%) 100%);
}


#album-music-playedSN10909 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3641.36, 100%, 50%) 0%, hsl(3641.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10910 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3643.36, 100%, 50%) 0%, hsl(3643.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10910 {
background: linear-gradient(to bottom, hsl(3643.36, 100%, 50%) 0%, hsl(3643.36, 100%, 50%) 100%);
}

.bg-SN10910 {
background: linear-gradient(to bottom, hsl(3643.36, 100%, 50%) 0%, hsl(3643.36, 100%, 50%) 100%);
}


#album-music-playedSN10910 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3645.36, 100%, 50%) 0%, hsl(3645.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10911 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3647.36, 100%, 50%) 0%, hsl(3647.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10911 {
background: linear-gradient(to bottom, hsl(3647.36, 100%, 50%) 0%, hsl(3647.36, 100%, 50%) 100%);
}

.bg-SN10911 {
background: linear-gradient(to bottom, hsl(3647.36, 100%, 50%) 0%, hsl(3647.36, 100%, 50%) 100%);
}


#album-music-playedSN10911 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3649.36, 100%, 50%) 0%, hsl(3649.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10912 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3651.36, 100%, 50%) 0%, hsl(3651.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10912 {
background: linear-gradient(to bottom, hsl(3651.36, 100%, 50%) 0%, hsl(3651.36, 100%, 50%) 100%);
}

.bg-SN10912 {
background: linear-gradient(to bottom, hsl(3651.36, 100%, 50%) 0%, hsl(3651.36, 100%, 50%) 100%);
}


#album-music-playedSN10912 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3653.36, 100%, 50%) 0%, hsl(3653.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10913 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3655.36, 100%, 50%) 0%, hsl(3655.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10913 {
background: linear-gradient(to bottom, hsl(3655.36, 100%, 50%) 0%, hsl(3655.36, 100%, 50%) 100%);
}

.bg-SN10913 {
background: linear-gradient(to bottom, hsl(3655.36, 100%, 50%) 0%, hsl(3655.36, 100%, 50%) 100%);
}


#album-music-playedSN10913 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3657.36, 100%, 50%) 0%, hsl(3657.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10914 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3659.36, 100%, 50%) 0%, hsl(3659.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10914 {
background: linear-gradient(to bottom, hsl(3659.36, 100%, 50%) 0%, hsl(3659.36, 100%, 50%) 100%);
}

.bg-SN10914 {
background: linear-gradient(to bottom, hsl(3659.36, 100%, 50%) 0%, hsl(3659.36, 100%, 50%) 100%);
}


#album-music-playedSN10914 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3661.36, 100%, 50%) 0%, hsl(3661.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10915 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3663.36, 100%, 50%) 0%, hsl(3663.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10915 {
background: linear-gradient(to bottom, hsl(3663.36, 100%, 50%) 0%, hsl(3663.36, 100%, 50%) 100%);
}

.bg-SN10915 {
background: linear-gradient(to bottom, hsl(3663.36, 100%, 50%) 0%, hsl(3663.36, 100%, 50%) 100%);
}


#album-music-playedSN10915 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3665.36, 100%, 50%) 0%, hsl(3665.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10916 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3667.36, 100%, 50%) 0%, hsl(3667.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10916 {
background: linear-gradient(to bottom, hsl(3667.36, 100%, 50%) 0%, hsl(3667.36, 100%, 50%) 100%);
}

.bg-SN10916 {
background: linear-gradient(to bottom, hsl(3667.36, 100%, 50%) 0%, hsl(3667.36, 100%, 50%) 100%);
}


#album-music-playedSN10916 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3669.36, 100%, 50%) 0%, hsl(3669.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10917 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3671.36, 100%, 50%) 0%, hsl(3671.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10917 {
background: linear-gradient(to bottom, hsl(3671.36, 100%, 50%) 0%, hsl(3671.36, 100%, 50%) 100%);
}

.bg-SN10917 {
background: linear-gradient(to bottom, hsl(3671.36, 100%, 50%) 0%, hsl(3671.36, 100%, 50%) 100%);
}


#album-music-playedSN10917 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3673.36, 100%, 50%) 0%, hsl(3673.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10918 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3675.36, 100%, 50%) 0%, hsl(3675.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10918 {
background: linear-gradient(to bottom, hsl(3675.36, 100%, 50%) 0%, hsl(3675.36, 100%, 50%) 100%);
}

.bg-SN10918 {
background: linear-gradient(to bottom, hsl(3675.36, 100%, 50%) 0%, hsl(3675.36, 100%, 50%) 100%);
}


#album-music-playedSN10918 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3677.36, 100%, 50%) 0%, hsl(3677.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10919 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3679.36, 100%, 50%) 0%, hsl(3679.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10919 {
background: linear-gradient(to bottom, hsl(3679.36, 100%, 50%) 0%, hsl(3679.36, 100%, 50%) 100%);
}

.bg-SN10919 {
background: linear-gradient(to bottom, hsl(3679.36, 100%, 50%) 0%, hsl(3679.36, 100%, 50%) 100%);
}


#album-music-playedSN10919 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3681.36, 100%, 50%) 0%, hsl(3681.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10920 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3683.36, 100%, 50%) 0%, hsl(3683.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10920 {
background: linear-gradient(to bottom, hsl(3683.36, 100%, 50%) 0%, hsl(3683.36, 100%, 50%) 100%);
}

.bg-SN10920 {
background: linear-gradient(to bottom, hsl(3683.36, 100%, 50%) 0%, hsl(3683.36, 100%, 50%) 100%);
}


#album-music-playedSN10920 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3685.36, 100%, 50%) 0%, hsl(3685.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10921 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3687.36, 100%, 50%) 0%, hsl(3687.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10921 {
background: linear-gradient(to bottom, hsl(3687.36, 100%, 50%) 0%, hsl(3687.36, 100%, 50%) 100%);
}

.bg-SN10921 {
background: linear-gradient(to bottom, hsl(3687.36, 100%, 50%) 0%, hsl(3687.36, 100%, 50%) 100%);
}


#album-music-playedSN10921 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3689.36, 100%, 50%) 0%, hsl(3689.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10922 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3691.36, 100%, 50%) 0%, hsl(3691.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10922 {
background: linear-gradient(to bottom, hsl(3691.36, 100%, 50%) 0%, hsl(3691.36, 100%, 50%) 100%);
}

.bg-SN10922 {
background: linear-gradient(to bottom, hsl(3691.36, 100%, 50%) 0%, hsl(3691.36, 100%, 50%) 100%);
}


#album-music-playedSN10922 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3693.36, 100%, 50%) 0%, hsl(3693.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10923 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3695.36, 100%, 50%) 0%, hsl(3695.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10923 {
background: linear-gradient(to bottom, hsl(3695.36, 100%, 50%) 0%, hsl(3695.36, 100%, 50%) 100%);
}

.bg-SN10923 {
background: linear-gradient(to bottom, hsl(3695.36, 100%, 50%) 0%, hsl(3695.36, 100%, 50%) 100%);
}


#album-music-playedSN10923 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3697.36, 100%, 50%) 0%, hsl(3697.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10924 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3699.36, 100%, 50%) 0%, hsl(3699.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10924 {
background: linear-gradient(to bottom, hsl(3699.36, 100%, 50%) 0%, hsl(3699.36, 100%, 50%) 100%);
}

.bg-SN10924 {
background: linear-gradient(to bottom, hsl(3699.36, 100%, 50%) 0%, hsl(3699.36, 100%, 50%) 100%);
}


#album-music-playedSN10924 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3701.36, 100%, 50%) 0%, hsl(3701.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10925 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3703.36, 100%, 50%) 0%, hsl(3703.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10925 {
background: linear-gradient(to bottom, hsl(3703.36, 100%, 50%) 0%, hsl(3703.36, 100%, 50%) 100%);
}

.bg-SN10925 {
background: linear-gradient(to bottom, hsl(3703.36, 100%, 50%) 0%, hsl(3703.36, 100%, 50%) 100%);
}


#album-music-playedSN10925 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3705.36, 100%, 50%) 0%, hsl(3705.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10926 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3707.36, 100%, 50%) 0%, hsl(3707.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10926 {
background: linear-gradient(to bottom, hsl(3707.36, 100%, 50%) 0%, hsl(3707.36, 100%, 50%) 100%);
}

.bg-SN10926 {
background: linear-gradient(to bottom, hsl(3707.36, 100%, 50%) 0%, hsl(3707.36, 100%, 50%) 100%);
}


#album-music-playedSN10926 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3709.36, 100%, 50%) 0%, hsl(3709.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10927 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3711.36, 100%, 50%) 0%, hsl(3711.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10927 {
background: linear-gradient(to bottom, hsl(3711.36, 100%, 50%) 0%, hsl(3711.36, 100%, 50%) 100%);
}

.bg-SN10927 {
background: linear-gradient(to bottom, hsl(3711.36, 100%, 50%) 0%, hsl(3711.36, 100%, 50%) 100%);
}


#album-music-playedSN10927 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3713.36, 100%, 50%) 0%, hsl(3713.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10928 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3715.36, 100%, 50%) 0%, hsl(3715.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10928 {
background: linear-gradient(to bottom, hsl(3715.36, 100%, 50%) 0%, hsl(3715.36, 100%, 50%) 100%);
}

.bg-SN10928 {
background: linear-gradient(to bottom, hsl(3715.36, 100%, 50%) 0%, hsl(3715.36, 100%, 50%) 100%);
}


#album-music-playedSN10928 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3717.36, 100%, 50%) 0%, hsl(3717.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10929 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3719.36, 100%, 50%) 0%, hsl(3719.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10929 {
background: linear-gradient(to bottom, hsl(3719.36, 100%, 50%) 0%, hsl(3719.36, 100%, 50%) 100%);
}

.bg-SN10929 {
background: linear-gradient(to bottom, hsl(3719.36, 100%, 50%) 0%, hsl(3719.36, 100%, 50%) 100%);
}


#album-music-playedSN10929 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3721.36, 100%, 50%) 0%, hsl(3721.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10930 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3723.36, 100%, 50%) 0%, hsl(3723.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10930 {
background: linear-gradient(to bottom, hsl(3723.36, 100%, 50%) 0%, hsl(3723.36, 100%, 50%) 100%);
}

.bg-SN10930 {
background: linear-gradient(to bottom, hsl(3723.36, 100%, 50%) 0%, hsl(3723.36, 100%, 50%) 100%);
}


#album-music-playedSN10930 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3725.36, 100%, 50%) 0%, hsl(3725.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10931 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3727.36, 100%, 50%) 0%, hsl(3727.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10931 {
background: linear-gradient(to bottom, hsl(3727.36, 100%, 50%) 0%, hsl(3727.36, 100%, 50%) 100%);
}

.bg-SN10931 {
background: linear-gradient(to bottom, hsl(3727.36, 100%, 50%) 0%, hsl(3727.36, 100%, 50%) 100%);
}


#album-music-playedSN10931 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3729.36, 100%, 50%) 0%, hsl(3729.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10932 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3731.36, 100%, 50%) 0%, hsl(3731.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10932 {
background: linear-gradient(to bottom, hsl(3731.36, 100%, 50%) 0%, hsl(3731.36, 100%, 50%) 100%);
}

.bg-SN10932 {
background: linear-gradient(to bottom, hsl(3731.36, 100%, 50%) 0%, hsl(3731.36, 100%, 50%) 100%);
}


#album-music-playedSN10932 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3733.36, 100%, 50%) 0%, hsl(3733.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10933 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3735.36, 100%, 50%) 0%, hsl(3735.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10933 {
background: linear-gradient(to bottom, hsl(3735.36, 100%, 50%) 0%, hsl(3735.36, 100%, 50%) 100%);
}

.bg-SN10933 {
background: linear-gradient(to bottom, hsl(3735.36, 100%, 50%) 0%, hsl(3735.36, 100%, 50%) 100%);
}


#album-music-playedSN10933 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3737.36, 100%, 50%) 0%, hsl(3737.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10934 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3739.36, 100%, 50%) 0%, hsl(3739.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10934 {
background: linear-gradient(to bottom, hsl(3739.36, 100%, 50%) 0%, hsl(3739.36, 100%, 50%) 100%);
}

.bg-SN10934 {
background: linear-gradient(to bottom, hsl(3739.36, 100%, 50%) 0%, hsl(3739.36, 100%, 50%) 100%);
}


#album-music-playedSN10934 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3741.36, 100%, 50%) 0%, hsl(3741.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10935 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3743.36, 100%, 50%) 0%, hsl(3743.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10935 {
background: linear-gradient(to bottom, hsl(3743.36, 100%, 50%) 0%, hsl(3743.36, 100%, 50%) 100%);
}

.bg-SN10935 {
background: linear-gradient(to bottom, hsl(3743.36, 100%, 50%) 0%, hsl(3743.36, 100%, 50%) 100%);
}


#album-music-playedSN10935 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3745.36, 100%, 50%) 0%, hsl(3745.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10936 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3747.36, 100%, 50%) 0%, hsl(3747.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10936 {
background: linear-gradient(to bottom, hsl(3747.36, 100%, 50%) 0%, hsl(3747.36, 100%, 50%) 100%);
}

.bg-SN10936 {
background: linear-gradient(to bottom, hsl(3747.36, 100%, 50%) 0%, hsl(3747.36, 100%, 50%) 100%);
}


#album-music-playedSN10936 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3749.36, 100%, 50%) 0%, hsl(3749.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10937 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3751.36, 100%, 50%) 0%, hsl(3751.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10937 {
background: linear-gradient(to bottom, hsl(3751.36, 100%, 50%) 0%, hsl(3751.36, 100%, 50%) 100%);
}

.bg-SN10937 {
background: linear-gradient(to bottom, hsl(3751.36, 100%, 50%) 0%, hsl(3751.36, 100%, 50%) 100%);
}


#album-music-playedSN10937 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3753.36, 100%, 50%) 0%, hsl(3753.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10938 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3755.36, 100%, 50%) 0%, hsl(3755.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10938 {
background: linear-gradient(to bottom, hsl(3755.36, 100%, 50%) 0%, hsl(3755.36, 100%, 50%) 100%);
}

.bg-SN10938 {
background: linear-gradient(to bottom, hsl(3755.36, 100%, 50%) 0%, hsl(3755.36, 100%, 50%) 100%);
}


#album-music-playedSN10938 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3757.36, 100%, 50%) 0%, hsl(3757.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10939 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3759.36, 100%, 50%) 0%, hsl(3759.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10939 {
background: linear-gradient(to bottom, hsl(3759.36, 100%, 50%) 0%, hsl(3759.36, 100%, 50%) 100%);
}

.bg-SN10939 {
background: linear-gradient(to bottom, hsl(3759.36, 100%, 50%) 0%, hsl(3759.36, 100%, 50%) 100%);
}


#album-music-playedSN10939 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3761.36, 100%, 50%) 0%, hsl(3761.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10940 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3763.36, 100%, 50%) 0%, hsl(3763.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10940 {
background: linear-gradient(to bottom, hsl(3763.36, 100%, 50%) 0%, hsl(3763.36, 100%, 50%) 100%);
}

.bg-SN10940 {
background: linear-gradient(to bottom, hsl(3763.36, 100%, 50%) 0%, hsl(3763.36, 100%, 50%) 100%);
}


#album-music-playedSN10940 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3765.36, 100%, 50%) 0%, hsl(3765.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10941 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3767.36, 100%, 50%) 0%, hsl(3767.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10941 {
background: linear-gradient(to bottom, hsl(3767.36, 100%, 50%) 0%, hsl(3767.36, 100%, 50%) 100%);
}

.bg-SN10941 {
background: linear-gradient(to bottom, hsl(3767.36, 100%, 50%) 0%, hsl(3767.36, 100%, 50%) 100%);
}


#album-music-playedSN10941 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3769.36, 100%, 50%) 0%, hsl(3769.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10942 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3771.36, 100%, 50%) 0%, hsl(3771.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10942 {
background: linear-gradient(to bottom, hsl(3771.36, 100%, 50%) 0%, hsl(3771.36, 100%, 50%) 100%);
}

.bg-SN10942 {
background: linear-gradient(to bottom, hsl(3771.36, 100%, 50%) 0%, hsl(3771.36, 100%, 50%) 100%);
}


#album-music-playedSN10942 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3773.36, 100%, 50%) 0%, hsl(3773.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10943 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3775.36, 100%, 50%) 0%, hsl(3775.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10943 {
background: linear-gradient(to bottom, hsl(3775.36, 100%, 50%) 0%, hsl(3775.36, 100%, 50%) 100%);
}

.bg-SN10943 {
background: linear-gradient(to bottom, hsl(3775.36, 100%, 50%) 0%, hsl(3775.36, 100%, 50%) 100%);
}


#album-music-playedSN10943 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3777.36, 100%, 50%) 0%, hsl(3777.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10944 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3779.36, 100%, 50%) 0%, hsl(3779.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10944 {
background: linear-gradient(to bottom, hsl(3779.36, 100%, 50%) 0%, hsl(3779.36, 100%, 50%) 100%);
}

.bg-SN10944 {
background: linear-gradient(to bottom, hsl(3779.36, 100%, 50%) 0%, hsl(3779.36, 100%, 50%) 100%);
}


#album-music-playedSN10944 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3781.36, 100%, 50%) 0%, hsl(3781.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10945 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3783.36, 100%, 50%) 0%, hsl(3783.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10945 {
background: linear-gradient(to bottom, hsl(3783.36, 100%, 50%) 0%, hsl(3783.36, 100%, 50%) 100%);
}

.bg-SN10945 {
background: linear-gradient(to bottom, hsl(3783.36, 100%, 50%) 0%, hsl(3783.36, 100%, 50%) 100%);
}


#album-music-playedSN10945 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3785.36, 100%, 50%) 0%, hsl(3785.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10946 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3787.36, 100%, 50%) 0%, hsl(3787.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10946 {
background: linear-gradient(to bottom, hsl(3787.36, 100%, 50%) 0%, hsl(3787.36, 100%, 50%) 100%);
}

.bg-SN10946 {
background: linear-gradient(to bottom, hsl(3787.36, 100%, 50%) 0%, hsl(3787.36, 100%, 50%) 100%);
}


#album-music-playedSN10946 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3789.36, 100%, 50%) 0%, hsl(3789.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10947 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3791.36, 100%, 50%) 0%, hsl(3791.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10947 {
background: linear-gradient(to bottom, hsl(3791.36, 100%, 50%) 0%, hsl(3791.36, 100%, 50%) 100%);
}

.bg-SN10947 {
background: linear-gradient(to bottom, hsl(3791.36, 100%, 50%) 0%, hsl(3791.36, 100%, 50%) 100%);
}


#album-music-playedSN10947 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3793.36, 100%, 50%) 0%, hsl(3793.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10948 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3795.36, 100%, 50%) 0%, hsl(3795.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10948 {
background: linear-gradient(to bottom, hsl(3795.36, 100%, 50%) 0%, hsl(3795.36, 100%, 50%) 100%);
}

.bg-SN10948 {
background: linear-gradient(to bottom, hsl(3795.36, 100%, 50%) 0%, hsl(3795.36, 100%, 50%) 100%);
}


#album-music-playedSN10948 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3797.36, 100%, 50%) 0%, hsl(3797.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10949 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3799.36, 100%, 50%) 0%, hsl(3799.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10949 {
background: linear-gradient(to bottom, hsl(3799.36, 100%, 50%) 0%, hsl(3799.36, 100%, 50%) 100%);
}

.bg-SN10949 {
background: linear-gradient(to bottom, hsl(3799.36, 100%, 50%) 0%, hsl(3799.36, 100%, 50%) 100%);
}


#album-music-playedSN10949 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3801.36, 100%, 50%) 0%, hsl(3801.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10950 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3803.36, 100%, 50%) 0%, hsl(3803.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10950 {
background: linear-gradient(to bottom, hsl(3803.36, 100%, 50%) 0%, hsl(3803.36, 100%, 50%) 100%);
}

.bg-SN10950 {
background: linear-gradient(to bottom, hsl(3803.36, 100%, 50%) 0%, hsl(3803.36, 100%, 50%) 100%);
}


#album-music-playedSN10950 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3805.36, 100%, 50%) 0%, hsl(3805.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10951 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3807.36, 100%, 50%) 0%, hsl(3807.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10951 {
background: linear-gradient(to bottom, hsl(3807.36, 100%, 50%) 0%, hsl(3807.36, 100%, 50%) 100%);
}

.bg-SN10951 {
background: linear-gradient(to bottom, hsl(3807.36, 100%, 50%) 0%, hsl(3807.36, 100%, 50%) 100%);
}


#album-music-playedSN10951 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3809.36, 100%, 50%) 0%, hsl(3809.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10952 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3811.36, 100%, 50%) 0%, hsl(3811.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10952 {
background: linear-gradient(to bottom, hsl(3811.36, 100%, 50%) 0%, hsl(3811.36, 100%, 50%) 100%);
}

.bg-SN10952 {
background: linear-gradient(to bottom, hsl(3811.36, 100%, 50%) 0%, hsl(3811.36, 100%, 50%) 100%);
}


#album-music-playedSN10952 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3813.36, 100%, 50%) 0%, hsl(3813.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10953 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3815.36, 100%, 50%) 0%, hsl(3815.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10953 {
background: linear-gradient(to bottom, hsl(3815.36, 100%, 50%) 0%, hsl(3815.36, 100%, 50%) 100%);
}

.bg-SN10953 {
background: linear-gradient(to bottom, hsl(3815.36, 100%, 50%) 0%, hsl(3815.36, 100%, 50%) 100%);
}


#album-music-playedSN10953 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3817.36, 100%, 50%) 0%, hsl(3817.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10954 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3819.36, 100%, 50%) 0%, hsl(3819.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10954 {
background: linear-gradient(to bottom, hsl(3819.36, 100%, 50%) 0%, hsl(3819.36, 100%, 50%) 100%);
}

.bg-SN10954 {
background: linear-gradient(to bottom, hsl(3819.36, 100%, 50%) 0%, hsl(3819.36, 100%, 50%) 100%);
}


#album-music-playedSN10954 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3821.36, 100%, 50%) 0%, hsl(3821.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10955 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3823.36, 100%, 50%) 0%, hsl(3823.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10955 {
background: linear-gradient(to bottom, hsl(3823.36, 100%, 50%) 0%, hsl(3823.36, 100%, 50%) 100%);
}

.bg-SN10955 {
background: linear-gradient(to bottom, hsl(3823.36, 100%, 50%) 0%, hsl(3823.36, 100%, 50%) 100%);
}


#album-music-playedSN10955 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3825.36, 100%, 50%) 0%, hsl(3825.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10956 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3827.36, 100%, 50%) 0%, hsl(3827.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10956 {
background: linear-gradient(to bottom, hsl(3827.36, 100%, 50%) 0%, hsl(3827.36, 100%, 50%) 100%);
}

.bg-SN10956 {
background: linear-gradient(to bottom, hsl(3827.36, 100%, 50%) 0%, hsl(3827.36, 100%, 50%) 100%);
}


#album-music-playedSN10956 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3829.36, 100%, 50%) 0%, hsl(3829.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10957 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3831.36, 100%, 50%) 0%, hsl(3831.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10957 {
background: linear-gradient(to bottom, hsl(3831.36, 100%, 50%) 0%, hsl(3831.36, 100%, 50%) 100%);
}

.bg-SN10957 {
background: linear-gradient(to bottom, hsl(3831.36, 100%, 50%) 0%, hsl(3831.36, 100%, 50%) 100%);
}


#album-music-playedSN10957 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3833.36, 100%, 50%) 0%, hsl(3833.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10958 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3835.36, 100%, 50%) 0%, hsl(3835.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10958 {
background: linear-gradient(to bottom, hsl(3835.36, 100%, 50%) 0%, hsl(3835.36, 100%, 50%) 100%);
}

.bg-SN10958 {
background: linear-gradient(to bottom, hsl(3835.36, 100%, 50%) 0%, hsl(3835.36, 100%, 50%) 100%);
}


#album-music-playedSN10958 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3837.36, 100%, 50%) 0%, hsl(3837.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10959 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3839.36, 100%, 50%) 0%, hsl(3839.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10959 {
background: linear-gradient(to bottom, hsl(3839.36, 100%, 50%) 0%, hsl(3839.36, 100%, 50%) 100%);
}

.bg-SN10959 {
background: linear-gradient(to bottom, hsl(3839.36, 100%, 50%) 0%, hsl(3839.36, 100%, 50%) 100%);
}


#album-music-playedSN10959 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3841.36, 100%, 50%) 0%, hsl(3841.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10960 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3843.36, 100%, 50%) 0%, hsl(3843.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10960 {
background: linear-gradient(to bottom, hsl(3843.36, 100%, 50%) 0%, hsl(3843.36, 100%, 50%) 100%);
}

.bg-SN10960 {
background: linear-gradient(to bottom, hsl(3843.36, 100%, 50%) 0%, hsl(3843.36, 100%, 50%) 100%);
}


#album-music-playedSN10960 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3845.36, 100%, 50%) 0%, hsl(3845.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10961 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3847.36, 100%, 50%) 0%, hsl(3847.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10961 {
background: linear-gradient(to bottom, hsl(3847.36, 100%, 50%) 0%, hsl(3847.36, 100%, 50%) 100%);
}

.bg-SN10961 {
background: linear-gradient(to bottom, hsl(3847.36, 100%, 50%) 0%, hsl(3847.36, 100%, 50%) 100%);
}


#album-music-playedSN10961 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3849.36, 100%, 50%) 0%, hsl(3849.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10962 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3851.36, 100%, 50%) 0%, hsl(3851.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10962 {
background: linear-gradient(to bottom, hsl(3851.36, 100%, 50%) 0%, hsl(3851.36, 100%, 50%) 100%);
}

.bg-SN10962 {
background: linear-gradient(to bottom, hsl(3851.36, 100%, 50%) 0%, hsl(3851.36, 100%, 50%) 100%);
}


#album-music-playedSN10962 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3853.36, 100%, 50%) 0%, hsl(3853.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10963 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3855.36, 100%, 50%) 0%, hsl(3855.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10963 {
background: linear-gradient(to bottom, hsl(3855.36, 100%, 50%) 0%, hsl(3855.36, 100%, 50%) 100%);
}

.bg-SN10963 {
background: linear-gradient(to bottom, hsl(3855.36, 100%, 50%) 0%, hsl(3855.36, 100%, 50%) 100%);
}


#album-music-playedSN10963 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3857.36, 100%, 50%) 0%, hsl(3857.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10964 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3859.36, 100%, 50%) 0%, hsl(3859.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10964 {
background: linear-gradient(to bottom, hsl(3859.36, 100%, 50%) 0%, hsl(3859.36, 100%, 50%) 100%);
}

.bg-SN10964 {
background: linear-gradient(to bottom, hsl(3859.36, 100%, 50%) 0%, hsl(3859.36, 100%, 50%) 100%);
}


#album-music-playedSN10964 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3861.36, 100%, 50%) 0%, hsl(3861.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10965 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3863.36, 100%, 50%) 0%, hsl(3863.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10965 {
background: linear-gradient(to bottom, hsl(3863.36, 100%, 50%) 0%, hsl(3863.36, 100%, 50%) 100%);
}

.bg-SN10965 {
background: linear-gradient(to bottom, hsl(3863.36, 100%, 50%) 0%, hsl(3863.36, 100%, 50%) 100%);
}


#album-music-playedSN10965 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3865.36, 100%, 50%) 0%, hsl(3865.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10966 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3867.36, 100%, 50%) 0%, hsl(3867.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10966 {
background: linear-gradient(to bottom, hsl(3867.36, 100%, 50%) 0%, hsl(3867.36, 100%, 50%) 100%);
}

.bg-SN10966 {
background: linear-gradient(to bottom, hsl(3867.36, 100%, 50%) 0%, hsl(3867.36, 100%, 50%) 100%);
}


#album-music-playedSN10966 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3869.36, 100%, 50%) 0%, hsl(3869.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10967 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3871.36, 100%, 50%) 0%, hsl(3871.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10967 {
background: linear-gradient(to bottom, hsl(3871.36, 100%, 50%) 0%, hsl(3871.36, 100%, 50%) 100%);
}

.bg-SN10967 {
background: linear-gradient(to bottom, hsl(3871.36, 100%, 50%) 0%, hsl(3871.36, 100%, 50%) 100%);
}


#album-music-playedSN10967 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3873.36, 100%, 50%) 0%, hsl(3873.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10968 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3875.36, 100%, 50%) 0%, hsl(3875.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10968 {
background: linear-gradient(to bottom, hsl(3875.36, 100%, 50%) 0%, hsl(3875.36, 100%, 50%) 100%);
}

.bg-SN10968 {
background: linear-gradient(to bottom, hsl(3875.36, 100%, 50%) 0%, hsl(3875.36, 100%, 50%) 100%);
}


#album-music-playedSN10968 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3877.36, 100%, 50%) 0%, hsl(3877.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10969 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3879.36, 100%, 50%) 0%, hsl(3879.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10969 {
background: linear-gradient(to bottom, hsl(3879.36, 100%, 50%) 0%, hsl(3879.36, 100%, 50%) 100%);
}

.bg-SN10969 {
background: linear-gradient(to bottom, hsl(3879.36, 100%, 50%) 0%, hsl(3879.36, 100%, 50%) 100%);
}


#album-music-playedSN10969 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3881.36, 100%, 50%) 0%, hsl(3881.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10970 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3883.36, 100%, 50%) 0%, hsl(3883.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10970 {
background: linear-gradient(to bottom, hsl(3883.36, 100%, 50%) 0%, hsl(3883.36, 100%, 50%) 100%);
}

.bg-SN10970 {
background: linear-gradient(to bottom, hsl(3883.36, 100%, 50%) 0%, hsl(3883.36, 100%, 50%) 100%);
}


#album-music-playedSN10970 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3885.36, 100%, 50%) 0%, hsl(3885.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10971 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3887.36, 100%, 50%) 0%, hsl(3887.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10971 {
background: linear-gradient(to bottom, hsl(3887.36, 100%, 50%) 0%, hsl(3887.36, 100%, 50%) 100%);
}

.bg-SN10971 {
background: linear-gradient(to bottom, hsl(3887.36, 100%, 50%) 0%, hsl(3887.36, 100%, 50%) 100%);
}


#album-music-playedSN10971 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3889.36, 100%, 50%) 0%, hsl(3889.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10972 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3891.36, 100%, 50%) 0%, hsl(3891.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10972 {
background: linear-gradient(to bottom, hsl(3891.36, 100%, 50%) 0%, hsl(3891.36, 100%, 50%) 100%);
}

.bg-SN10972 {
background: linear-gradient(to bottom, hsl(3891.36, 100%, 50%) 0%, hsl(3891.36, 100%, 50%) 100%);
}


#album-music-playedSN10972 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3893.36, 100%, 50%) 0%, hsl(3893.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10973 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3895.36, 100%, 50%) 0%, hsl(3895.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10973 {
background: linear-gradient(to bottom, hsl(3895.36, 100%, 50%) 0%, hsl(3895.36, 100%, 50%) 100%);
}

.bg-SN10973 {
background: linear-gradient(to bottom, hsl(3895.36, 100%, 50%) 0%, hsl(3895.36, 100%, 50%) 100%);
}


#album-music-playedSN10973 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3897.36, 100%, 50%) 0%, hsl(3897.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10974 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3899.36, 100%, 50%) 0%, hsl(3899.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10974 {
background: linear-gradient(to bottom, hsl(3899.36, 100%, 50%) 0%, hsl(3899.36, 100%, 50%) 100%);
}

.bg-SN10974 {
background: linear-gradient(to bottom, hsl(3899.36, 100%, 50%) 0%, hsl(3899.36, 100%, 50%) 100%);
}


#album-music-playedSN10974 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3901.36, 100%, 50%) 0%, hsl(3901.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10975 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3903.36, 100%, 50%) 0%, hsl(3903.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10975 {
background: linear-gradient(to bottom, hsl(3903.36, 100%, 50%) 0%, hsl(3903.36, 100%, 50%) 100%);
}

.bg-SN10975 {
background: linear-gradient(to bottom, hsl(3903.36, 100%, 50%) 0%, hsl(3903.36, 100%, 50%) 100%);
}


#album-music-playedSN10975 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3905.36, 100%, 50%) 0%, hsl(3905.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10976 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3907.36, 100%, 50%) 0%, hsl(3907.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10976 {
background: linear-gradient(to bottom, hsl(3907.36, 100%, 50%) 0%, hsl(3907.36, 100%, 50%) 100%);
}

.bg-SN10976 {
background: linear-gradient(to bottom, hsl(3907.36, 100%, 50%) 0%, hsl(3907.36, 100%, 50%) 100%);
}


#album-music-playedSN10976 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3909.36, 100%, 50%) 0%, hsl(3909.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10977 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3911.36, 100%, 50%) 0%, hsl(3911.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10977 {
background: linear-gradient(to bottom, hsl(3911.36, 100%, 50%) 0%, hsl(3911.36, 100%, 50%) 100%);
}

.bg-SN10977 {
background: linear-gradient(to bottom, hsl(3911.36, 100%, 50%) 0%, hsl(3911.36, 100%, 50%) 100%);
}


#album-music-playedSN10977 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3913.36, 100%, 50%) 0%, hsl(3913.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10978 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3915.36, 100%, 50%) 0%, hsl(3915.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10978 {
background: linear-gradient(to bottom, hsl(3915.36, 100%, 50%) 0%, hsl(3915.36, 100%, 50%) 100%);
}

.bg-SN10978 {
background: linear-gradient(to bottom, hsl(3915.36, 100%, 50%) 0%, hsl(3915.36, 100%, 50%) 100%);
}


#album-music-playedSN10978 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3917.36, 100%, 50%) 0%, hsl(3917.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10979 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3919.36, 100%, 50%) 0%, hsl(3919.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10979 {
background: linear-gradient(to bottom, hsl(3919.36, 100%, 50%) 0%, hsl(3919.36, 100%, 50%) 100%);
}

.bg-SN10979 {
background: linear-gradient(to bottom, hsl(3919.36, 100%, 50%) 0%, hsl(3919.36, 100%, 50%) 100%);
}


#album-music-playedSN10979 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3921.36, 100%, 50%) 0%, hsl(3921.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10980 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3923.36, 100%, 50%) 0%, hsl(3923.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10980 {
background: linear-gradient(to bottom, hsl(3923.36, 100%, 50%) 0%, hsl(3923.36, 100%, 50%) 100%);
}

.bg-SN10980 {
background: linear-gradient(to bottom, hsl(3923.36, 100%, 50%) 0%, hsl(3923.36, 100%, 50%) 100%);
}


#album-music-playedSN10980 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3925.36, 100%, 50%) 0%, hsl(3925.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10981 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3927.36, 100%, 50%) 0%, hsl(3927.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10981 {
background: linear-gradient(to bottom, hsl(3927.36, 100%, 50%) 0%, hsl(3927.36, 100%, 50%) 100%);
}

.bg-SN10981 {
background: linear-gradient(to bottom, hsl(3927.36, 100%, 50%) 0%, hsl(3927.36, 100%, 50%) 100%);
}


#album-music-playedSN10981 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3929.36, 100%, 50%) 0%, hsl(3929.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10982 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3931.36, 100%, 50%) 0%, hsl(3931.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10982 {
background: linear-gradient(to bottom, hsl(3931.36, 100%, 50%) 0%, hsl(3931.36, 100%, 50%) 100%);
}

.bg-SN10982 {
background: linear-gradient(to bottom, hsl(3931.36, 100%, 50%) 0%, hsl(3931.36, 100%, 50%) 100%);
}


#album-music-playedSN10982 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3933.36, 100%, 50%) 0%, hsl(3933.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10983 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3935.36, 100%, 50%) 0%, hsl(3935.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10983 {
background: linear-gradient(to bottom, hsl(3935.36, 100%, 50%) 0%, hsl(3935.36, 100%, 50%) 100%);
}

.bg-SN10983 {
background: linear-gradient(to bottom, hsl(3935.36, 100%, 50%) 0%, hsl(3935.36, 100%, 50%) 100%);
}


#album-music-playedSN10983 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3937.36, 100%, 50%) 0%, hsl(3937.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10984 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3939.36, 100%, 50%) 0%, hsl(3939.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10984 {
background: linear-gradient(to bottom, hsl(3939.36, 100%, 50%) 0%, hsl(3939.36, 100%, 50%) 100%);
}

.bg-SN10984 {
background: linear-gradient(to bottom, hsl(3939.36, 100%, 50%) 0%, hsl(3939.36, 100%, 50%) 100%);
}


#album-music-playedSN10984 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3941.36, 100%, 50%) 0%, hsl(3941.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10985 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3943.36, 100%, 50%) 0%, hsl(3943.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10985 {
background: linear-gradient(to bottom, hsl(3943.36, 100%, 50%) 0%, hsl(3943.36, 100%, 50%) 100%);
}

.bg-SN10985 {
background: linear-gradient(to bottom, hsl(3943.36, 100%, 50%) 0%, hsl(3943.36, 100%, 50%) 100%);
}


#album-music-playedSN10985 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3945.36, 100%, 50%) 0%, hsl(3945.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10986 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3947.36, 100%, 50%) 0%, hsl(3947.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10986 {
background: linear-gradient(to bottom, hsl(3947.36, 100%, 50%) 0%, hsl(3947.36, 100%, 50%) 100%);
}

.bg-SN10986 {
background: linear-gradient(to bottom, hsl(3947.36, 100%, 50%) 0%, hsl(3947.36, 100%, 50%) 100%);
}


#album-music-playedSN10986 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3949.36, 100%, 50%) 0%, hsl(3949.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10987 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3951.36, 100%, 50%) 0%, hsl(3951.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10987 {
background: linear-gradient(to bottom, hsl(3951.36, 100%, 50%) 0%, hsl(3951.36, 100%, 50%) 100%);
}

.bg-SN10987 {
background: linear-gradient(to bottom, hsl(3951.36, 100%, 50%) 0%, hsl(3951.36, 100%, 50%) 100%);
}


#album-music-playedSN10987 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3953.36, 100%, 50%) 0%, hsl(3953.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10988 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3955.36, 100%, 50%) 0%, hsl(3955.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10988 {
background: linear-gradient(to bottom, hsl(3955.36, 100%, 50%) 0%, hsl(3955.36, 100%, 50%) 100%);
}

.bg-SN10988 {
background: linear-gradient(to bottom, hsl(3955.36, 100%, 50%) 0%, hsl(3955.36, 100%, 50%) 100%);
}


#album-music-playedSN10988 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3957.36, 100%, 50%) 0%, hsl(3957.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10989 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3959.36, 100%, 50%) 0%, hsl(3959.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10989 {
background: linear-gradient(to bottom, hsl(3959.36, 100%, 50%) 0%, hsl(3959.36, 100%, 50%) 100%);
}

.bg-SN10989 {
background: linear-gradient(to bottom, hsl(3959.36, 100%, 50%) 0%, hsl(3959.36, 100%, 50%) 100%);
}


#album-music-playedSN10989 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3961.36, 100%, 50%) 0%, hsl(3961.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10990 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3963.36, 100%, 50%) 0%, hsl(3963.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10990 {
background: linear-gradient(to bottom, hsl(3963.36, 100%, 50%) 0%, hsl(3963.36, 100%, 50%) 100%);
}

.bg-SN10990 {
background: linear-gradient(to bottom, hsl(3963.36, 100%, 50%) 0%, hsl(3963.36, 100%, 50%) 100%);
}


#album-music-playedSN10990 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3965.36, 100%, 50%) 0%, hsl(3965.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10991 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3967.36, 100%, 50%) 0%, hsl(3967.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10991 {
background: linear-gradient(to bottom, hsl(3967.36, 100%, 50%) 0%, hsl(3967.36, 100%, 50%) 100%);
}

.bg-SN10991 {
background: linear-gradient(to bottom, hsl(3967.36, 100%, 50%) 0%, hsl(3967.36, 100%, 50%) 100%);
}


#album-music-playedSN10991 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3969.36, 100%, 50%) 0%, hsl(3969.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10992 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3971.36, 100%, 50%) 0%, hsl(3971.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10992 {
background: linear-gradient(to bottom, hsl(3971.36, 100%, 50%) 0%, hsl(3971.36, 100%, 50%) 100%);
}

.bg-SN10992 {
background: linear-gradient(to bottom, hsl(3971.36, 100%, 50%) 0%, hsl(3971.36, 100%, 50%) 100%);
}


#album-music-playedSN10992 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3973.36, 100%, 50%) 0%, hsl(3973.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10993 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3975.36, 100%, 50%) 0%, hsl(3975.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10993 {
background: linear-gradient(to bottom, hsl(3975.36, 100%, 50%) 0%, hsl(3975.36, 100%, 50%) 100%);
}

.bg-SN10993 {
background: linear-gradient(to bottom, hsl(3975.36, 100%, 50%) 0%, hsl(3975.36, 100%, 50%) 100%);
}


#album-music-playedSN10993 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3977.36, 100%, 50%) 0%, hsl(3977.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10994 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3979.36, 100%, 50%) 0%, hsl(3979.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10994 {
background: linear-gradient(to bottom, hsl(3979.36, 100%, 50%) 0%, hsl(3979.36, 100%, 50%) 100%);
}

.bg-SN10994 {
background: linear-gradient(to bottom, hsl(3979.36, 100%, 50%) 0%, hsl(3979.36, 100%, 50%) 100%);
}


#album-music-playedSN10994 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3981.36, 100%, 50%) 0%, hsl(3981.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10995 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3983.36, 100%, 50%) 0%, hsl(3983.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10995 {
background: linear-gradient(to bottom, hsl(3983.36, 100%, 50%) 0%, hsl(3983.36, 100%, 50%) 100%);
}

.bg-SN10995 {
background: linear-gradient(to bottom, hsl(3983.36, 100%, 50%) 0%, hsl(3983.36, 100%, 50%) 100%);
}


#album-music-playedSN10995 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3985.36, 100%, 50%) 0%, hsl(3985.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10996 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3987.36, 100%, 50%) 0%, hsl(3987.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10996 {
background: linear-gradient(to bottom, hsl(3987.36, 100%, 50%) 0%, hsl(3987.36, 100%, 50%) 100%);
}

.bg-SN10996 {
background: linear-gradient(to bottom, hsl(3987.36, 100%, 50%) 0%, hsl(3987.36, 100%, 50%) 100%);
}


#album-music-playedSN10996 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3989.36, 100%, 50%) 0%, hsl(3989.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10997 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3991.36, 100%, 50%) 0%, hsl(3991.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10997 {
background: linear-gradient(to bottom, hsl(3991.36, 100%, 50%) 0%, hsl(3991.36, 100%, 50%) 100%);
}

.bg-SN10997 {
background: linear-gradient(to bottom, hsl(3991.36, 100%, 50%) 0%, hsl(3991.36, 100%, 50%) 100%);
}


#album-music-playedSN10997 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3993.36, 100%, 50%) 0%, hsl(3993.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10998 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3995.36, 100%, 50%) 0%, hsl(3995.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10998 {
background: linear-gradient(to bottom, hsl(3995.36, 100%, 50%) 0%, hsl(3995.36, 100%, 50%) 100%);
}

.bg-SN10998 {
background: linear-gradient(to bottom, hsl(3995.36, 100%, 50%) 0%, hsl(3995.36, 100%, 50%) 100%);
}


#album-music-playedSN10998 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3997.36, 100%, 50%) 0%, hsl(3997.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN10999 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(3999.36, 100%, 50%) 0%, hsl(3999.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN10999 {
background: linear-gradient(to bottom, hsl(3999.36, 100%, 50%) 0%, hsl(3999.36, 100%, 50%) 100%);
}

.bg-SN10999 {
background: linear-gradient(to bottom, hsl(3999.36, 100%, 50%) 0%, hsl(3999.36, 100%, 50%) 100%);
}


#album-music-playedSN10999 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4001.36, 100%, 50%) 0%, hsl(4001.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11000 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4003.36, 100%, 50%) 0%, hsl(4003.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11000 {
background: linear-gradient(to bottom, hsl(4003.36, 100%, 50%) 0%, hsl(4003.36, 100%, 50%) 100%);
}

.bg-SN11000 {
background: linear-gradient(to bottom, hsl(4003.36, 100%, 50%) 0%, hsl(4003.36, 100%, 50%) 100%);
}


#album-music-playedSN11000 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4005.36, 100%, 50%) 0%, hsl(4005.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11001 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4007.36, 100%, 50%) 0%, hsl(4007.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11001 {
background: linear-gradient(to bottom, hsl(4007.36, 100%, 50%) 0%, hsl(4007.36, 100%, 50%) 100%);
}

.bg-SN11001 {
background: linear-gradient(to bottom, hsl(4007.36, 100%, 50%) 0%, hsl(4007.36, 100%, 50%) 100%);
}


#album-music-playedSN11001 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4009.36, 100%, 50%) 0%, hsl(4009.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11002 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4011.36, 100%, 50%) 0%, hsl(4011.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11002 {
background: linear-gradient(to bottom, hsl(4011.36, 100%, 50%) 0%, hsl(4011.36, 100%, 50%) 100%);
}

.bg-SN11002 {
background: linear-gradient(to bottom, hsl(4011.36, 100%, 50%) 0%, hsl(4011.36, 100%, 50%) 100%);
}


#album-music-playedSN11002 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4013.36, 100%, 50%) 0%, hsl(4013.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11003 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4015.36, 100%, 50%) 0%, hsl(4015.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11003 {
background: linear-gradient(to bottom, hsl(4015.36, 100%, 50%) 0%, hsl(4015.36, 100%, 50%) 100%);
}

.bg-SN11003 {
background: linear-gradient(to bottom, hsl(4015.36, 100%, 50%) 0%, hsl(4015.36, 100%, 50%) 100%);
}


#album-music-playedSN11003 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4017.36, 100%, 50%) 0%, hsl(4017.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11004 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4019.36, 100%, 50%) 0%, hsl(4019.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11004 {
background: linear-gradient(to bottom, hsl(4019.36, 100%, 50%) 0%, hsl(4019.36, 100%, 50%) 100%);
}

.bg-SN11004 {
background: linear-gradient(to bottom, hsl(4019.36, 100%, 50%) 0%, hsl(4019.36, 100%, 50%) 100%);
}


#album-music-playedSN11004 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4021.36, 100%, 50%) 0%, hsl(4021.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11005 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4023.36, 100%, 50%) 0%, hsl(4023.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11005 {
background: linear-gradient(to bottom, hsl(4023.36, 100%, 50%) 0%, hsl(4023.36, 100%, 50%) 100%);
}

.bg-SN11005 {
background: linear-gradient(to bottom, hsl(4023.36, 100%, 50%) 0%, hsl(4023.36, 100%, 50%) 100%);
}


#album-music-playedSN11005 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4025.36, 100%, 50%) 0%, hsl(4025.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11006 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4027.36, 100%, 50%) 0%, hsl(4027.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11006 {
background: linear-gradient(to bottom, hsl(4027.36, 100%, 50%) 0%, hsl(4027.36, 100%, 50%) 100%);
}

.bg-SN11006 {
background: linear-gradient(to bottom, hsl(4027.36, 100%, 50%) 0%, hsl(4027.36, 100%, 50%) 100%);
}


#album-music-playedSN11006 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4029.36, 100%, 50%) 0%, hsl(4029.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11007 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4031.36, 100%, 50%) 0%, hsl(4031.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11007 {
background: linear-gradient(to bottom, hsl(4031.36, 100%, 50%) 0%, hsl(4031.36, 100%, 50%) 100%);
}

.bg-SN11007 {
background: linear-gradient(to bottom, hsl(4031.36, 100%, 50%) 0%, hsl(4031.36, 100%, 50%) 100%);
}


#album-music-playedSN11007 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4033.36, 100%, 50%) 0%, hsl(4033.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11008 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4035.36, 100%, 50%) 0%, hsl(4035.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11008 {
background: linear-gradient(to bottom, hsl(4035.36, 100%, 50%) 0%, hsl(4035.36, 100%, 50%) 100%);
}

.bg-SN11008 {
background: linear-gradient(to bottom, hsl(4035.36, 100%, 50%) 0%, hsl(4035.36, 100%, 50%) 100%);
}


#album-music-playedSN11008 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4037.36, 100%, 50%) 0%, hsl(4037.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11009 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4039.36, 100%, 50%) 0%, hsl(4039.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11009 {
background: linear-gradient(to bottom, hsl(4039.36, 100%, 50%) 0%, hsl(4039.36, 100%, 50%) 100%);
}

.bg-SN11009 {
background: linear-gradient(to bottom, hsl(4039.36, 100%, 50%) 0%, hsl(4039.36, 100%, 50%) 100%);
}


#album-music-playedSN11009 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4041.36, 100%, 50%) 0%, hsl(4041.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11010 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4043.36, 100%, 50%) 0%, hsl(4043.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11010 {
background: linear-gradient(to bottom, hsl(4043.36, 100%, 50%) 0%, hsl(4043.36, 100%, 50%) 100%);
}

.bg-SN11010 {
background: linear-gradient(to bottom, hsl(4043.36, 100%, 50%) 0%, hsl(4043.36, 100%, 50%) 100%);
}


#album-music-playedSN11010 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4045.36, 100%, 50%) 0%, hsl(4045.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11011 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4047.36, 100%, 50%) 0%, hsl(4047.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11011 {
background: linear-gradient(to bottom, hsl(4047.36, 100%, 50%) 0%, hsl(4047.36, 100%, 50%) 100%);
}

.bg-SN11011 {
background: linear-gradient(to bottom, hsl(4047.36, 100%, 50%) 0%, hsl(4047.36, 100%, 50%) 100%);
}


#album-music-playedSN11011 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4049.36, 100%, 50%) 0%, hsl(4049.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11012 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4051.36, 100%, 50%) 0%, hsl(4051.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11012 {
background: linear-gradient(to bottom, hsl(4051.36, 100%, 50%) 0%, hsl(4051.36, 100%, 50%) 100%);
}

.bg-SN11012 {
background: linear-gradient(to bottom, hsl(4051.36, 100%, 50%) 0%, hsl(4051.36, 100%, 50%) 100%);
}


#album-music-playedSN11012 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4053.36, 100%, 50%) 0%, hsl(4053.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11013 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4055.36, 100%, 50%) 0%, hsl(4055.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11013 {
background: linear-gradient(to bottom, hsl(4055.36, 100%, 50%) 0%, hsl(4055.36, 100%, 50%) 100%);
}

.bg-SN11013 {
background: linear-gradient(to bottom, hsl(4055.36, 100%, 50%) 0%, hsl(4055.36, 100%, 50%) 100%);
}


#album-music-playedSN11013 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4057.36, 100%, 50%) 0%, hsl(4057.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11014 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4059.36, 100%, 50%) 0%, hsl(4059.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11014 {
background: linear-gradient(to bottom, hsl(4059.36, 100%, 50%) 0%, hsl(4059.36, 100%, 50%) 100%);
}

.bg-SN11014 {
background: linear-gradient(to bottom, hsl(4059.36, 100%, 50%) 0%, hsl(4059.36, 100%, 50%) 100%);
}


#album-music-playedSN11014 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4061.36, 100%, 50%) 0%, hsl(4061.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11015 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4063.36, 100%, 50%) 0%, hsl(4063.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11015 {
background: linear-gradient(to bottom, hsl(4063.36, 100%, 50%) 0%, hsl(4063.36, 100%, 50%) 100%);
}

.bg-SN11015 {
background: linear-gradient(to bottom, hsl(4063.36, 100%, 50%) 0%, hsl(4063.36, 100%, 50%) 100%);
}


#album-music-playedSN11015 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4065.36, 100%, 50%) 0%, hsl(4065.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11016 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4067.36, 100%, 50%) 0%, hsl(4067.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11016 {
background: linear-gradient(to bottom, hsl(4067.36, 100%, 50%) 0%, hsl(4067.36, 100%, 50%) 100%);
}

.bg-SN11016 {
background: linear-gradient(to bottom, hsl(4067.36, 100%, 50%) 0%, hsl(4067.36, 100%, 50%) 100%);
}


#album-music-playedSN11016 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4069.36, 100%, 50%) 0%, hsl(4069.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11017 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4071.36, 100%, 50%) 0%, hsl(4071.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11017 {
background: linear-gradient(to bottom, hsl(4071.36, 100%, 50%) 0%, hsl(4071.36, 100%, 50%) 100%);
}

.bg-SN11017 {
background: linear-gradient(to bottom, hsl(4071.36, 100%, 50%) 0%, hsl(4071.36, 100%, 50%) 100%);
}


#album-music-playedSN11017 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4073.36, 100%, 50%) 0%, hsl(4073.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11018 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4075.36, 100%, 50%) 0%, hsl(4075.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11018 {
background: linear-gradient(to bottom, hsl(4075.36, 100%, 50%) 0%, hsl(4075.36, 100%, 50%) 100%);
}

.bg-SN11018 {
background: linear-gradient(to bottom, hsl(4075.36, 100%, 50%) 0%, hsl(4075.36, 100%, 50%) 100%);
}


#album-music-playedSN11018 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4077.36, 100%, 50%) 0%, hsl(4077.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11019 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4079.36, 100%, 50%) 0%, hsl(4079.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11019 {
background: linear-gradient(to bottom, hsl(4079.36, 100%, 50%) 0%, hsl(4079.36, 100%, 50%) 100%);
}

.bg-SN11019 {
background: linear-gradient(to bottom, hsl(4079.36, 100%, 50%) 0%, hsl(4079.36, 100%, 50%) 100%);
}


#album-music-playedSN11019 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4081.36, 100%, 50%) 0%, hsl(4081.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11020 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4083.36, 100%, 50%) 0%, hsl(4083.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11020 {
background: linear-gradient(to bottom, hsl(4083.36, 100%, 50%) 0%, hsl(4083.36, 100%, 50%) 100%);
}

.bg-SN11020 {
background: linear-gradient(to bottom, hsl(4083.36, 100%, 50%) 0%, hsl(4083.36, 100%, 50%) 100%);
}


#album-music-playedSN11020 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4085.36, 100%, 50%) 0%, hsl(4085.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11021 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4087.36, 100%, 50%) 0%, hsl(4087.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11021 {
background: linear-gradient(to bottom, hsl(4087.36, 100%, 50%) 0%, hsl(4087.36, 100%, 50%) 100%);
}

.bg-SN11021 {
background: linear-gradient(to bottom, hsl(4087.36, 100%, 50%) 0%, hsl(4087.36, 100%, 50%) 100%);
}


#album-music-playedSN11021 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4089.36, 100%, 50%) 0%, hsl(4089.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11022 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4091.36, 100%, 50%) 0%, hsl(4091.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11022 {
background: linear-gradient(to bottom, hsl(4091.36, 100%, 50%) 0%, hsl(4091.36, 100%, 50%) 100%);
}

.bg-SN11022 {
background: linear-gradient(to bottom, hsl(4091.36, 100%, 50%) 0%, hsl(4091.36, 100%, 50%) 100%);
}


#album-music-playedSN11022 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4093.36, 100%, 50%) 0%, hsl(4093.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11023 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4095.36, 100%, 50%) 0%, hsl(4095.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11023 {
background: linear-gradient(to bottom, hsl(4095.36, 100%, 50%) 0%, hsl(4095.36, 100%, 50%) 100%);
}

.bg-SN11023 {
background: linear-gradient(to bottom, hsl(4095.36, 100%, 50%) 0%, hsl(4095.36, 100%, 50%) 100%);
}


#album-music-playedSN11023 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4097.36, 100%, 50%) 0%, hsl(4097.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11024 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4099.36, 100%, 50%) 0%, hsl(4099.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11024 {
background: linear-gradient(to bottom, hsl(4099.36, 100%, 50%) 0%, hsl(4099.36, 100%, 50%) 100%);
}

.bg-SN11024 {
background: linear-gradient(to bottom, hsl(4099.36, 100%, 50%) 0%, hsl(4099.36, 100%, 50%) 100%);
}


#album-music-playedSN11024 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4101.36, 100%, 50%) 0%, hsl(4101.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11025 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4103.36, 100%, 50%) 0%, hsl(4103.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11025 {
background: linear-gradient(to bottom, hsl(4103.36, 100%, 50%) 0%, hsl(4103.36, 100%, 50%) 100%);
}

.bg-SN11025 {
background: linear-gradient(to bottom, hsl(4103.36, 100%, 50%) 0%, hsl(4103.36, 100%, 50%) 100%);
}


#album-music-playedSN11025 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4105.36, 100%, 50%) 0%, hsl(4105.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11026 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4107.36, 100%, 50%) 0%, hsl(4107.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11026 {
background: linear-gradient(to bottom, hsl(4107.36, 100%, 50%) 0%, hsl(4107.36, 100%, 50%) 100%);
}

.bg-SN11026 {
background: linear-gradient(to bottom, hsl(4107.36, 100%, 50%) 0%, hsl(4107.36, 100%, 50%) 100%);
}


#album-music-playedSN11026 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4109.36, 100%, 50%) 0%, hsl(4109.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11027 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4111.36, 100%, 50%) 0%, hsl(4111.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11027 {
background: linear-gradient(to bottom, hsl(4111.36, 100%, 50%) 0%, hsl(4111.36, 100%, 50%) 100%);
}

.bg-SN11027 {
background: linear-gradient(to bottom, hsl(4111.36, 100%, 50%) 0%, hsl(4111.36, 100%, 50%) 100%);
}


#album-music-playedSN11027 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4113.36, 100%, 50%) 0%, hsl(4113.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11028 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4115.36, 100%, 50%) 0%, hsl(4115.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11028 {
background: linear-gradient(to bottom, hsl(4115.36, 100%, 50%) 0%, hsl(4115.36, 100%, 50%) 100%);
}

.bg-SN11028 {
background: linear-gradient(to bottom, hsl(4115.36, 100%, 50%) 0%, hsl(4115.36, 100%, 50%) 100%);
}


#album-music-playedSN11028 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4117.36, 100%, 50%) 0%, hsl(4117.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11029 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4119.36, 100%, 50%) 0%, hsl(4119.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11029 {
background: linear-gradient(to bottom, hsl(4119.36, 100%, 50%) 0%, hsl(4119.36, 100%, 50%) 100%);
}

.bg-SN11029 {
background: linear-gradient(to bottom, hsl(4119.36, 100%, 50%) 0%, hsl(4119.36, 100%, 50%) 100%);
}


#album-music-playedSN11029 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4121.36, 100%, 50%) 0%, hsl(4121.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11030 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4123.36, 100%, 50%) 0%, hsl(4123.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11030 {
background: linear-gradient(to bottom, hsl(4123.36, 100%, 50%) 0%, hsl(4123.36, 100%, 50%) 100%);
}

.bg-SN11030 {
background: linear-gradient(to bottom, hsl(4123.36, 100%, 50%) 0%, hsl(4123.36, 100%, 50%) 100%);
}


#album-music-playedSN11030 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4125.36, 100%, 50%) 0%, hsl(4125.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11031 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4127.36, 100%, 50%) 0%, hsl(4127.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11031 {
background: linear-gradient(to bottom, hsl(4127.36, 100%, 50%) 0%, hsl(4127.36, 100%, 50%) 100%);
}

.bg-SN11031 {
background: linear-gradient(to bottom, hsl(4127.36, 100%, 50%) 0%, hsl(4127.36, 100%, 50%) 100%);
}


#album-music-playedSN11031 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4129.36, 100%, 50%) 0%, hsl(4129.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11032 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4131.36, 100%, 50%) 0%, hsl(4131.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11032 {
background: linear-gradient(to bottom, hsl(4131.36, 100%, 50%) 0%, hsl(4131.36, 100%, 50%) 100%);
}

.bg-SN11032 {
background: linear-gradient(to bottom, hsl(4131.36, 100%, 50%) 0%, hsl(4131.36, 100%, 50%) 100%);
}


#album-music-playedSN11032 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4133.36, 100%, 50%) 0%, hsl(4133.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11033 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4135.36, 100%, 50%) 0%, hsl(4135.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11033 {
background: linear-gradient(to bottom, hsl(4135.36, 100%, 50%) 0%, hsl(4135.36, 100%, 50%) 100%);
}

.bg-SN11033 {
background: linear-gradient(to bottom, hsl(4135.36, 100%, 50%) 0%, hsl(4135.36, 100%, 50%) 100%);
}


#album-music-playedSN11033 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4137.36, 100%, 50%) 0%, hsl(4137.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11034 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4139.36, 100%, 50%) 0%, hsl(4139.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11034 {
background: linear-gradient(to bottom, hsl(4139.36, 100%, 50%) 0%, hsl(4139.36, 100%, 50%) 100%);
}

.bg-SN11034 {
background: linear-gradient(to bottom, hsl(4139.36, 100%, 50%) 0%, hsl(4139.36, 100%, 50%) 100%);
}


#album-music-playedSN11034 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4141.36, 100%, 50%) 0%, hsl(4141.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11035 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4143.36, 100%, 50%) 0%, hsl(4143.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11035 {
background: linear-gradient(to bottom, hsl(4143.36, 100%, 50%) 0%, hsl(4143.36, 100%, 50%) 100%);
}

.bg-SN11035 {
background: linear-gradient(to bottom, hsl(4143.36, 100%, 50%) 0%, hsl(4143.36, 100%, 50%) 100%);
}


#album-music-playedSN11035 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4145.36, 100%, 50%) 0%, hsl(4145.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11036 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4147.36, 100%, 50%) 0%, hsl(4147.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11036 {
background: linear-gradient(to bottom, hsl(4147.36, 100%, 50%) 0%, hsl(4147.36, 100%, 50%) 100%);
}

.bg-SN11036 {
background: linear-gradient(to bottom, hsl(4147.36, 100%, 50%) 0%, hsl(4147.36, 100%, 50%) 100%);
}


#album-music-playedSN11036 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4149.36, 100%, 50%) 0%, hsl(4149.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11037 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4151.36, 100%, 50%) 0%, hsl(4151.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11037 {
background: linear-gradient(to bottom, hsl(4151.36, 100%, 50%) 0%, hsl(4151.36, 100%, 50%) 100%);
}

.bg-SN11037 {
background: linear-gradient(to bottom, hsl(4151.36, 100%, 50%) 0%, hsl(4151.36, 100%, 50%) 100%);
}


#album-music-playedSN11037 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4153.36, 100%, 50%) 0%, hsl(4153.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11038 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4155.36, 100%, 50%) 0%, hsl(4155.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11038 {
background: linear-gradient(to bottom, hsl(4155.36, 100%, 50%) 0%, hsl(4155.36, 100%, 50%) 100%);
}

.bg-SN11038 {
background: linear-gradient(to bottom, hsl(4155.36, 100%, 50%) 0%, hsl(4155.36, 100%, 50%) 100%);
}


#album-music-playedSN11038 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4157.36, 100%, 50%) 0%, hsl(4157.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11039 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4159.36, 100%, 50%) 0%, hsl(4159.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11039 {
background: linear-gradient(to bottom, hsl(4159.36, 100%, 50%) 0%, hsl(4159.36, 100%, 50%) 100%);
}

.bg-SN11039 {
background: linear-gradient(to bottom, hsl(4159.36, 100%, 50%) 0%, hsl(4159.36, 100%, 50%) 100%);
}


#album-music-playedSN11039 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4161.36, 100%, 50%) 0%, hsl(4161.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11040 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4163.36, 100%, 50%) 0%, hsl(4163.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11040 {
background: linear-gradient(to bottom, hsl(4163.36, 100%, 50%) 0%, hsl(4163.36, 100%, 50%) 100%);
}

.bg-SN11040 {
background: linear-gradient(to bottom, hsl(4163.36, 100%, 50%) 0%, hsl(4163.36, 100%, 50%) 100%);
}


#album-music-playedSN11040 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4165.36, 100%, 50%) 0%, hsl(4165.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11041 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4167.36, 100%, 50%) 0%, hsl(4167.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11041 {
background: linear-gradient(to bottom, hsl(4167.36, 100%, 50%) 0%, hsl(4167.36, 100%, 50%) 100%);
}

.bg-SN11041 {
background: linear-gradient(to bottom, hsl(4167.36, 100%, 50%) 0%, hsl(4167.36, 100%, 50%) 100%);
}


#album-music-playedSN11041 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4169.36, 100%, 50%) 0%, hsl(4169.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11042 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4171.36, 100%, 50%) 0%, hsl(4171.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11042 {
background: linear-gradient(to bottom, hsl(4171.36, 100%, 50%) 0%, hsl(4171.36, 100%, 50%) 100%);
}

.bg-SN11042 {
background: linear-gradient(to bottom, hsl(4171.36, 100%, 50%) 0%, hsl(4171.36, 100%, 50%) 100%);
}


#album-music-playedSN11042 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4173.36, 100%, 50%) 0%, hsl(4173.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11043 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4175.36, 100%, 50%) 0%, hsl(4175.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11043 {
background: linear-gradient(to bottom, hsl(4175.36, 100%, 50%) 0%, hsl(4175.36, 100%, 50%) 100%);
}

.bg-SN11043 {
background: linear-gradient(to bottom, hsl(4175.36, 100%, 50%) 0%, hsl(4175.36, 100%, 50%) 100%);
}


#album-music-playedSN11043 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4177.36, 100%, 50%) 0%, hsl(4177.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11044 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4179.36, 100%, 50%) 0%, hsl(4179.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11044 {
background: linear-gradient(to bottom, hsl(4179.36, 100%, 50%) 0%, hsl(4179.36, 100%, 50%) 100%);
}

.bg-SN11044 {
background: linear-gradient(to bottom, hsl(4179.36, 100%, 50%) 0%, hsl(4179.36, 100%, 50%) 100%);
}


#album-music-playedSN11044 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4181.36, 100%, 50%) 0%, hsl(4181.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11045 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4183.36, 100%, 50%) 0%, hsl(4183.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11045 {
background: linear-gradient(to bottom, hsl(4183.36, 100%, 50%) 0%, hsl(4183.36, 100%, 50%) 100%);
}

.bg-SN11045 {
background: linear-gradient(to bottom, hsl(4183.36, 100%, 50%) 0%, hsl(4183.36, 100%, 50%) 100%);
}


#album-music-playedSN11045 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4185.36, 100%, 50%) 0%, hsl(4185.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11046 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4187.36, 100%, 50%) 0%, hsl(4187.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11046 {
background: linear-gradient(to bottom, hsl(4187.36, 100%, 50%) 0%, hsl(4187.36, 100%, 50%) 100%);
}

.bg-SN11046 {
background: linear-gradient(to bottom, hsl(4187.36, 100%, 50%) 0%, hsl(4187.36, 100%, 50%) 100%);
}


#album-music-playedSN11046 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4189.36, 100%, 50%) 0%, hsl(4189.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11047 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4191.36, 100%, 50%) 0%, hsl(4191.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11047 {
background: linear-gradient(to bottom, hsl(4191.36, 100%, 50%) 0%, hsl(4191.36, 100%, 50%) 100%);
}

.bg-SN11047 {
background: linear-gradient(to bottom, hsl(4191.36, 100%, 50%) 0%, hsl(4191.36, 100%, 50%) 100%);
}


#album-music-playedSN11047 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4193.36, 100%, 50%) 0%, hsl(4193.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11048 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4195.36, 100%, 50%) 0%, hsl(4195.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11048 {
background: linear-gradient(to bottom, hsl(4195.36, 100%, 50%) 0%, hsl(4195.36, 100%, 50%) 100%);
}

.bg-SN11048 {
background: linear-gradient(to bottom, hsl(4195.36, 100%, 50%) 0%, hsl(4195.36, 100%, 50%) 100%);
}


#album-music-playedSN11048 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4197.36, 100%, 50%) 0%, hsl(4197.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11049 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4199.36, 100%, 50%) 0%, hsl(4199.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11049 {
background: linear-gradient(to bottom, hsl(4199.36, 100%, 50%) 0%, hsl(4199.36, 100%, 50%) 100%);
}

.bg-SN11049 {
background: linear-gradient(to bottom, hsl(4199.36, 100%, 50%) 0%, hsl(4199.36, 100%, 50%) 100%);
}


#album-music-playedSN11049 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4201.36, 100%, 50%) 0%, hsl(4201.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11050 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4203.36, 100%, 50%) 0%, hsl(4203.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11050 {
background: linear-gradient(to bottom, hsl(4203.36, 100%, 50%) 0%, hsl(4203.36, 100%, 50%) 100%);
}

.bg-SN11050 {
background: linear-gradient(to bottom, hsl(4203.36, 100%, 50%) 0%, hsl(4203.36, 100%, 50%) 100%);
}


#album-music-playedSN11050 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4205.36, 100%, 50%) 0%, hsl(4205.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11051 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4207.36, 100%, 50%) 0%, hsl(4207.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11051 {
background: linear-gradient(to bottom, hsl(4207.36, 100%, 50%) 0%, hsl(4207.36, 100%, 50%) 100%);
}

.bg-SN11051 {
background: linear-gradient(to bottom, hsl(4207.36, 100%, 50%) 0%, hsl(4207.36, 100%, 50%) 100%);
}


#album-music-playedSN11051 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4209.36, 100%, 50%) 0%, hsl(4209.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11052 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4211.36, 100%, 50%) 0%, hsl(4211.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11052 {
background: linear-gradient(to bottom, hsl(4211.36, 100%, 50%) 0%, hsl(4211.36, 100%, 50%) 100%);
}

.bg-SN11052 {
background: linear-gradient(to bottom, hsl(4211.36, 100%, 50%) 0%, hsl(4211.36, 100%, 50%) 100%);
}


#album-music-playedSN11052 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4213.36, 100%, 50%) 0%, hsl(4213.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11053 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4215.36, 100%, 50%) 0%, hsl(4215.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11053 {
background: linear-gradient(to bottom, hsl(4215.36, 100%, 50%) 0%, hsl(4215.36, 100%, 50%) 100%);
}

.bg-SN11053 {
background: linear-gradient(to bottom, hsl(4215.36, 100%, 50%) 0%, hsl(4215.36, 100%, 50%) 100%);
}


#album-music-playedSN11053 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4217.36, 100%, 50%) 0%, hsl(4217.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11054 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4219.36, 100%, 50%) 0%, hsl(4219.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11054 {
background: linear-gradient(to bottom, hsl(4219.36, 100%, 50%) 0%, hsl(4219.36, 100%, 50%) 100%);
}

.bg-SN11054 {
background: linear-gradient(to bottom, hsl(4219.36, 100%, 50%) 0%, hsl(4219.36, 100%, 50%) 100%);
}


#album-music-playedSN11054 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4221.36, 100%, 50%) 0%, hsl(4221.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11055 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4223.36, 100%, 50%) 0%, hsl(4223.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11055 {
background: linear-gradient(to bottom, hsl(4223.36, 100%, 50%) 0%, hsl(4223.36, 100%, 50%) 100%);
}

.bg-SN11055 {
background: linear-gradient(to bottom, hsl(4223.36, 100%, 50%) 0%, hsl(4223.36, 100%, 50%) 100%);
}


#album-music-playedSN11055 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4225.36, 100%, 50%) 0%, hsl(4225.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11056 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4227.36, 100%, 50%) 0%, hsl(4227.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11056 {
background: linear-gradient(to bottom, hsl(4227.36, 100%, 50%) 0%, hsl(4227.36, 100%, 50%) 100%);
}

.bg-SN11056 {
background: linear-gradient(to bottom, hsl(4227.36, 100%, 50%) 0%, hsl(4227.36, 100%, 50%) 100%);
}


#album-music-playedSN11056 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4229.36, 100%, 50%) 0%, hsl(4229.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11057 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4231.36, 100%, 50%) 0%, hsl(4231.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11057 {
background: linear-gradient(to bottom, hsl(4231.36, 100%, 50%) 0%, hsl(4231.36, 100%, 50%) 100%);
}

.bg-SN11057 {
background: linear-gradient(to bottom, hsl(4231.36, 100%, 50%) 0%, hsl(4231.36, 100%, 50%) 100%);
}


#album-music-playedSN11057 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4233.36, 100%, 50%) 0%, hsl(4233.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11058 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4235.36, 100%, 50%) 0%, hsl(4235.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11058 {
background: linear-gradient(to bottom, hsl(4235.36, 100%, 50%) 0%, hsl(4235.36, 100%, 50%) 100%);
}

.bg-SN11058 {
background: linear-gradient(to bottom, hsl(4235.36, 100%, 50%) 0%, hsl(4235.36, 100%, 50%) 100%);
}


#album-music-playedSN11058 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4237.36, 100%, 50%) 0%, hsl(4237.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11059 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4239.36, 100%, 50%) 0%, hsl(4239.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11059 {
background: linear-gradient(to bottom, hsl(4239.36, 100%, 50%) 0%, hsl(4239.36, 100%, 50%) 100%);
}

.bg-SN11059 {
background: linear-gradient(to bottom, hsl(4239.36, 100%, 50%) 0%, hsl(4239.36, 100%, 50%) 100%);
}


#album-music-playedSN11059 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4241.36, 100%, 50%) 0%, hsl(4241.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11060 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4243.36, 100%, 50%) 0%, hsl(4243.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11060 {
background: linear-gradient(to bottom, hsl(4243.36, 100%, 50%) 0%, hsl(4243.36, 100%, 50%) 100%);
}

.bg-SN11060 {
background: linear-gradient(to bottom, hsl(4243.36, 100%, 50%) 0%, hsl(4243.36, 100%, 50%) 100%);
}


#album-music-playedSN11060 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4245.36, 100%, 50%) 0%, hsl(4245.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11061 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4247.36, 100%, 50%) 0%, hsl(4247.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11061 {
background: linear-gradient(to bottom, hsl(4247.36, 100%, 50%) 0%, hsl(4247.36, 100%, 50%) 100%);
}

.bg-SN11061 {
background: linear-gradient(to bottom, hsl(4247.36, 100%, 50%) 0%, hsl(4247.36, 100%, 50%) 100%);
}


#album-music-playedSN11061 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4249.36, 100%, 50%) 0%, hsl(4249.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11062 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4251.36, 100%, 50%) 0%, hsl(4251.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11062 {
background: linear-gradient(to bottom, hsl(4251.36, 100%, 50%) 0%, hsl(4251.36, 100%, 50%) 100%);
}

.bg-SN11062 {
background: linear-gradient(to bottom, hsl(4251.36, 100%, 50%) 0%, hsl(4251.36, 100%, 50%) 100%);
}


#album-music-playedSN11062 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4253.36, 100%, 50%) 0%, hsl(4253.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11063 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4255.36, 100%, 50%) 0%, hsl(4255.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11063 {
background: linear-gradient(to bottom, hsl(4255.36, 100%, 50%) 0%, hsl(4255.36, 100%, 50%) 100%);
}

.bg-SN11063 {
background: linear-gradient(to bottom, hsl(4255.36, 100%, 50%) 0%, hsl(4255.36, 100%, 50%) 100%);
}


#album-music-playedSN11063 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4257.36, 100%, 50%) 0%, hsl(4257.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11064 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4259.36, 100%, 50%) 0%, hsl(4259.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11064 {
background: linear-gradient(to bottom, hsl(4259.36, 100%, 50%) 0%, hsl(4259.36, 100%, 50%) 100%);
}

.bg-SN11064 {
background: linear-gradient(to bottom, hsl(4259.36, 100%, 50%) 0%, hsl(4259.36, 100%, 50%) 100%);
}


#album-music-playedSN11064 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4261.36, 100%, 50%) 0%, hsl(4261.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11065 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4263.36, 100%, 50%) 0%, hsl(4263.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11065 {
background: linear-gradient(to bottom, hsl(4263.36, 100%, 50%) 0%, hsl(4263.36, 100%, 50%) 100%);
}

.bg-SN11065 {
background: linear-gradient(to bottom, hsl(4263.36, 100%, 50%) 0%, hsl(4263.36, 100%, 50%) 100%);
}


#album-music-playedSN11065 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4265.36, 100%, 50%) 0%, hsl(4265.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11066 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4267.36, 100%, 50%) 0%, hsl(4267.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11066 {
background: linear-gradient(to bottom, hsl(4267.36, 100%, 50%) 0%, hsl(4267.36, 100%, 50%) 100%);
}

.bg-SN11066 {
background: linear-gradient(to bottom, hsl(4267.36, 100%, 50%) 0%, hsl(4267.36, 100%, 50%) 100%);
}


#album-music-playedSN11066 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4269.36, 100%, 50%) 0%, hsl(4269.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11067 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4271.36, 100%, 50%) 0%, hsl(4271.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11067 {
background: linear-gradient(to bottom, hsl(4271.36, 100%, 50%) 0%, hsl(4271.36, 100%, 50%) 100%);
}

.bg-SN11067 {
background: linear-gradient(to bottom, hsl(4271.36, 100%, 50%) 0%, hsl(4271.36, 100%, 50%) 100%);
}


#album-music-playedSN11067 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4273.36, 100%, 50%) 0%, hsl(4273.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11068 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4275.36, 100%, 50%) 0%, hsl(4275.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11068 {
background: linear-gradient(to bottom, hsl(4275.36, 100%, 50%) 0%, hsl(4275.36, 100%, 50%) 100%);
}

.bg-SN11068 {
background: linear-gradient(to bottom, hsl(4275.36, 100%, 50%) 0%, hsl(4275.36, 100%, 50%) 100%);
}


#album-music-playedSN11068 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4277.36, 100%, 50%) 0%, hsl(4277.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11069 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4279.36, 100%, 50%) 0%, hsl(4279.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11069 {
background: linear-gradient(to bottom, hsl(4279.36, 100%, 50%) 0%, hsl(4279.36, 100%, 50%) 100%);
}

.bg-SN11069 {
background: linear-gradient(to bottom, hsl(4279.36, 100%, 50%) 0%, hsl(4279.36, 100%, 50%) 100%);
}


#album-music-playedSN11069 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4281.36, 100%, 50%) 0%, hsl(4281.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11070 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4283.36, 100%, 50%) 0%, hsl(4283.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11070 {
background: linear-gradient(to bottom, hsl(4283.36, 100%, 50%) 0%, hsl(4283.36, 100%, 50%) 100%);
}

.bg-SN11070 {
background: linear-gradient(to bottom, hsl(4283.36, 100%, 50%) 0%, hsl(4283.36, 100%, 50%) 100%);
}


#album-music-playedSN11070 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4285.36, 100%, 50%) 0%, hsl(4285.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11071 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4287.36, 100%, 50%) 0%, hsl(4287.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11071 {
background: linear-gradient(to bottom, hsl(4287.36, 100%, 50%) 0%, hsl(4287.36, 100%, 50%) 100%);
}

.bg-SN11071 {
background: linear-gradient(to bottom, hsl(4287.36, 100%, 50%) 0%, hsl(4287.36, 100%, 50%) 100%);
}


#album-music-playedSN11071 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4289.36, 100%, 50%) 0%, hsl(4289.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11072 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4291.36, 100%, 50%) 0%, hsl(4291.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11072 {
background: linear-gradient(to bottom, hsl(4291.36, 100%, 50%) 0%, hsl(4291.36, 100%, 50%) 100%);
}

.bg-SN11072 {
background: linear-gradient(to bottom, hsl(4291.36, 100%, 50%) 0%, hsl(4291.36, 100%, 50%) 100%);
}


#album-music-playedSN11072 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4293.36, 100%, 50%) 0%, hsl(4293.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11073 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4295.36, 100%, 50%) 0%, hsl(4295.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11073 {
background: linear-gradient(to bottom, hsl(4295.36, 100%, 50%) 0%, hsl(4295.36, 100%, 50%) 100%);
}

.bg-SN11073 {
background: linear-gradient(to bottom, hsl(4295.36, 100%, 50%) 0%, hsl(4295.36, 100%, 50%) 100%);
}


#album-music-playedSN11073 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4297.36, 100%, 50%) 0%, hsl(4297.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11074 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4299.36, 100%, 50%) 0%, hsl(4299.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11074 {
background: linear-gradient(to bottom, hsl(4299.36, 100%, 50%) 0%, hsl(4299.36, 100%, 50%) 100%);
}

.bg-SN11074 {
background: linear-gradient(to bottom, hsl(4299.36, 100%, 50%) 0%, hsl(4299.36, 100%, 50%) 100%);
}


#album-music-playedSN11074 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4301.36, 100%, 50%) 0%, hsl(4301.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11075 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4303.36, 100%, 50%) 0%, hsl(4303.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11075 {
background: linear-gradient(to bottom, hsl(4303.36, 100%, 50%) 0%, hsl(4303.36, 100%, 50%) 100%);
}

.bg-SN11075 {
background: linear-gradient(to bottom, hsl(4303.36, 100%, 50%) 0%, hsl(4303.36, 100%, 50%) 100%);
}


#album-music-playedSN11075 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4305.36, 100%, 50%) 0%, hsl(4305.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11076 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4307.36, 100%, 50%) 0%, hsl(4307.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11076 {
background: linear-gradient(to bottom, hsl(4307.36, 100%, 50%) 0%, hsl(4307.36, 100%, 50%) 100%);
}

.bg-SN11076 {
background: linear-gradient(to bottom, hsl(4307.36, 100%, 50%) 0%, hsl(4307.36, 100%, 50%) 100%);
}


#album-music-playedSN11076 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4309.36, 100%, 50%) 0%, hsl(4309.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11077 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4311.36, 100%, 50%) 0%, hsl(4311.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11077 {
background: linear-gradient(to bottom, hsl(4311.36, 100%, 50%) 0%, hsl(4311.36, 100%, 50%) 100%);
}

.bg-SN11077 {
background: linear-gradient(to bottom, hsl(4311.36, 100%, 50%) 0%, hsl(4311.36, 100%, 50%) 100%);
}


#album-music-playedSN11077 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4313.36, 100%, 50%) 0%, hsl(4313.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11078 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4315.36, 100%, 50%) 0%, hsl(4315.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11078 {
background: linear-gradient(to bottom, hsl(4315.36, 100%, 50%) 0%, hsl(4315.36, 100%, 50%) 100%);
}

.bg-SN11078 {
background: linear-gradient(to bottom, hsl(4315.36, 100%, 50%) 0%, hsl(4315.36, 100%, 50%) 100%);
}


#album-music-playedSN11078 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4317.36, 100%, 50%) 0%, hsl(4317.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11079 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4319.36, 100%, 50%) 0%, hsl(4319.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11079 {
background: linear-gradient(to bottom, hsl(4319.36, 100%, 50%) 0%, hsl(4319.36, 100%, 50%) 100%);
}

.bg-SN11079 {
background: linear-gradient(to bottom, hsl(4319.36, 100%, 50%) 0%, hsl(4319.36, 100%, 50%) 100%);
}


#album-music-playedSN11079 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4321.36, 100%, 50%) 0%, hsl(4321.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11080 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4323.36, 100%, 50%) 0%, hsl(4323.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11080 {
background: linear-gradient(to bottom, hsl(4323.36, 100%, 50%) 0%, hsl(4323.36, 100%, 50%) 100%);
}

.bg-SN11080 {
background: linear-gradient(to bottom, hsl(4323.36, 100%, 50%) 0%, hsl(4323.36, 100%, 50%) 100%);
}


#album-music-playedSN11080 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4325.36, 100%, 50%) 0%, hsl(4325.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11081 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4327.36, 100%, 50%) 0%, hsl(4327.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11081 {
background: linear-gradient(to bottom, hsl(4327.36, 100%, 50%) 0%, hsl(4327.36, 100%, 50%) 100%);
}

.bg-SN11081 {
background: linear-gradient(to bottom, hsl(4327.36, 100%, 50%) 0%, hsl(4327.36, 100%, 50%) 100%);
}


#album-music-playedSN11081 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4329.36, 100%, 50%) 0%, hsl(4329.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11082 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4331.36, 100%, 50%) 0%, hsl(4331.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11082 {
background: linear-gradient(to bottom, hsl(4331.36, 100%, 50%) 0%, hsl(4331.36, 100%, 50%) 100%);
}

.bg-SN11082 {
background: linear-gradient(to bottom, hsl(4331.36, 100%, 50%) 0%, hsl(4331.36, 100%, 50%) 100%);
}


#album-music-playedSN11082 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4333.36, 100%, 50%) 0%, hsl(4333.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11083 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4335.36, 100%, 50%) 0%, hsl(4335.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11083 {
background: linear-gradient(to bottom, hsl(4335.36, 100%, 50%) 0%, hsl(4335.36, 100%, 50%) 100%);
}

.bg-SN11083 {
background: linear-gradient(to bottom, hsl(4335.36, 100%, 50%) 0%, hsl(4335.36, 100%, 50%) 100%);
}


#album-music-playedSN11083 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4337.36, 100%, 50%) 0%, hsl(4337.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11084 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4339.36, 100%, 50%) 0%, hsl(4339.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11084 {
background: linear-gradient(to bottom, hsl(4339.36, 100%, 50%) 0%, hsl(4339.36, 100%, 50%) 100%);
}

.bg-SN11084 {
background: linear-gradient(to bottom, hsl(4339.36, 100%, 50%) 0%, hsl(4339.36, 100%, 50%) 100%);
}


#album-music-playedSN11084 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4341.36, 100%, 50%) 0%, hsl(4341.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11085 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4343.36, 100%, 50%) 0%, hsl(4343.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11085 {
background: linear-gradient(to bottom, hsl(4343.36, 100%, 50%) 0%, hsl(4343.36, 100%, 50%) 100%);
}

.bg-SN11085 {
background: linear-gradient(to bottom, hsl(4343.36, 100%, 50%) 0%, hsl(4343.36, 100%, 50%) 100%);
}


#album-music-playedSN11085 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4345.36, 100%, 50%) 0%, hsl(4345.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11086 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4347.36, 100%, 50%) 0%, hsl(4347.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11086 {
background: linear-gradient(to bottom, hsl(4347.36, 100%, 50%) 0%, hsl(4347.36, 100%, 50%) 100%);
}

.bg-SN11086 {
background: linear-gradient(to bottom, hsl(4347.36, 100%, 50%) 0%, hsl(4347.36, 100%, 50%) 100%);
}


#album-music-playedSN11086 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4349.36, 100%, 50%) 0%, hsl(4349.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11087 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4351.36, 100%, 50%) 0%, hsl(4351.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11087 {
background: linear-gradient(to bottom, hsl(4351.36, 100%, 50%) 0%, hsl(4351.36, 100%, 50%) 100%);
}

.bg-SN11087 {
background: linear-gradient(to bottom, hsl(4351.36, 100%, 50%) 0%, hsl(4351.36, 100%, 50%) 100%);
}


#album-music-playedSN11087 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4353.36, 100%, 50%) 0%, hsl(4353.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11088 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4355.36, 100%, 50%) 0%, hsl(4355.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11088 {
background: linear-gradient(to bottom, hsl(4355.36, 100%, 50%) 0%, hsl(4355.36, 100%, 50%) 100%);
}

.bg-SN11088 {
background: linear-gradient(to bottom, hsl(4355.36, 100%, 50%) 0%, hsl(4355.36, 100%, 50%) 100%);
}


#album-music-playedSN11088 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4357.36, 100%, 50%) 0%, hsl(4357.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11089 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4359.36, 100%, 50%) 0%, hsl(4359.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11089 {
background: linear-gradient(to bottom, hsl(4359.36, 100%, 50%) 0%, hsl(4359.36, 100%, 50%) 100%);
}

.bg-SN11089 {
background: linear-gradient(to bottom, hsl(4359.36, 100%, 50%) 0%, hsl(4359.36, 100%, 50%) 100%);
}


#album-music-playedSN11089 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4361.36, 100%, 50%) 0%, hsl(4361.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11090 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4363.36, 100%, 50%) 0%, hsl(4363.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11090 {
background: linear-gradient(to bottom, hsl(4363.36, 100%, 50%) 0%, hsl(4363.36, 100%, 50%) 100%);
}

.bg-SN11090 {
background: linear-gradient(to bottom, hsl(4363.36, 100%, 50%) 0%, hsl(4363.36, 100%, 50%) 100%);
}


#album-music-playedSN11090 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4365.36, 100%, 50%) 0%, hsl(4365.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11091 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4367.36, 100%, 50%) 0%, hsl(4367.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11091 {
background: linear-gradient(to bottom, hsl(4367.36, 100%, 50%) 0%, hsl(4367.36, 100%, 50%) 100%);
}

.bg-SN11091 {
background: linear-gradient(to bottom, hsl(4367.36, 100%, 50%) 0%, hsl(4367.36, 100%, 50%) 100%);
}


#album-music-playedSN11091 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4369.36, 100%, 50%) 0%, hsl(4369.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11092 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4371.36, 100%, 50%) 0%, hsl(4371.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11092 {
background: linear-gradient(to bottom, hsl(4371.36, 100%, 50%) 0%, hsl(4371.36, 100%, 50%) 100%);
}

.bg-SN11092 {
background: linear-gradient(to bottom, hsl(4371.36, 100%, 50%) 0%, hsl(4371.36, 100%, 50%) 100%);
}


#album-music-playedSN11092 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4373.36, 100%, 50%) 0%, hsl(4373.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11093 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4375.36, 100%, 50%) 0%, hsl(4375.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11093 {
background: linear-gradient(to bottom, hsl(4375.36, 100%, 50%) 0%, hsl(4375.36, 100%, 50%) 100%);
}

.bg-SN11093 {
background: linear-gradient(to bottom, hsl(4375.36, 100%, 50%) 0%, hsl(4375.36, 100%, 50%) 100%);
}


#album-music-playedSN11093 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4377.36, 100%, 50%) 0%, hsl(4377.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11094 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4379.36, 100%, 50%) 0%, hsl(4379.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11094 {
background: linear-gradient(to bottom, hsl(4379.36, 100%, 50%) 0%, hsl(4379.36, 100%, 50%) 100%);
}

.bg-SN11094 {
background: linear-gradient(to bottom, hsl(4379.36, 100%, 50%) 0%, hsl(4379.36, 100%, 50%) 100%);
}


#album-music-playedSN11094 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4381.36, 100%, 50%) 0%, hsl(4381.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11095 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4383.36, 100%, 50%) 0%, hsl(4383.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11095 {
background: linear-gradient(to bottom, hsl(4383.36, 100%, 50%) 0%, hsl(4383.36, 100%, 50%) 100%);
}

.bg-SN11095 {
background: linear-gradient(to bottom, hsl(4383.36, 100%, 50%) 0%, hsl(4383.36, 100%, 50%) 100%);
}


#album-music-playedSN11095 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4385.36, 100%, 50%) 0%, hsl(4385.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11096 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4387.36, 100%, 50%) 0%, hsl(4387.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11096 {
background: linear-gradient(to bottom, hsl(4387.36, 100%, 50%) 0%, hsl(4387.36, 100%, 50%) 100%);
}

.bg-SN11096 {
background: linear-gradient(to bottom, hsl(4387.36, 100%, 50%) 0%, hsl(4387.36, 100%, 50%) 100%);
}


#album-music-playedSN11096 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4389.36, 100%, 50%) 0%, hsl(4389.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11097 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4391.36, 100%, 50%) 0%, hsl(4391.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11097 {
background: linear-gradient(to bottom, hsl(4391.36, 100%, 50%) 0%, hsl(4391.36, 100%, 50%) 100%);
}

.bg-SN11097 {
background: linear-gradient(to bottom, hsl(4391.36, 100%, 50%) 0%, hsl(4391.36, 100%, 50%) 100%);
}


#album-music-playedSN11097 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4393.36, 100%, 50%) 0%, hsl(4393.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11098 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4395.36, 100%, 50%) 0%, hsl(4395.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11098 {
background: linear-gradient(to bottom, hsl(4395.36, 100%, 50%) 0%, hsl(4395.36, 100%, 50%) 100%);
}

.bg-SN11098 {
background: linear-gradient(to bottom, hsl(4395.36, 100%, 50%) 0%, hsl(4395.36, 100%, 50%) 100%);
}


#album-music-playedSN11098 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4397.36, 100%, 50%) 0%, hsl(4397.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11099 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4399.36, 100%, 50%) 0%, hsl(4399.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11099 {
background: linear-gradient(to bottom, hsl(4399.36, 100%, 50%) 0%, hsl(4399.36, 100%, 50%) 100%);
}

.bg-SN11099 {
background: linear-gradient(to bottom, hsl(4399.36, 100%, 50%) 0%, hsl(4399.36, 100%, 50%) 100%);
}


#album-music-playedSN11099 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4401.36, 100%, 50%) 0%, hsl(4401.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11100 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4403.36, 100%, 50%) 0%, hsl(4403.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11100 {
background: linear-gradient(to bottom, hsl(4403.36, 100%, 50%) 0%, hsl(4403.36, 100%, 50%) 100%);
}

.bg-SN11100 {
background: linear-gradient(to bottom, hsl(4403.36, 100%, 50%) 0%, hsl(4403.36, 100%, 50%) 100%);
}


#album-music-playedSN11100 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4405.36, 100%, 50%) 0%, hsl(4405.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11101 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4407.36, 100%, 50%) 0%, hsl(4407.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11101 {
background: linear-gradient(to bottom, hsl(4407.36, 100%, 50%) 0%, hsl(4407.36, 100%, 50%) 100%);
}

.bg-SN11101 {
background: linear-gradient(to bottom, hsl(4407.36, 100%, 50%) 0%, hsl(4407.36, 100%, 50%) 100%);
}


#album-music-playedSN11101 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4409.36, 100%, 50%) 0%, hsl(4409.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11102 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4411.36, 100%, 50%) 0%, hsl(4411.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11102 {
background: linear-gradient(to bottom, hsl(4411.36, 100%, 50%) 0%, hsl(4411.36, 100%, 50%) 100%);
}

.bg-SN11102 {
background: linear-gradient(to bottom, hsl(4411.36, 100%, 50%) 0%, hsl(4411.36, 100%, 50%) 100%);
}


#album-music-playedSN11102 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4413.36, 100%, 50%) 0%, hsl(4413.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11103 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4415.36, 100%, 50%) 0%, hsl(4415.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11103 {
background: linear-gradient(to bottom, hsl(4415.36, 100%, 50%) 0%, hsl(4415.36, 100%, 50%) 100%);
}

.bg-SN11103 {
background: linear-gradient(to bottom, hsl(4415.36, 100%, 50%) 0%, hsl(4415.36, 100%, 50%) 100%);
}


#album-music-playedSN11103 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4417.36, 100%, 50%) 0%, hsl(4417.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11104 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4419.36, 100%, 50%) 0%, hsl(4419.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11104 {
background: linear-gradient(to bottom, hsl(4419.36, 100%, 50%) 0%, hsl(4419.36, 100%, 50%) 100%);
}

.bg-SN11104 {
background: linear-gradient(to bottom, hsl(4419.36, 100%, 50%) 0%, hsl(4419.36, 100%, 50%) 100%);
}


#album-music-playedSN11104 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4421.36, 100%, 50%) 0%, hsl(4421.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11105 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4423.36, 100%, 50%) 0%, hsl(4423.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11105 {
background: linear-gradient(to bottom, hsl(4423.36, 100%, 50%) 0%, hsl(4423.36, 100%, 50%) 100%);
}

.bg-SN11105 {
background: linear-gradient(to bottom, hsl(4423.36, 100%, 50%) 0%, hsl(4423.36, 100%, 50%) 100%);
}


#album-music-playedSN11105 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4425.36, 100%, 50%) 0%, hsl(4425.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11106 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4427.36, 100%, 50%) 0%, hsl(4427.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11106 {
background: linear-gradient(to bottom, hsl(4427.36, 100%, 50%) 0%, hsl(4427.36, 100%, 50%) 100%);
}

.bg-SN11106 {
background: linear-gradient(to bottom, hsl(4427.36, 100%, 50%) 0%, hsl(4427.36, 100%, 50%) 100%);
}


#album-music-playedSN11106 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4429.36, 100%, 50%) 0%, hsl(4429.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11107 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4431.36, 100%, 50%) 0%, hsl(4431.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11107 {
background: linear-gradient(to bottom, hsl(4431.36, 100%, 50%) 0%, hsl(4431.36, 100%, 50%) 100%);
}

.bg-SN11107 {
background: linear-gradient(to bottom, hsl(4431.36, 100%, 50%) 0%, hsl(4431.36, 100%, 50%) 100%);
}


#album-music-playedSN11107 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4433.36, 100%, 50%) 0%, hsl(4433.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11108 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4435.36, 100%, 50%) 0%, hsl(4435.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11108 {
background: linear-gradient(to bottom, hsl(4435.36, 100%, 50%) 0%, hsl(4435.36, 100%, 50%) 100%);
}

.bg-SN11108 {
background: linear-gradient(to bottom, hsl(4435.36, 100%, 50%) 0%, hsl(4435.36, 100%, 50%) 100%);
}


#album-music-playedSN11108 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4437.36, 100%, 50%) 0%, hsl(4437.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11109 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4439.36, 100%, 50%) 0%, hsl(4439.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11109 {
background: linear-gradient(to bottom, hsl(4439.36, 100%, 50%) 0%, hsl(4439.36, 100%, 50%) 100%);
}

.bg-SN11109 {
background: linear-gradient(to bottom, hsl(4439.36, 100%, 50%) 0%, hsl(4439.36, 100%, 50%) 100%);
}


#album-music-playedSN11109 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4441.36, 100%, 50%) 0%, hsl(4441.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11110 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4443.36, 100%, 50%) 0%, hsl(4443.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11110 {
background: linear-gradient(to bottom, hsl(4443.36, 100%, 50%) 0%, hsl(4443.36, 100%, 50%) 100%);
}

.bg-SN11110 {
background: linear-gradient(to bottom, hsl(4443.36, 100%, 50%) 0%, hsl(4443.36, 100%, 50%) 100%);
}


#album-music-playedSN11110 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4445.36, 100%, 50%) 0%, hsl(4445.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11111 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4447.36, 100%, 50%) 0%, hsl(4447.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11111 {
background: linear-gradient(to bottom, hsl(4447.36, 100%, 50%) 0%, hsl(4447.36, 100%, 50%) 100%);
}

.bg-SN11111 {
background: linear-gradient(to bottom, hsl(4447.36, 100%, 50%) 0%, hsl(4447.36, 100%, 50%) 100%);
}


#album-music-playedSN11111 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4449.36, 100%, 50%) 0%, hsl(4449.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11112 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4451.36, 100%, 50%) 0%, hsl(4451.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11112 {
background: linear-gradient(to bottom, hsl(4451.36, 100%, 50%) 0%, hsl(4451.36, 100%, 50%) 100%);
}

.bg-SN11112 {
background: linear-gradient(to bottom, hsl(4451.36, 100%, 50%) 0%, hsl(4451.36, 100%, 50%) 100%);
}


#album-music-playedSN11112 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4453.36, 100%, 50%) 0%, hsl(4453.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11113 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4455.36, 100%, 50%) 0%, hsl(4455.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11113 {
background: linear-gradient(to bottom, hsl(4455.36, 100%, 50%) 0%, hsl(4455.36, 100%, 50%) 100%);
}

.bg-SN11113 {
background: linear-gradient(to bottom, hsl(4455.36, 100%, 50%) 0%, hsl(4455.36, 100%, 50%) 100%);
}


#album-music-playedSN11113 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4457.36, 100%, 50%) 0%, hsl(4457.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11114 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4459.36, 100%, 50%) 0%, hsl(4459.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11114 {
background: linear-gradient(to bottom, hsl(4459.36, 100%, 50%) 0%, hsl(4459.36, 100%, 50%) 100%);
}

.bg-SN11114 {
background: linear-gradient(to bottom, hsl(4459.36, 100%, 50%) 0%, hsl(4459.36, 100%, 50%) 100%);
}


#album-music-playedSN11114 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4461.36, 100%, 50%) 0%, hsl(4461.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11115 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4463.36, 100%, 50%) 0%, hsl(4463.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11115 {
background: linear-gradient(to bottom, hsl(4463.36, 100%, 50%) 0%, hsl(4463.36, 100%, 50%) 100%);
}

.bg-SN11115 {
background: linear-gradient(to bottom, hsl(4463.36, 100%, 50%) 0%, hsl(4463.36, 100%, 50%) 100%);
}


#album-music-playedSN11115 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4465.36, 100%, 50%) 0%, hsl(4465.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11116 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4467.36, 100%, 50%) 0%, hsl(4467.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11116 {
background: linear-gradient(to bottom, hsl(4467.36, 100%, 50%) 0%, hsl(4467.36, 100%, 50%) 100%);
}

.bg-SN11116 {
background: linear-gradient(to bottom, hsl(4467.36, 100%, 50%) 0%, hsl(4467.36, 100%, 50%) 100%);
}


#album-music-playedSN11116 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4469.36, 100%, 50%) 0%, hsl(4469.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11117 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4471.36, 100%, 50%) 0%, hsl(4471.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11117 {
background: linear-gradient(to bottom, hsl(4471.36, 100%, 50%) 0%, hsl(4471.36, 100%, 50%) 100%);
}

.bg-SN11117 {
background: linear-gradient(to bottom, hsl(4471.36, 100%, 50%) 0%, hsl(4471.36, 100%, 50%) 100%);
}


#album-music-playedSN11117 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4473.36, 100%, 50%) 0%, hsl(4473.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11118 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4475.36, 100%, 50%) 0%, hsl(4475.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11118 {
background: linear-gradient(to bottom, hsl(4475.36, 100%, 50%) 0%, hsl(4475.36, 100%, 50%) 100%);
}

.bg-SN11118 {
background: linear-gradient(to bottom, hsl(4475.36, 100%, 50%) 0%, hsl(4475.36, 100%, 50%) 100%);
}


#album-music-playedSN11118 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4477.36, 100%, 50%) 0%, hsl(4477.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11119 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4479.36, 100%, 50%) 0%, hsl(4479.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11119 {
background: linear-gradient(to bottom, hsl(4479.36, 100%, 50%) 0%, hsl(4479.36, 100%, 50%) 100%);
}

.bg-SN11119 {
background: linear-gradient(to bottom, hsl(4479.36, 100%, 50%) 0%, hsl(4479.36, 100%, 50%) 100%);
}


#album-music-playedSN11119 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4481.36, 100%, 50%) 0%, hsl(4481.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11120 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4483.36, 100%, 50%) 0%, hsl(4483.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11120 {
background: linear-gradient(to bottom, hsl(4483.36, 100%, 50%) 0%, hsl(4483.36, 100%, 50%) 100%);
}

.bg-SN11120 {
background: linear-gradient(to bottom, hsl(4483.36, 100%, 50%) 0%, hsl(4483.36, 100%, 50%) 100%);
}


#album-music-playedSN11120 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4485.36, 100%, 50%) 0%, hsl(4485.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11121 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4487.36, 100%, 50%) 0%, hsl(4487.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11121 {
background: linear-gradient(to bottom, hsl(4487.36, 100%, 50%) 0%, hsl(4487.36, 100%, 50%) 100%);
}

.bg-SN11121 {
background: linear-gradient(to bottom, hsl(4487.36, 100%, 50%) 0%, hsl(4487.36, 100%, 50%) 100%);
}


#album-music-playedSN11121 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4489.36, 100%, 50%) 0%, hsl(4489.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11122 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4491.36, 100%, 50%) 0%, hsl(4491.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11122 {
background: linear-gradient(to bottom, hsl(4491.36, 100%, 50%) 0%, hsl(4491.36, 100%, 50%) 100%);
}

.bg-SN11122 {
background: linear-gradient(to bottom, hsl(4491.36, 100%, 50%) 0%, hsl(4491.36, 100%, 50%) 100%);
}


#album-music-playedSN11122 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4493.36, 100%, 50%) 0%, hsl(4493.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11123 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4495.36, 100%, 50%) 0%, hsl(4495.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11123 {
background: linear-gradient(to bottom, hsl(4495.36, 100%, 50%) 0%, hsl(4495.36, 100%, 50%) 100%);
}

.bg-SN11123 {
background: linear-gradient(to bottom, hsl(4495.36, 100%, 50%) 0%, hsl(4495.36, 100%, 50%) 100%);
}


#album-music-playedSN11123 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4497.36, 100%, 50%) 0%, hsl(4497.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11124 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4499.36, 100%, 50%) 0%, hsl(4499.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11124 {
background: linear-gradient(to bottom, hsl(4499.36, 100%, 50%) 0%, hsl(4499.36, 100%, 50%) 100%);
}

.bg-SN11124 {
background: linear-gradient(to bottom, hsl(4499.36, 100%, 50%) 0%, hsl(4499.36, 100%, 50%) 100%);
}


#album-music-playedSN11124 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4501.36, 100%, 50%) 0%, hsl(4501.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11125 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4503.36, 100%, 50%) 0%, hsl(4503.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11125 {
background: linear-gradient(to bottom, hsl(4503.36, 100%, 50%) 0%, hsl(4503.36, 100%, 50%) 100%);
}

.bg-SN11125 {
background: linear-gradient(to bottom, hsl(4503.36, 100%, 50%) 0%, hsl(4503.36, 100%, 50%) 100%);
}


#album-music-playedSN11125 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4505.36, 100%, 50%) 0%, hsl(4505.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11126 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4507.36, 100%, 50%) 0%, hsl(4507.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11126 {
background: linear-gradient(to bottom, hsl(4507.36, 100%, 50%) 0%, hsl(4507.36, 100%, 50%) 100%);
}

.bg-SN11126 {
background: linear-gradient(to bottom, hsl(4507.36, 100%, 50%) 0%, hsl(4507.36, 100%, 50%) 100%);
}


#album-music-playedSN11126 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4509.36, 100%, 50%) 0%, hsl(4509.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11127 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4511.36, 100%, 50%) 0%, hsl(4511.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11127 {
background: linear-gradient(to bottom, hsl(4511.36, 100%, 50%) 0%, hsl(4511.36, 100%, 50%) 100%);
}

.bg-SN11127 {
background: linear-gradient(to bottom, hsl(4511.36, 100%, 50%) 0%, hsl(4511.36, 100%, 50%) 100%);
}


#album-music-playedSN11127 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4513.36, 100%, 50%) 0%, hsl(4513.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11128 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4515.36, 100%, 50%) 0%, hsl(4515.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11128 {
background: linear-gradient(to bottom, hsl(4515.36, 100%, 50%) 0%, hsl(4515.36, 100%, 50%) 100%);
}

.bg-SN11128 {
background: linear-gradient(to bottom, hsl(4515.36, 100%, 50%) 0%, hsl(4515.36, 100%, 50%) 100%);
}


#album-music-playedSN11128 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4517.36, 100%, 50%) 0%, hsl(4517.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11129 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4519.36, 100%, 50%) 0%, hsl(4519.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11129 {
background: linear-gradient(to bottom, hsl(4519.36, 100%, 50%) 0%, hsl(4519.36, 100%, 50%) 100%);
}

.bg-SN11129 {
background: linear-gradient(to bottom, hsl(4519.36, 100%, 50%) 0%, hsl(4519.36, 100%, 50%) 100%);
}


#album-music-playedSN11129 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4521.36, 100%, 50%) 0%, hsl(4521.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11130 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4523.36, 100%, 50%) 0%, hsl(4523.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11130 {
background: linear-gradient(to bottom, hsl(4523.36, 100%, 50%) 0%, hsl(4523.36, 100%, 50%) 100%);
}

.bg-SN11130 {
background: linear-gradient(to bottom, hsl(4523.36, 100%, 50%) 0%, hsl(4523.36, 100%, 50%) 100%);
}


#album-music-playedSN11130 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4525.36, 100%, 50%) 0%, hsl(4525.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11131 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4527.36, 100%, 50%) 0%, hsl(4527.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11131 {
background: linear-gradient(to bottom, hsl(4527.36, 100%, 50%) 0%, hsl(4527.36, 100%, 50%) 100%);
}

.bg-SN11131 {
background: linear-gradient(to bottom, hsl(4527.36, 100%, 50%) 0%, hsl(4527.36, 100%, 50%) 100%);
}


#album-music-playedSN11131 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4529.36, 100%, 50%) 0%, hsl(4529.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11132 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4531.36, 100%, 50%) 0%, hsl(4531.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11132 {
background: linear-gradient(to bottom, hsl(4531.36, 100%, 50%) 0%, hsl(4531.36, 100%, 50%) 100%);
}

.bg-SN11132 {
background: linear-gradient(to bottom, hsl(4531.36, 100%, 50%) 0%, hsl(4531.36, 100%, 50%) 100%);
}


#album-music-playedSN11132 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4533.36, 100%, 50%) 0%, hsl(4533.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11133 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4535.36, 100%, 50%) 0%, hsl(4535.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11133 {
background: linear-gradient(to bottom, hsl(4535.36, 100%, 50%) 0%, hsl(4535.36, 100%, 50%) 100%);
}

.bg-SN11133 {
background: linear-gradient(to bottom, hsl(4535.36, 100%, 50%) 0%, hsl(4535.36, 100%, 50%) 100%);
}


#album-music-playedSN11133 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4537.36, 100%, 50%) 0%, hsl(4537.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11134 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4539.36, 100%, 50%) 0%, hsl(4539.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11134 {
background: linear-gradient(to bottom, hsl(4539.36, 100%, 50%) 0%, hsl(4539.36, 100%, 50%) 100%);
}

.bg-SN11134 {
background: linear-gradient(to bottom, hsl(4539.36, 100%, 50%) 0%, hsl(4539.36, 100%, 50%) 100%);
}


#album-music-playedSN11134 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4541.36, 100%, 50%) 0%, hsl(4541.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11135 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4543.36, 100%, 50%) 0%, hsl(4543.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11135 {
background: linear-gradient(to bottom, hsl(4543.36, 100%, 50%) 0%, hsl(4543.36, 100%, 50%) 100%);
}

.bg-SN11135 {
background: linear-gradient(to bottom, hsl(4543.36, 100%, 50%) 0%, hsl(4543.36, 100%, 50%) 100%);
}


#album-music-playedSN11135 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4545.36, 100%, 50%) 0%, hsl(4545.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11136 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4547.36, 100%, 50%) 0%, hsl(4547.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11136 {
background: linear-gradient(to bottom, hsl(4547.36, 100%, 50%) 0%, hsl(4547.36, 100%, 50%) 100%);
}

.bg-SN11136 {
background: linear-gradient(to bottom, hsl(4547.36, 100%, 50%) 0%, hsl(4547.36, 100%, 50%) 100%);
}


#album-music-playedSN11136 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4549.36, 100%, 50%) 0%, hsl(4549.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11137 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4551.36, 100%, 50%) 0%, hsl(4551.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11137 {
background: linear-gradient(to bottom, hsl(4551.36, 100%, 50%) 0%, hsl(4551.36, 100%, 50%) 100%);
}

.bg-SN11137 {
background: linear-gradient(to bottom, hsl(4551.36, 100%, 50%) 0%, hsl(4551.36, 100%, 50%) 100%);
}


#album-music-playedSN11137 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4553.36, 100%, 50%) 0%, hsl(4553.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11138 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4555.36, 100%, 50%) 0%, hsl(4555.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11138 {
background: linear-gradient(to bottom, hsl(4555.36, 100%, 50%) 0%, hsl(4555.36, 100%, 50%) 100%);
}

.bg-SN11138 {
background: linear-gradient(to bottom, hsl(4555.36, 100%, 50%) 0%, hsl(4555.36, 100%, 50%) 100%);
}


#album-music-playedSN11138 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4557.36, 100%, 50%) 0%, hsl(4557.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11139 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4559.36, 100%, 50%) 0%, hsl(4559.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11139 {
background: linear-gradient(to bottom, hsl(4559.36, 100%, 50%) 0%, hsl(4559.36, 100%, 50%) 100%);
}

.bg-SN11139 {
background: linear-gradient(to bottom, hsl(4559.36, 100%, 50%) 0%, hsl(4559.36, 100%, 50%) 100%);
}


#album-music-playedSN11139 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4561.36, 100%, 50%) 0%, hsl(4561.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11140 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4563.36, 100%, 50%) 0%, hsl(4563.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11140 {
background: linear-gradient(to bottom, hsl(4563.36, 100%, 50%) 0%, hsl(4563.36, 100%, 50%) 100%);
}

.bg-SN11140 {
background: linear-gradient(to bottom, hsl(4563.36, 100%, 50%) 0%, hsl(4563.36, 100%, 50%) 100%);
}


#album-music-playedSN11140 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4565.36, 100%, 50%) 0%, hsl(4565.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11141 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4567.36, 100%, 50%) 0%, hsl(4567.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11141 {
background: linear-gradient(to bottom, hsl(4567.36, 100%, 50%) 0%, hsl(4567.36, 100%, 50%) 100%);
}

.bg-SN11141 {
background: linear-gradient(to bottom, hsl(4567.36, 100%, 50%) 0%, hsl(4567.36, 100%, 50%) 100%);
}


#album-music-playedSN11141 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4569.36, 100%, 50%) 0%, hsl(4569.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11142 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4571.36, 100%, 50%) 0%, hsl(4571.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11142 {
background: linear-gradient(to bottom, hsl(4571.36, 100%, 50%) 0%, hsl(4571.36, 100%, 50%) 100%);
}

.bg-SN11142 {
background: linear-gradient(to bottom, hsl(4571.36, 100%, 50%) 0%, hsl(4571.36, 100%, 50%) 100%);
}


#album-music-playedSN11142 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4573.36, 100%, 50%) 0%, hsl(4573.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11143 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4575.36, 100%, 50%) 0%, hsl(4575.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11143 {
background: linear-gradient(to bottom, hsl(4575.36, 100%, 50%) 0%, hsl(4575.36, 100%, 50%) 100%);
}

.bg-SN11143 {
background: linear-gradient(to bottom, hsl(4575.36, 100%, 50%) 0%, hsl(4575.36, 100%, 50%) 100%);
}


#album-music-playedSN11143 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4577.36, 100%, 50%) 0%, hsl(4577.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11144 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4579.36, 100%, 50%) 0%, hsl(4579.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11144 {
background: linear-gradient(to bottom, hsl(4579.36, 100%, 50%) 0%, hsl(4579.36, 100%, 50%) 100%);
}

.bg-SN11144 {
background: linear-gradient(to bottom, hsl(4579.36, 100%, 50%) 0%, hsl(4579.36, 100%, 50%) 100%);
}


#album-music-playedSN11144 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4581.36, 100%, 50%) 0%, hsl(4581.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11145 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4583.36, 100%, 50%) 0%, hsl(4583.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11145 {
background: linear-gradient(to bottom, hsl(4583.36, 100%, 50%) 0%, hsl(4583.36, 100%, 50%) 100%);
}

.bg-SN11145 {
background: linear-gradient(to bottom, hsl(4583.36, 100%, 50%) 0%, hsl(4583.36, 100%, 50%) 100%);
}


#album-music-playedSN11145 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4585.36, 100%, 50%) 0%, hsl(4585.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11146 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4587.36, 100%, 50%) 0%, hsl(4587.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11146 {
background: linear-gradient(to bottom, hsl(4587.36, 100%, 50%) 0%, hsl(4587.36, 100%, 50%) 100%);
}

.bg-SN11146 {
background: linear-gradient(to bottom, hsl(4587.36, 100%, 50%) 0%, hsl(4587.36, 100%, 50%) 100%);
}


#album-music-playedSN11146 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4589.36, 100%, 50%) 0%, hsl(4589.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11147 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4591.36, 100%, 50%) 0%, hsl(4591.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11147 {
background: linear-gradient(to bottom, hsl(4591.36, 100%, 50%) 0%, hsl(4591.36, 100%, 50%) 100%);
}

.bg-SN11147 {
background: linear-gradient(to bottom, hsl(4591.36, 100%, 50%) 0%, hsl(4591.36, 100%, 50%) 100%);
}


#album-music-playedSN11147 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4593.36, 100%, 50%) 0%, hsl(4593.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11148 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4595.36, 100%, 50%) 0%, hsl(4595.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11148 {
background: linear-gradient(to bottom, hsl(4595.36, 100%, 50%) 0%, hsl(4595.36, 100%, 50%) 100%);
}

.bg-SN11148 {
background: linear-gradient(to bottom, hsl(4595.36, 100%, 50%) 0%, hsl(4595.36, 100%, 50%) 100%);
}


#album-music-playedSN11148 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4597.36, 100%, 50%) 0%, hsl(4597.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11149 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4599.36, 100%, 50%) 0%, hsl(4599.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11149 {
background: linear-gradient(to bottom, hsl(4599.36, 100%, 50%) 0%, hsl(4599.36, 100%, 50%) 100%);
}

.bg-SN11149 {
background: linear-gradient(to bottom, hsl(4599.36, 100%, 50%) 0%, hsl(4599.36, 100%, 50%) 100%);
}


#album-music-playedSN11149 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4601.36, 100%, 50%) 0%, hsl(4601.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11150 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4603.36, 100%, 50%) 0%, hsl(4603.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11150 {
background: linear-gradient(to bottom, hsl(4603.36, 100%, 50%) 0%, hsl(4603.36, 100%, 50%) 100%);
}

.bg-SN11150 {
background: linear-gradient(to bottom, hsl(4603.36, 100%, 50%) 0%, hsl(4603.36, 100%, 50%) 100%);
}


#album-music-playedSN11150 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4605.36, 100%, 50%) 0%, hsl(4605.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11151 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4607.36, 100%, 50%) 0%, hsl(4607.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11151 {
background: linear-gradient(to bottom, hsl(4607.36, 100%, 50%) 0%, hsl(4607.36, 100%, 50%) 100%);
}

.bg-SN11151 {
background: linear-gradient(to bottom, hsl(4607.36, 100%, 50%) 0%, hsl(4607.36, 100%, 50%) 100%);
}


#album-music-playedSN11151 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4609.36, 100%, 50%) 0%, hsl(4609.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11152 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4611.36, 100%, 50%) 0%, hsl(4611.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11152 {
background: linear-gradient(to bottom, hsl(4611.36, 100%, 50%) 0%, hsl(4611.36, 100%, 50%) 100%);
}

.bg-SN11152 {
background: linear-gradient(to bottom, hsl(4611.36, 100%, 50%) 0%, hsl(4611.36, 100%, 50%) 100%);
}


#album-music-playedSN11152 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4613.36, 100%, 50%) 0%, hsl(4613.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11153 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4615.36, 100%, 50%) 0%, hsl(4615.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11153 {
background: linear-gradient(to bottom, hsl(4615.36, 100%, 50%) 0%, hsl(4615.36, 100%, 50%) 100%);
}

.bg-SN11153 {
background: linear-gradient(to bottom, hsl(4615.36, 100%, 50%) 0%, hsl(4615.36, 100%, 50%) 100%);
}


#album-music-playedSN11153 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4617.36, 100%, 50%) 0%, hsl(4617.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11154 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4619.36, 100%, 50%) 0%, hsl(4619.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11154 {
background: linear-gradient(to bottom, hsl(4619.36, 100%, 50%) 0%, hsl(4619.36, 100%, 50%) 100%);
}

.bg-SN11154 {
background: linear-gradient(to bottom, hsl(4619.36, 100%, 50%) 0%, hsl(4619.36, 100%, 50%) 100%);
}


#album-music-playedSN11154 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4621.36, 100%, 50%) 0%, hsl(4621.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11155 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4623.36, 100%, 50%) 0%, hsl(4623.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11155 {
background: linear-gradient(to bottom, hsl(4623.36, 100%, 50%) 0%, hsl(4623.36, 100%, 50%) 100%);
}

.bg-SN11155 {
background: linear-gradient(to bottom, hsl(4623.36, 100%, 50%) 0%, hsl(4623.36, 100%, 50%) 100%);
}


#album-music-playedSN11155 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4625.36, 100%, 50%) 0%, hsl(4625.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11156 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4627.36, 100%, 50%) 0%, hsl(4627.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11156 {
background: linear-gradient(to bottom, hsl(4627.36, 100%, 50%) 0%, hsl(4627.36, 100%, 50%) 100%);
}

.bg-SN11156 {
background: linear-gradient(to bottom, hsl(4627.36, 100%, 50%) 0%, hsl(4627.36, 100%, 50%) 100%);
}


#album-music-playedSN11156 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4629.36, 100%, 50%) 0%, hsl(4629.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11157 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4631.36, 100%, 50%) 0%, hsl(4631.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11157 {
background: linear-gradient(to bottom, hsl(4631.36, 100%, 50%) 0%, hsl(4631.36, 100%, 50%) 100%);
}

.bg-SN11157 {
background: linear-gradient(to bottom, hsl(4631.36, 100%, 50%) 0%, hsl(4631.36, 100%, 50%) 100%);
}


#album-music-playedSN11157 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4633.36, 100%, 50%) 0%, hsl(4633.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11158 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4635.36, 100%, 50%) 0%, hsl(4635.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11158 {
background: linear-gradient(to bottom, hsl(4635.36, 100%, 50%) 0%, hsl(4635.36, 100%, 50%) 100%);
}

.bg-SN11158 {
background: linear-gradient(to bottom, hsl(4635.36, 100%, 50%) 0%, hsl(4635.36, 100%, 50%) 100%);
}


#album-music-playedSN11158 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4637.36, 100%, 50%) 0%, hsl(4637.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11159 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4639.36, 100%, 50%) 0%, hsl(4639.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11159 {
background: linear-gradient(to bottom, hsl(4639.36, 100%, 50%) 0%, hsl(4639.36, 100%, 50%) 100%);
}

.bg-SN11159 {
background: linear-gradient(to bottom, hsl(4639.36, 100%, 50%) 0%, hsl(4639.36, 100%, 50%) 100%);
}


#album-music-playedSN11159 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4641.36, 100%, 50%) 0%, hsl(4641.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11160 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4643.36, 100%, 50%) 0%, hsl(4643.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11160 {
background: linear-gradient(to bottom, hsl(4643.36, 100%, 50%) 0%, hsl(4643.36, 100%, 50%) 100%);
}

.bg-SN11160 {
background: linear-gradient(to bottom, hsl(4643.36, 100%, 50%) 0%, hsl(4643.36, 100%, 50%) 100%);
}


#album-music-playedSN11160 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4645.36, 100%, 50%) 0%, hsl(4645.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11161 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4647.36, 100%, 50%) 0%, hsl(4647.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11161 {
background: linear-gradient(to bottom, hsl(4647.36, 100%, 50%) 0%, hsl(4647.36, 100%, 50%) 100%);
}

.bg-SN11161 {
background: linear-gradient(to bottom, hsl(4647.36, 100%, 50%) 0%, hsl(4647.36, 100%, 50%) 100%);
}


#album-music-playedSN11161 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4649.36, 100%, 50%) 0%, hsl(4649.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11162 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4651.36, 100%, 50%) 0%, hsl(4651.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11162 {
background: linear-gradient(to bottom, hsl(4651.36, 100%, 50%) 0%, hsl(4651.36, 100%, 50%) 100%);
}

.bg-SN11162 {
background: linear-gradient(to bottom, hsl(4651.36, 100%, 50%) 0%, hsl(4651.36, 100%, 50%) 100%);
}


#album-music-playedSN11162 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4653.36, 100%, 50%) 0%, hsl(4653.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11163 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4655.36, 100%, 50%) 0%, hsl(4655.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11163 {
background: linear-gradient(to bottom, hsl(4655.36, 100%, 50%) 0%, hsl(4655.36, 100%, 50%) 100%);
}

.bg-SN11163 {
background: linear-gradient(to bottom, hsl(4655.36, 100%, 50%) 0%, hsl(4655.36, 100%, 50%) 100%);
}


#album-music-playedSN11163 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4657.36, 100%, 50%) 0%, hsl(4657.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11164 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4659.36, 100%, 50%) 0%, hsl(4659.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11164 {
background: linear-gradient(to bottom, hsl(4659.36, 100%, 50%) 0%, hsl(4659.36, 100%, 50%) 100%);
}

.bg-SN11164 {
background: linear-gradient(to bottom, hsl(4659.36, 100%, 50%) 0%, hsl(4659.36, 100%, 50%) 100%);
}


#album-music-playedSN11164 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4661.36, 100%, 50%) 0%, hsl(4661.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11165 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4663.36, 100%, 50%) 0%, hsl(4663.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11165 {
background: linear-gradient(to bottom, hsl(4663.36, 100%, 50%) 0%, hsl(4663.36, 100%, 50%) 100%);
}

.bg-SN11165 {
background: linear-gradient(to bottom, hsl(4663.36, 100%, 50%) 0%, hsl(4663.36, 100%, 50%) 100%);
}


#album-music-playedSN11165 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4665.36, 100%, 50%) 0%, hsl(4665.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11166 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4667.36, 100%, 50%) 0%, hsl(4667.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11166 {
background: linear-gradient(to bottom, hsl(4667.36, 100%, 50%) 0%, hsl(4667.36, 100%, 50%) 100%);
}

.bg-SN11166 {
background: linear-gradient(to bottom, hsl(4667.36, 100%, 50%) 0%, hsl(4667.36, 100%, 50%) 100%);
}


#album-music-playedSN11166 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4669.36, 100%, 50%) 0%, hsl(4669.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11167 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4671.36, 100%, 50%) 0%, hsl(4671.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11167 {
background: linear-gradient(to bottom, hsl(4671.36, 100%, 50%) 0%, hsl(4671.36, 100%, 50%) 100%);
}

.bg-SN11167 {
background: linear-gradient(to bottom, hsl(4671.36, 100%, 50%) 0%, hsl(4671.36, 100%, 50%) 100%);
}


#album-music-playedSN11167 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4673.36, 100%, 50%) 0%, hsl(4673.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11168 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4675.36, 100%, 50%) 0%, hsl(4675.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11168 {
background: linear-gradient(to bottom, hsl(4675.36, 100%, 50%) 0%, hsl(4675.36, 100%, 50%) 100%);
}

.bg-SN11168 {
background: linear-gradient(to bottom, hsl(4675.36, 100%, 50%) 0%, hsl(4675.36, 100%, 50%) 100%);
}


#album-music-playedSN11168 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4677.36, 100%, 50%) 0%, hsl(4677.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11169 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4679.36, 100%, 50%) 0%, hsl(4679.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11169 {
background: linear-gradient(to bottom, hsl(4679.36, 100%, 50%) 0%, hsl(4679.36, 100%, 50%) 100%);
}

.bg-SN11169 {
background: linear-gradient(to bottom, hsl(4679.36, 100%, 50%) 0%, hsl(4679.36, 100%, 50%) 100%);
}


#album-music-playedSN11169 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4681.36, 100%, 50%) 0%, hsl(4681.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11170 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4683.36, 100%, 50%) 0%, hsl(4683.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11170 {
background: linear-gradient(to bottom, hsl(4683.36, 100%, 50%) 0%, hsl(4683.36, 100%, 50%) 100%);
}

.bg-SN11170 {
background: linear-gradient(to bottom, hsl(4683.36, 100%, 50%) 0%, hsl(4683.36, 100%, 50%) 100%);
}


#album-music-playedSN11170 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4685.36, 100%, 50%) 0%, hsl(4685.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11171 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4687.36, 100%, 50%) 0%, hsl(4687.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11171 {
background: linear-gradient(to bottom, hsl(4687.36, 100%, 50%) 0%, hsl(4687.36, 100%, 50%) 100%);
}

.bg-SN11171 {
background: linear-gradient(to bottom, hsl(4687.36, 100%, 50%) 0%, hsl(4687.36, 100%, 50%) 100%);
}


#album-music-playedSN11171 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4689.36, 100%, 50%) 0%, hsl(4689.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11172 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4691.36, 100%, 50%) 0%, hsl(4691.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11172 {
background: linear-gradient(to bottom, hsl(4691.36, 100%, 50%) 0%, hsl(4691.36, 100%, 50%) 100%);
}

.bg-SN11172 {
background: linear-gradient(to bottom, hsl(4691.36, 100%, 50%) 0%, hsl(4691.36, 100%, 50%) 100%);
}


#album-music-playedSN11172 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4693.36, 100%, 50%) 0%, hsl(4693.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11173 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4695.36, 100%, 50%) 0%, hsl(4695.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11173 {
background: linear-gradient(to bottom, hsl(4695.36, 100%, 50%) 0%, hsl(4695.36, 100%, 50%) 100%);
}

.bg-SN11173 {
background: linear-gradient(to bottom, hsl(4695.36, 100%, 50%) 0%, hsl(4695.36, 100%, 50%) 100%);
}


#album-music-playedSN11173 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4697.36, 100%, 50%) 0%, hsl(4697.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11174 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4699.36, 100%, 50%) 0%, hsl(4699.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11174 {
background: linear-gradient(to bottom, hsl(4699.36, 100%, 50%) 0%, hsl(4699.36, 100%, 50%) 100%);
}

.bg-SN11174 {
background: linear-gradient(to bottom, hsl(4699.36, 100%, 50%) 0%, hsl(4699.36, 100%, 50%) 100%);
}


#album-music-playedSN11174 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4701.36, 100%, 50%) 0%, hsl(4701.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11175 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4703.36, 100%, 50%) 0%, hsl(4703.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11175 {
background: linear-gradient(to bottom, hsl(4703.36, 100%, 50%) 0%, hsl(4703.36, 100%, 50%) 100%);
}

.bg-SN11175 {
background: linear-gradient(to bottom, hsl(4703.36, 100%, 50%) 0%, hsl(4703.36, 100%, 50%) 100%);
}


#album-music-playedSN11175 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4705.36, 100%, 50%) 0%, hsl(4705.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11176 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4707.36, 100%, 50%) 0%, hsl(4707.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11176 {
background: linear-gradient(to bottom, hsl(4707.36, 100%, 50%) 0%, hsl(4707.36, 100%, 50%) 100%);
}

.bg-SN11176 {
background: linear-gradient(to bottom, hsl(4707.36, 100%, 50%) 0%, hsl(4707.36, 100%, 50%) 100%);
}


#album-music-playedSN11176 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4709.36, 100%, 50%) 0%, hsl(4709.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11177 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4711.36, 100%, 50%) 0%, hsl(4711.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11177 {
background: linear-gradient(to bottom, hsl(4711.36, 100%, 50%) 0%, hsl(4711.36, 100%, 50%) 100%);
}

.bg-SN11177 {
background: linear-gradient(to bottom, hsl(4711.36, 100%, 50%) 0%, hsl(4711.36, 100%, 50%) 100%);
}


#album-music-playedSN11177 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4713.36, 100%, 50%) 0%, hsl(4713.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11178 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4715.36, 100%, 50%) 0%, hsl(4715.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11178 {
background: linear-gradient(to bottom, hsl(4715.36, 100%, 50%) 0%, hsl(4715.36, 100%, 50%) 100%);
}

.bg-SN11178 {
background: linear-gradient(to bottom, hsl(4715.36, 100%, 50%) 0%, hsl(4715.36, 100%, 50%) 100%);
}


#album-music-playedSN11178 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4717.36, 100%, 50%) 0%, hsl(4717.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11179 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4719.36, 100%, 50%) 0%, hsl(4719.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11179 {
background: linear-gradient(to bottom, hsl(4719.36, 100%, 50%) 0%, hsl(4719.36, 100%, 50%) 100%);
}

.bg-SN11179 {
background: linear-gradient(to bottom, hsl(4719.36, 100%, 50%) 0%, hsl(4719.36, 100%, 50%) 100%);
}


#album-music-playedSN11179 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4721.36, 100%, 50%) 0%, hsl(4721.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11180 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4723.36, 100%, 50%) 0%, hsl(4723.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11180 {
background: linear-gradient(to bottom, hsl(4723.36, 100%, 50%) 0%, hsl(4723.36, 100%, 50%) 100%);
}

.bg-SN11180 {
background: linear-gradient(to bottom, hsl(4723.36, 100%, 50%) 0%, hsl(4723.36, 100%, 50%) 100%);
}


#album-music-playedSN11180 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4725.36, 100%, 50%) 0%, hsl(4725.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11181 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4727.36, 100%, 50%) 0%, hsl(4727.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11181 {
background: linear-gradient(to bottom, hsl(4727.36, 100%, 50%) 0%, hsl(4727.36, 100%, 50%) 100%);
}

.bg-SN11181 {
background: linear-gradient(to bottom, hsl(4727.36, 100%, 50%) 0%, hsl(4727.36, 100%, 50%) 100%);
}


#album-music-playedSN11181 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4729.36, 100%, 50%) 0%, hsl(4729.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11182 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4731.36, 100%, 50%) 0%, hsl(4731.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11182 {
background: linear-gradient(to bottom, hsl(4731.36, 100%, 50%) 0%, hsl(4731.36, 100%, 50%) 100%);
}

.bg-SN11182 {
background: linear-gradient(to bottom, hsl(4731.36, 100%, 50%) 0%, hsl(4731.36, 100%, 50%) 100%);
}


#album-music-playedSN11182 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4733.36, 100%, 50%) 0%, hsl(4733.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11183 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4735.36, 100%, 50%) 0%, hsl(4735.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11183 {
background: linear-gradient(to bottom, hsl(4735.36, 100%, 50%) 0%, hsl(4735.36, 100%, 50%) 100%);
}

.bg-SN11183 {
background: linear-gradient(to bottom, hsl(4735.36, 100%, 50%) 0%, hsl(4735.36, 100%, 50%) 100%);
}


#album-music-playedSN11183 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4737.36, 100%, 50%) 0%, hsl(4737.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11184 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4739.36, 100%, 50%) 0%, hsl(4739.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11184 {
background: linear-gradient(to bottom, hsl(4739.36, 100%, 50%) 0%, hsl(4739.36, 100%, 50%) 100%);
}

.bg-SN11184 {
background: linear-gradient(to bottom, hsl(4739.36, 100%, 50%) 0%, hsl(4739.36, 100%, 50%) 100%);
}


#album-music-playedSN11184 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4741.36, 100%, 50%) 0%, hsl(4741.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11185 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4743.36, 100%, 50%) 0%, hsl(4743.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11185 {
background: linear-gradient(to bottom, hsl(4743.36, 100%, 50%) 0%, hsl(4743.36, 100%, 50%) 100%);
}

.bg-SN11185 {
background: linear-gradient(to bottom, hsl(4743.36, 100%, 50%) 0%, hsl(4743.36, 100%, 50%) 100%);
}


#album-music-playedSN11185 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4745.36, 100%, 50%) 0%, hsl(4745.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11186 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4747.36, 100%, 50%) 0%, hsl(4747.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11186 {
background: linear-gradient(to bottom, hsl(4747.36, 100%, 50%) 0%, hsl(4747.36, 100%, 50%) 100%);
}

.bg-SN11186 {
background: linear-gradient(to bottom, hsl(4747.36, 100%, 50%) 0%, hsl(4747.36, 100%, 50%) 100%);
}


#album-music-playedSN11186 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4749.36, 100%, 50%) 0%, hsl(4749.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11187 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4751.36, 100%, 50%) 0%, hsl(4751.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11187 {
background: linear-gradient(to bottom, hsl(4751.36, 100%, 50%) 0%, hsl(4751.36, 100%, 50%) 100%);
}

.bg-SN11187 {
background: linear-gradient(to bottom, hsl(4751.36, 100%, 50%) 0%, hsl(4751.36, 100%, 50%) 100%);
}


#album-music-playedSN11187 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4753.36, 100%, 50%) 0%, hsl(4753.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11188 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4755.36, 100%, 50%) 0%, hsl(4755.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11188 {
background: linear-gradient(to bottom, hsl(4755.36, 100%, 50%) 0%, hsl(4755.36, 100%, 50%) 100%);
}

.bg-SN11188 {
background: linear-gradient(to bottom, hsl(4755.36, 100%, 50%) 0%, hsl(4755.36, 100%, 50%) 100%);
}


#album-music-playedSN11188 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4757.36, 100%, 50%) 0%, hsl(4757.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11189 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4759.36, 100%, 50%) 0%, hsl(4759.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11189 {
background: linear-gradient(to bottom, hsl(4759.36, 100%, 50%) 0%, hsl(4759.36, 100%, 50%) 100%);
}

.bg-SN11189 {
background: linear-gradient(to bottom, hsl(4759.36, 100%, 50%) 0%, hsl(4759.36, 100%, 50%) 100%);
}


#album-music-playedSN11189 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4761.36, 100%, 50%) 0%, hsl(4761.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11190 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4763.36, 100%, 50%) 0%, hsl(4763.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11190 {
background: linear-gradient(to bottom, hsl(4763.36, 100%, 50%) 0%, hsl(4763.36, 100%, 50%) 100%);
}

.bg-SN11190 {
background: linear-gradient(to bottom, hsl(4763.36, 100%, 50%) 0%, hsl(4763.36, 100%, 50%) 100%);
}


#album-music-playedSN11190 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4765.36, 100%, 50%) 0%, hsl(4765.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11191 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4767.36, 100%, 50%) 0%, hsl(4767.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11191 {
background: linear-gradient(to bottom, hsl(4767.36, 100%, 50%) 0%, hsl(4767.36, 100%, 50%) 100%);
}

.bg-SN11191 {
background: linear-gradient(to bottom, hsl(4767.36, 100%, 50%) 0%, hsl(4767.36, 100%, 50%) 100%);
}


#album-music-playedSN11191 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4769.36, 100%, 50%) 0%, hsl(4769.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11192 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4771.36, 100%, 50%) 0%, hsl(4771.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11192 {
background: linear-gradient(to bottom, hsl(4771.36, 100%, 50%) 0%, hsl(4771.36, 100%, 50%) 100%);
}

.bg-SN11192 {
background: linear-gradient(to bottom, hsl(4771.36, 100%, 50%) 0%, hsl(4771.36, 100%, 50%) 100%);
}


#album-music-playedSN11192 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4773.36, 100%, 50%) 0%, hsl(4773.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11193 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4775.36, 100%, 50%) 0%, hsl(4775.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11193 {
background: linear-gradient(to bottom, hsl(4775.36, 100%, 50%) 0%, hsl(4775.36, 100%, 50%) 100%);
}

.bg-SN11193 {
background: linear-gradient(to bottom, hsl(4775.36, 100%, 50%) 0%, hsl(4775.36, 100%, 50%) 100%);
}


#album-music-playedSN11193 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4777.36, 100%, 50%) 0%, hsl(4777.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11194 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4779.36, 100%, 50%) 0%, hsl(4779.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11194 {
background: linear-gradient(to bottom, hsl(4779.36, 100%, 50%) 0%, hsl(4779.36, 100%, 50%) 100%);
}

.bg-SN11194 {
background: linear-gradient(to bottom, hsl(4779.36, 100%, 50%) 0%, hsl(4779.36, 100%, 50%) 100%);
}


#album-music-playedSN11194 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4781.36, 100%, 50%) 0%, hsl(4781.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11195 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4783.36, 100%, 50%) 0%, hsl(4783.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11195 {
background: linear-gradient(to bottom, hsl(4783.36, 100%, 50%) 0%, hsl(4783.36, 100%, 50%) 100%);
}

.bg-SN11195 {
background: linear-gradient(to bottom, hsl(4783.36, 100%, 50%) 0%, hsl(4783.36, 100%, 50%) 100%);
}


#album-music-playedSN11195 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4785.36, 100%, 50%) 0%, hsl(4785.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11196 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4787.36, 100%, 50%) 0%, hsl(4787.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11196 {
background: linear-gradient(to bottom, hsl(4787.36, 100%, 50%) 0%, hsl(4787.36, 100%, 50%) 100%);
}

.bg-SN11196 {
background: linear-gradient(to bottom, hsl(4787.36, 100%, 50%) 0%, hsl(4787.36, 100%, 50%) 100%);
}


#album-music-playedSN11196 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4789.36, 100%, 50%) 0%, hsl(4789.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11197 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4791.36, 100%, 50%) 0%, hsl(4791.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11197 {
background: linear-gradient(to bottom, hsl(4791.36, 100%, 50%) 0%, hsl(4791.36, 100%, 50%) 100%);
}

.bg-SN11197 {
background: linear-gradient(to bottom, hsl(4791.36, 100%, 50%) 0%, hsl(4791.36, 100%, 50%) 100%);
}


#album-music-playedSN11197 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4793.36, 100%, 50%) 0%, hsl(4793.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11198 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4795.36, 100%, 50%) 0%, hsl(4795.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11198 {
background: linear-gradient(to bottom, hsl(4795.36, 100%, 50%) 0%, hsl(4795.36, 100%, 50%) 100%);
}

.bg-SN11198 {
background: linear-gradient(to bottom, hsl(4795.36, 100%, 50%) 0%, hsl(4795.36, 100%, 50%) 100%);
}


#album-music-playedSN11198 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4797.36, 100%, 50%) 0%, hsl(4797.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11199 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4799.36, 100%, 50%) 0%, hsl(4799.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11199 {
background: linear-gradient(to bottom, hsl(4799.36, 100%, 50%) 0%, hsl(4799.36, 100%, 50%) 100%);
}

.bg-SN11199 {
background: linear-gradient(to bottom, hsl(4799.36, 100%, 50%) 0%, hsl(4799.36, 100%, 50%) 100%);
}


#album-music-playedSN11199 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4801.36, 100%, 50%) 0%, hsl(4801.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11200 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4803.36, 100%, 50%) 0%, hsl(4803.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11200 {
background: linear-gradient(to bottom, hsl(4803.36, 100%, 50%) 0%, hsl(4803.36, 100%, 50%) 100%);
}

.bg-SN11200 {
background: linear-gradient(to bottom, hsl(4803.36, 100%, 50%) 0%, hsl(4803.36, 100%, 50%) 100%);
}


#album-music-playedSN11200 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4805.36, 100%, 50%) 0%, hsl(4805.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11201 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4807.36, 100%, 50%) 0%, hsl(4807.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11201 {
background: linear-gradient(to bottom, hsl(4807.36, 100%, 50%) 0%, hsl(4807.36, 100%, 50%) 100%);
}

.bg-SN11201 {
background: linear-gradient(to bottom, hsl(4807.36, 100%, 50%) 0%, hsl(4807.36, 100%, 50%) 100%);
}


#album-music-playedSN11201 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4809.36, 100%, 50%) 0%, hsl(4809.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11202 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4811.36, 100%, 50%) 0%, hsl(4811.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11202 {
background: linear-gradient(to bottom, hsl(4811.36, 100%, 50%) 0%, hsl(4811.36, 100%, 50%) 100%);
}

.bg-SN11202 {
background: linear-gradient(to bottom, hsl(4811.36, 100%, 50%) 0%, hsl(4811.36, 100%, 50%) 100%);
}


#album-music-playedSN11202 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4813.36, 100%, 50%) 0%, hsl(4813.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11203 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4815.36, 100%, 50%) 0%, hsl(4815.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11203 {
background: linear-gradient(to bottom, hsl(4815.36, 100%, 50%) 0%, hsl(4815.36, 100%, 50%) 100%);
}

.bg-SN11203 {
background: linear-gradient(to bottom, hsl(4815.36, 100%, 50%) 0%, hsl(4815.36, 100%, 50%) 100%);
}


#album-music-playedSN11203 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4817.36, 100%, 50%) 0%, hsl(4817.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11204 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4819.36, 100%, 50%) 0%, hsl(4819.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11204 {
background: linear-gradient(to bottom, hsl(4819.36, 100%, 50%) 0%, hsl(4819.36, 100%, 50%) 100%);
}

.bg-SN11204 {
background: linear-gradient(to bottom, hsl(4819.36, 100%, 50%) 0%, hsl(4819.36, 100%, 50%) 100%);
}


#album-music-playedSN11204 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4821.36, 100%, 50%) 0%, hsl(4821.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11205 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4823.36, 100%, 50%) 0%, hsl(4823.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11205 {
background: linear-gradient(to bottom, hsl(4823.36, 100%, 50%) 0%, hsl(4823.36, 100%, 50%) 100%);
}

.bg-SN11205 {
background: linear-gradient(to bottom, hsl(4823.36, 100%, 50%) 0%, hsl(4823.36, 100%, 50%) 100%);
}


#album-music-playedSN11205 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4825.36, 100%, 50%) 0%, hsl(4825.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11206 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4827.36, 100%, 50%) 0%, hsl(4827.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11206 {
background: linear-gradient(to bottom, hsl(4827.36, 100%, 50%) 0%, hsl(4827.36, 100%, 50%) 100%);
}

.bg-SN11206 {
background: linear-gradient(to bottom, hsl(4827.36, 100%, 50%) 0%, hsl(4827.36, 100%, 50%) 100%);
}


#album-music-playedSN11206 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4829.36, 100%, 50%) 0%, hsl(4829.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11207 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4831.36, 100%, 50%) 0%, hsl(4831.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11207 {
background: linear-gradient(to bottom, hsl(4831.36, 100%, 50%) 0%, hsl(4831.36, 100%, 50%) 100%);
}

.bg-SN11207 {
background: linear-gradient(to bottom, hsl(4831.36, 100%, 50%) 0%, hsl(4831.36, 100%, 50%) 100%);
}


#album-music-playedSN11207 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4833.36, 100%, 50%) 0%, hsl(4833.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11208 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4835.36, 100%, 50%) 0%, hsl(4835.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11208 {
background: linear-gradient(to bottom, hsl(4835.36, 100%, 50%) 0%, hsl(4835.36, 100%, 50%) 100%);
}

.bg-SN11208 {
background: linear-gradient(to bottom, hsl(4835.36, 100%, 50%) 0%, hsl(4835.36, 100%, 50%) 100%);
}


#album-music-playedSN11208 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4837.36, 100%, 50%) 0%, hsl(4837.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11209 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4839.36, 100%, 50%) 0%, hsl(4839.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11209 {
background: linear-gradient(to bottom, hsl(4839.36, 100%, 50%) 0%, hsl(4839.36, 100%, 50%) 100%);
}

.bg-SN11209 {
background: linear-gradient(to bottom, hsl(4839.36, 100%, 50%) 0%, hsl(4839.36, 100%, 50%) 100%);
}


#album-music-playedSN11209 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4841.36, 100%, 50%) 0%, hsl(4841.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11210 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4843.36, 100%, 50%) 0%, hsl(4843.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11210 {
background: linear-gradient(to bottom, hsl(4843.36, 100%, 50%) 0%, hsl(4843.36, 100%, 50%) 100%);
}

.bg-SN11210 {
background: linear-gradient(to bottom, hsl(4843.36, 100%, 50%) 0%, hsl(4843.36, 100%, 50%) 100%);
}


#album-music-playedSN11210 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4845.36, 100%, 50%) 0%, hsl(4845.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11211 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4847.36, 100%, 50%) 0%, hsl(4847.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11211 {
background: linear-gradient(to bottom, hsl(4847.36, 100%, 50%) 0%, hsl(4847.36, 100%, 50%) 100%);
}

.bg-SN11211 {
background: linear-gradient(to bottom, hsl(4847.36, 100%, 50%) 0%, hsl(4847.36, 100%, 50%) 100%);
}


#album-music-playedSN11211 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4849.36, 100%, 50%) 0%, hsl(4849.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11212 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4851.36, 100%, 50%) 0%, hsl(4851.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11212 {
background: linear-gradient(to bottom, hsl(4851.36, 100%, 50%) 0%, hsl(4851.36, 100%, 50%) 100%);
}

.bg-SN11212 {
background: linear-gradient(to bottom, hsl(4851.36, 100%, 50%) 0%, hsl(4851.36, 100%, 50%) 100%);
}


#album-music-playedSN11212 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4853.36, 100%, 50%) 0%, hsl(4853.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11213 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4855.36, 100%, 50%) 0%, hsl(4855.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11213 {
background: linear-gradient(to bottom, hsl(4855.36, 100%, 50%) 0%, hsl(4855.36, 100%, 50%) 100%);
}

.bg-SN11213 {
background: linear-gradient(to bottom, hsl(4855.36, 100%, 50%) 0%, hsl(4855.36, 100%, 50%) 100%);
}


#album-music-playedSN11213 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4857.36, 100%, 50%) 0%, hsl(4857.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11214 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4859.36, 100%, 50%) 0%, hsl(4859.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11214 {
background: linear-gradient(to bottom, hsl(4859.36, 100%, 50%) 0%, hsl(4859.36, 100%, 50%) 100%);
}

.bg-SN11214 {
background: linear-gradient(to bottom, hsl(4859.36, 100%, 50%) 0%, hsl(4859.36, 100%, 50%) 100%);
}


#album-music-playedSN11214 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4861.36, 100%, 50%) 0%, hsl(4861.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11215 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4863.36, 100%, 50%) 0%, hsl(4863.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11215 {
background: linear-gradient(to bottom, hsl(4863.36, 100%, 50%) 0%, hsl(4863.36, 100%, 50%) 100%);
}

.bg-SN11215 {
background: linear-gradient(to bottom, hsl(4863.36, 100%, 50%) 0%, hsl(4863.36, 100%, 50%) 100%);
}


#album-music-playedSN11215 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4865.36, 100%, 50%) 0%, hsl(4865.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11216 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4867.36, 100%, 50%) 0%, hsl(4867.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11216 {
background: linear-gradient(to bottom, hsl(4867.36, 100%, 50%) 0%, hsl(4867.36, 100%, 50%) 100%);
}

.bg-SN11216 {
background: linear-gradient(to bottom, hsl(4867.36, 100%, 50%) 0%, hsl(4867.36, 100%, 50%) 100%);
}


#album-music-playedSN11216 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4869.36, 100%, 50%) 0%, hsl(4869.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11217 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4871.36, 100%, 50%) 0%, hsl(4871.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11217 {
background: linear-gradient(to bottom, hsl(4871.36, 100%, 50%) 0%, hsl(4871.36, 100%, 50%) 100%);
}

.bg-SN11217 {
background: linear-gradient(to bottom, hsl(4871.36, 100%, 50%) 0%, hsl(4871.36, 100%, 50%) 100%);
}


#album-music-playedSN11217 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4873.36, 100%, 50%) 0%, hsl(4873.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11218 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4875.36, 100%, 50%) 0%, hsl(4875.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11218 {
background: linear-gradient(to bottom, hsl(4875.36, 100%, 50%) 0%, hsl(4875.36, 100%, 50%) 100%);
}

.bg-SN11218 {
background: linear-gradient(to bottom, hsl(4875.36, 100%, 50%) 0%, hsl(4875.36, 100%, 50%) 100%);
}


#album-music-playedSN11218 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4877.36, 100%, 50%) 0%, hsl(4877.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11219 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4879.36, 100%, 50%) 0%, hsl(4879.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11219 {
background: linear-gradient(to bottom, hsl(4879.36, 100%, 50%) 0%, hsl(4879.36, 100%, 50%) 100%);
}

.bg-SN11219 {
background: linear-gradient(to bottom, hsl(4879.36, 100%, 50%) 0%, hsl(4879.36, 100%, 50%) 100%);
}


#album-music-playedSN11219 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4881.36, 100%, 50%) 0%, hsl(4881.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11220 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4883.36, 100%, 50%) 0%, hsl(4883.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11220 {
background: linear-gradient(to bottom, hsl(4883.36, 100%, 50%) 0%, hsl(4883.36, 100%, 50%) 100%);
}

.bg-SN11220 {
background: linear-gradient(to bottom, hsl(4883.36, 100%, 50%) 0%, hsl(4883.36, 100%, 50%) 100%);
}


#album-music-playedSN11220 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4885.36, 100%, 50%) 0%, hsl(4885.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11221 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4887.36, 100%, 50%) 0%, hsl(4887.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11221 {
background: linear-gradient(to bottom, hsl(4887.36, 100%, 50%) 0%, hsl(4887.36, 100%, 50%) 100%);
}

.bg-SN11221 {
background: linear-gradient(to bottom, hsl(4887.36, 100%, 50%) 0%, hsl(4887.36, 100%, 50%) 100%);
}


#album-music-playedSN11221 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4889.36, 100%, 50%) 0%, hsl(4889.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11222 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4891.36, 100%, 50%) 0%, hsl(4891.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11222 {
background: linear-gradient(to bottom, hsl(4891.36, 100%, 50%) 0%, hsl(4891.36, 100%, 50%) 100%);
}

.bg-SN11222 {
background: linear-gradient(to bottom, hsl(4891.36, 100%, 50%) 0%, hsl(4891.36, 100%, 50%) 100%);
}


#album-music-playedSN11222 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4893.36, 100%, 50%) 0%, hsl(4893.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11223 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4895.36, 100%, 50%) 0%, hsl(4895.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11223 {
background: linear-gradient(to bottom, hsl(4895.36, 100%, 50%) 0%, hsl(4895.36, 100%, 50%) 100%);
}

.bg-SN11223 {
background: linear-gradient(to bottom, hsl(4895.36, 100%, 50%) 0%, hsl(4895.36, 100%, 50%) 100%);
}


#album-music-playedSN11223 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4897.36, 100%, 50%) 0%, hsl(4897.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11224 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4899.36, 100%, 50%) 0%, hsl(4899.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11224 {
background: linear-gradient(to bottom, hsl(4899.36, 100%, 50%) 0%, hsl(4899.36, 100%, 50%) 100%);
}

.bg-SN11224 {
background: linear-gradient(to bottom, hsl(4899.36, 100%, 50%) 0%, hsl(4899.36, 100%, 50%) 100%);
}


#album-music-playedSN11224 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4901.36, 100%, 50%) 0%, hsl(4901.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11225 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4903.36, 100%, 50%) 0%, hsl(4903.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11225 {
background: linear-gradient(to bottom, hsl(4903.36, 100%, 50%) 0%, hsl(4903.36, 100%, 50%) 100%);
}

.bg-SN11225 {
background: linear-gradient(to bottom, hsl(4903.36, 100%, 50%) 0%, hsl(4903.36, 100%, 50%) 100%);
}


#album-music-playedSN11225 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4905.36, 100%, 50%) 0%, hsl(4905.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11226 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4907.36, 100%, 50%) 0%, hsl(4907.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11226 {
background: linear-gradient(to bottom, hsl(4907.36, 100%, 50%) 0%, hsl(4907.36, 100%, 50%) 100%);
}

.bg-SN11226 {
background: linear-gradient(to bottom, hsl(4907.36, 100%, 50%) 0%, hsl(4907.36, 100%, 50%) 100%);
}


#album-music-playedSN11226 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4909.36, 100%, 50%) 0%, hsl(4909.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11227 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4911.36, 100%, 50%) 0%, hsl(4911.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11227 {
background: linear-gradient(to bottom, hsl(4911.36, 100%, 50%) 0%, hsl(4911.36, 100%, 50%) 100%);
}

.bg-SN11227 {
background: linear-gradient(to bottom, hsl(4911.36, 100%, 50%) 0%, hsl(4911.36, 100%, 50%) 100%);
}


#album-music-playedSN11227 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4913.36, 100%, 50%) 0%, hsl(4913.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11228 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4915.36, 100%, 50%) 0%, hsl(4915.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11228 {
background: linear-gradient(to bottom, hsl(4915.36, 100%, 50%) 0%, hsl(4915.36, 100%, 50%) 100%);
}

.bg-SN11228 {
background: linear-gradient(to bottom, hsl(4915.36, 100%, 50%) 0%, hsl(4915.36, 100%, 50%) 100%);
}


#album-music-playedSN11228 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4917.36, 100%, 50%) 0%, hsl(4917.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11229 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4919.36, 100%, 50%) 0%, hsl(4919.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11229 {
background: linear-gradient(to bottom, hsl(4919.36, 100%, 50%) 0%, hsl(4919.36, 100%, 50%) 100%);
}

.bg-SN11229 {
background: linear-gradient(to bottom, hsl(4919.36, 100%, 50%) 0%, hsl(4919.36, 100%, 50%) 100%);
}


#album-music-playedSN11229 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4921.36, 100%, 50%) 0%, hsl(4921.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11230 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4923.36, 100%, 50%) 0%, hsl(4923.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11230 {
background: linear-gradient(to bottom, hsl(4923.36, 100%, 50%) 0%, hsl(4923.36, 100%, 50%) 100%);
}

.bg-SN11230 {
background: linear-gradient(to bottom, hsl(4923.36, 100%, 50%) 0%, hsl(4923.36, 100%, 50%) 100%);
}


#album-music-playedSN11230 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4925.36, 100%, 50%) 0%, hsl(4925.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11231 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4927.36, 100%, 50%) 0%, hsl(4927.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11231 {
background: linear-gradient(to bottom, hsl(4927.36, 100%, 50%) 0%, hsl(4927.36, 100%, 50%) 100%);
}

.bg-SN11231 {
background: linear-gradient(to bottom, hsl(4927.36, 100%, 50%) 0%, hsl(4927.36, 100%, 50%) 100%);
}


#album-music-playedSN11231 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4929.36, 100%, 50%) 0%, hsl(4929.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11232 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4931.36, 100%, 50%) 0%, hsl(4931.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11232 {
background: linear-gradient(to bottom, hsl(4931.36, 100%, 50%) 0%, hsl(4931.36, 100%, 50%) 100%);
}

.bg-SN11232 {
background: linear-gradient(to bottom, hsl(4931.36, 100%, 50%) 0%, hsl(4931.36, 100%, 50%) 100%);
}


#album-music-playedSN11232 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4933.36, 100%, 50%) 0%, hsl(4933.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11233 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4935.36, 100%, 50%) 0%, hsl(4935.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11233 {
background: linear-gradient(to bottom, hsl(4935.36, 100%, 50%) 0%, hsl(4935.36, 100%, 50%) 100%);
}

.bg-SN11233 {
background: linear-gradient(to bottom, hsl(4935.36, 100%, 50%) 0%, hsl(4935.36, 100%, 50%) 100%);
}


#album-music-playedSN11233 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4937.36, 100%, 50%) 0%, hsl(4937.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11234 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4939.36, 100%, 50%) 0%, hsl(4939.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11234 {
background: linear-gradient(to bottom, hsl(4939.36, 100%, 50%) 0%, hsl(4939.36, 100%, 50%) 100%);
}

.bg-SN11234 {
background: linear-gradient(to bottom, hsl(4939.36, 100%, 50%) 0%, hsl(4939.36, 100%, 50%) 100%);
}


#album-music-playedSN11234 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4941.36, 100%, 50%) 0%, hsl(4941.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11235 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4943.36, 100%, 50%) 0%, hsl(4943.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11235 {
background: linear-gradient(to bottom, hsl(4943.36, 100%, 50%) 0%, hsl(4943.36, 100%, 50%) 100%);
}

.bg-SN11235 {
background: linear-gradient(to bottom, hsl(4943.36, 100%, 50%) 0%, hsl(4943.36, 100%, 50%) 100%);
}


#album-music-playedSN11235 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4945.36, 100%, 50%) 0%, hsl(4945.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11236 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4947.36, 100%, 50%) 0%, hsl(4947.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11236 {
background: linear-gradient(to bottom, hsl(4947.36, 100%, 50%) 0%, hsl(4947.36, 100%, 50%) 100%);
}

.bg-SN11236 {
background: linear-gradient(to bottom, hsl(4947.36, 100%, 50%) 0%, hsl(4947.36, 100%, 50%) 100%);
}


#album-music-playedSN11236 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4949.36, 100%, 50%) 0%, hsl(4949.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11237 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4951.36, 100%, 50%) 0%, hsl(4951.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11237 {
background: linear-gradient(to bottom, hsl(4951.36, 100%, 50%) 0%, hsl(4951.36, 100%, 50%) 100%);
}

.bg-SN11237 {
background: linear-gradient(to bottom, hsl(4951.36, 100%, 50%) 0%, hsl(4951.36, 100%, 50%) 100%);
}


#album-music-playedSN11237 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4953.36, 100%, 50%) 0%, hsl(4953.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11238 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4955.36, 100%, 50%) 0%, hsl(4955.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11238 {
background: linear-gradient(to bottom, hsl(4955.36, 100%, 50%) 0%, hsl(4955.36, 100%, 50%) 100%);
}

.bg-SN11238 {
background: linear-gradient(to bottom, hsl(4955.36, 100%, 50%) 0%, hsl(4955.36, 100%, 50%) 100%);
}


#album-music-playedSN11238 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4957.36, 100%, 50%) 0%, hsl(4957.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11239 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4959.36, 100%, 50%) 0%, hsl(4959.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11239 {
background: linear-gradient(to bottom, hsl(4959.36, 100%, 50%) 0%, hsl(4959.36, 100%, 50%) 100%);
}

.bg-SN11239 {
background: linear-gradient(to bottom, hsl(4959.36, 100%, 50%) 0%, hsl(4959.36, 100%, 50%) 100%);
}


#album-music-playedSN11239 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4961.36, 100%, 50%) 0%, hsl(4961.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11240 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4963.36, 100%, 50%) 0%, hsl(4963.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11240 {
background: linear-gradient(to bottom, hsl(4963.36, 100%, 50%) 0%, hsl(4963.36, 100%, 50%) 100%);
}

.bg-SN11240 {
background: linear-gradient(to bottom, hsl(4963.36, 100%, 50%) 0%, hsl(4963.36, 100%, 50%) 100%);
}


#album-music-playedSN11240 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4965.36, 100%, 50%) 0%, hsl(4965.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11241 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4967.36, 100%, 50%) 0%, hsl(4967.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11241 {
background: linear-gradient(to bottom, hsl(4967.36, 100%, 50%) 0%, hsl(4967.36, 100%, 50%) 100%);
}

.bg-SN11241 {
background: linear-gradient(to bottom, hsl(4967.36, 100%, 50%) 0%, hsl(4967.36, 100%, 50%) 100%);
}


#album-music-playedSN11241 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4969.36, 100%, 50%) 0%, hsl(4969.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11242 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4971.36, 100%, 50%) 0%, hsl(4971.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11242 {
background: linear-gradient(to bottom, hsl(4971.36, 100%, 50%) 0%, hsl(4971.36, 100%, 50%) 100%);
}

.bg-SN11242 {
background: linear-gradient(to bottom, hsl(4971.36, 100%, 50%) 0%, hsl(4971.36, 100%, 50%) 100%);
}


#album-music-playedSN11242 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4973.36, 100%, 50%) 0%, hsl(4973.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11243 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4975.36, 100%, 50%) 0%, hsl(4975.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11243 {
background: linear-gradient(to bottom, hsl(4975.36, 100%, 50%) 0%, hsl(4975.36, 100%, 50%) 100%);
}

.bg-SN11243 {
background: linear-gradient(to bottom, hsl(4975.36, 100%, 50%) 0%, hsl(4975.36, 100%, 50%) 100%);
}


#album-music-playedSN11243 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4977.36, 100%, 50%) 0%, hsl(4977.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11244 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4979.36, 100%, 50%) 0%, hsl(4979.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11244 {
background: linear-gradient(to bottom, hsl(4979.36, 100%, 50%) 0%, hsl(4979.36, 100%, 50%) 100%);
}

.bg-SN11244 {
background: linear-gradient(to bottom, hsl(4979.36, 100%, 50%) 0%, hsl(4979.36, 100%, 50%) 100%);
}


#album-music-playedSN11244 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4981.36, 100%, 50%) 0%, hsl(4981.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11245 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4983.36, 100%, 50%) 0%, hsl(4983.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11245 {
background: linear-gradient(to bottom, hsl(4983.36, 100%, 50%) 0%, hsl(4983.36, 100%, 50%) 100%);
}

.bg-SN11245 {
background: linear-gradient(to bottom, hsl(4983.36, 100%, 50%) 0%, hsl(4983.36, 100%, 50%) 100%);
}


#album-music-playedSN11245 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4985.36, 100%, 50%) 0%, hsl(4985.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11246 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4987.36, 100%, 50%) 0%, hsl(4987.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11246 {
background: linear-gradient(to bottom, hsl(4987.36, 100%, 50%) 0%, hsl(4987.36, 100%, 50%) 100%);
}

.bg-SN11246 {
background: linear-gradient(to bottom, hsl(4987.36, 100%, 50%) 0%, hsl(4987.36, 100%, 50%) 100%);
}


#album-music-playedSN11246 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4989.36, 100%, 50%) 0%, hsl(4989.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11247 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4991.36, 100%, 50%) 0%, hsl(4991.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11247 {
background: linear-gradient(to bottom, hsl(4991.36, 100%, 50%) 0%, hsl(4991.36, 100%, 50%) 100%);
}

.bg-SN11247 {
background: linear-gradient(to bottom, hsl(4991.36, 100%, 50%) 0%, hsl(4991.36, 100%, 50%) 100%);
}


#album-music-playedSN11247 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4993.36, 100%, 50%) 0%, hsl(4993.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11248 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4995.36, 100%, 50%) 0%, hsl(4995.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11248 {
background: linear-gradient(to bottom, hsl(4995.36, 100%, 50%) 0%, hsl(4995.36, 100%, 50%) 100%);
}

.bg-SN11248 {
background: linear-gradient(to bottom, hsl(4995.36, 100%, 50%) 0%, hsl(4995.36, 100%, 50%) 100%);
}


#album-music-playedSN11248 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4997.36, 100%, 50%) 0%, hsl(4997.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11249 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(4999.36, 100%, 50%) 0%, hsl(4999.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11249 {
background: linear-gradient(to bottom, hsl(4999.36, 100%, 50%) 0%, hsl(4999.36, 100%, 50%) 100%);
}

.bg-SN11249 {
background: linear-gradient(to bottom, hsl(4999.36, 100%, 50%) 0%, hsl(4999.36, 100%, 50%) 100%);
}


#album-music-playedSN11249 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5001.36, 100%, 50%) 0%, hsl(5001.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11250 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5003.36, 100%, 50%) 0%, hsl(5003.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11250 {
background: linear-gradient(to bottom, hsl(5003.36, 100%, 50%) 0%, hsl(5003.36, 100%, 50%) 100%);
}

.bg-SN11250 {
background: linear-gradient(to bottom, hsl(5003.36, 100%, 50%) 0%, hsl(5003.36, 100%, 50%) 100%);
}


#album-music-playedSN11250 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5005.36, 100%, 50%) 0%, hsl(5005.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11251 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5007.36, 100%, 50%) 0%, hsl(5007.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11251 {
background: linear-gradient(to bottom, hsl(5007.36, 100%, 50%) 0%, hsl(5007.36, 100%, 50%) 100%);
}

.bg-SN11251 {
background: linear-gradient(to bottom, hsl(5007.36, 100%, 50%) 0%, hsl(5007.36, 100%, 50%) 100%);
}


#album-music-playedSN11251 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5009.36, 100%, 50%) 0%, hsl(5009.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11252 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5011.36, 100%, 50%) 0%, hsl(5011.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11252 {
background: linear-gradient(to bottom, hsl(5011.36, 100%, 50%) 0%, hsl(5011.36, 100%, 50%) 100%);
}

.bg-SN11252 {
background: linear-gradient(to bottom, hsl(5011.36, 100%, 50%) 0%, hsl(5011.36, 100%, 50%) 100%);
}


#album-music-playedSN11252 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5013.36, 100%, 50%) 0%, hsl(5013.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11253 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5015.36, 100%, 50%) 0%, hsl(5015.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11253 {
background: linear-gradient(to bottom, hsl(5015.36, 100%, 50%) 0%, hsl(5015.36, 100%, 50%) 100%);
}

.bg-SN11253 {
background: linear-gradient(to bottom, hsl(5015.36, 100%, 50%) 0%, hsl(5015.36, 100%, 50%) 100%);
}


#album-music-playedSN11253 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5017.36, 100%, 50%) 0%, hsl(5017.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11254 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5019.36, 100%, 50%) 0%, hsl(5019.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11254 {
background: linear-gradient(to bottom, hsl(5019.36, 100%, 50%) 0%, hsl(5019.36, 100%, 50%) 100%);
}

.bg-SN11254 {
background: linear-gradient(to bottom, hsl(5019.36, 100%, 50%) 0%, hsl(5019.36, 100%, 50%) 100%);
}


#album-music-playedSN11254 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5021.36, 100%, 50%) 0%, hsl(5021.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11255 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5023.36, 100%, 50%) 0%, hsl(5023.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11255 {
background: linear-gradient(to bottom, hsl(5023.36, 100%, 50%) 0%, hsl(5023.36, 100%, 50%) 100%);
}

.bg-SN11255 {
background: linear-gradient(to bottom, hsl(5023.36, 100%, 50%) 0%, hsl(5023.36, 100%, 50%) 100%);
}


#album-music-playedSN11255 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5025.36, 100%, 50%) 0%, hsl(5025.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11256 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5027.36, 100%, 50%) 0%, hsl(5027.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11256 {
background: linear-gradient(to bottom, hsl(5027.36, 100%, 50%) 0%, hsl(5027.36, 100%, 50%) 100%);
}

.bg-SN11256 {
background: linear-gradient(to bottom, hsl(5027.36, 100%, 50%) 0%, hsl(5027.36, 100%, 50%) 100%);
}


#album-music-playedSN11256 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5029.36, 100%, 50%) 0%, hsl(5029.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11257 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5031.36, 100%, 50%) 0%, hsl(5031.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11257 {
background: linear-gradient(to bottom, hsl(5031.36, 100%, 50%) 0%, hsl(5031.36, 100%, 50%) 100%);
}

.bg-SN11257 {
background: linear-gradient(to bottom, hsl(5031.36, 100%, 50%) 0%, hsl(5031.36, 100%, 50%) 100%);
}


#album-music-playedSN11257 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5033.36, 100%, 50%) 0%, hsl(5033.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11258 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5035.36, 100%, 50%) 0%, hsl(5035.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11258 {
background: linear-gradient(to bottom, hsl(5035.36, 100%, 50%) 0%, hsl(5035.36, 100%, 50%) 100%);
}

.bg-SN11258 {
background: linear-gradient(to bottom, hsl(5035.36, 100%, 50%) 0%, hsl(5035.36, 100%, 50%) 100%);
}


#album-music-playedSN11258 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5037.36, 100%, 50%) 0%, hsl(5037.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11259 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5039.36, 100%, 50%) 0%, hsl(5039.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11259 {
background: linear-gradient(to bottom, hsl(5039.36, 100%, 50%) 0%, hsl(5039.36, 100%, 50%) 100%);
}

.bg-SN11259 {
background: linear-gradient(to bottom, hsl(5039.36, 100%, 50%) 0%, hsl(5039.36, 100%, 50%) 100%);
}


#album-music-playedSN11259 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5041.36, 100%, 50%) 0%, hsl(5041.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11260 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5043.36, 100%, 50%) 0%, hsl(5043.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11260 {
background: linear-gradient(to bottom, hsl(5043.36, 100%, 50%) 0%, hsl(5043.36, 100%, 50%) 100%);
}

.bg-SN11260 {
background: linear-gradient(to bottom, hsl(5043.36, 100%, 50%) 0%, hsl(5043.36, 100%, 50%) 100%);
}


#album-music-playedSN11260 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5045.36, 100%, 50%) 0%, hsl(5045.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11261 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5047.36, 100%, 50%) 0%, hsl(5047.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11261 {
background: linear-gradient(to bottom, hsl(5047.36, 100%, 50%) 0%, hsl(5047.36, 100%, 50%) 100%);
}

.bg-SN11261 {
background: linear-gradient(to bottom, hsl(5047.36, 100%, 50%) 0%, hsl(5047.36, 100%, 50%) 100%);
}


#album-music-playedSN11261 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5049.36, 100%, 50%) 0%, hsl(5049.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11262 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5051.36, 100%, 50%) 0%, hsl(5051.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11262 {
background: linear-gradient(to bottom, hsl(5051.36, 100%, 50%) 0%, hsl(5051.36, 100%, 50%) 100%);
}

.bg-SN11262 {
background: linear-gradient(to bottom, hsl(5051.36, 100%, 50%) 0%, hsl(5051.36, 100%, 50%) 100%);
}


#album-music-playedSN11262 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5053.36, 100%, 50%) 0%, hsl(5053.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11263 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5055.36, 100%, 50%) 0%, hsl(5055.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11263 {
background: linear-gradient(to bottom, hsl(5055.36, 100%, 50%) 0%, hsl(5055.36, 100%, 50%) 100%);
}

.bg-SN11263 {
background: linear-gradient(to bottom, hsl(5055.36, 100%, 50%) 0%, hsl(5055.36, 100%, 50%) 100%);
}


#album-music-playedSN11263 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5057.36, 100%, 50%) 0%, hsl(5057.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11264 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5059.36, 100%, 50%) 0%, hsl(5059.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11264 {
background: linear-gradient(to bottom, hsl(5059.36, 100%, 50%) 0%, hsl(5059.36, 100%, 50%) 100%);
}

.bg-SN11264 {
background: linear-gradient(to bottom, hsl(5059.36, 100%, 50%) 0%, hsl(5059.36, 100%, 50%) 100%);
}


#album-music-playedSN11264 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5061.36, 100%, 50%) 0%, hsl(5061.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11265 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5063.36, 100%, 50%) 0%, hsl(5063.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11265 {
background: linear-gradient(to bottom, hsl(5063.36, 100%, 50%) 0%, hsl(5063.36, 100%, 50%) 100%);
}

.bg-SN11265 {
background: linear-gradient(to bottom, hsl(5063.36, 100%, 50%) 0%, hsl(5063.36, 100%, 50%) 100%);
}


#album-music-playedSN11265 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5065.36, 100%, 50%) 0%, hsl(5065.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11266 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5067.36, 100%, 50%) 0%, hsl(5067.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11266 {
background: linear-gradient(to bottom, hsl(5067.36, 100%, 50%) 0%, hsl(5067.36, 100%, 50%) 100%);
}

.bg-SN11266 {
background: linear-gradient(to bottom, hsl(5067.36, 100%, 50%) 0%, hsl(5067.36, 100%, 50%) 100%);
}


#album-music-playedSN11266 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5069.36, 100%, 50%) 0%, hsl(5069.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11267 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5071.36, 100%, 50%) 0%, hsl(5071.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11267 {
background: linear-gradient(to bottom, hsl(5071.36, 100%, 50%) 0%, hsl(5071.36, 100%, 50%) 100%);
}

.bg-SN11267 {
background: linear-gradient(to bottom, hsl(5071.36, 100%, 50%) 0%, hsl(5071.36, 100%, 50%) 100%);
}


#album-music-playedSN11267 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5073.36, 100%, 50%) 0%, hsl(5073.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11268 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5075.36, 100%, 50%) 0%, hsl(5075.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11268 {
background: linear-gradient(to bottom, hsl(5075.36, 100%, 50%) 0%, hsl(5075.36, 100%, 50%) 100%);
}

.bg-SN11268 {
background: linear-gradient(to bottom, hsl(5075.36, 100%, 50%) 0%, hsl(5075.36, 100%, 50%) 100%);
}


#album-music-playedSN11268 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5077.36, 100%, 50%) 0%, hsl(5077.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11269 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5079.36, 100%, 50%) 0%, hsl(5079.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11269 {
background: linear-gradient(to bottom, hsl(5079.36, 100%, 50%) 0%, hsl(5079.36, 100%, 50%) 100%);
}

.bg-SN11269 {
background: linear-gradient(to bottom, hsl(5079.36, 100%, 50%) 0%, hsl(5079.36, 100%, 50%) 100%);
}


#album-music-playedSN11269 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5081.36, 100%, 50%) 0%, hsl(5081.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11270 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5083.36, 100%, 50%) 0%, hsl(5083.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11270 {
background: linear-gradient(to bottom, hsl(5083.36, 100%, 50%) 0%, hsl(5083.36, 100%, 50%) 100%);
}

.bg-SN11270 {
background: linear-gradient(to bottom, hsl(5083.36, 100%, 50%) 0%, hsl(5083.36, 100%, 50%) 100%);
}


#album-music-playedSN11270 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5085.36, 100%, 50%) 0%, hsl(5085.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11271 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5087.36, 100%, 50%) 0%, hsl(5087.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11271 {
background: linear-gradient(to bottom, hsl(5087.36, 100%, 50%) 0%, hsl(5087.36, 100%, 50%) 100%);
}

.bg-SN11271 {
background: linear-gradient(to bottom, hsl(5087.36, 100%, 50%) 0%, hsl(5087.36, 100%, 50%) 100%);
}


#album-music-playedSN11271 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5089.36, 100%, 50%) 0%, hsl(5089.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11272 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5091.36, 100%, 50%) 0%, hsl(5091.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11272 {
background: linear-gradient(to bottom, hsl(5091.36, 100%, 50%) 0%, hsl(5091.36, 100%, 50%) 100%);
}

.bg-SN11272 {
background: linear-gradient(to bottom, hsl(5091.36, 100%, 50%) 0%, hsl(5091.36, 100%, 50%) 100%);
}


#album-music-playedSN11272 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5093.36, 100%, 50%) 0%, hsl(5093.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11273 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5095.36, 100%, 50%) 0%, hsl(5095.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11273 {
background: linear-gradient(to bottom, hsl(5095.36, 100%, 50%) 0%, hsl(5095.36, 100%, 50%) 100%);
}

.bg-SN11273 {
background: linear-gradient(to bottom, hsl(5095.36, 100%, 50%) 0%, hsl(5095.36, 100%, 50%) 100%);
}


#album-music-playedSN11273 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5097.36, 100%, 50%) 0%, hsl(5097.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11274 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5099.36, 100%, 50%) 0%, hsl(5099.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11274 {
background: linear-gradient(to bottom, hsl(5099.36, 100%, 50%) 0%, hsl(5099.36, 100%, 50%) 100%);
}

.bg-SN11274 {
background: linear-gradient(to bottom, hsl(5099.36, 100%, 50%) 0%, hsl(5099.36, 100%, 50%) 100%);
}


#album-music-playedSN11274 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5101.36, 100%, 50%) 0%, hsl(5101.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11275 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5103.36, 100%, 50%) 0%, hsl(5103.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11275 {
background: linear-gradient(to bottom, hsl(5103.36, 100%, 50%) 0%, hsl(5103.36, 100%, 50%) 100%);
}

.bg-SN11275 {
background: linear-gradient(to bottom, hsl(5103.36, 100%, 50%) 0%, hsl(5103.36, 100%, 50%) 100%);
}


#album-music-playedSN11275 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5105.36, 100%, 50%) 0%, hsl(5105.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11276 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5107.36, 100%, 50%) 0%, hsl(5107.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11276 {
background: linear-gradient(to bottom, hsl(5107.36, 100%, 50%) 0%, hsl(5107.36, 100%, 50%) 100%);
}

.bg-SN11276 {
background: linear-gradient(to bottom, hsl(5107.36, 100%, 50%) 0%, hsl(5107.36, 100%, 50%) 100%);
}


#album-music-playedSN11276 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5109.36, 100%, 50%) 0%, hsl(5109.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11277 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5111.36, 100%, 50%) 0%, hsl(5111.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11277 {
background: linear-gradient(to bottom, hsl(5111.36, 100%, 50%) 0%, hsl(5111.36, 100%, 50%) 100%);
}

.bg-SN11277 {
background: linear-gradient(to bottom, hsl(5111.36, 100%, 50%) 0%, hsl(5111.36, 100%, 50%) 100%);
}


#album-music-playedSN11277 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5113.36, 100%, 50%) 0%, hsl(5113.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11278 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5115.36, 100%, 50%) 0%, hsl(5115.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11278 {
background: linear-gradient(to bottom, hsl(5115.36, 100%, 50%) 0%, hsl(5115.36, 100%, 50%) 100%);
}

.bg-SN11278 {
background: linear-gradient(to bottom, hsl(5115.36, 100%, 50%) 0%, hsl(5115.36, 100%, 50%) 100%);
}


#album-music-playedSN11278 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5117.36, 100%, 50%) 0%, hsl(5117.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11279 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5119.36, 100%, 50%) 0%, hsl(5119.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11279 {
background: linear-gradient(to bottom, hsl(5119.36, 100%, 50%) 0%, hsl(5119.36, 100%, 50%) 100%);
}

.bg-SN11279 {
background: linear-gradient(to bottom, hsl(5119.36, 100%, 50%) 0%, hsl(5119.36, 100%, 50%) 100%);
}


#album-music-playedSN11279 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5121.36, 100%, 50%) 0%, hsl(5121.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11280 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5123.36, 100%, 50%) 0%, hsl(5123.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11280 {
background: linear-gradient(to bottom, hsl(5123.36, 100%, 50%) 0%, hsl(5123.36, 100%, 50%) 100%);
}

.bg-SN11280 {
background: linear-gradient(to bottom, hsl(5123.36, 100%, 50%) 0%, hsl(5123.36, 100%, 50%) 100%);
}


#album-music-playedSN11280 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5125.36, 100%, 50%) 0%, hsl(5125.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11281 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5127.36, 100%, 50%) 0%, hsl(5127.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11281 {
background: linear-gradient(to bottom, hsl(5127.36, 100%, 50%) 0%, hsl(5127.36, 100%, 50%) 100%);
}

.bg-SN11281 {
background: linear-gradient(to bottom, hsl(5127.36, 100%, 50%) 0%, hsl(5127.36, 100%, 50%) 100%);
}


#album-music-playedSN11281 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5129.36, 100%, 50%) 0%, hsl(5129.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11282 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5131.36, 100%, 50%) 0%, hsl(5131.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11282 {
background: linear-gradient(to bottom, hsl(5131.36, 100%, 50%) 0%, hsl(5131.36, 100%, 50%) 100%);
}

.bg-SN11282 {
background: linear-gradient(to bottom, hsl(5131.36, 100%, 50%) 0%, hsl(5131.36, 100%, 50%) 100%);
}


#album-music-playedSN11282 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5133.36, 100%, 50%) 0%, hsl(5133.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11283 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5135.36, 100%, 50%) 0%, hsl(5135.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11283 {
background: linear-gradient(to bottom, hsl(5135.36, 100%, 50%) 0%, hsl(5135.36, 100%, 50%) 100%);
}

.bg-SN11283 {
background: linear-gradient(to bottom, hsl(5135.36, 100%, 50%) 0%, hsl(5135.36, 100%, 50%) 100%);
}


#album-music-playedSN11283 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5137.36, 100%, 50%) 0%, hsl(5137.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11284 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5139.36, 100%, 50%) 0%, hsl(5139.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11284 {
background: linear-gradient(to bottom, hsl(5139.36, 100%, 50%) 0%, hsl(5139.36, 100%, 50%) 100%);
}

.bg-SN11284 {
background: linear-gradient(to bottom, hsl(5139.36, 100%, 50%) 0%, hsl(5139.36, 100%, 50%) 100%);
}


#album-music-playedSN11284 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5141.36, 100%, 50%) 0%, hsl(5141.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11285 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5143.36, 100%, 50%) 0%, hsl(5143.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11285 {
background: linear-gradient(to bottom, hsl(5143.36, 100%, 50%) 0%, hsl(5143.36, 100%, 50%) 100%);
}

.bg-SN11285 {
background: linear-gradient(to bottom, hsl(5143.36, 100%, 50%) 0%, hsl(5143.36, 100%, 50%) 100%);
}


#album-music-playedSN11285 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5145.36, 100%, 50%) 0%, hsl(5145.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11286 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5147.36, 100%, 50%) 0%, hsl(5147.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11286 {
background: linear-gradient(to bottom, hsl(5147.36, 100%, 50%) 0%, hsl(5147.36, 100%, 50%) 100%);
}

.bg-SN11286 {
background: linear-gradient(to bottom, hsl(5147.36, 100%, 50%) 0%, hsl(5147.36, 100%, 50%) 100%);
}


#album-music-playedSN11286 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5149.36, 100%, 50%) 0%, hsl(5149.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11287 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5151.36, 100%, 50%) 0%, hsl(5151.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11287 {
background: linear-gradient(to bottom, hsl(5151.36, 100%, 50%) 0%, hsl(5151.36, 100%, 50%) 100%);
}

.bg-SN11287 {
background: linear-gradient(to bottom, hsl(5151.36, 100%, 50%) 0%, hsl(5151.36, 100%, 50%) 100%);
}


#album-music-playedSN11287 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5153.36, 100%, 50%) 0%, hsl(5153.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11288 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5155.36, 100%, 50%) 0%, hsl(5155.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11288 {
background: linear-gradient(to bottom, hsl(5155.36, 100%, 50%) 0%, hsl(5155.36, 100%, 50%) 100%);
}

.bg-SN11288 {
background: linear-gradient(to bottom, hsl(5155.36, 100%, 50%) 0%, hsl(5155.36, 100%, 50%) 100%);
}


#album-music-playedSN11288 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5157.36, 100%, 50%) 0%, hsl(5157.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11289 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5159.36, 100%, 50%) 0%, hsl(5159.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11289 {
background: linear-gradient(to bottom, hsl(5159.36, 100%, 50%) 0%, hsl(5159.36, 100%, 50%) 100%);
}

.bg-SN11289 {
background: linear-gradient(to bottom, hsl(5159.36, 100%, 50%) 0%, hsl(5159.36, 100%, 50%) 100%);
}


#album-music-playedSN11289 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5161.36, 100%, 50%) 0%, hsl(5161.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11290 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5163.36, 100%, 50%) 0%, hsl(5163.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11290 {
background: linear-gradient(to bottom, hsl(5163.36, 100%, 50%) 0%, hsl(5163.36, 100%, 50%) 100%);
}

.bg-SN11290 {
background: linear-gradient(to bottom, hsl(5163.36, 100%, 50%) 0%, hsl(5163.36, 100%, 50%) 100%);
}


#album-music-playedSN11290 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5165.36, 100%, 50%) 0%, hsl(5165.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11291 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5167.36, 100%, 50%) 0%, hsl(5167.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11291 {
background: linear-gradient(to bottom, hsl(5167.36, 100%, 50%) 0%, hsl(5167.36, 100%, 50%) 100%);
}

.bg-SN11291 {
background: linear-gradient(to bottom, hsl(5167.36, 100%, 50%) 0%, hsl(5167.36, 100%, 50%) 100%);
}


#album-music-playedSN11291 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5169.36, 100%, 50%) 0%, hsl(5169.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11292 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5171.36, 100%, 50%) 0%, hsl(5171.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11292 {
background: linear-gradient(to bottom, hsl(5171.36, 100%, 50%) 0%, hsl(5171.36, 100%, 50%) 100%);
}

.bg-SN11292 {
background: linear-gradient(to bottom, hsl(5171.36, 100%, 50%) 0%, hsl(5171.36, 100%, 50%) 100%);
}


#album-music-playedSN11292 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5173.36, 100%, 50%) 0%, hsl(5173.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11293 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5175.36, 100%, 50%) 0%, hsl(5175.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11293 {
background: linear-gradient(to bottom, hsl(5175.36, 100%, 50%) 0%, hsl(5175.36, 100%, 50%) 100%);
}

.bg-SN11293 {
background: linear-gradient(to bottom, hsl(5175.36, 100%, 50%) 0%, hsl(5175.36, 100%, 50%) 100%);
}


#album-music-playedSN11293 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5177.36, 100%, 50%) 0%, hsl(5177.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11294 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5179.36, 100%, 50%) 0%, hsl(5179.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11294 {
background: linear-gradient(to bottom, hsl(5179.36, 100%, 50%) 0%, hsl(5179.36, 100%, 50%) 100%);
}

.bg-SN11294 {
background: linear-gradient(to bottom, hsl(5179.36, 100%, 50%) 0%, hsl(5179.36, 100%, 50%) 100%);
}


#album-music-playedSN11294 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5181.36, 100%, 50%) 0%, hsl(5181.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11295 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5183.36, 100%, 50%) 0%, hsl(5183.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11295 {
background: linear-gradient(to bottom, hsl(5183.36, 100%, 50%) 0%, hsl(5183.36, 100%, 50%) 100%);
}

.bg-SN11295 {
background: linear-gradient(to bottom, hsl(5183.36, 100%, 50%) 0%, hsl(5183.36, 100%, 50%) 100%);
}


#album-music-playedSN11295 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5185.36, 100%, 50%) 0%, hsl(5185.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11296 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5187.36, 100%, 50%) 0%, hsl(5187.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11296 {
background: linear-gradient(to bottom, hsl(5187.36, 100%, 50%) 0%, hsl(5187.36, 100%, 50%) 100%);
}

.bg-SN11296 {
background: linear-gradient(to bottom, hsl(5187.36, 100%, 50%) 0%, hsl(5187.36, 100%, 50%) 100%);
}


#album-music-playedSN11296 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5189.36, 100%, 50%) 0%, hsl(5189.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11297 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5191.36, 100%, 50%) 0%, hsl(5191.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11297 {
background: linear-gradient(to bottom, hsl(5191.36, 100%, 50%) 0%, hsl(5191.36, 100%, 50%) 100%);
}

.bg-SN11297 {
background: linear-gradient(to bottom, hsl(5191.36, 100%, 50%) 0%, hsl(5191.36, 100%, 50%) 100%);
}


#album-music-playedSN11297 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5193.36, 100%, 50%) 0%, hsl(5193.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11298 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5195.36, 100%, 50%) 0%, hsl(5195.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11298 {
background: linear-gradient(to bottom, hsl(5195.36, 100%, 50%) 0%, hsl(5195.36, 100%, 50%) 100%);
}

.bg-SN11298 {
background: linear-gradient(to bottom, hsl(5195.36, 100%, 50%) 0%, hsl(5195.36, 100%, 50%) 100%);
}


#album-music-playedSN11298 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5197.36, 100%, 50%) 0%, hsl(5197.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11299 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5199.36, 100%, 50%) 0%, hsl(5199.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11299 {
background: linear-gradient(to bottom, hsl(5199.36, 100%, 50%) 0%, hsl(5199.36, 100%, 50%) 100%);
}

.bg-SN11299 {
background: linear-gradient(to bottom, hsl(5199.36, 100%, 50%) 0%, hsl(5199.36, 100%, 50%) 100%);
}


#album-music-playedSN11299 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5201.36, 100%, 50%) 0%, hsl(5201.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11300 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5203.36, 100%, 50%) 0%, hsl(5203.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11300 {
background: linear-gradient(to bottom, hsl(5203.36, 100%, 50%) 0%, hsl(5203.36, 100%, 50%) 100%);
}

.bg-SN11300 {
background: linear-gradient(to bottom, hsl(5203.36, 100%, 50%) 0%, hsl(5203.36, 100%, 50%) 100%);
}


#album-music-playedSN11300 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5205.36, 100%, 50%) 0%, hsl(5205.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11301 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5207.36, 100%, 50%) 0%, hsl(5207.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11301 {
background: linear-gradient(to bottom, hsl(5207.36, 100%, 50%) 0%, hsl(5207.36, 100%, 50%) 100%);
}

.bg-SN11301 {
background: linear-gradient(to bottom, hsl(5207.36, 100%, 50%) 0%, hsl(5207.36, 100%, 50%) 100%);
}


#album-music-playedSN11301 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5209.36, 100%, 50%) 0%, hsl(5209.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11302 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5211.36, 100%, 50%) 0%, hsl(5211.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11302 {
background: linear-gradient(to bottom, hsl(5211.36, 100%, 50%) 0%, hsl(5211.36, 100%, 50%) 100%);
}

.bg-SN11302 {
background: linear-gradient(to bottom, hsl(5211.36, 100%, 50%) 0%, hsl(5211.36, 100%, 50%) 100%);
}


#album-music-playedSN11302 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5213.36, 100%, 50%) 0%, hsl(5213.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11303 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5215.36, 100%, 50%) 0%, hsl(5215.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11303 {
background: linear-gradient(to bottom, hsl(5215.36, 100%, 50%) 0%, hsl(5215.36, 100%, 50%) 100%);
}

.bg-SN11303 {
background: linear-gradient(to bottom, hsl(5215.36, 100%, 50%) 0%, hsl(5215.36, 100%, 50%) 100%);
}


#album-music-playedSN11303 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5217.36, 100%, 50%) 0%, hsl(5217.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11304 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5219.36, 100%, 50%) 0%, hsl(5219.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11304 {
background: linear-gradient(to bottom, hsl(5219.36, 100%, 50%) 0%, hsl(5219.36, 100%, 50%) 100%);
}

.bg-SN11304 {
background: linear-gradient(to bottom, hsl(5219.36, 100%, 50%) 0%, hsl(5219.36, 100%, 50%) 100%);
}


#album-music-playedSN11304 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5221.36, 100%, 50%) 0%, hsl(5221.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11305 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5223.36, 100%, 50%) 0%, hsl(5223.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11305 {
background: linear-gradient(to bottom, hsl(5223.36, 100%, 50%) 0%, hsl(5223.36, 100%, 50%) 100%);
}

.bg-SN11305 {
background: linear-gradient(to bottom, hsl(5223.36, 100%, 50%) 0%, hsl(5223.36, 100%, 50%) 100%);
}


#album-music-playedSN11305 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5225.36, 100%, 50%) 0%, hsl(5225.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11306 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5227.36, 100%, 50%) 0%, hsl(5227.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11306 {
background: linear-gradient(to bottom, hsl(5227.36, 100%, 50%) 0%, hsl(5227.36, 100%, 50%) 100%);
}

.bg-SN11306 {
background: linear-gradient(to bottom, hsl(5227.36, 100%, 50%) 0%, hsl(5227.36, 100%, 50%) 100%);
}


#album-music-playedSN11306 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5229.36, 100%, 50%) 0%, hsl(5229.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11307 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5231.36, 100%, 50%) 0%, hsl(5231.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11307 {
background: linear-gradient(to bottom, hsl(5231.36, 100%, 50%) 0%, hsl(5231.36, 100%, 50%) 100%);
}

.bg-SN11307 {
background: linear-gradient(to bottom, hsl(5231.36, 100%, 50%) 0%, hsl(5231.36, 100%, 50%) 100%);
}


#album-music-playedSN11307 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5233.36, 100%, 50%) 0%, hsl(5233.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11308 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5235.36, 100%, 50%) 0%, hsl(5235.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11308 {
background: linear-gradient(to bottom, hsl(5235.36, 100%, 50%) 0%, hsl(5235.36, 100%, 50%) 100%);
}

.bg-SN11308 {
background: linear-gradient(to bottom, hsl(5235.36, 100%, 50%) 0%, hsl(5235.36, 100%, 50%) 100%);
}


#album-music-playedSN11308 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5237.36, 100%, 50%) 0%, hsl(5237.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11309 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5239.36, 100%, 50%) 0%, hsl(5239.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11309 {
background: linear-gradient(to bottom, hsl(5239.36, 100%, 50%) 0%, hsl(5239.36, 100%, 50%) 100%);
}

.bg-SN11309 {
background: linear-gradient(to bottom, hsl(5239.36, 100%, 50%) 0%, hsl(5239.36, 100%, 50%) 100%);
}


#album-music-playedSN11309 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5241.36, 100%, 50%) 0%, hsl(5241.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11310 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5243.36, 100%, 50%) 0%, hsl(5243.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11310 {
background: linear-gradient(to bottom, hsl(5243.36, 100%, 50%) 0%, hsl(5243.36, 100%, 50%) 100%);
}

.bg-SN11310 {
background: linear-gradient(to bottom, hsl(5243.36, 100%, 50%) 0%, hsl(5243.36, 100%, 50%) 100%);
}


#album-music-playedSN11310 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5245.36, 100%, 50%) 0%, hsl(5245.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11311 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5247.36, 100%, 50%) 0%, hsl(5247.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11311 {
background: linear-gradient(to bottom, hsl(5247.36, 100%, 50%) 0%, hsl(5247.36, 100%, 50%) 100%);
}

.bg-SN11311 {
background: linear-gradient(to bottom, hsl(5247.36, 100%, 50%) 0%, hsl(5247.36, 100%, 50%) 100%);
}


#album-music-playedSN11311 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5249.36, 100%, 50%) 0%, hsl(5249.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11312 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5251.36, 100%, 50%) 0%, hsl(5251.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11312 {
background: linear-gradient(to bottom, hsl(5251.36, 100%, 50%) 0%, hsl(5251.36, 100%, 50%) 100%);
}

.bg-SN11312 {
background: linear-gradient(to bottom, hsl(5251.36, 100%, 50%) 0%, hsl(5251.36, 100%, 50%) 100%);
}


#album-music-playedSN11312 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5253.36, 100%, 50%) 0%, hsl(5253.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11313 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5255.36, 100%, 50%) 0%, hsl(5255.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11313 {
background: linear-gradient(to bottom, hsl(5255.36, 100%, 50%) 0%, hsl(5255.36, 100%, 50%) 100%);
}

.bg-SN11313 {
background: linear-gradient(to bottom, hsl(5255.36, 100%, 50%) 0%, hsl(5255.36, 100%, 50%) 100%);
}


#album-music-playedSN11313 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5257.36, 100%, 50%) 0%, hsl(5257.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11314 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5259.36, 100%, 50%) 0%, hsl(5259.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11314 {
background: linear-gradient(to bottom, hsl(5259.36, 100%, 50%) 0%, hsl(5259.36, 100%, 50%) 100%);
}

.bg-SN11314 {
background: linear-gradient(to bottom, hsl(5259.36, 100%, 50%) 0%, hsl(5259.36, 100%, 50%) 100%);
}


#album-music-playedSN11314 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5261.36, 100%, 50%) 0%, hsl(5261.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11315 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5263.36, 100%, 50%) 0%, hsl(5263.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11315 {
background: linear-gradient(to bottom, hsl(5263.36, 100%, 50%) 0%, hsl(5263.36, 100%, 50%) 100%);
}

.bg-SN11315 {
background: linear-gradient(to bottom, hsl(5263.36, 100%, 50%) 0%, hsl(5263.36, 100%, 50%) 100%);
}


#album-music-playedSN11315 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5265.36, 100%, 50%) 0%, hsl(5265.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11316 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5267.36, 100%, 50%) 0%, hsl(5267.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11316 {
background: linear-gradient(to bottom, hsl(5267.36, 100%, 50%) 0%, hsl(5267.36, 100%, 50%) 100%);
}

.bg-SN11316 {
background: linear-gradient(to bottom, hsl(5267.36, 100%, 50%) 0%, hsl(5267.36, 100%, 50%) 100%);
}


#album-music-playedSN11316 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5269.36, 100%, 50%) 0%, hsl(5269.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11317 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5271.36, 100%, 50%) 0%, hsl(5271.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11317 {
background: linear-gradient(to bottom, hsl(5271.36, 100%, 50%) 0%, hsl(5271.36, 100%, 50%) 100%);
}

.bg-SN11317 {
background: linear-gradient(to bottom, hsl(5271.36, 100%, 50%) 0%, hsl(5271.36, 100%, 50%) 100%);
}


#album-music-playedSN11317 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5273.36, 100%, 50%) 0%, hsl(5273.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11318 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5275.36, 100%, 50%) 0%, hsl(5275.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11318 {
background: linear-gradient(to bottom, hsl(5275.36, 100%, 50%) 0%, hsl(5275.36, 100%, 50%) 100%);
}

.bg-SN11318 {
background: linear-gradient(to bottom, hsl(5275.36, 100%, 50%) 0%, hsl(5275.36, 100%, 50%) 100%);
}


#album-music-playedSN11318 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5277.36, 100%, 50%) 0%, hsl(5277.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11319 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5279.36, 100%, 50%) 0%, hsl(5279.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11319 {
background: linear-gradient(to bottom, hsl(5279.36, 100%, 50%) 0%, hsl(5279.36, 100%, 50%) 100%);
}

.bg-SN11319 {
background: linear-gradient(to bottom, hsl(5279.36, 100%, 50%) 0%, hsl(5279.36, 100%, 50%) 100%);
}


#album-music-playedSN11319 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5281.36, 100%, 50%) 0%, hsl(5281.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11320 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5283.36, 100%, 50%) 0%, hsl(5283.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11320 {
background: linear-gradient(to bottom, hsl(5283.36, 100%, 50%) 0%, hsl(5283.36, 100%, 50%) 100%);
}

.bg-SN11320 {
background: linear-gradient(to bottom, hsl(5283.36, 100%, 50%) 0%, hsl(5283.36, 100%, 50%) 100%);
}


#album-music-playedSN11320 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5285.36, 100%, 50%) 0%, hsl(5285.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11321 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5287.36, 100%, 50%) 0%, hsl(5287.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11321 {
background: linear-gradient(to bottom, hsl(5287.36, 100%, 50%) 0%, hsl(5287.36, 100%, 50%) 100%);
}

.bg-SN11321 {
background: linear-gradient(to bottom, hsl(5287.36, 100%, 50%) 0%, hsl(5287.36, 100%, 50%) 100%);
}


#album-music-playedSN11321 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5289.36, 100%, 50%) 0%, hsl(5289.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11322 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5291.36, 100%, 50%) 0%, hsl(5291.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11322 {
background: linear-gradient(to bottom, hsl(5291.36, 100%, 50%) 0%, hsl(5291.36, 100%, 50%) 100%);
}

.bg-SN11322 {
background: linear-gradient(to bottom, hsl(5291.36, 100%, 50%) 0%, hsl(5291.36, 100%, 50%) 100%);
}


#album-music-playedSN11322 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5293.36, 100%, 50%) 0%, hsl(5293.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11323 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5295.36, 100%, 50%) 0%, hsl(5295.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11323 {
background: linear-gradient(to bottom, hsl(5295.36, 100%, 50%) 0%, hsl(5295.36, 100%, 50%) 100%);
}

.bg-SN11323 {
background: linear-gradient(to bottom, hsl(5295.36, 100%, 50%) 0%, hsl(5295.36, 100%, 50%) 100%);
}


#album-music-playedSN11323 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5297.36, 100%, 50%) 0%, hsl(5297.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11324 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5299.36, 100%, 50%) 0%, hsl(5299.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11324 {
background: linear-gradient(to bottom, hsl(5299.36, 100%, 50%) 0%, hsl(5299.36, 100%, 50%) 100%);
}

.bg-SN11324 {
background: linear-gradient(to bottom, hsl(5299.36, 100%, 50%) 0%, hsl(5299.36, 100%, 50%) 100%);
}


#album-music-playedSN11324 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5301.36, 100%, 50%) 0%, hsl(5301.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11325 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5303.36, 100%, 50%) 0%, hsl(5303.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11325 {
background: linear-gradient(to bottom, hsl(5303.36, 100%, 50%) 0%, hsl(5303.36, 100%, 50%) 100%);
}

.bg-SN11325 {
background: linear-gradient(to bottom, hsl(5303.36, 100%, 50%) 0%, hsl(5303.36, 100%, 50%) 100%);
}


#album-music-playedSN11325 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5305.36, 100%, 50%) 0%, hsl(5305.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11326 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5307.36, 100%, 50%) 0%, hsl(5307.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11326 {
background: linear-gradient(to bottom, hsl(5307.36, 100%, 50%) 0%, hsl(5307.36, 100%, 50%) 100%);
}

.bg-SN11326 {
background: linear-gradient(to bottom, hsl(5307.36, 100%, 50%) 0%, hsl(5307.36, 100%, 50%) 100%);
}


#album-music-playedSN11326 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5309.36, 100%, 50%) 0%, hsl(5309.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11327 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5311.36, 100%, 50%) 0%, hsl(5311.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11327 {
background: linear-gradient(to bottom, hsl(5311.36, 100%, 50%) 0%, hsl(5311.36, 100%, 50%) 100%);
}

.bg-SN11327 {
background: linear-gradient(to bottom, hsl(5311.36, 100%, 50%) 0%, hsl(5311.36, 100%, 50%) 100%);
}


#album-music-playedSN11327 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5313.36, 100%, 50%) 0%, hsl(5313.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11328 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5315.36, 100%, 50%) 0%, hsl(5315.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11328 {
background: linear-gradient(to bottom, hsl(5315.36, 100%, 50%) 0%, hsl(5315.36, 100%, 50%) 100%);
}

.bg-SN11328 {
background: linear-gradient(to bottom, hsl(5315.36, 100%, 50%) 0%, hsl(5315.36, 100%, 50%) 100%);
}


#album-music-playedSN11328 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5317.36, 100%, 50%) 0%, hsl(5317.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11329 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5319.36, 100%, 50%) 0%, hsl(5319.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11329 {
background: linear-gradient(to bottom, hsl(5319.36, 100%, 50%) 0%, hsl(5319.36, 100%, 50%) 100%);
}

.bg-SN11329 {
background: linear-gradient(to bottom, hsl(5319.36, 100%, 50%) 0%, hsl(5319.36, 100%, 50%) 100%);
}


#album-music-playedSN11329 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5321.36, 100%, 50%) 0%, hsl(5321.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11330 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5323.36, 100%, 50%) 0%, hsl(5323.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11330 {
background: linear-gradient(to bottom, hsl(5323.36, 100%, 50%) 0%, hsl(5323.36, 100%, 50%) 100%);
}

.bg-SN11330 {
background: linear-gradient(to bottom, hsl(5323.36, 100%, 50%) 0%, hsl(5323.36, 100%, 50%) 100%);
}


#album-music-playedSN11330 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5325.36, 100%, 50%) 0%, hsl(5325.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11331 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5327.36, 100%, 50%) 0%, hsl(5327.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11331 {
background: linear-gradient(to bottom, hsl(5327.36, 100%, 50%) 0%, hsl(5327.36, 100%, 50%) 100%);
}

.bg-SN11331 {
background: linear-gradient(to bottom, hsl(5327.36, 100%, 50%) 0%, hsl(5327.36, 100%, 50%) 100%);
}


#album-music-playedSN11331 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5329.36, 100%, 50%) 0%, hsl(5329.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11332 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5331.36, 100%, 50%) 0%, hsl(5331.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11332 {
background: linear-gradient(to bottom, hsl(5331.36, 100%, 50%) 0%, hsl(5331.36, 100%, 50%) 100%);
}

.bg-SN11332 {
background: linear-gradient(to bottom, hsl(5331.36, 100%, 50%) 0%, hsl(5331.36, 100%, 50%) 100%);
}


#album-music-playedSN11332 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5333.36, 100%, 50%) 0%, hsl(5333.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11333 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5335.36, 100%, 50%) 0%, hsl(5335.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11333 {
background: linear-gradient(to bottom, hsl(5335.36, 100%, 50%) 0%, hsl(5335.36, 100%, 50%) 100%);
}

.bg-SN11333 {
background: linear-gradient(to bottom, hsl(5335.36, 100%, 50%) 0%, hsl(5335.36, 100%, 50%) 100%);
}


#album-music-playedSN11333 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5337.36, 100%, 50%) 0%, hsl(5337.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11334 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5339.36, 100%, 50%) 0%, hsl(5339.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11334 {
background: linear-gradient(to bottom, hsl(5339.36, 100%, 50%) 0%, hsl(5339.36, 100%, 50%) 100%);
}

.bg-SN11334 {
background: linear-gradient(to bottom, hsl(5339.36, 100%, 50%) 0%, hsl(5339.36, 100%, 50%) 100%);
}


#album-music-playedSN11334 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5341.36, 100%, 50%) 0%, hsl(5341.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11335 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5343.36, 100%, 50%) 0%, hsl(5343.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11335 {
background: linear-gradient(to bottom, hsl(5343.36, 100%, 50%) 0%, hsl(5343.36, 100%, 50%) 100%);
}

.bg-SN11335 {
background: linear-gradient(to bottom, hsl(5343.36, 100%, 50%) 0%, hsl(5343.36, 100%, 50%) 100%);
}


#album-music-playedSN11335 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5345.36, 100%, 50%) 0%, hsl(5345.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11336 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5347.36, 100%, 50%) 0%, hsl(5347.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11336 {
background: linear-gradient(to bottom, hsl(5347.36, 100%, 50%) 0%, hsl(5347.36, 100%, 50%) 100%);
}

.bg-SN11336 {
background: linear-gradient(to bottom, hsl(5347.36, 100%, 50%) 0%, hsl(5347.36, 100%, 50%) 100%);
}


#album-music-playedSN11336 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5349.36, 100%, 50%) 0%, hsl(5349.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11337 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5351.36, 100%, 50%) 0%, hsl(5351.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11337 {
background: linear-gradient(to bottom, hsl(5351.36, 100%, 50%) 0%, hsl(5351.36, 100%, 50%) 100%);
}

.bg-SN11337 {
background: linear-gradient(to bottom, hsl(5351.36, 100%, 50%) 0%, hsl(5351.36, 100%, 50%) 100%);
}


#album-music-playedSN11337 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5353.36, 100%, 50%) 0%, hsl(5353.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11338 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5355.36, 100%, 50%) 0%, hsl(5355.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11338 {
background: linear-gradient(to bottom, hsl(5355.36, 100%, 50%) 0%, hsl(5355.36, 100%, 50%) 100%);
}

.bg-SN11338 {
background: linear-gradient(to bottom, hsl(5355.36, 100%, 50%) 0%, hsl(5355.36, 100%, 50%) 100%);
}


#album-music-playedSN11338 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5357.36, 100%, 50%) 0%, hsl(5357.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11339 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5359.36, 100%, 50%) 0%, hsl(5359.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11339 {
background: linear-gradient(to bottom, hsl(5359.36, 100%, 50%) 0%, hsl(5359.36, 100%, 50%) 100%);
}

.bg-SN11339 {
background: linear-gradient(to bottom, hsl(5359.36, 100%, 50%) 0%, hsl(5359.36, 100%, 50%) 100%);
}


#album-music-playedSN11339 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5361.36, 100%, 50%) 0%, hsl(5361.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11340 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5363.36, 100%, 50%) 0%, hsl(5363.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11340 {
background: linear-gradient(to bottom, hsl(5363.36, 100%, 50%) 0%, hsl(5363.36, 100%, 50%) 100%);
}

.bg-SN11340 {
background: linear-gradient(to bottom, hsl(5363.36, 100%, 50%) 0%, hsl(5363.36, 100%, 50%) 100%);
}


#album-music-playedSN11340 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5365.36, 100%, 50%) 0%, hsl(5365.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11341 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5367.36, 100%, 50%) 0%, hsl(5367.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11341 {
background: linear-gradient(to bottom, hsl(5367.36, 100%, 50%) 0%, hsl(5367.36, 100%, 50%) 100%);
}

.bg-SN11341 {
background: linear-gradient(to bottom, hsl(5367.36, 100%, 50%) 0%, hsl(5367.36, 100%, 50%) 100%);
}


#album-music-playedSN11341 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5369.36, 100%, 50%) 0%, hsl(5369.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11342 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5371.36, 100%, 50%) 0%, hsl(5371.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11342 {
background: linear-gradient(to bottom, hsl(5371.36, 100%, 50%) 0%, hsl(5371.36, 100%, 50%) 100%);
}

.bg-SN11342 {
background: linear-gradient(to bottom, hsl(5371.36, 100%, 50%) 0%, hsl(5371.36, 100%, 50%) 100%);
}


#album-music-playedSN11342 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5373.36, 100%, 50%) 0%, hsl(5373.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11343 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5375.36, 100%, 50%) 0%, hsl(5375.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11343 {
background: linear-gradient(to bottom, hsl(5375.36, 100%, 50%) 0%, hsl(5375.36, 100%, 50%) 100%);
}

.bg-SN11343 {
background: linear-gradient(to bottom, hsl(5375.36, 100%, 50%) 0%, hsl(5375.36, 100%, 50%) 100%);
}


#album-music-playedSN11343 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5377.36, 100%, 50%) 0%, hsl(5377.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11344 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5379.36, 100%, 50%) 0%, hsl(5379.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11344 {
background: linear-gradient(to bottom, hsl(5379.36, 100%, 50%) 0%, hsl(5379.36, 100%, 50%) 100%);
}

.bg-SN11344 {
background: linear-gradient(to bottom, hsl(5379.36, 100%, 50%) 0%, hsl(5379.36, 100%, 50%) 100%);
}


#album-music-playedSN11344 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5381.36, 100%, 50%) 0%, hsl(5381.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11345 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5383.36, 100%, 50%) 0%, hsl(5383.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11345 {
background: linear-gradient(to bottom, hsl(5383.36, 100%, 50%) 0%, hsl(5383.36, 100%, 50%) 100%);
}

.bg-SN11345 {
background: linear-gradient(to bottom, hsl(5383.36, 100%, 50%) 0%, hsl(5383.36, 100%, 50%) 100%);
}


#album-music-playedSN11345 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5385.36, 100%, 50%) 0%, hsl(5385.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11346 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5387.36, 100%, 50%) 0%, hsl(5387.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11346 {
background: linear-gradient(to bottom, hsl(5387.36, 100%, 50%) 0%, hsl(5387.36, 100%, 50%) 100%);
}

.bg-SN11346 {
background: linear-gradient(to bottom, hsl(5387.36, 100%, 50%) 0%, hsl(5387.36, 100%, 50%) 100%);
}


#album-music-playedSN11346 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5389.36, 100%, 50%) 0%, hsl(5389.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11347 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5391.36, 100%, 50%) 0%, hsl(5391.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11347 {
background: linear-gradient(to bottom, hsl(5391.36, 100%, 50%) 0%, hsl(5391.36, 100%, 50%) 100%);
}

.bg-SN11347 {
background: linear-gradient(to bottom, hsl(5391.36, 100%, 50%) 0%, hsl(5391.36, 100%, 50%) 100%);
}


#album-music-playedSN11347 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5393.36, 100%, 50%) 0%, hsl(5393.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11348 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5395.36, 100%, 50%) 0%, hsl(5395.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11348 {
background: linear-gradient(to bottom, hsl(5395.36, 100%, 50%) 0%, hsl(5395.36, 100%, 50%) 100%);
}

.bg-SN11348 {
background: linear-gradient(to bottom, hsl(5395.36, 100%, 50%) 0%, hsl(5395.36, 100%, 50%) 100%);
}


#album-music-playedSN11348 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5397.36, 100%, 50%) 0%, hsl(5397.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11349 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5399.36, 100%, 50%) 0%, hsl(5399.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11349 {
background: linear-gradient(to bottom, hsl(5399.36, 100%, 50%) 0%, hsl(5399.36, 100%, 50%) 100%);
}

.bg-SN11349 {
background: linear-gradient(to bottom, hsl(5399.36, 100%, 50%) 0%, hsl(5399.36, 100%, 50%) 100%);
}


#album-music-playedSN11349 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5401.36, 100%, 50%) 0%, hsl(5401.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11350 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5403.36, 100%, 50%) 0%, hsl(5403.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11350 {
background: linear-gradient(to bottom, hsl(5403.36, 100%, 50%) 0%, hsl(5403.36, 100%, 50%) 100%);
}

.bg-SN11350 {
background: linear-gradient(to bottom, hsl(5403.36, 100%, 50%) 0%, hsl(5403.36, 100%, 50%) 100%);
}


#album-music-playedSN11350 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5405.36, 100%, 50%) 0%, hsl(5405.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11351 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5407.36, 100%, 50%) 0%, hsl(5407.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11351 {
background: linear-gradient(to bottom, hsl(5407.36, 100%, 50%) 0%, hsl(5407.36, 100%, 50%) 100%);
}

.bg-SN11351 {
background: linear-gradient(to bottom, hsl(5407.36, 100%, 50%) 0%, hsl(5407.36, 100%, 50%) 100%);
}


#album-music-playedSN11351 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5409.36, 100%, 50%) 0%, hsl(5409.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11352 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5411.36, 100%, 50%) 0%, hsl(5411.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11352 {
background: linear-gradient(to bottom, hsl(5411.36, 100%, 50%) 0%, hsl(5411.36, 100%, 50%) 100%);
}

.bg-SN11352 {
background: linear-gradient(to bottom, hsl(5411.36, 100%, 50%) 0%, hsl(5411.36, 100%, 50%) 100%);
}


#album-music-playedSN11352 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5413.36, 100%, 50%) 0%, hsl(5413.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11353 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5415.36, 100%, 50%) 0%, hsl(5415.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11353 {
background: linear-gradient(to bottom, hsl(5415.36, 100%, 50%) 0%, hsl(5415.36, 100%, 50%) 100%);
}

.bg-SN11353 {
background: linear-gradient(to bottom, hsl(5415.36, 100%, 50%) 0%, hsl(5415.36, 100%, 50%) 100%);
}


#album-music-playedSN11353 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5417.36, 100%, 50%) 0%, hsl(5417.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11354 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5419.36, 100%, 50%) 0%, hsl(5419.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11354 {
background: linear-gradient(to bottom, hsl(5419.36, 100%, 50%) 0%, hsl(5419.36, 100%, 50%) 100%);
}

.bg-SN11354 {
background: linear-gradient(to bottom, hsl(5419.36, 100%, 50%) 0%, hsl(5419.36, 100%, 50%) 100%);
}


#album-music-playedSN11354 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5421.36, 100%, 50%) 0%, hsl(5421.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11355 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5423.36, 100%, 50%) 0%, hsl(5423.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11355 {
background: linear-gradient(to bottom, hsl(5423.36, 100%, 50%) 0%, hsl(5423.36, 100%, 50%) 100%);
}

.bg-SN11355 {
background: linear-gradient(to bottom, hsl(5423.36, 100%, 50%) 0%, hsl(5423.36, 100%, 50%) 100%);
}


#album-music-playedSN11355 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5425.36, 100%, 50%) 0%, hsl(5425.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11356 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5427.36, 100%, 50%) 0%, hsl(5427.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11356 {
background: linear-gradient(to bottom, hsl(5427.36, 100%, 50%) 0%, hsl(5427.36, 100%, 50%) 100%);
}

.bg-SN11356 {
background: linear-gradient(to bottom, hsl(5427.36, 100%, 50%) 0%, hsl(5427.36, 100%, 50%) 100%);
}


#album-music-playedSN11356 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5429.36, 100%, 50%) 0%, hsl(5429.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11357 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5431.36, 100%, 50%) 0%, hsl(5431.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11357 {
background: linear-gradient(to bottom, hsl(5431.36, 100%, 50%) 0%, hsl(5431.36, 100%, 50%) 100%);
}

.bg-SN11357 {
background: linear-gradient(to bottom, hsl(5431.36, 100%, 50%) 0%, hsl(5431.36, 100%, 50%) 100%);
}


#album-music-playedSN11357 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5433.36, 100%, 50%) 0%, hsl(5433.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11358 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5435.36, 100%, 50%) 0%, hsl(5435.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11358 {
background: linear-gradient(to bottom, hsl(5435.36, 100%, 50%) 0%, hsl(5435.36, 100%, 50%) 100%);
}

.bg-SN11358 {
background: linear-gradient(to bottom, hsl(5435.36, 100%, 50%) 0%, hsl(5435.36, 100%, 50%) 100%);
}


#album-music-playedSN11358 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5437.36, 100%, 50%) 0%, hsl(5437.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11359 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5439.36, 100%, 50%) 0%, hsl(5439.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11359 {
background: linear-gradient(to bottom, hsl(5439.36, 100%, 50%) 0%, hsl(5439.36, 100%, 50%) 100%);
}

.bg-SN11359 {
background: linear-gradient(to bottom, hsl(5439.36, 100%, 50%) 0%, hsl(5439.36, 100%, 50%) 100%);
}


#album-music-playedSN11359 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5441.36, 100%, 50%) 0%, hsl(5441.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11360 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5443.36, 100%, 50%) 0%, hsl(5443.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11360 {
background: linear-gradient(to bottom, hsl(5443.36, 100%, 50%) 0%, hsl(5443.36, 100%, 50%) 100%);
}

.bg-SN11360 {
background: linear-gradient(to bottom, hsl(5443.36, 100%, 50%) 0%, hsl(5443.36, 100%, 50%) 100%);
}


#album-music-playedSN11360 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5445.36, 100%, 50%) 0%, hsl(5445.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11361 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5447.36, 100%, 50%) 0%, hsl(5447.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11361 {
background: linear-gradient(to bottom, hsl(5447.36, 100%, 50%) 0%, hsl(5447.36, 100%, 50%) 100%);
}

.bg-SN11361 {
background: linear-gradient(to bottom, hsl(5447.36, 100%, 50%) 0%, hsl(5447.36, 100%, 50%) 100%);
}


#album-music-playedSN11361 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5449.36, 100%, 50%) 0%, hsl(5449.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11362 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5451.36, 100%, 50%) 0%, hsl(5451.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11362 {
background: linear-gradient(to bottom, hsl(5451.36, 100%, 50%) 0%, hsl(5451.36, 100%, 50%) 100%);
}

.bg-SN11362 {
background: linear-gradient(to bottom, hsl(5451.36, 100%, 50%) 0%, hsl(5451.36, 100%, 50%) 100%);
}


#album-music-playedSN11362 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5453.36, 100%, 50%) 0%, hsl(5453.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11363 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5455.36, 100%, 50%) 0%, hsl(5455.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11363 {
background: linear-gradient(to bottom, hsl(5455.36, 100%, 50%) 0%, hsl(5455.36, 100%, 50%) 100%);
}

.bg-SN11363 {
background: linear-gradient(to bottom, hsl(5455.36, 100%, 50%) 0%, hsl(5455.36, 100%, 50%) 100%);
}


#album-music-playedSN11363 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5457.36, 100%, 50%) 0%, hsl(5457.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11364 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5459.36, 100%, 50%) 0%, hsl(5459.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11364 {
background: linear-gradient(to bottom, hsl(5459.36, 100%, 50%) 0%, hsl(5459.36, 100%, 50%) 100%);
}

.bg-SN11364 {
background: linear-gradient(to bottom, hsl(5459.36, 100%, 50%) 0%, hsl(5459.36, 100%, 50%) 100%);
}


#album-music-playedSN11364 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5461.36, 100%, 50%) 0%, hsl(5461.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11365 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5463.36, 100%, 50%) 0%, hsl(5463.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11365 {
background: linear-gradient(to bottom, hsl(5463.36, 100%, 50%) 0%, hsl(5463.36, 100%, 50%) 100%);
}

.bg-SN11365 {
background: linear-gradient(to bottom, hsl(5463.36, 100%, 50%) 0%, hsl(5463.36, 100%, 50%) 100%);
}


#album-music-playedSN11365 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5465.36, 100%, 50%) 0%, hsl(5465.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11366 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5467.36, 100%, 50%) 0%, hsl(5467.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11366 {
background: linear-gradient(to bottom, hsl(5467.36, 100%, 50%) 0%, hsl(5467.36, 100%, 50%) 100%);
}

.bg-SN11366 {
background: linear-gradient(to bottom, hsl(5467.36, 100%, 50%) 0%, hsl(5467.36, 100%, 50%) 100%);
}


#album-music-playedSN11366 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5469.36, 100%, 50%) 0%, hsl(5469.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11367 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5471.36, 100%, 50%) 0%, hsl(5471.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11367 {
background: linear-gradient(to bottom, hsl(5471.36, 100%, 50%) 0%, hsl(5471.36, 100%, 50%) 100%);
}

.bg-SN11367 {
background: linear-gradient(to bottom, hsl(5471.36, 100%, 50%) 0%, hsl(5471.36, 100%, 50%) 100%);
}


#album-music-playedSN11367 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5473.36, 100%, 50%) 0%, hsl(5473.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11368 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5475.36, 100%, 50%) 0%, hsl(5475.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11368 {
background: linear-gradient(to bottom, hsl(5475.36, 100%, 50%) 0%, hsl(5475.36, 100%, 50%) 100%);
}

.bg-SN11368 {
background: linear-gradient(to bottom, hsl(5475.36, 100%, 50%) 0%, hsl(5475.36, 100%, 50%) 100%);
}


#album-music-playedSN11368 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5477.36, 100%, 50%) 0%, hsl(5477.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11369 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5479.36, 100%, 50%) 0%, hsl(5479.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11369 {
background: linear-gradient(to bottom, hsl(5479.36, 100%, 50%) 0%, hsl(5479.36, 100%, 50%) 100%);
}

.bg-SN11369 {
background: linear-gradient(to bottom, hsl(5479.36, 100%, 50%) 0%, hsl(5479.36, 100%, 50%) 100%);
}


#album-music-playedSN11369 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5481.36, 100%, 50%) 0%, hsl(5481.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11370 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5483.36, 100%, 50%) 0%, hsl(5483.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11370 {
background: linear-gradient(to bottom, hsl(5483.36, 100%, 50%) 0%, hsl(5483.36, 100%, 50%) 100%);
}

.bg-SN11370 {
background: linear-gradient(to bottom, hsl(5483.36, 100%, 50%) 0%, hsl(5483.36, 100%, 50%) 100%);
}


#album-music-playedSN11370 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5485.36, 100%, 50%) 0%, hsl(5485.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11371 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5487.36, 100%, 50%) 0%, hsl(5487.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11371 {
background: linear-gradient(to bottom, hsl(5487.36, 100%, 50%) 0%, hsl(5487.36, 100%, 50%) 100%);
}

.bg-SN11371 {
background: linear-gradient(to bottom, hsl(5487.36, 100%, 50%) 0%, hsl(5487.36, 100%, 50%) 100%);
}


#album-music-playedSN11371 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5489.36, 100%, 50%) 0%, hsl(5489.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11372 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5491.36, 100%, 50%) 0%, hsl(5491.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11372 {
background: linear-gradient(to bottom, hsl(5491.36, 100%, 50%) 0%, hsl(5491.36, 100%, 50%) 100%);
}

.bg-SN11372 {
background: linear-gradient(to bottom, hsl(5491.36, 100%, 50%) 0%, hsl(5491.36, 100%, 50%) 100%);
}


#album-music-playedSN11372 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5493.36, 100%, 50%) 0%, hsl(5493.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11373 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5495.36, 100%, 50%) 0%, hsl(5495.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11373 {
background: linear-gradient(to bottom, hsl(5495.36, 100%, 50%) 0%, hsl(5495.36, 100%, 50%) 100%);
}

.bg-SN11373 {
background: linear-gradient(to bottom, hsl(5495.36, 100%, 50%) 0%, hsl(5495.36, 100%, 50%) 100%);
}


#album-music-playedSN11373 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5497.36, 100%, 50%) 0%, hsl(5497.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11374 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5499.36, 100%, 50%) 0%, hsl(5499.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11374 {
background: linear-gradient(to bottom, hsl(5499.36, 100%, 50%) 0%, hsl(5499.36, 100%, 50%) 100%);
}

.bg-SN11374 {
background: linear-gradient(to bottom, hsl(5499.36, 100%, 50%) 0%, hsl(5499.36, 100%, 50%) 100%);
}


#album-music-playedSN11374 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5501.36, 100%, 50%) 0%, hsl(5501.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11375 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5503.36, 100%, 50%) 0%, hsl(5503.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11375 {
background: linear-gradient(to bottom, hsl(5503.36, 100%, 50%) 0%, hsl(5503.36, 100%, 50%) 100%);
}

.bg-SN11375 {
background: linear-gradient(to bottom, hsl(5503.36, 100%, 50%) 0%, hsl(5503.36, 100%, 50%) 100%);
}


#album-music-playedSN11375 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5505.36, 100%, 50%) 0%, hsl(5505.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11376 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5507.36, 100%, 50%) 0%, hsl(5507.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11376 {
background: linear-gradient(to bottom, hsl(5507.36, 100%, 50%) 0%, hsl(5507.36, 100%, 50%) 100%);
}

.bg-SN11376 {
background: linear-gradient(to bottom, hsl(5507.36, 100%, 50%) 0%, hsl(5507.36, 100%, 50%) 100%);
}


#album-music-playedSN11376 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5509.36, 100%, 50%) 0%, hsl(5509.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11377 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5511.36, 100%, 50%) 0%, hsl(5511.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11377 {
background: linear-gradient(to bottom, hsl(5511.36, 100%, 50%) 0%, hsl(5511.36, 100%, 50%) 100%);
}

.bg-SN11377 {
background: linear-gradient(to bottom, hsl(5511.36, 100%, 50%) 0%, hsl(5511.36, 100%, 50%) 100%);
}


#album-music-playedSN11377 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5513.36, 100%, 50%) 0%, hsl(5513.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11378 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5515.36, 100%, 50%) 0%, hsl(5515.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11378 {
background: linear-gradient(to bottom, hsl(5515.36, 100%, 50%) 0%, hsl(5515.36, 100%, 50%) 100%);
}

.bg-SN11378 {
background: linear-gradient(to bottom, hsl(5515.36, 100%, 50%) 0%, hsl(5515.36, 100%, 50%) 100%);
}


#album-music-playedSN11378 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5517.36, 100%, 50%) 0%, hsl(5517.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11379 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5519.36, 100%, 50%) 0%, hsl(5519.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11379 {
background: linear-gradient(to bottom, hsl(5519.36, 100%, 50%) 0%, hsl(5519.36, 100%, 50%) 100%);
}

.bg-SN11379 {
background: linear-gradient(to bottom, hsl(5519.36, 100%, 50%) 0%, hsl(5519.36, 100%, 50%) 100%);
}


#album-music-playedSN11379 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5521.36, 100%, 50%) 0%, hsl(5521.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11380 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5523.36, 100%, 50%) 0%, hsl(5523.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11380 {
background: linear-gradient(to bottom, hsl(5523.36, 100%, 50%) 0%, hsl(5523.36, 100%, 50%) 100%);
}

.bg-SN11380 {
background: linear-gradient(to bottom, hsl(5523.36, 100%, 50%) 0%, hsl(5523.36, 100%, 50%) 100%);
}


#album-music-playedSN11380 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5525.36, 100%, 50%) 0%, hsl(5525.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11381 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5527.36, 100%, 50%) 0%, hsl(5527.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11381 {
background: linear-gradient(to bottom, hsl(5527.36, 100%, 50%) 0%, hsl(5527.36, 100%, 50%) 100%);
}

.bg-SN11381 {
background: linear-gradient(to bottom, hsl(5527.36, 100%, 50%) 0%, hsl(5527.36, 100%, 50%) 100%);
}


#album-music-playedSN11381 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5529.36, 100%, 50%) 0%, hsl(5529.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11382 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5531.36, 100%, 50%) 0%, hsl(5531.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11382 {
background: linear-gradient(to bottom, hsl(5531.36, 100%, 50%) 0%, hsl(5531.36, 100%, 50%) 100%);
}

.bg-SN11382 {
background: linear-gradient(to bottom, hsl(5531.36, 100%, 50%) 0%, hsl(5531.36, 100%, 50%) 100%);
}


#album-music-playedSN11382 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5533.36, 100%, 50%) 0%, hsl(5533.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11383 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5535.36, 100%, 50%) 0%, hsl(5535.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11383 {
background: linear-gradient(to bottom, hsl(5535.36, 100%, 50%) 0%, hsl(5535.36, 100%, 50%) 100%);
}

.bg-SN11383 {
background: linear-gradient(to bottom, hsl(5535.36, 100%, 50%) 0%, hsl(5535.36, 100%, 50%) 100%);
}


#album-music-playedSN11383 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5537.36, 100%, 50%) 0%, hsl(5537.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11384 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5539.36, 100%, 50%) 0%, hsl(5539.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11384 {
background: linear-gradient(to bottom, hsl(5539.36, 100%, 50%) 0%, hsl(5539.36, 100%, 50%) 100%);
}

.bg-SN11384 {
background: linear-gradient(to bottom, hsl(5539.36, 100%, 50%) 0%, hsl(5539.36, 100%, 50%) 100%);
}


#album-music-playedSN11384 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5541.36, 100%, 50%) 0%, hsl(5541.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11385 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5543.36, 100%, 50%) 0%, hsl(5543.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11385 {
background: linear-gradient(to bottom, hsl(5543.36, 100%, 50%) 0%, hsl(5543.36, 100%, 50%) 100%);
}

.bg-SN11385 {
background: linear-gradient(to bottom, hsl(5543.36, 100%, 50%) 0%, hsl(5543.36, 100%, 50%) 100%);
}


#album-music-playedSN11385 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5545.36, 100%, 50%) 0%, hsl(5545.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11386 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5547.36, 100%, 50%) 0%, hsl(5547.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11386 {
background: linear-gradient(to bottom, hsl(5547.36, 100%, 50%) 0%, hsl(5547.36, 100%, 50%) 100%);
}

.bg-SN11386 {
background: linear-gradient(to bottom, hsl(5547.36, 100%, 50%) 0%, hsl(5547.36, 100%, 50%) 100%);
}


#album-music-playedSN11386 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5549.36, 100%, 50%) 0%, hsl(5549.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11387 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5551.36, 100%, 50%) 0%, hsl(5551.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11387 {
background: linear-gradient(to bottom, hsl(5551.36, 100%, 50%) 0%, hsl(5551.36, 100%, 50%) 100%);
}

.bg-SN11387 {
background: linear-gradient(to bottom, hsl(5551.36, 100%, 50%) 0%, hsl(5551.36, 100%, 50%) 100%);
}


#album-music-playedSN11387 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5553.36, 100%, 50%) 0%, hsl(5553.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11388 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5555.36, 100%, 50%) 0%, hsl(5555.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11388 {
background: linear-gradient(to bottom, hsl(5555.36, 100%, 50%) 0%, hsl(5555.36, 100%, 50%) 100%);
}

.bg-SN11388 {
background: linear-gradient(to bottom, hsl(5555.36, 100%, 50%) 0%, hsl(5555.36, 100%, 50%) 100%);
}


#album-music-playedSN11388 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5557.36, 100%, 50%) 0%, hsl(5557.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11389 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5559.36, 100%, 50%) 0%, hsl(5559.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11389 {
background: linear-gradient(to bottom, hsl(5559.36, 100%, 50%) 0%, hsl(5559.36, 100%, 50%) 100%);
}

.bg-SN11389 {
background: linear-gradient(to bottom, hsl(5559.36, 100%, 50%) 0%, hsl(5559.36, 100%, 50%) 100%);
}


#album-music-playedSN11389 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5561.36, 100%, 50%) 0%, hsl(5561.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11390 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5563.36, 100%, 50%) 0%, hsl(5563.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11390 {
background: linear-gradient(to bottom, hsl(5563.36, 100%, 50%) 0%, hsl(5563.36, 100%, 50%) 100%);
}

.bg-SN11390 {
background: linear-gradient(to bottom, hsl(5563.36, 100%, 50%) 0%, hsl(5563.36, 100%, 50%) 100%);
}


#album-music-playedSN11390 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5565.36, 100%, 50%) 0%, hsl(5565.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11391 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5567.36, 100%, 50%) 0%, hsl(5567.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11391 {
background: linear-gradient(to bottom, hsl(5567.36, 100%, 50%) 0%, hsl(5567.36, 100%, 50%) 100%);
}

.bg-SN11391 {
background: linear-gradient(to bottom, hsl(5567.36, 100%, 50%) 0%, hsl(5567.36, 100%, 50%) 100%);
}


#album-music-playedSN11391 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5569.36, 100%, 50%) 0%, hsl(5569.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11392 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5571.36, 100%, 50%) 0%, hsl(5571.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11392 {
background: linear-gradient(to bottom, hsl(5571.36, 100%, 50%) 0%, hsl(5571.36, 100%, 50%) 100%);
}

.bg-SN11392 {
background: linear-gradient(to bottom, hsl(5571.36, 100%, 50%) 0%, hsl(5571.36, 100%, 50%) 100%);
}


#album-music-playedSN11392 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5573.36, 100%, 50%) 0%, hsl(5573.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11393 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5575.36, 100%, 50%) 0%, hsl(5575.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11393 {
background: linear-gradient(to bottom, hsl(5575.36, 100%, 50%) 0%, hsl(5575.36, 100%, 50%) 100%);
}

.bg-SN11393 {
background: linear-gradient(to bottom, hsl(5575.36, 100%, 50%) 0%, hsl(5575.36, 100%, 50%) 100%);
}


#album-music-playedSN11393 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5577.36, 100%, 50%) 0%, hsl(5577.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11394 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5579.36, 100%, 50%) 0%, hsl(5579.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11394 {
background: linear-gradient(to bottom, hsl(5579.36, 100%, 50%) 0%, hsl(5579.36, 100%, 50%) 100%);
}

.bg-SN11394 {
background: linear-gradient(to bottom, hsl(5579.36, 100%, 50%) 0%, hsl(5579.36, 100%, 50%) 100%);
}


#album-music-playedSN11394 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5581.36, 100%, 50%) 0%, hsl(5581.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11395 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5583.36, 100%, 50%) 0%, hsl(5583.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11395 {
background: linear-gradient(to bottom, hsl(5583.36, 100%, 50%) 0%, hsl(5583.36, 100%, 50%) 100%);
}

.bg-SN11395 {
background: linear-gradient(to bottom, hsl(5583.36, 100%, 50%) 0%, hsl(5583.36, 100%, 50%) 100%);
}


#album-music-playedSN11395 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5585.36, 100%, 50%) 0%, hsl(5585.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11396 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5587.36, 100%, 50%) 0%, hsl(5587.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11396 {
background: linear-gradient(to bottom, hsl(5587.36, 100%, 50%) 0%, hsl(5587.36, 100%, 50%) 100%);
}

.bg-SN11396 {
background: linear-gradient(to bottom, hsl(5587.36, 100%, 50%) 0%, hsl(5587.36, 100%, 50%) 100%);
}


#album-music-playedSN11396 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5589.36, 100%, 50%) 0%, hsl(5589.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11397 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5591.36, 100%, 50%) 0%, hsl(5591.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11397 {
background: linear-gradient(to bottom, hsl(5591.36, 100%, 50%) 0%, hsl(5591.36, 100%, 50%) 100%);
}

.bg-SN11397 {
background: linear-gradient(to bottom, hsl(5591.36, 100%, 50%) 0%, hsl(5591.36, 100%, 50%) 100%);
}


#album-music-playedSN11397 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5593.36, 100%, 50%) 0%, hsl(5593.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11398 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5595.36, 100%, 50%) 0%, hsl(5595.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11398 {
background: linear-gradient(to bottom, hsl(5595.36, 100%, 50%) 0%, hsl(5595.36, 100%, 50%) 100%);
}

.bg-SN11398 {
background: linear-gradient(to bottom, hsl(5595.36, 100%, 50%) 0%, hsl(5595.36, 100%, 50%) 100%);
}


#album-music-playedSN11398 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5597.36, 100%, 50%) 0%, hsl(5597.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11399 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5599.36, 100%, 50%) 0%, hsl(5599.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11399 {
background: linear-gradient(to bottom, hsl(5599.36, 100%, 50%) 0%, hsl(5599.36, 100%, 50%) 100%);
}

.bg-SN11399 {
background: linear-gradient(to bottom, hsl(5599.36, 100%, 50%) 0%, hsl(5599.36, 100%, 50%) 100%);
}


#album-music-playedSN11399 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5601.36, 100%, 50%) 0%, hsl(5601.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11400 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5603.36, 100%, 50%) 0%, hsl(5603.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11400 {
background: linear-gradient(to bottom, hsl(5603.36, 100%, 50%) 0%, hsl(5603.36, 100%, 50%) 100%);
}

.bg-SN11400 {
background: linear-gradient(to bottom, hsl(5603.36, 100%, 50%) 0%, hsl(5603.36, 100%, 50%) 100%);
}


#album-music-playedSN11400 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5605.36, 100%, 50%) 0%, hsl(5605.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11401 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5607.36, 100%, 50%) 0%, hsl(5607.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11401 {
background: linear-gradient(to bottom, hsl(5607.36, 100%, 50%) 0%, hsl(5607.36, 100%, 50%) 100%);
}

.bg-SN11401 {
background: linear-gradient(to bottom, hsl(5607.36, 100%, 50%) 0%, hsl(5607.36, 100%, 50%) 100%);
}


#album-music-playedSN11401 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5609.36, 100%, 50%) 0%, hsl(5609.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11402 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5611.36, 100%, 50%) 0%, hsl(5611.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11402 {
background: linear-gradient(to bottom, hsl(5611.36, 100%, 50%) 0%, hsl(5611.36, 100%, 50%) 100%);
}

.bg-SN11402 {
background: linear-gradient(to bottom, hsl(5611.36, 100%, 50%) 0%, hsl(5611.36, 100%, 50%) 100%);
}


#album-music-playedSN11402 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5613.36, 100%, 50%) 0%, hsl(5613.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11403 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5615.36, 100%, 50%) 0%, hsl(5615.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11403 {
background: linear-gradient(to bottom, hsl(5615.36, 100%, 50%) 0%, hsl(5615.36, 100%, 50%) 100%);
}

.bg-SN11403 {
background: linear-gradient(to bottom, hsl(5615.36, 100%, 50%) 0%, hsl(5615.36, 100%, 50%) 100%);
}


#album-music-playedSN11403 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5617.36, 100%, 50%) 0%, hsl(5617.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11404 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5619.36, 100%, 50%) 0%, hsl(5619.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11404 {
background: linear-gradient(to bottom, hsl(5619.36, 100%, 50%) 0%, hsl(5619.36, 100%, 50%) 100%);
}

.bg-SN11404 {
background: linear-gradient(to bottom, hsl(5619.36, 100%, 50%) 0%, hsl(5619.36, 100%, 50%) 100%);
}


#album-music-playedSN11404 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5621.36, 100%, 50%) 0%, hsl(5621.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11405 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5623.36, 100%, 50%) 0%, hsl(5623.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11405 {
background: linear-gradient(to bottom, hsl(5623.36, 100%, 50%) 0%, hsl(5623.36, 100%, 50%) 100%);
}

.bg-SN11405 {
background: linear-gradient(to bottom, hsl(5623.36, 100%, 50%) 0%, hsl(5623.36, 100%, 50%) 100%);
}


#album-music-playedSN11405 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5625.36, 100%, 50%) 0%, hsl(5625.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11406 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5627.36, 100%, 50%) 0%, hsl(5627.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11406 {
background: linear-gradient(to bottom, hsl(5627.36, 100%, 50%) 0%, hsl(5627.36, 100%, 50%) 100%);
}

.bg-SN11406 {
background: linear-gradient(to bottom, hsl(5627.36, 100%, 50%) 0%, hsl(5627.36, 100%, 50%) 100%);
}


#album-music-playedSN11406 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5629.36, 100%, 50%) 0%, hsl(5629.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11407 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5631.36, 100%, 50%) 0%, hsl(5631.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11407 {
background: linear-gradient(to bottom, hsl(5631.36, 100%, 50%) 0%, hsl(5631.36, 100%, 50%) 100%);
}

.bg-SN11407 {
background: linear-gradient(to bottom, hsl(5631.36, 100%, 50%) 0%, hsl(5631.36, 100%, 50%) 100%);
}


#album-music-playedSN11407 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5633.36, 100%, 50%) 0%, hsl(5633.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11408 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5635.36, 100%, 50%) 0%, hsl(5635.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11408 {
background: linear-gradient(to bottom, hsl(5635.36, 100%, 50%) 0%, hsl(5635.36, 100%, 50%) 100%);
}

.bg-SN11408 {
background: linear-gradient(to bottom, hsl(5635.36, 100%, 50%) 0%, hsl(5635.36, 100%, 50%) 100%);
}


#album-music-playedSN11408 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5637.36, 100%, 50%) 0%, hsl(5637.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11409 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5639.36, 100%, 50%) 0%, hsl(5639.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11409 {
background: linear-gradient(to bottom, hsl(5639.36, 100%, 50%) 0%, hsl(5639.36, 100%, 50%) 100%);
}

.bg-SN11409 {
background: linear-gradient(to bottom, hsl(5639.36, 100%, 50%) 0%, hsl(5639.36, 100%, 50%) 100%);
}


#album-music-playedSN11409 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5641.36, 100%, 50%) 0%, hsl(5641.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11410 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5643.36, 100%, 50%) 0%, hsl(5643.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11410 {
background: linear-gradient(to bottom, hsl(5643.36, 100%, 50%) 0%, hsl(5643.36, 100%, 50%) 100%);
}

.bg-SN11410 {
background: linear-gradient(to bottom, hsl(5643.36, 100%, 50%) 0%, hsl(5643.36, 100%, 50%) 100%);
}


#album-music-playedSN11410 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5645.36, 100%, 50%) 0%, hsl(5645.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11411 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5647.36, 100%, 50%) 0%, hsl(5647.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11411 {
background: linear-gradient(to bottom, hsl(5647.36, 100%, 50%) 0%, hsl(5647.36, 100%, 50%) 100%);
}

.bg-SN11411 {
background: linear-gradient(to bottom, hsl(5647.36, 100%, 50%) 0%, hsl(5647.36, 100%, 50%) 100%);
}


#album-music-playedSN11411 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5649.36, 100%, 50%) 0%, hsl(5649.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11412 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5651.36, 100%, 50%) 0%, hsl(5651.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11412 {
background: linear-gradient(to bottom, hsl(5651.36, 100%, 50%) 0%, hsl(5651.36, 100%, 50%) 100%);
}

.bg-SN11412 {
background: linear-gradient(to bottom, hsl(5651.36, 100%, 50%) 0%, hsl(5651.36, 100%, 50%) 100%);
}


#album-music-playedSN11412 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5653.36, 100%, 50%) 0%, hsl(5653.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11413 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5655.36, 100%, 50%) 0%, hsl(5655.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11413 {
background: linear-gradient(to bottom, hsl(5655.36, 100%, 50%) 0%, hsl(5655.36, 100%, 50%) 100%);
}

.bg-SN11413 {
background: linear-gradient(to bottom, hsl(5655.36, 100%, 50%) 0%, hsl(5655.36, 100%, 50%) 100%);
}


#album-music-playedSN11413 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5657.36, 100%, 50%) 0%, hsl(5657.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11414 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5659.36, 100%, 50%) 0%, hsl(5659.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11414 {
background: linear-gradient(to bottom, hsl(5659.36, 100%, 50%) 0%, hsl(5659.36, 100%, 50%) 100%);
}

.bg-SN11414 {
background: linear-gradient(to bottom, hsl(5659.36, 100%, 50%) 0%, hsl(5659.36, 100%, 50%) 100%);
}


#album-music-playedSN11414 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5661.36, 100%, 50%) 0%, hsl(5661.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11415 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5663.36, 100%, 50%) 0%, hsl(5663.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11415 {
background: linear-gradient(to bottom, hsl(5663.36, 100%, 50%) 0%, hsl(5663.36, 100%, 50%) 100%);
}

.bg-SN11415 {
background: linear-gradient(to bottom, hsl(5663.36, 100%, 50%) 0%, hsl(5663.36, 100%, 50%) 100%);
}


#album-music-playedSN11415 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5665.36, 100%, 50%) 0%, hsl(5665.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11416 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5667.36, 100%, 50%) 0%, hsl(5667.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11416 {
background: linear-gradient(to bottom, hsl(5667.36, 100%, 50%) 0%, hsl(5667.36, 100%, 50%) 100%);
}

.bg-SN11416 {
background: linear-gradient(to bottom, hsl(5667.36, 100%, 50%) 0%, hsl(5667.36, 100%, 50%) 100%);
}


#album-music-playedSN11416 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5669.36, 100%, 50%) 0%, hsl(5669.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11417 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5671.36, 100%, 50%) 0%, hsl(5671.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11417 {
background: linear-gradient(to bottom, hsl(5671.36, 100%, 50%) 0%, hsl(5671.36, 100%, 50%) 100%);
}

.bg-SN11417 {
background: linear-gradient(to bottom, hsl(5671.36, 100%, 50%) 0%, hsl(5671.36, 100%, 50%) 100%);
}


#album-music-playedSN11417 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5673.36, 100%, 50%) 0%, hsl(5673.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11418 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5675.36, 100%, 50%) 0%, hsl(5675.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11418 {
background: linear-gradient(to bottom, hsl(5675.36, 100%, 50%) 0%, hsl(5675.36, 100%, 50%) 100%);
}

.bg-SN11418 {
background: linear-gradient(to bottom, hsl(5675.36, 100%, 50%) 0%, hsl(5675.36, 100%, 50%) 100%);
}


#album-music-playedSN11418 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5677.36, 100%, 50%) 0%, hsl(5677.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11419 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5679.36, 100%, 50%) 0%, hsl(5679.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11419 {
background: linear-gradient(to bottom, hsl(5679.36, 100%, 50%) 0%, hsl(5679.36, 100%, 50%) 100%);
}

.bg-SN11419 {
background: linear-gradient(to bottom, hsl(5679.36, 100%, 50%) 0%, hsl(5679.36, 100%, 50%) 100%);
}


#album-music-playedSN11419 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5681.36, 100%, 50%) 0%, hsl(5681.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11420 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5683.36, 100%, 50%) 0%, hsl(5683.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11420 {
background: linear-gradient(to bottom, hsl(5683.36, 100%, 50%) 0%, hsl(5683.36, 100%, 50%) 100%);
}

.bg-SN11420 {
background: linear-gradient(to bottom, hsl(5683.36, 100%, 50%) 0%, hsl(5683.36, 100%, 50%) 100%);
}


#album-music-playedSN11420 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5685.36, 100%, 50%) 0%, hsl(5685.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11421 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5687.36, 100%, 50%) 0%, hsl(5687.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11421 {
background: linear-gradient(to bottom, hsl(5687.36, 100%, 50%) 0%, hsl(5687.36, 100%, 50%) 100%);
}

.bg-SN11421 {
background: linear-gradient(to bottom, hsl(5687.36, 100%, 50%) 0%, hsl(5687.36, 100%, 50%) 100%);
}


#album-music-playedSN11421 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5689.36, 100%, 50%) 0%, hsl(5689.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11422 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5691.36, 100%, 50%) 0%, hsl(5691.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11422 {
background: linear-gradient(to bottom, hsl(5691.36, 100%, 50%) 0%, hsl(5691.36, 100%, 50%) 100%);
}

.bg-SN11422 {
background: linear-gradient(to bottom, hsl(5691.36, 100%, 50%) 0%, hsl(5691.36, 100%, 50%) 100%);
}


#album-music-playedSN11422 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5693.36, 100%, 50%) 0%, hsl(5693.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11423 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5695.36, 100%, 50%) 0%, hsl(5695.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11423 {
background: linear-gradient(to bottom, hsl(5695.36, 100%, 50%) 0%, hsl(5695.36, 100%, 50%) 100%);
}

.bg-SN11423 {
background: linear-gradient(to bottom, hsl(5695.36, 100%, 50%) 0%, hsl(5695.36, 100%, 50%) 100%);
}


#album-music-playedSN11423 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5697.36, 100%, 50%) 0%, hsl(5697.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11424 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5699.36, 100%, 50%) 0%, hsl(5699.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11424 {
background: linear-gradient(to bottom, hsl(5699.36, 100%, 50%) 0%, hsl(5699.36, 100%, 50%) 100%);
}

.bg-SN11424 {
background: linear-gradient(to bottom, hsl(5699.36, 100%, 50%) 0%, hsl(5699.36, 100%, 50%) 100%);
}


#album-music-playedSN11424 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5701.36, 100%, 50%) 0%, hsl(5701.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11425 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5703.36, 100%, 50%) 0%, hsl(5703.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11425 {
background: linear-gradient(to bottom, hsl(5703.36, 100%, 50%) 0%, hsl(5703.36, 100%, 50%) 100%);
}

.bg-SN11425 {
background: linear-gradient(to bottom, hsl(5703.36, 100%, 50%) 0%, hsl(5703.36, 100%, 50%) 100%);
}


#album-music-playedSN11425 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5705.36, 100%, 50%) 0%, hsl(5705.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11426 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5707.36, 100%, 50%) 0%, hsl(5707.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11426 {
background: linear-gradient(to bottom, hsl(5707.36, 100%, 50%) 0%, hsl(5707.36, 100%, 50%) 100%);
}

.bg-SN11426 {
background: linear-gradient(to bottom, hsl(5707.36, 100%, 50%) 0%, hsl(5707.36, 100%, 50%) 100%);
}


#album-music-playedSN11426 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5709.36, 100%, 50%) 0%, hsl(5709.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11427 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5711.36, 100%, 50%) 0%, hsl(5711.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11427 {
background: linear-gradient(to bottom, hsl(5711.36, 100%, 50%) 0%, hsl(5711.36, 100%, 50%) 100%);
}

.bg-SN11427 {
background: linear-gradient(to bottom, hsl(5711.36, 100%, 50%) 0%, hsl(5711.36, 100%, 50%) 100%);
}


#album-music-playedSN11427 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5713.36, 100%, 50%) 0%, hsl(5713.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11428 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5715.36, 100%, 50%) 0%, hsl(5715.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11428 {
background: linear-gradient(to bottom, hsl(5715.36, 100%, 50%) 0%, hsl(5715.36, 100%, 50%) 100%);
}

.bg-SN11428 {
background: linear-gradient(to bottom, hsl(5715.36, 100%, 50%) 0%, hsl(5715.36, 100%, 50%) 100%);
}


#album-music-playedSN11428 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5717.36, 100%, 50%) 0%, hsl(5717.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11429 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5719.36, 100%, 50%) 0%, hsl(5719.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11429 {
background: linear-gradient(to bottom, hsl(5719.36, 100%, 50%) 0%, hsl(5719.36, 100%, 50%) 100%);
}

.bg-SN11429 {
background: linear-gradient(to bottom, hsl(5719.36, 100%, 50%) 0%, hsl(5719.36, 100%, 50%) 100%);
}


#album-music-playedSN11429 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5721.36, 100%, 50%) 0%, hsl(5721.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11430 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5723.36, 100%, 50%) 0%, hsl(5723.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11430 {
background: linear-gradient(to bottom, hsl(5723.36, 100%, 50%) 0%, hsl(5723.36, 100%, 50%) 100%);
}

.bg-SN11430 {
background: linear-gradient(to bottom, hsl(5723.36, 100%, 50%) 0%, hsl(5723.36, 100%, 50%) 100%);
}


#album-music-playedSN11430 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5725.36, 100%, 50%) 0%, hsl(5725.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11431 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5727.36, 100%, 50%) 0%, hsl(5727.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11431 {
background: linear-gradient(to bottom, hsl(5727.36, 100%, 50%) 0%, hsl(5727.36, 100%, 50%) 100%);
}

.bg-SN11431 {
background: linear-gradient(to bottom, hsl(5727.36, 100%, 50%) 0%, hsl(5727.36, 100%, 50%) 100%);
}


#album-music-playedSN11431 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5729.36, 100%, 50%) 0%, hsl(5729.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11432 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5731.36, 100%, 50%) 0%, hsl(5731.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11432 {
background: linear-gradient(to bottom, hsl(5731.36, 100%, 50%) 0%, hsl(5731.36, 100%, 50%) 100%);
}

.bg-SN11432 {
background: linear-gradient(to bottom, hsl(5731.36, 100%, 50%) 0%, hsl(5731.36, 100%, 50%) 100%);
}


#album-music-playedSN11432 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5733.36, 100%, 50%) 0%, hsl(5733.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11433 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5735.36, 100%, 50%) 0%, hsl(5735.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11433 {
background: linear-gradient(to bottom, hsl(5735.36, 100%, 50%) 0%, hsl(5735.36, 100%, 50%) 100%);
}

.bg-SN11433 {
background: linear-gradient(to bottom, hsl(5735.36, 100%, 50%) 0%, hsl(5735.36, 100%, 50%) 100%);
}


#album-music-playedSN11433 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5737.36, 100%, 50%) 0%, hsl(5737.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11434 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5739.36, 100%, 50%) 0%, hsl(5739.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11434 {
background: linear-gradient(to bottom, hsl(5739.36, 100%, 50%) 0%, hsl(5739.36, 100%, 50%) 100%);
}

.bg-SN11434 {
background: linear-gradient(to bottom, hsl(5739.36, 100%, 50%) 0%, hsl(5739.36, 100%, 50%) 100%);
}


#album-music-playedSN11434 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5741.36, 100%, 50%) 0%, hsl(5741.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11435 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5743.36, 100%, 50%) 0%, hsl(5743.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11435 {
background: linear-gradient(to bottom, hsl(5743.36, 100%, 50%) 0%, hsl(5743.36, 100%, 50%) 100%);
}

.bg-SN11435 {
background: linear-gradient(to bottom, hsl(5743.36, 100%, 50%) 0%, hsl(5743.36, 100%, 50%) 100%);
}


#album-music-playedSN11435 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5745.36, 100%, 50%) 0%, hsl(5745.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11436 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5747.36, 100%, 50%) 0%, hsl(5747.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11436 {
background: linear-gradient(to bottom, hsl(5747.36, 100%, 50%) 0%, hsl(5747.36, 100%, 50%) 100%);
}

.bg-SN11436 {
background: linear-gradient(to bottom, hsl(5747.36, 100%, 50%) 0%, hsl(5747.36, 100%, 50%) 100%);
}


#album-music-playedSN11436 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5749.36, 100%, 50%) 0%, hsl(5749.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11437 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5751.36, 100%, 50%) 0%, hsl(5751.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11437 {
background: linear-gradient(to bottom, hsl(5751.36, 100%, 50%) 0%, hsl(5751.36, 100%, 50%) 100%);
}

.bg-SN11437 {
background: linear-gradient(to bottom, hsl(5751.36, 100%, 50%) 0%, hsl(5751.36, 100%, 50%) 100%);
}


#album-music-playedSN11437 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5753.36, 100%, 50%) 0%, hsl(5753.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11438 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5755.36, 100%, 50%) 0%, hsl(5755.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11438 {
background: linear-gradient(to bottom, hsl(5755.36, 100%, 50%) 0%, hsl(5755.36, 100%, 50%) 100%);
}

.bg-SN11438 {
background: linear-gradient(to bottom, hsl(5755.36, 100%, 50%) 0%, hsl(5755.36, 100%, 50%) 100%);
}


#album-music-playedSN11438 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5757.36, 100%, 50%) 0%, hsl(5757.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11439 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5759.36, 100%, 50%) 0%, hsl(5759.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11439 {
background: linear-gradient(to bottom, hsl(5759.36, 100%, 50%) 0%, hsl(5759.36, 100%, 50%) 100%);
}

.bg-SN11439 {
background: linear-gradient(to bottom, hsl(5759.36, 100%, 50%) 0%, hsl(5759.36, 100%, 50%) 100%);
}


#album-music-playedSN11439 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5761.36, 100%, 50%) 0%, hsl(5761.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11440 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5763.36, 100%, 50%) 0%, hsl(5763.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11440 {
background: linear-gradient(to bottom, hsl(5763.36, 100%, 50%) 0%, hsl(5763.36, 100%, 50%) 100%);
}

.bg-SN11440 {
background: linear-gradient(to bottom, hsl(5763.36, 100%, 50%) 0%, hsl(5763.36, 100%, 50%) 100%);
}


#album-music-playedSN11440 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5765.36, 100%, 50%) 0%, hsl(5765.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11441 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5767.36, 100%, 50%) 0%, hsl(5767.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11441 {
background: linear-gradient(to bottom, hsl(5767.36, 100%, 50%) 0%, hsl(5767.36, 100%, 50%) 100%);
}

.bg-SN11441 {
background: linear-gradient(to bottom, hsl(5767.36, 100%, 50%) 0%, hsl(5767.36, 100%, 50%) 100%);
}


#album-music-playedSN11441 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5769.36, 100%, 50%) 0%, hsl(5769.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11442 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5771.36, 100%, 50%) 0%, hsl(5771.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11442 {
background: linear-gradient(to bottom, hsl(5771.36, 100%, 50%) 0%, hsl(5771.36, 100%, 50%) 100%);
}

.bg-SN11442 {
background: linear-gradient(to bottom, hsl(5771.36, 100%, 50%) 0%, hsl(5771.36, 100%, 50%) 100%);
}


#album-music-playedSN11442 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5773.36, 100%, 50%) 0%, hsl(5773.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11443 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5775.36, 100%, 50%) 0%, hsl(5775.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11443 {
background: linear-gradient(to bottom, hsl(5775.36, 100%, 50%) 0%, hsl(5775.36, 100%, 50%) 100%);
}

.bg-SN11443 {
background: linear-gradient(to bottom, hsl(5775.36, 100%, 50%) 0%, hsl(5775.36, 100%, 50%) 100%);
}


#album-music-playedSN11443 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5777.36, 100%, 50%) 0%, hsl(5777.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11444 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5779.36, 100%, 50%) 0%, hsl(5779.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11444 {
background: linear-gradient(to bottom, hsl(5779.36, 100%, 50%) 0%, hsl(5779.36, 100%, 50%) 100%);
}

.bg-SN11444 {
background: linear-gradient(to bottom, hsl(5779.36, 100%, 50%) 0%, hsl(5779.36, 100%, 50%) 100%);
}


#album-music-playedSN11444 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5781.36, 100%, 50%) 0%, hsl(5781.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11445 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5783.36, 100%, 50%) 0%, hsl(5783.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11445 {
background: linear-gradient(to bottom, hsl(5783.36, 100%, 50%) 0%, hsl(5783.36, 100%, 50%) 100%);
}

.bg-SN11445 {
background: linear-gradient(to bottom, hsl(5783.36, 100%, 50%) 0%, hsl(5783.36, 100%, 50%) 100%);
}


#album-music-playedSN11445 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5785.36, 100%, 50%) 0%, hsl(5785.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11446 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5787.36, 100%, 50%) 0%, hsl(5787.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11446 {
background: linear-gradient(to bottom, hsl(5787.36, 100%, 50%) 0%, hsl(5787.36, 100%, 50%) 100%);
}

.bg-SN11446 {
background: linear-gradient(to bottom, hsl(5787.36, 100%, 50%) 0%, hsl(5787.36, 100%, 50%) 100%);
}


#album-music-playedSN11446 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5789.36, 100%, 50%) 0%, hsl(5789.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11447 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5791.36, 100%, 50%) 0%, hsl(5791.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11447 {
background: linear-gradient(to bottom, hsl(5791.36, 100%, 50%) 0%, hsl(5791.36, 100%, 50%) 100%);
}

.bg-SN11447 {
background: linear-gradient(to bottom, hsl(5791.36, 100%, 50%) 0%, hsl(5791.36, 100%, 50%) 100%);
}


#album-music-playedSN11447 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5793.36, 100%, 50%) 0%, hsl(5793.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11448 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5795.36, 100%, 50%) 0%, hsl(5795.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11448 {
background: linear-gradient(to bottom, hsl(5795.36, 100%, 50%) 0%, hsl(5795.36, 100%, 50%) 100%);
}

.bg-SN11448 {
background: linear-gradient(to bottom, hsl(5795.36, 100%, 50%) 0%, hsl(5795.36, 100%, 50%) 100%);
}


#album-music-playedSN11448 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5797.36, 100%, 50%) 0%, hsl(5797.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11449 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5799.36, 100%, 50%) 0%, hsl(5799.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11449 {
background: linear-gradient(to bottom, hsl(5799.36, 100%, 50%) 0%, hsl(5799.36, 100%, 50%) 100%);
}

.bg-SN11449 {
background: linear-gradient(to bottom, hsl(5799.36, 100%, 50%) 0%, hsl(5799.36, 100%, 50%) 100%);
}


#album-music-playedSN11449 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5801.36, 100%, 50%) 0%, hsl(5801.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11450 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5803.36, 100%, 50%) 0%, hsl(5803.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11450 {
background: linear-gradient(to bottom, hsl(5803.36, 100%, 50%) 0%, hsl(5803.36, 100%, 50%) 100%);
}

.bg-SN11450 {
background: linear-gradient(to bottom, hsl(5803.36, 100%, 50%) 0%, hsl(5803.36, 100%, 50%) 100%);
}


#album-music-playedSN11450 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5805.36, 100%, 50%) 0%, hsl(5805.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11451 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5807.36, 100%, 50%) 0%, hsl(5807.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11451 {
background: linear-gradient(to bottom, hsl(5807.36, 100%, 50%) 0%, hsl(5807.36, 100%, 50%) 100%);
}

.bg-SN11451 {
background: linear-gradient(to bottom, hsl(5807.36, 100%, 50%) 0%, hsl(5807.36, 100%, 50%) 100%);
}


#album-music-playedSN11451 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5809.36, 100%, 50%) 0%, hsl(5809.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11452 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5811.36, 100%, 50%) 0%, hsl(5811.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11452 {
background: linear-gradient(to bottom, hsl(5811.36, 100%, 50%) 0%, hsl(5811.36, 100%, 50%) 100%);
}

.bg-SN11452 {
background: linear-gradient(to bottom, hsl(5811.36, 100%, 50%) 0%, hsl(5811.36, 100%, 50%) 100%);
}


#album-music-playedSN11452 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5813.36, 100%, 50%) 0%, hsl(5813.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11453 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5815.36, 100%, 50%) 0%, hsl(5815.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11453 {
background: linear-gradient(to bottom, hsl(5815.36, 100%, 50%) 0%, hsl(5815.36, 100%, 50%) 100%);
}

.bg-SN11453 {
background: linear-gradient(to bottom, hsl(5815.36, 100%, 50%) 0%, hsl(5815.36, 100%, 50%) 100%);
}


#album-music-playedSN11453 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5817.36, 100%, 50%) 0%, hsl(5817.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11454 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5819.36, 100%, 50%) 0%, hsl(5819.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11454 {
background: linear-gradient(to bottom, hsl(5819.36, 100%, 50%) 0%, hsl(5819.36, 100%, 50%) 100%);
}

.bg-SN11454 {
background: linear-gradient(to bottom, hsl(5819.36, 100%, 50%) 0%, hsl(5819.36, 100%, 50%) 100%);
}


#album-music-playedSN11454 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5821.36, 100%, 50%) 0%, hsl(5821.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11455 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5823.36, 100%, 50%) 0%, hsl(5823.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11455 {
background: linear-gradient(to bottom, hsl(5823.36, 100%, 50%) 0%, hsl(5823.36, 100%, 50%) 100%);
}

.bg-SN11455 {
background: linear-gradient(to bottom, hsl(5823.36, 100%, 50%) 0%, hsl(5823.36, 100%, 50%) 100%);
}


#album-music-playedSN11455 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5825.36, 100%, 50%) 0%, hsl(5825.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11456 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5827.36, 100%, 50%) 0%, hsl(5827.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11456 {
background: linear-gradient(to bottom, hsl(5827.36, 100%, 50%) 0%, hsl(5827.36, 100%, 50%) 100%);
}

.bg-SN11456 {
background: linear-gradient(to bottom, hsl(5827.36, 100%, 50%) 0%, hsl(5827.36, 100%, 50%) 100%);
}


#album-music-playedSN11456 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5829.36, 100%, 50%) 0%, hsl(5829.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11457 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5831.36, 100%, 50%) 0%, hsl(5831.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11457 {
background: linear-gradient(to bottom, hsl(5831.36, 100%, 50%) 0%, hsl(5831.36, 100%, 50%) 100%);
}

.bg-SN11457 {
background: linear-gradient(to bottom, hsl(5831.36, 100%, 50%) 0%, hsl(5831.36, 100%, 50%) 100%);
}


#album-music-playedSN11457 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5833.36, 100%, 50%) 0%, hsl(5833.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11458 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5835.36, 100%, 50%) 0%, hsl(5835.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11458 {
background: linear-gradient(to bottom, hsl(5835.36, 100%, 50%) 0%, hsl(5835.36, 100%, 50%) 100%);
}

.bg-SN11458 {
background: linear-gradient(to bottom, hsl(5835.36, 100%, 50%) 0%, hsl(5835.36, 100%, 50%) 100%);
}


#album-music-playedSN11458 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5837.36, 100%, 50%) 0%, hsl(5837.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11459 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5839.36, 100%, 50%) 0%, hsl(5839.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11459 {
background: linear-gradient(to bottom, hsl(5839.36, 100%, 50%) 0%, hsl(5839.36, 100%, 50%) 100%);
}

.bg-SN11459 {
background: linear-gradient(to bottom, hsl(5839.36, 100%, 50%) 0%, hsl(5839.36, 100%, 50%) 100%);
}


#album-music-playedSN11459 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5841.36, 100%, 50%) 0%, hsl(5841.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11460 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5843.36, 100%, 50%) 0%, hsl(5843.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11460 {
background: linear-gradient(to bottom, hsl(5843.36, 100%, 50%) 0%, hsl(5843.36, 100%, 50%) 100%);
}

.bg-SN11460 {
background: linear-gradient(to bottom, hsl(5843.36, 100%, 50%) 0%, hsl(5843.36, 100%, 50%) 100%);
}


#album-music-playedSN11460 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5845.36, 100%, 50%) 0%, hsl(5845.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11461 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5847.36, 100%, 50%) 0%, hsl(5847.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11461 {
background: linear-gradient(to bottom, hsl(5847.36, 100%, 50%) 0%, hsl(5847.36, 100%, 50%) 100%);
}

.bg-SN11461 {
background: linear-gradient(to bottom, hsl(5847.36, 100%, 50%) 0%, hsl(5847.36, 100%, 50%) 100%);
}


#album-music-playedSN11461 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5849.36, 100%, 50%) 0%, hsl(5849.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11462 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5851.36, 100%, 50%) 0%, hsl(5851.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11462 {
background: linear-gradient(to bottom, hsl(5851.36, 100%, 50%) 0%, hsl(5851.36, 100%, 50%) 100%);
}

.bg-SN11462 {
background: linear-gradient(to bottom, hsl(5851.36, 100%, 50%) 0%, hsl(5851.36, 100%, 50%) 100%);
}


#album-music-playedSN11462 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5853.36, 100%, 50%) 0%, hsl(5853.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11463 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5855.36, 100%, 50%) 0%, hsl(5855.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11463 {
background: linear-gradient(to bottom, hsl(5855.36, 100%, 50%) 0%, hsl(5855.36, 100%, 50%) 100%);
}

.bg-SN11463 {
background: linear-gradient(to bottom, hsl(5855.36, 100%, 50%) 0%, hsl(5855.36, 100%, 50%) 100%);
}


#album-music-playedSN11463 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5857.36, 100%, 50%) 0%, hsl(5857.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11464 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5859.36, 100%, 50%) 0%, hsl(5859.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11464 {
background: linear-gradient(to bottom, hsl(5859.36, 100%, 50%) 0%, hsl(5859.36, 100%, 50%) 100%);
}

.bg-SN11464 {
background: linear-gradient(to bottom, hsl(5859.36, 100%, 50%) 0%, hsl(5859.36, 100%, 50%) 100%);
}


#album-music-playedSN11464 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5861.36, 100%, 50%) 0%, hsl(5861.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11465 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5863.36, 100%, 50%) 0%, hsl(5863.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11465 {
background: linear-gradient(to bottom, hsl(5863.36, 100%, 50%) 0%, hsl(5863.36, 100%, 50%) 100%);
}

.bg-SN11465 {
background: linear-gradient(to bottom, hsl(5863.36, 100%, 50%) 0%, hsl(5863.36, 100%, 50%) 100%);
}


#album-music-playedSN11465 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5865.36, 100%, 50%) 0%, hsl(5865.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11466 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5867.36, 100%, 50%) 0%, hsl(5867.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11466 {
background: linear-gradient(to bottom, hsl(5867.36, 100%, 50%) 0%, hsl(5867.36, 100%, 50%) 100%);
}

.bg-SN11466 {
background: linear-gradient(to bottom, hsl(5867.36, 100%, 50%) 0%, hsl(5867.36, 100%, 50%) 100%);
}


#album-music-playedSN11466 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5869.36, 100%, 50%) 0%, hsl(5869.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11467 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5871.36, 100%, 50%) 0%, hsl(5871.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11467 {
background: linear-gradient(to bottom, hsl(5871.36, 100%, 50%) 0%, hsl(5871.36, 100%, 50%) 100%);
}

.bg-SN11467 {
background: linear-gradient(to bottom, hsl(5871.36, 100%, 50%) 0%, hsl(5871.36, 100%, 50%) 100%);
}


#album-music-playedSN11467 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5873.36, 100%, 50%) 0%, hsl(5873.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11468 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5875.36, 100%, 50%) 0%, hsl(5875.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11468 {
background: linear-gradient(to bottom, hsl(5875.36, 100%, 50%) 0%, hsl(5875.36, 100%, 50%) 100%);
}

.bg-SN11468 {
background: linear-gradient(to bottom, hsl(5875.36, 100%, 50%) 0%, hsl(5875.36, 100%, 50%) 100%);
}


#album-music-playedSN11468 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5877.36, 100%, 50%) 0%, hsl(5877.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11469 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5879.36, 100%, 50%) 0%, hsl(5879.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11469 {
background: linear-gradient(to bottom, hsl(5879.36, 100%, 50%) 0%, hsl(5879.36, 100%, 50%) 100%);
}

.bg-SN11469 {
background: linear-gradient(to bottom, hsl(5879.36, 100%, 50%) 0%, hsl(5879.36, 100%, 50%) 100%);
}


#album-music-playedSN11469 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5881.36, 100%, 50%) 0%, hsl(5881.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11470 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5883.36, 100%, 50%) 0%, hsl(5883.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11470 {
background: linear-gradient(to bottom, hsl(5883.36, 100%, 50%) 0%, hsl(5883.36, 100%, 50%) 100%);
}

.bg-SN11470 {
background: linear-gradient(to bottom, hsl(5883.36, 100%, 50%) 0%, hsl(5883.36, 100%, 50%) 100%);
}


#album-music-playedSN11470 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5885.36, 100%, 50%) 0%, hsl(5885.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11471 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5887.36, 100%, 50%) 0%, hsl(5887.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11471 {
background: linear-gradient(to bottom, hsl(5887.36, 100%, 50%) 0%, hsl(5887.36, 100%, 50%) 100%);
}

.bg-SN11471 {
background: linear-gradient(to bottom, hsl(5887.36, 100%, 50%) 0%, hsl(5887.36, 100%, 50%) 100%);
}


#album-music-playedSN11471 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5889.36, 100%, 50%) 0%, hsl(5889.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11472 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5891.36, 100%, 50%) 0%, hsl(5891.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11472 {
background: linear-gradient(to bottom, hsl(5891.36, 100%, 50%) 0%, hsl(5891.36, 100%, 50%) 100%);
}

.bg-SN11472 {
background: linear-gradient(to bottom, hsl(5891.36, 100%, 50%) 0%, hsl(5891.36, 100%, 50%) 100%);
}


#album-music-playedSN11472 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5893.36, 100%, 50%) 0%, hsl(5893.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11473 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5895.36, 100%, 50%) 0%, hsl(5895.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11473 {
background: linear-gradient(to bottom, hsl(5895.36, 100%, 50%) 0%, hsl(5895.36, 100%, 50%) 100%);
}

.bg-SN11473 {
background: linear-gradient(to bottom, hsl(5895.36, 100%, 50%) 0%, hsl(5895.36, 100%, 50%) 100%);
}


#album-music-playedSN11473 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5897.36, 100%, 50%) 0%, hsl(5897.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11474 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5899.36, 100%, 50%) 0%, hsl(5899.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11474 {
background: linear-gradient(to bottom, hsl(5899.36, 100%, 50%) 0%, hsl(5899.36, 100%, 50%) 100%);
}

.bg-SN11474 {
background: linear-gradient(to bottom, hsl(5899.36, 100%, 50%) 0%, hsl(5899.36, 100%, 50%) 100%);
}


#album-music-playedSN11474 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5901.36, 100%, 50%) 0%, hsl(5901.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11475 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5903.36, 100%, 50%) 0%, hsl(5903.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11475 {
background: linear-gradient(to bottom, hsl(5903.36, 100%, 50%) 0%, hsl(5903.36, 100%, 50%) 100%);
}

.bg-SN11475 {
background: linear-gradient(to bottom, hsl(5903.36, 100%, 50%) 0%, hsl(5903.36, 100%, 50%) 100%);
}


#album-music-playedSN11475 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5905.36, 100%, 50%) 0%, hsl(5905.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11476 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5907.36, 100%, 50%) 0%, hsl(5907.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11476 {
background: linear-gradient(to bottom, hsl(5907.36, 100%, 50%) 0%, hsl(5907.36, 100%, 50%) 100%);
}

.bg-SN11476 {
background: linear-gradient(to bottom, hsl(5907.36, 100%, 50%) 0%, hsl(5907.36, 100%, 50%) 100%);
}


#album-music-playedSN11476 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5909.36, 100%, 50%) 0%, hsl(5909.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11477 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5911.36, 100%, 50%) 0%, hsl(5911.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11477 {
background: linear-gradient(to bottom, hsl(5911.36, 100%, 50%) 0%, hsl(5911.36, 100%, 50%) 100%);
}

.bg-SN11477 {
background: linear-gradient(to bottom, hsl(5911.36, 100%, 50%) 0%, hsl(5911.36, 100%, 50%) 100%);
}


#album-music-playedSN11477 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5913.36, 100%, 50%) 0%, hsl(5913.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11478 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5915.36, 100%, 50%) 0%, hsl(5915.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11478 {
background: linear-gradient(to bottom, hsl(5915.36, 100%, 50%) 0%, hsl(5915.36, 100%, 50%) 100%);
}

.bg-SN11478 {
background: linear-gradient(to bottom, hsl(5915.36, 100%, 50%) 0%, hsl(5915.36, 100%, 50%) 100%);
}


#album-music-playedSN11478 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5917.36, 100%, 50%) 0%, hsl(5917.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11479 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5919.36, 100%, 50%) 0%, hsl(5919.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11479 {
background: linear-gradient(to bottom, hsl(5919.36, 100%, 50%) 0%, hsl(5919.36, 100%, 50%) 100%);
}

.bg-SN11479 {
background: linear-gradient(to bottom, hsl(5919.36, 100%, 50%) 0%, hsl(5919.36, 100%, 50%) 100%);
}


#album-music-playedSN11479 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5921.36, 100%, 50%) 0%, hsl(5921.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11480 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5923.36, 100%, 50%) 0%, hsl(5923.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11480 {
background: linear-gradient(to bottom, hsl(5923.36, 100%, 50%) 0%, hsl(5923.36, 100%, 50%) 100%);
}

.bg-SN11480 {
background: linear-gradient(to bottom, hsl(5923.36, 100%, 50%) 0%, hsl(5923.36, 100%, 50%) 100%);
}


#album-music-playedSN11480 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5925.36, 100%, 50%) 0%, hsl(5925.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11481 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5927.36, 100%, 50%) 0%, hsl(5927.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11481 {
background: linear-gradient(to bottom, hsl(5927.36, 100%, 50%) 0%, hsl(5927.36, 100%, 50%) 100%);
}

.bg-SN11481 {
background: linear-gradient(to bottom, hsl(5927.36, 100%, 50%) 0%, hsl(5927.36, 100%, 50%) 100%);
}


#album-music-playedSN11481 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5929.36, 100%, 50%) 0%, hsl(5929.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11482 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5931.36, 100%, 50%) 0%, hsl(5931.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11482 {
background: linear-gradient(to bottom, hsl(5931.36, 100%, 50%) 0%, hsl(5931.36, 100%, 50%) 100%);
}

.bg-SN11482 {
background: linear-gradient(to bottom, hsl(5931.36, 100%, 50%) 0%, hsl(5931.36, 100%, 50%) 100%);
}


#album-music-playedSN11482 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5933.36, 100%, 50%) 0%, hsl(5933.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11483 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5935.36, 100%, 50%) 0%, hsl(5935.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11483 {
background: linear-gradient(to bottom, hsl(5935.36, 100%, 50%) 0%, hsl(5935.36, 100%, 50%) 100%);
}

.bg-SN11483 {
background: linear-gradient(to bottom, hsl(5935.36, 100%, 50%) 0%, hsl(5935.36, 100%, 50%) 100%);
}


#album-music-playedSN11483 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5937.36, 100%, 50%) 0%, hsl(5937.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11484 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5939.36, 100%, 50%) 0%, hsl(5939.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11484 {
background: linear-gradient(to bottom, hsl(5939.36, 100%, 50%) 0%, hsl(5939.36, 100%, 50%) 100%);
}

.bg-SN11484 {
background: linear-gradient(to bottom, hsl(5939.36, 100%, 50%) 0%, hsl(5939.36, 100%, 50%) 100%);
}


#album-music-playedSN11484 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5941.36, 100%, 50%) 0%, hsl(5941.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11485 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5943.36, 100%, 50%) 0%, hsl(5943.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11485 {
background: linear-gradient(to bottom, hsl(5943.36, 100%, 50%) 0%, hsl(5943.36, 100%, 50%) 100%);
}

.bg-SN11485 {
background: linear-gradient(to bottom, hsl(5943.36, 100%, 50%) 0%, hsl(5943.36, 100%, 50%) 100%);
}


#album-music-playedSN11485 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5945.36, 100%, 50%) 0%, hsl(5945.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11486 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5947.36, 100%, 50%) 0%, hsl(5947.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11486 {
background: linear-gradient(to bottom, hsl(5947.36, 100%, 50%) 0%, hsl(5947.36, 100%, 50%) 100%);
}

.bg-SN11486 {
background: linear-gradient(to bottom, hsl(5947.36, 100%, 50%) 0%, hsl(5947.36, 100%, 50%) 100%);
}


#album-music-playedSN11486 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5949.36, 100%, 50%) 0%, hsl(5949.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11487 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5951.36, 100%, 50%) 0%, hsl(5951.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11487 {
background: linear-gradient(to bottom, hsl(5951.36, 100%, 50%) 0%, hsl(5951.36, 100%, 50%) 100%);
}

.bg-SN11487 {
background: linear-gradient(to bottom, hsl(5951.36, 100%, 50%) 0%, hsl(5951.36, 100%, 50%) 100%);
}


#album-music-playedSN11487 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5953.36, 100%, 50%) 0%, hsl(5953.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11488 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5955.36, 100%, 50%) 0%, hsl(5955.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11488 {
background: linear-gradient(to bottom, hsl(5955.36, 100%, 50%) 0%, hsl(5955.36, 100%, 50%) 100%);
}

.bg-SN11488 {
background: linear-gradient(to bottom, hsl(5955.36, 100%, 50%) 0%, hsl(5955.36, 100%, 50%) 100%);
}


#album-music-playedSN11488 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5957.36, 100%, 50%) 0%, hsl(5957.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11489 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5959.36, 100%, 50%) 0%, hsl(5959.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11489 {
background: linear-gradient(to bottom, hsl(5959.36, 100%, 50%) 0%, hsl(5959.36, 100%, 50%) 100%);
}

.bg-SN11489 {
background: linear-gradient(to bottom, hsl(5959.36, 100%, 50%) 0%, hsl(5959.36, 100%, 50%) 100%);
}


#album-music-playedSN11489 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5961.36, 100%, 50%) 0%, hsl(5961.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11490 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5963.36, 100%, 50%) 0%, hsl(5963.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11490 {
background: linear-gradient(to bottom, hsl(5963.36, 100%, 50%) 0%, hsl(5963.36, 100%, 50%) 100%);
}

.bg-SN11490 {
background: linear-gradient(to bottom, hsl(5963.36, 100%, 50%) 0%, hsl(5963.36, 100%, 50%) 100%);
}


#album-music-playedSN11490 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5965.36, 100%, 50%) 0%, hsl(5965.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11491 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5967.36, 100%, 50%) 0%, hsl(5967.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11491 {
background: linear-gradient(to bottom, hsl(5967.36, 100%, 50%) 0%, hsl(5967.36, 100%, 50%) 100%);
}

.bg-SN11491 {
background: linear-gradient(to bottom, hsl(5967.36, 100%, 50%) 0%, hsl(5967.36, 100%, 50%) 100%);
}


#album-music-playedSN11491 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5969.36, 100%, 50%) 0%, hsl(5969.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11492 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5971.36, 100%, 50%) 0%, hsl(5971.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11492 {
background: linear-gradient(to bottom, hsl(5971.36, 100%, 50%) 0%, hsl(5971.36, 100%, 50%) 100%);
}

.bg-SN11492 {
background: linear-gradient(to bottom, hsl(5971.36, 100%, 50%) 0%, hsl(5971.36, 100%, 50%) 100%);
}


#album-music-playedSN11492 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5973.36, 100%, 50%) 0%, hsl(5973.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11493 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5975.36, 100%, 50%) 0%, hsl(5975.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11493 {
background: linear-gradient(to bottom, hsl(5975.36, 100%, 50%) 0%, hsl(5975.36, 100%, 50%) 100%);
}

.bg-SN11493 {
background: linear-gradient(to bottom, hsl(5975.36, 100%, 50%) 0%, hsl(5975.36, 100%, 50%) 100%);
}


#album-music-playedSN11493 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5977.36, 100%, 50%) 0%, hsl(5977.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11494 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5979.36, 100%, 50%) 0%, hsl(5979.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11494 {
background: linear-gradient(to bottom, hsl(5979.36, 100%, 50%) 0%, hsl(5979.36, 100%, 50%) 100%);
}

.bg-SN11494 {
background: linear-gradient(to bottom, hsl(5979.36, 100%, 50%) 0%, hsl(5979.36, 100%, 50%) 100%);
}


#album-music-playedSN11494 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5981.36, 100%, 50%) 0%, hsl(5981.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11495 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5983.36, 100%, 50%) 0%, hsl(5983.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11495 {
background: linear-gradient(to bottom, hsl(5983.36, 100%, 50%) 0%, hsl(5983.36, 100%, 50%) 100%);
}

.bg-SN11495 {
background: linear-gradient(to bottom, hsl(5983.36, 100%, 50%) 0%, hsl(5983.36, 100%, 50%) 100%);
}


#album-music-playedSN11495 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5985.36, 100%, 50%) 0%, hsl(5985.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11496 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5987.36, 100%, 50%) 0%, hsl(5987.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11496 {
background: linear-gradient(to bottom, hsl(5987.36, 100%, 50%) 0%, hsl(5987.36, 100%, 50%) 100%);
}

.bg-SN11496 {
background: linear-gradient(to bottom, hsl(5987.36, 100%, 50%) 0%, hsl(5987.36, 100%, 50%) 100%);
}


#album-music-playedSN11496 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5989.36, 100%, 50%) 0%, hsl(5989.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11497 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5991.36, 100%, 50%) 0%, hsl(5991.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11497 {
background: linear-gradient(to bottom, hsl(5991.36, 100%, 50%) 0%, hsl(5991.36, 100%, 50%) 100%);
}

.bg-SN11497 {
background: linear-gradient(to bottom, hsl(5991.36, 100%, 50%) 0%, hsl(5991.36, 100%, 50%) 100%);
}


#album-music-playedSN11497 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5993.36, 100%, 50%) 0%, hsl(5993.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11498 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5995.36, 100%, 50%) 0%, hsl(5995.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11498 {
background: linear-gradient(to bottom, hsl(5995.36, 100%, 50%) 0%, hsl(5995.36, 100%, 50%) 100%);
}

.bg-SN11498 {
background: linear-gradient(to bottom, hsl(5995.36, 100%, 50%) 0%, hsl(5995.36, 100%, 50%) 100%);
}


#album-music-playedSN11498 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5997.36, 100%, 50%) 0%, hsl(5997.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11499 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(5999.36, 100%, 50%) 0%, hsl(5999.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11499 {
background: linear-gradient(to bottom, hsl(5999.36, 100%, 50%) 0%, hsl(5999.36, 100%, 50%) 100%);
}

.bg-SN11499 {
background: linear-gradient(to bottom, hsl(5999.36, 100%, 50%) 0%, hsl(5999.36, 100%, 50%) 100%);
}


#album-music-playedSN11499 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6001.36, 100%, 50%) 0%, hsl(6001.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11500 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6003.36, 100%, 50%) 0%, hsl(6003.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11500 {
background: linear-gradient(to bottom, hsl(6003.36, 100%, 50%) 0%, hsl(6003.36, 100%, 50%) 100%);
}

.bg-SN11500 {
background: linear-gradient(to bottom, hsl(6003.36, 100%, 50%) 0%, hsl(6003.36, 100%, 50%) 100%);
}


#album-music-playedSN11500 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6005.36, 100%, 50%) 0%, hsl(6005.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11501 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6007.36, 100%, 50%) 0%, hsl(6007.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11501 {
background: linear-gradient(to bottom, hsl(6007.36, 100%, 50%) 0%, hsl(6007.36, 100%, 50%) 100%);
}

.bg-SN11501 {
background: linear-gradient(to bottom, hsl(6007.36, 100%, 50%) 0%, hsl(6007.36, 100%, 50%) 100%);
}


#album-music-playedSN11501 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6009.36, 100%, 50%) 0%, hsl(6009.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11502 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6011.36, 100%, 50%) 0%, hsl(6011.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11502 {
background: linear-gradient(to bottom, hsl(6011.36, 100%, 50%) 0%, hsl(6011.36, 100%, 50%) 100%);
}

.bg-SN11502 {
background: linear-gradient(to bottom, hsl(6011.36, 100%, 50%) 0%, hsl(6011.36, 100%, 50%) 100%);
}


#album-music-playedSN11502 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6013.36, 100%, 50%) 0%, hsl(6013.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11503 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6015.36, 100%, 50%) 0%, hsl(6015.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11503 {
background: linear-gradient(to bottom, hsl(6015.36, 100%, 50%) 0%, hsl(6015.36, 100%, 50%) 100%);
}

.bg-SN11503 {
background: linear-gradient(to bottom, hsl(6015.36, 100%, 50%) 0%, hsl(6015.36, 100%, 50%) 100%);
}


#album-music-playedSN11503 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6017.36, 100%, 50%) 0%, hsl(6017.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11504 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6019.36, 100%, 50%) 0%, hsl(6019.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11504 {
background: linear-gradient(to bottom, hsl(6019.36, 100%, 50%) 0%, hsl(6019.36, 100%, 50%) 100%);
}

.bg-SN11504 {
background: linear-gradient(to bottom, hsl(6019.36, 100%, 50%) 0%, hsl(6019.36, 100%, 50%) 100%);
}


#album-music-playedSN11504 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6021.36, 100%, 50%) 0%, hsl(6021.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11505 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6023.36, 100%, 50%) 0%, hsl(6023.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11505 {
background: linear-gradient(to bottom, hsl(6023.36, 100%, 50%) 0%, hsl(6023.36, 100%, 50%) 100%);
}

.bg-SN11505 {
background: linear-gradient(to bottom, hsl(6023.36, 100%, 50%) 0%, hsl(6023.36, 100%, 50%) 100%);
}


#album-music-playedSN11505 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6025.36, 100%, 50%) 0%, hsl(6025.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11506 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6027.36, 100%, 50%) 0%, hsl(6027.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11506 {
background: linear-gradient(to bottom, hsl(6027.36, 100%, 50%) 0%, hsl(6027.36, 100%, 50%) 100%);
}

.bg-SN11506 {
background: linear-gradient(to bottom, hsl(6027.36, 100%, 50%) 0%, hsl(6027.36, 100%, 50%) 100%);
}


#album-music-playedSN11506 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6029.36, 100%, 50%) 0%, hsl(6029.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11507 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6031.36, 100%, 50%) 0%, hsl(6031.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11507 {
background: linear-gradient(to bottom, hsl(6031.36, 100%, 50%) 0%, hsl(6031.36, 100%, 50%) 100%);
}

.bg-SN11507 {
background: linear-gradient(to bottom, hsl(6031.36, 100%, 50%) 0%, hsl(6031.36, 100%, 50%) 100%);
}


#album-music-playedSN11507 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6033.36, 100%, 50%) 0%, hsl(6033.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11508 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6035.36, 100%, 50%) 0%, hsl(6035.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11508 {
background: linear-gradient(to bottom, hsl(6035.36, 100%, 50%) 0%, hsl(6035.36, 100%, 50%) 100%);
}

.bg-SN11508 {
background: linear-gradient(to bottom, hsl(6035.36, 100%, 50%) 0%, hsl(6035.36, 100%, 50%) 100%);
}


#album-music-playedSN11508 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6037.36, 100%, 50%) 0%, hsl(6037.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11509 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6039.36, 100%, 50%) 0%, hsl(6039.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11509 {
background: linear-gradient(to bottom, hsl(6039.36, 100%, 50%) 0%, hsl(6039.36, 100%, 50%) 100%);
}

.bg-SN11509 {
background: linear-gradient(to bottom, hsl(6039.36, 100%, 50%) 0%, hsl(6039.36, 100%, 50%) 100%);
}


#album-music-playedSN11509 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6041.36, 100%, 50%) 0%, hsl(6041.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11510 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6043.36, 100%, 50%) 0%, hsl(6043.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11510 {
background: linear-gradient(to bottom, hsl(6043.36, 100%, 50%) 0%, hsl(6043.36, 100%, 50%) 100%);
}

.bg-SN11510 {
background: linear-gradient(to bottom, hsl(6043.36, 100%, 50%) 0%, hsl(6043.36, 100%, 50%) 100%);
}


#album-music-playedSN11510 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6045.36, 100%, 50%) 0%, hsl(6045.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11511 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6047.36, 100%, 50%) 0%, hsl(6047.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11511 {
background: linear-gradient(to bottom, hsl(6047.36, 100%, 50%) 0%, hsl(6047.36, 100%, 50%) 100%);
}

.bg-SN11511 {
background: linear-gradient(to bottom, hsl(6047.36, 100%, 50%) 0%, hsl(6047.36, 100%, 50%) 100%);
}


#album-music-playedSN11511 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6049.36, 100%, 50%) 0%, hsl(6049.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11512 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6051.36, 100%, 50%) 0%, hsl(6051.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11512 {
background: linear-gradient(to bottom, hsl(6051.36, 100%, 50%) 0%, hsl(6051.36, 100%, 50%) 100%);
}

.bg-SN11512 {
background: linear-gradient(to bottom, hsl(6051.36, 100%, 50%) 0%, hsl(6051.36, 100%, 50%) 100%);
}


#album-music-playedSN11512 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6053.36, 100%, 50%) 0%, hsl(6053.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11513 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6055.36, 100%, 50%) 0%, hsl(6055.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11513 {
background: linear-gradient(to bottom, hsl(6055.36, 100%, 50%) 0%, hsl(6055.36, 100%, 50%) 100%);
}

.bg-SN11513 {
background: linear-gradient(to bottom, hsl(6055.36, 100%, 50%) 0%, hsl(6055.36, 100%, 50%) 100%);
}


#album-music-playedSN11513 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6057.36, 100%, 50%) 0%, hsl(6057.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11514 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6059.36, 100%, 50%) 0%, hsl(6059.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11514 {
background: linear-gradient(to bottom, hsl(6059.36, 100%, 50%) 0%, hsl(6059.36, 100%, 50%) 100%);
}

.bg-SN11514 {
background: linear-gradient(to bottom, hsl(6059.36, 100%, 50%) 0%, hsl(6059.36, 100%, 50%) 100%);
}


#album-music-playedSN11514 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6061.36, 100%, 50%) 0%, hsl(6061.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11515 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6063.36, 100%, 50%) 0%, hsl(6063.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11515 {
background: linear-gradient(to bottom, hsl(6063.36, 100%, 50%) 0%, hsl(6063.36, 100%, 50%) 100%);
}

.bg-SN11515 {
background: linear-gradient(to bottom, hsl(6063.36, 100%, 50%) 0%, hsl(6063.36, 100%, 50%) 100%);
}


#album-music-playedSN11515 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6065.36, 100%, 50%) 0%, hsl(6065.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11516 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6067.36, 100%, 50%) 0%, hsl(6067.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11516 {
background: linear-gradient(to bottom, hsl(6067.36, 100%, 50%) 0%, hsl(6067.36, 100%, 50%) 100%);
}

.bg-SN11516 {
background: linear-gradient(to bottom, hsl(6067.36, 100%, 50%) 0%, hsl(6067.36, 100%, 50%) 100%);
}


#album-music-playedSN11516 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6069.36, 100%, 50%) 0%, hsl(6069.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11517 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6071.36, 100%, 50%) 0%, hsl(6071.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11517 {
background: linear-gradient(to bottom, hsl(6071.36, 100%, 50%) 0%, hsl(6071.36, 100%, 50%) 100%);
}

.bg-SN11517 {
background: linear-gradient(to bottom, hsl(6071.36, 100%, 50%) 0%, hsl(6071.36, 100%, 50%) 100%);
}


#album-music-playedSN11517 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6073.36, 100%, 50%) 0%, hsl(6073.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11518 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6075.36, 100%, 50%) 0%, hsl(6075.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11518 {
background: linear-gradient(to bottom, hsl(6075.36, 100%, 50%) 0%, hsl(6075.36, 100%, 50%) 100%);
}

.bg-SN11518 {
background: linear-gradient(to bottom, hsl(6075.36, 100%, 50%) 0%, hsl(6075.36, 100%, 50%) 100%);
}


#album-music-playedSN11518 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6077.36, 100%, 50%) 0%, hsl(6077.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11519 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6079.36, 100%, 50%) 0%, hsl(6079.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11519 {
background: linear-gradient(to bottom, hsl(6079.36, 100%, 50%) 0%, hsl(6079.36, 100%, 50%) 100%);
}

.bg-SN11519 {
background: linear-gradient(to bottom, hsl(6079.36, 100%, 50%) 0%, hsl(6079.36, 100%, 50%) 100%);
}


#album-music-playedSN11519 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6081.36, 100%, 50%) 0%, hsl(6081.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11520 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6083.36, 100%, 50%) 0%, hsl(6083.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11520 {
background: linear-gradient(to bottom, hsl(6083.36, 100%, 50%) 0%, hsl(6083.36, 100%, 50%) 100%);
}

.bg-SN11520 {
background: linear-gradient(to bottom, hsl(6083.36, 100%, 50%) 0%, hsl(6083.36, 100%, 50%) 100%);
}


#album-music-playedSN11520 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6085.36, 100%, 50%) 0%, hsl(6085.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11521 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6087.36, 100%, 50%) 0%, hsl(6087.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11521 {
background: linear-gradient(to bottom, hsl(6087.36, 100%, 50%) 0%, hsl(6087.36, 100%, 50%) 100%);
}

.bg-SN11521 {
background: linear-gradient(to bottom, hsl(6087.36, 100%, 50%) 0%, hsl(6087.36, 100%, 50%) 100%);
}


#album-music-playedSN11521 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6089.36, 100%, 50%) 0%, hsl(6089.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11522 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6091.36, 100%, 50%) 0%, hsl(6091.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11522 {
background: linear-gradient(to bottom, hsl(6091.36, 100%, 50%) 0%, hsl(6091.36, 100%, 50%) 100%);
}

.bg-SN11522 {
background: linear-gradient(to bottom, hsl(6091.36, 100%, 50%) 0%, hsl(6091.36, 100%, 50%) 100%);
}


#album-music-playedSN11522 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6093.36, 100%, 50%) 0%, hsl(6093.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11523 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6095.36, 100%, 50%) 0%, hsl(6095.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11523 {
background: linear-gradient(to bottom, hsl(6095.36, 100%, 50%) 0%, hsl(6095.36, 100%, 50%) 100%);
}

.bg-SN11523 {
background: linear-gradient(to bottom, hsl(6095.36, 100%, 50%) 0%, hsl(6095.36, 100%, 50%) 100%);
}


#album-music-playedSN11523 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6097.36, 100%, 50%) 0%, hsl(6097.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11524 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6099.36, 100%, 50%) 0%, hsl(6099.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11524 {
background: linear-gradient(to bottom, hsl(6099.36, 100%, 50%) 0%, hsl(6099.36, 100%, 50%) 100%);
}

.bg-SN11524 {
background: linear-gradient(to bottom, hsl(6099.36, 100%, 50%) 0%, hsl(6099.36, 100%, 50%) 100%);
}


#album-music-playedSN11524 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6101.36, 100%, 50%) 0%, hsl(6101.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11525 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6103.36, 100%, 50%) 0%, hsl(6103.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11525 {
background: linear-gradient(to bottom, hsl(6103.36, 100%, 50%) 0%, hsl(6103.36, 100%, 50%) 100%);
}

.bg-SN11525 {
background: linear-gradient(to bottom, hsl(6103.36, 100%, 50%) 0%, hsl(6103.36, 100%, 50%) 100%);
}


#album-music-playedSN11525 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6105.36, 100%, 50%) 0%, hsl(6105.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11526 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6107.36, 100%, 50%) 0%, hsl(6107.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11526 {
background: linear-gradient(to bottom, hsl(6107.36, 100%, 50%) 0%, hsl(6107.36, 100%, 50%) 100%);
}

.bg-SN11526 {
background: linear-gradient(to bottom, hsl(6107.36, 100%, 50%) 0%, hsl(6107.36, 100%, 50%) 100%);
}


#album-music-playedSN11526 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6109.36, 100%, 50%) 0%, hsl(6109.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11527 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6111.36, 100%, 50%) 0%, hsl(6111.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11527 {
background: linear-gradient(to bottom, hsl(6111.36, 100%, 50%) 0%, hsl(6111.36, 100%, 50%) 100%);
}

.bg-SN11527 {
background: linear-gradient(to bottom, hsl(6111.36, 100%, 50%) 0%, hsl(6111.36, 100%, 50%) 100%);
}


#album-music-playedSN11527 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6113.36, 100%, 50%) 0%, hsl(6113.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11528 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6115.36, 100%, 50%) 0%, hsl(6115.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11528 {
background: linear-gradient(to bottom, hsl(6115.36, 100%, 50%) 0%, hsl(6115.36, 100%, 50%) 100%);
}

.bg-SN11528 {
background: linear-gradient(to bottom, hsl(6115.36, 100%, 50%) 0%, hsl(6115.36, 100%, 50%) 100%);
}


#album-music-playedSN11528 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6117.36, 100%, 50%) 0%, hsl(6117.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11529 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6119.36, 100%, 50%) 0%, hsl(6119.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11529 {
background: linear-gradient(to bottom, hsl(6119.36, 100%, 50%) 0%, hsl(6119.36, 100%, 50%) 100%);
}

.bg-SN11529 {
background: linear-gradient(to bottom, hsl(6119.36, 100%, 50%) 0%, hsl(6119.36, 100%, 50%) 100%);
}


#album-music-playedSN11529 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6121.36, 100%, 50%) 0%, hsl(6121.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11530 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6123.36, 100%, 50%) 0%, hsl(6123.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11530 {
background: linear-gradient(to bottom, hsl(6123.36, 100%, 50%) 0%, hsl(6123.36, 100%, 50%) 100%);
}

.bg-SN11530 {
background: linear-gradient(to bottom, hsl(6123.36, 100%, 50%) 0%, hsl(6123.36, 100%, 50%) 100%);
}


#album-music-playedSN11530 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6125.36, 100%, 50%) 0%, hsl(6125.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11531 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6127.36, 100%, 50%) 0%, hsl(6127.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11531 {
background: linear-gradient(to bottom, hsl(6127.36, 100%, 50%) 0%, hsl(6127.36, 100%, 50%) 100%);
}

.bg-SN11531 {
background: linear-gradient(to bottom, hsl(6127.36, 100%, 50%) 0%, hsl(6127.36, 100%, 50%) 100%);
}


#album-music-playedSN11531 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6129.36, 100%, 50%) 0%, hsl(6129.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11532 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6131.36, 100%, 50%) 0%, hsl(6131.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11532 {
background: linear-gradient(to bottom, hsl(6131.36, 100%, 50%) 0%, hsl(6131.36, 100%, 50%) 100%);
}

.bg-SN11532 {
background: linear-gradient(to bottom, hsl(6131.36, 100%, 50%) 0%, hsl(6131.36, 100%, 50%) 100%);
}


#album-music-playedSN11532 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6133.36, 100%, 50%) 0%, hsl(6133.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11533 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6135.36, 100%, 50%) 0%, hsl(6135.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11533 {
background: linear-gradient(to bottom, hsl(6135.36, 100%, 50%) 0%, hsl(6135.36, 100%, 50%) 100%);
}

.bg-SN11533 {
background: linear-gradient(to bottom, hsl(6135.36, 100%, 50%) 0%, hsl(6135.36, 100%, 50%) 100%);
}


#album-music-playedSN11533 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6137.36, 100%, 50%) 0%, hsl(6137.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11534 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6139.36, 100%, 50%) 0%, hsl(6139.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11534 {
background: linear-gradient(to bottom, hsl(6139.36, 100%, 50%) 0%, hsl(6139.36, 100%, 50%) 100%);
}

.bg-SN11534 {
background: linear-gradient(to bottom, hsl(6139.36, 100%, 50%) 0%, hsl(6139.36, 100%, 50%) 100%);
}


#album-music-playedSN11534 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6141.36, 100%, 50%) 0%, hsl(6141.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11535 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6143.36, 100%, 50%) 0%, hsl(6143.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11535 {
background: linear-gradient(to bottom, hsl(6143.36, 100%, 50%) 0%, hsl(6143.36, 100%, 50%) 100%);
}

.bg-SN11535 {
background: linear-gradient(to bottom, hsl(6143.36, 100%, 50%) 0%, hsl(6143.36, 100%, 50%) 100%);
}


#album-music-playedSN11535 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6145.36, 100%, 50%) 0%, hsl(6145.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11536 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6147.36, 100%, 50%) 0%, hsl(6147.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11536 {
background: linear-gradient(to bottom, hsl(6147.36, 100%, 50%) 0%, hsl(6147.36, 100%, 50%) 100%);
}

.bg-SN11536 {
background: linear-gradient(to bottom, hsl(6147.36, 100%, 50%) 0%, hsl(6147.36, 100%, 50%) 100%);
}


#album-music-playedSN11536 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6149.36, 100%, 50%) 0%, hsl(6149.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11537 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6151.36, 100%, 50%) 0%, hsl(6151.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11537 {
background: linear-gradient(to bottom, hsl(6151.36, 100%, 50%) 0%, hsl(6151.36, 100%, 50%) 100%);
}

.bg-SN11537 {
background: linear-gradient(to bottom, hsl(6151.36, 100%, 50%) 0%, hsl(6151.36, 100%, 50%) 100%);
}


#album-music-playedSN11537 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6153.36, 100%, 50%) 0%, hsl(6153.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11538 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6155.36, 100%, 50%) 0%, hsl(6155.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11538 {
background: linear-gradient(to bottom, hsl(6155.36, 100%, 50%) 0%, hsl(6155.36, 100%, 50%) 100%);
}

.bg-SN11538 {
background: linear-gradient(to bottom, hsl(6155.36, 100%, 50%) 0%, hsl(6155.36, 100%, 50%) 100%);
}


#album-music-playedSN11538 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6157.36, 100%, 50%) 0%, hsl(6157.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11539 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6159.36, 100%, 50%) 0%, hsl(6159.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11539 {
background: linear-gradient(to bottom, hsl(6159.36, 100%, 50%) 0%, hsl(6159.36, 100%, 50%) 100%);
}

.bg-SN11539 {
background: linear-gradient(to bottom, hsl(6159.36, 100%, 50%) 0%, hsl(6159.36, 100%, 50%) 100%);
}


#album-music-playedSN11539 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6161.36, 100%, 50%) 0%, hsl(6161.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11540 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6163.36, 100%, 50%) 0%, hsl(6163.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11540 {
background: linear-gradient(to bottom, hsl(6163.36, 100%, 50%) 0%, hsl(6163.36, 100%, 50%) 100%);
}

.bg-SN11540 {
background: linear-gradient(to bottom, hsl(6163.36, 100%, 50%) 0%, hsl(6163.36, 100%, 50%) 100%);
}


#album-music-playedSN11540 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6165.36, 100%, 50%) 0%, hsl(6165.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11541 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6167.36, 100%, 50%) 0%, hsl(6167.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11541 {
background: linear-gradient(to bottom, hsl(6167.36, 100%, 50%) 0%, hsl(6167.36, 100%, 50%) 100%);
}

.bg-SN11541 {
background: linear-gradient(to bottom, hsl(6167.36, 100%, 50%) 0%, hsl(6167.36, 100%, 50%) 100%);
}


#album-music-playedSN11541 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6169.36, 100%, 50%) 0%, hsl(6169.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11542 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6171.36, 100%, 50%) 0%, hsl(6171.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11542 {
background: linear-gradient(to bottom, hsl(6171.36, 100%, 50%) 0%, hsl(6171.36, 100%, 50%) 100%);
}

.bg-SN11542 {
background: linear-gradient(to bottom, hsl(6171.36, 100%, 50%) 0%, hsl(6171.36, 100%, 50%) 100%);
}


#album-music-playedSN11542 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6173.36, 100%, 50%) 0%, hsl(6173.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11543 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6175.36, 100%, 50%) 0%, hsl(6175.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11543 {
background: linear-gradient(to bottom, hsl(6175.36, 100%, 50%) 0%, hsl(6175.36, 100%, 50%) 100%);
}

.bg-SN11543 {
background: linear-gradient(to bottom, hsl(6175.36, 100%, 50%) 0%, hsl(6175.36, 100%, 50%) 100%);
}


#album-music-playedSN11543 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6177.36, 100%, 50%) 0%, hsl(6177.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11544 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6179.36, 100%, 50%) 0%, hsl(6179.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11544 {
background: linear-gradient(to bottom, hsl(6179.36, 100%, 50%) 0%, hsl(6179.36, 100%, 50%) 100%);
}

.bg-SN11544 {
background: linear-gradient(to bottom, hsl(6179.36, 100%, 50%) 0%, hsl(6179.36, 100%, 50%) 100%);
}


#album-music-playedSN11544 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6181.36, 100%, 50%) 0%, hsl(6181.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11545 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6183.36, 100%, 50%) 0%, hsl(6183.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11545 {
background: linear-gradient(to bottom, hsl(6183.36, 100%, 50%) 0%, hsl(6183.36, 100%, 50%) 100%);
}

.bg-SN11545 {
background: linear-gradient(to bottom, hsl(6183.36, 100%, 50%) 0%, hsl(6183.36, 100%, 50%) 100%);
}


#album-music-playedSN11545 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6185.36, 100%, 50%) 0%, hsl(6185.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11546 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6187.36, 100%, 50%) 0%, hsl(6187.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11546 {
background: linear-gradient(to bottom, hsl(6187.36, 100%, 50%) 0%, hsl(6187.36, 100%, 50%) 100%);
}

.bg-SN11546 {
background: linear-gradient(to bottom, hsl(6187.36, 100%, 50%) 0%, hsl(6187.36, 100%, 50%) 100%);
}


#album-music-playedSN11546 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6189.36, 100%, 50%) 0%, hsl(6189.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11547 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6191.36, 100%, 50%) 0%, hsl(6191.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11547 {
background: linear-gradient(to bottom, hsl(6191.36, 100%, 50%) 0%, hsl(6191.36, 100%, 50%) 100%);
}

.bg-SN11547 {
background: linear-gradient(to bottom, hsl(6191.36, 100%, 50%) 0%, hsl(6191.36, 100%, 50%) 100%);
}


#album-music-playedSN11547 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6193.36, 100%, 50%) 0%, hsl(6193.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11548 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6195.36, 100%, 50%) 0%, hsl(6195.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11548 {
background: linear-gradient(to bottom, hsl(6195.36, 100%, 50%) 0%, hsl(6195.36, 100%, 50%) 100%);
}

.bg-SN11548 {
background: linear-gradient(to bottom, hsl(6195.36, 100%, 50%) 0%, hsl(6195.36, 100%, 50%) 100%);
}


#album-music-playedSN11548 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6197.36, 100%, 50%) 0%, hsl(6197.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11549 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6199.36, 100%, 50%) 0%, hsl(6199.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11549 {
background: linear-gradient(to bottom, hsl(6199.36, 100%, 50%) 0%, hsl(6199.36, 100%, 50%) 100%);
}

.bg-SN11549 {
background: linear-gradient(to bottom, hsl(6199.36, 100%, 50%) 0%, hsl(6199.36, 100%, 50%) 100%);
}


#album-music-playedSN11549 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6201.36, 100%, 50%) 0%, hsl(6201.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11550 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6203.36, 100%, 50%) 0%, hsl(6203.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11550 {
background: linear-gradient(to bottom, hsl(6203.36, 100%, 50%) 0%, hsl(6203.36, 100%, 50%) 100%);
}

.bg-SN11550 {
background: linear-gradient(to bottom, hsl(6203.36, 100%, 50%) 0%, hsl(6203.36, 100%, 50%) 100%);
}


#album-music-playedSN11550 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6205.36, 100%, 50%) 0%, hsl(6205.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11551 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6207.36, 100%, 50%) 0%, hsl(6207.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11551 {
background: linear-gradient(to bottom, hsl(6207.36, 100%, 50%) 0%, hsl(6207.36, 100%, 50%) 100%);
}

.bg-SN11551 {
background: linear-gradient(to bottom, hsl(6207.36, 100%, 50%) 0%, hsl(6207.36, 100%, 50%) 100%);
}


#album-music-playedSN11551 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6209.36, 100%, 50%) 0%, hsl(6209.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11552 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6211.36, 100%, 50%) 0%, hsl(6211.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11552 {
background: linear-gradient(to bottom, hsl(6211.36, 100%, 50%) 0%, hsl(6211.36, 100%, 50%) 100%);
}

.bg-SN11552 {
background: linear-gradient(to bottom, hsl(6211.36, 100%, 50%) 0%, hsl(6211.36, 100%, 50%) 100%);
}


#album-music-playedSN11552 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6213.36, 100%, 50%) 0%, hsl(6213.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11553 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6215.36, 100%, 50%) 0%, hsl(6215.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11553 {
background: linear-gradient(to bottom, hsl(6215.36, 100%, 50%) 0%, hsl(6215.36, 100%, 50%) 100%);
}

.bg-SN11553 {
background: linear-gradient(to bottom, hsl(6215.36, 100%, 50%) 0%, hsl(6215.36, 100%, 50%) 100%);
}


#album-music-playedSN11553 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6217.36, 100%, 50%) 0%, hsl(6217.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11554 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6219.36, 100%, 50%) 0%, hsl(6219.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11554 {
background: linear-gradient(to bottom, hsl(6219.36, 100%, 50%) 0%, hsl(6219.36, 100%, 50%) 100%);
}

.bg-SN11554 {
background: linear-gradient(to bottom, hsl(6219.36, 100%, 50%) 0%, hsl(6219.36, 100%, 50%) 100%);
}


#album-music-playedSN11554 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6221.36, 100%, 50%) 0%, hsl(6221.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11555 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6223.36, 100%, 50%) 0%, hsl(6223.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11555 {
background: linear-gradient(to bottom, hsl(6223.36, 100%, 50%) 0%, hsl(6223.36, 100%, 50%) 100%);
}

.bg-SN11555 {
background: linear-gradient(to bottom, hsl(6223.36, 100%, 50%) 0%, hsl(6223.36, 100%, 50%) 100%);
}


#album-music-playedSN11555 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6225.36, 100%, 50%) 0%, hsl(6225.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11556 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6227.36, 100%, 50%) 0%, hsl(6227.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11556 {
background: linear-gradient(to bottom, hsl(6227.36, 100%, 50%) 0%, hsl(6227.36, 100%, 50%) 100%);
}

.bg-SN11556 {
background: linear-gradient(to bottom, hsl(6227.36, 100%, 50%) 0%, hsl(6227.36, 100%, 50%) 100%);
}


#album-music-playedSN11556 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6229.36, 100%, 50%) 0%, hsl(6229.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11557 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6231.36, 100%, 50%) 0%, hsl(6231.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11557 {
background: linear-gradient(to bottom, hsl(6231.36, 100%, 50%) 0%, hsl(6231.36, 100%, 50%) 100%);
}

.bg-SN11557 {
background: linear-gradient(to bottom, hsl(6231.36, 100%, 50%) 0%, hsl(6231.36, 100%, 50%) 100%);
}


#album-music-playedSN11557 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6233.36, 100%, 50%) 0%, hsl(6233.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11558 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6235.36, 100%, 50%) 0%, hsl(6235.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11558 {
background: linear-gradient(to bottom, hsl(6235.36, 100%, 50%) 0%, hsl(6235.36, 100%, 50%) 100%);
}

.bg-SN11558 {
background: linear-gradient(to bottom, hsl(6235.36, 100%, 50%) 0%, hsl(6235.36, 100%, 50%) 100%);
}


#album-music-playedSN11558 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6237.36, 100%, 50%) 0%, hsl(6237.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11559 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6239.36, 100%, 50%) 0%, hsl(6239.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11559 {
background: linear-gradient(to bottom, hsl(6239.36, 100%, 50%) 0%, hsl(6239.36, 100%, 50%) 100%);
}

.bg-SN11559 {
background: linear-gradient(to bottom, hsl(6239.36, 100%, 50%) 0%, hsl(6239.36, 100%, 50%) 100%);
}


#album-music-playedSN11559 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6241.36, 100%, 50%) 0%, hsl(6241.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11560 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6243.36, 100%, 50%) 0%, hsl(6243.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11560 {
background: linear-gradient(to bottom, hsl(6243.36, 100%, 50%) 0%, hsl(6243.36, 100%, 50%) 100%);
}

.bg-SN11560 {
background: linear-gradient(to bottom, hsl(6243.36, 100%, 50%) 0%, hsl(6243.36, 100%, 50%) 100%);
}


#album-music-playedSN11560 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6245.36, 100%, 50%) 0%, hsl(6245.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11561 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6247.36, 100%, 50%) 0%, hsl(6247.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11561 {
background: linear-gradient(to bottom, hsl(6247.36, 100%, 50%) 0%, hsl(6247.36, 100%, 50%) 100%);
}

.bg-SN11561 {
background: linear-gradient(to bottom, hsl(6247.36, 100%, 50%) 0%, hsl(6247.36, 100%, 50%) 100%);
}


#album-music-playedSN11561 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6249.36, 100%, 50%) 0%, hsl(6249.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11562 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6251.36, 100%, 50%) 0%, hsl(6251.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11562 {
background: linear-gradient(to bottom, hsl(6251.36, 100%, 50%) 0%, hsl(6251.36, 100%, 50%) 100%);
}

.bg-SN11562 {
background: linear-gradient(to bottom, hsl(6251.36, 100%, 50%) 0%, hsl(6251.36, 100%, 50%) 100%);
}


#album-music-playedSN11562 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6253.36, 100%, 50%) 0%, hsl(6253.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11563 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6255.36, 100%, 50%) 0%, hsl(6255.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11563 {
background: linear-gradient(to bottom, hsl(6255.36, 100%, 50%) 0%, hsl(6255.36, 100%, 50%) 100%);
}

.bg-SN11563 {
background: linear-gradient(to bottom, hsl(6255.36, 100%, 50%) 0%, hsl(6255.36, 100%, 50%) 100%);
}


#album-music-playedSN11563 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6257.36, 100%, 50%) 0%, hsl(6257.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11564 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6259.36, 100%, 50%) 0%, hsl(6259.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11564 {
background: linear-gradient(to bottom, hsl(6259.36, 100%, 50%) 0%, hsl(6259.36, 100%, 50%) 100%);
}

.bg-SN11564 {
background: linear-gradient(to bottom, hsl(6259.36, 100%, 50%) 0%, hsl(6259.36, 100%, 50%) 100%);
}


#album-music-playedSN11564 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6261.36, 100%, 50%) 0%, hsl(6261.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11565 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6263.36, 100%, 50%) 0%, hsl(6263.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11565 {
background: linear-gradient(to bottom, hsl(6263.36, 100%, 50%) 0%, hsl(6263.36, 100%, 50%) 100%);
}

.bg-SN11565 {
background: linear-gradient(to bottom, hsl(6263.36, 100%, 50%) 0%, hsl(6263.36, 100%, 50%) 100%);
}


#album-music-playedSN11565 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6265.36, 100%, 50%) 0%, hsl(6265.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11566 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6267.36, 100%, 50%) 0%, hsl(6267.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11566 {
background: linear-gradient(to bottom, hsl(6267.36, 100%, 50%) 0%, hsl(6267.36, 100%, 50%) 100%);
}

.bg-SN11566 {
background: linear-gradient(to bottom, hsl(6267.36, 100%, 50%) 0%, hsl(6267.36, 100%, 50%) 100%);
}


#album-music-playedSN11566 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6269.36, 100%, 50%) 0%, hsl(6269.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11567 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6271.36, 100%, 50%) 0%, hsl(6271.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11567 {
background: linear-gradient(to bottom, hsl(6271.36, 100%, 50%) 0%, hsl(6271.36, 100%, 50%) 100%);
}

.bg-SN11567 {
background: linear-gradient(to bottom, hsl(6271.36, 100%, 50%) 0%, hsl(6271.36, 100%, 50%) 100%);
}


#album-music-playedSN11567 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6273.36, 100%, 50%) 0%, hsl(6273.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11568 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6275.36, 100%, 50%) 0%, hsl(6275.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11568 {
background: linear-gradient(to bottom, hsl(6275.36, 100%, 50%) 0%, hsl(6275.36, 100%, 50%) 100%);
}

.bg-SN11568 {
background: linear-gradient(to bottom, hsl(6275.36, 100%, 50%) 0%, hsl(6275.36, 100%, 50%) 100%);
}


#album-music-playedSN11568 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6277.36, 100%, 50%) 0%, hsl(6277.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11569 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6279.36, 100%, 50%) 0%, hsl(6279.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11569 {
background: linear-gradient(to bottom, hsl(6279.36, 100%, 50%) 0%, hsl(6279.36, 100%, 50%) 100%);
}

.bg-SN11569 {
background: linear-gradient(to bottom, hsl(6279.36, 100%, 50%) 0%, hsl(6279.36, 100%, 50%) 100%);
}


#album-music-playedSN11569 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6281.36, 100%, 50%) 0%, hsl(6281.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11570 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6283.36, 100%, 50%) 0%, hsl(6283.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11570 {
background: linear-gradient(to bottom, hsl(6283.36, 100%, 50%) 0%, hsl(6283.36, 100%, 50%) 100%);
}

.bg-SN11570 {
background: linear-gradient(to bottom, hsl(6283.36, 100%, 50%) 0%, hsl(6283.36, 100%, 50%) 100%);
}


#album-music-playedSN11570 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6285.36, 100%, 50%) 0%, hsl(6285.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11571 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6287.36, 100%, 50%) 0%, hsl(6287.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11571 {
background: linear-gradient(to bottom, hsl(6287.36, 100%, 50%) 0%, hsl(6287.36, 100%, 50%) 100%);
}

.bg-SN11571 {
background: linear-gradient(to bottom, hsl(6287.36, 100%, 50%) 0%, hsl(6287.36, 100%, 50%) 100%);
}


#album-music-playedSN11571 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6289.36, 100%, 50%) 0%, hsl(6289.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11572 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6291.36, 100%, 50%) 0%, hsl(6291.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11572 {
background: linear-gradient(to bottom, hsl(6291.36, 100%, 50%) 0%, hsl(6291.36, 100%, 50%) 100%);
}

.bg-SN11572 {
background: linear-gradient(to bottom, hsl(6291.36, 100%, 50%) 0%, hsl(6291.36, 100%, 50%) 100%);
}


#album-music-playedSN11572 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6293.36, 100%, 50%) 0%, hsl(6293.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11573 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6295.36, 100%, 50%) 0%, hsl(6295.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11573 {
background: linear-gradient(to bottom, hsl(6295.36, 100%, 50%) 0%, hsl(6295.36, 100%, 50%) 100%);
}

.bg-SN11573 {
background: linear-gradient(to bottom, hsl(6295.36, 100%, 50%) 0%, hsl(6295.36, 100%, 50%) 100%);
}


#album-music-playedSN11573 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6297.36, 100%, 50%) 0%, hsl(6297.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11574 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6299.36, 100%, 50%) 0%, hsl(6299.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11574 {
background: linear-gradient(to bottom, hsl(6299.36, 100%, 50%) 0%, hsl(6299.36, 100%, 50%) 100%);
}

.bg-SN11574 {
background: linear-gradient(to bottom, hsl(6299.36, 100%, 50%) 0%, hsl(6299.36, 100%, 50%) 100%);
}


#album-music-playedSN11574 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6301.36, 100%, 50%) 0%, hsl(6301.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11575 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6303.36, 100%, 50%) 0%, hsl(6303.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11575 {
background: linear-gradient(to bottom, hsl(6303.36, 100%, 50%) 0%, hsl(6303.36, 100%, 50%) 100%);
}

.bg-SN11575 {
background: linear-gradient(to bottom, hsl(6303.36, 100%, 50%) 0%, hsl(6303.36, 100%, 50%) 100%);
}


#album-music-playedSN11575 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6305.36, 100%, 50%) 0%, hsl(6305.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11576 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6307.36, 100%, 50%) 0%, hsl(6307.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11576 {
background: linear-gradient(to bottom, hsl(6307.36, 100%, 50%) 0%, hsl(6307.36, 100%, 50%) 100%);
}

.bg-SN11576 {
background: linear-gradient(to bottom, hsl(6307.36, 100%, 50%) 0%, hsl(6307.36, 100%, 50%) 100%);
}


#album-music-playedSN11576 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6309.36, 100%, 50%) 0%, hsl(6309.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11577 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6311.36, 100%, 50%) 0%, hsl(6311.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11577 {
background: linear-gradient(to bottom, hsl(6311.36, 100%, 50%) 0%, hsl(6311.36, 100%, 50%) 100%);
}

.bg-SN11577 {
background: linear-gradient(to bottom, hsl(6311.36, 100%, 50%) 0%, hsl(6311.36, 100%, 50%) 100%);
}


#album-music-playedSN11577 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6313.36, 100%, 50%) 0%, hsl(6313.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11578 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6315.36, 100%, 50%) 0%, hsl(6315.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11578 {
background: linear-gradient(to bottom, hsl(6315.36, 100%, 50%) 0%, hsl(6315.36, 100%, 50%) 100%);
}

.bg-SN11578 {
background: linear-gradient(to bottom, hsl(6315.36, 100%, 50%) 0%, hsl(6315.36, 100%, 50%) 100%);
}


#album-music-playedSN11578 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6317.36, 100%, 50%) 0%, hsl(6317.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11579 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6319.36, 100%, 50%) 0%, hsl(6319.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11579 {
background: linear-gradient(to bottom, hsl(6319.36, 100%, 50%) 0%, hsl(6319.36, 100%, 50%) 100%);
}

.bg-SN11579 {
background: linear-gradient(to bottom, hsl(6319.36, 100%, 50%) 0%, hsl(6319.36, 100%, 50%) 100%);
}


#album-music-playedSN11579 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6321.36, 100%, 50%) 0%, hsl(6321.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11580 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6323.36, 100%, 50%) 0%, hsl(6323.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11580 {
background: linear-gradient(to bottom, hsl(6323.36, 100%, 50%) 0%, hsl(6323.36, 100%, 50%) 100%);
}

.bg-SN11580 {
background: linear-gradient(to bottom, hsl(6323.36, 100%, 50%) 0%, hsl(6323.36, 100%, 50%) 100%);
}


#album-music-playedSN11580 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6325.36, 100%, 50%) 0%, hsl(6325.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11581 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6327.36, 100%, 50%) 0%, hsl(6327.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11581 {
background: linear-gradient(to bottom, hsl(6327.36, 100%, 50%) 0%, hsl(6327.36, 100%, 50%) 100%);
}

.bg-SN11581 {
background: linear-gradient(to bottom, hsl(6327.36, 100%, 50%) 0%, hsl(6327.36, 100%, 50%) 100%);
}


#album-music-playedSN11581 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6329.36, 100%, 50%) 0%, hsl(6329.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11582 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6331.36, 100%, 50%) 0%, hsl(6331.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11582 {
background: linear-gradient(to bottom, hsl(6331.36, 100%, 50%) 0%, hsl(6331.36, 100%, 50%) 100%);
}

.bg-SN11582 {
background: linear-gradient(to bottom, hsl(6331.36, 100%, 50%) 0%, hsl(6331.36, 100%, 50%) 100%);
}


#album-music-playedSN11582 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6333.36, 100%, 50%) 0%, hsl(6333.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11583 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6335.36, 100%, 50%) 0%, hsl(6335.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11583 {
background: linear-gradient(to bottom, hsl(6335.36, 100%, 50%) 0%, hsl(6335.36, 100%, 50%) 100%);
}

.bg-SN11583 {
background: linear-gradient(to bottom, hsl(6335.36, 100%, 50%) 0%, hsl(6335.36, 100%, 50%) 100%);
}


#album-music-playedSN11583 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6337.36, 100%, 50%) 0%, hsl(6337.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11584 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6339.36, 100%, 50%) 0%, hsl(6339.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11584 {
background: linear-gradient(to bottom, hsl(6339.36, 100%, 50%) 0%, hsl(6339.36, 100%, 50%) 100%);
}

.bg-SN11584 {
background: linear-gradient(to bottom, hsl(6339.36, 100%, 50%) 0%, hsl(6339.36, 100%, 50%) 100%);
}


#album-music-playedSN11584 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6341.36, 100%, 50%) 0%, hsl(6341.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11585 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6343.36, 100%, 50%) 0%, hsl(6343.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11585 {
background: linear-gradient(to bottom, hsl(6343.36, 100%, 50%) 0%, hsl(6343.36, 100%, 50%) 100%);
}

.bg-SN11585 {
background: linear-gradient(to bottom, hsl(6343.36, 100%, 50%) 0%, hsl(6343.36, 100%, 50%) 100%);
}


#album-music-playedSN11585 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6345.36, 100%, 50%) 0%, hsl(6345.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11586 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6347.36, 100%, 50%) 0%, hsl(6347.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11586 {
background: linear-gradient(to bottom, hsl(6347.36, 100%, 50%) 0%, hsl(6347.36, 100%, 50%) 100%);
}

.bg-SN11586 {
background: linear-gradient(to bottom, hsl(6347.36, 100%, 50%) 0%, hsl(6347.36, 100%, 50%) 100%);
}


#album-music-playedSN11586 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6349.36, 100%, 50%) 0%, hsl(6349.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11587 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6351.36, 100%, 50%) 0%, hsl(6351.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11587 {
background: linear-gradient(to bottom, hsl(6351.36, 100%, 50%) 0%, hsl(6351.36, 100%, 50%) 100%);
}

.bg-SN11587 {
background: linear-gradient(to bottom, hsl(6351.36, 100%, 50%) 0%, hsl(6351.36, 100%, 50%) 100%);
}


#album-music-playedSN11587 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6353.36, 100%, 50%) 0%, hsl(6353.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11588 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6355.36, 100%, 50%) 0%, hsl(6355.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11588 {
background: linear-gradient(to bottom, hsl(6355.36, 100%, 50%) 0%, hsl(6355.36, 100%, 50%) 100%);
}

.bg-SN11588 {
background: linear-gradient(to bottom, hsl(6355.36, 100%, 50%) 0%, hsl(6355.36, 100%, 50%) 100%);
}


#album-music-playedSN11588 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6357.36, 100%, 50%) 0%, hsl(6357.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11589 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6359.36, 100%, 50%) 0%, hsl(6359.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11589 {
background: linear-gradient(to bottom, hsl(6359.36, 100%, 50%) 0%, hsl(6359.36, 100%, 50%) 100%);
}

.bg-SN11589 {
background: linear-gradient(to bottom, hsl(6359.36, 100%, 50%) 0%, hsl(6359.36, 100%, 50%) 100%);
}


#album-music-playedSN11589 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6361.36, 100%, 50%) 0%, hsl(6361.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11590 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6363.36, 100%, 50%) 0%, hsl(6363.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11590 {
background: linear-gradient(to bottom, hsl(6363.36, 100%, 50%) 0%, hsl(6363.36, 100%, 50%) 100%);
}

.bg-SN11590 {
background: linear-gradient(to bottom, hsl(6363.36, 100%, 50%) 0%, hsl(6363.36, 100%, 50%) 100%);
}


#album-music-playedSN11590 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6365.36, 100%, 50%) 0%, hsl(6365.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11591 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6367.36, 100%, 50%) 0%, hsl(6367.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11591 {
background: linear-gradient(to bottom, hsl(6367.36, 100%, 50%) 0%, hsl(6367.36, 100%, 50%) 100%);
}

.bg-SN11591 {
background: linear-gradient(to bottom, hsl(6367.36, 100%, 50%) 0%, hsl(6367.36, 100%, 50%) 100%);
}


#album-music-playedSN11591 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6369.36, 100%, 50%) 0%, hsl(6369.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11592 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6371.36, 100%, 50%) 0%, hsl(6371.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11592 {
background: linear-gradient(to bottom, hsl(6371.36, 100%, 50%) 0%, hsl(6371.36, 100%, 50%) 100%);
}

.bg-SN11592 {
background: linear-gradient(to bottom, hsl(6371.36, 100%, 50%) 0%, hsl(6371.36, 100%, 50%) 100%);
}


#album-music-playedSN11592 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6373.36, 100%, 50%) 0%, hsl(6373.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11593 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6375.36, 100%, 50%) 0%, hsl(6375.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11593 {
background: linear-gradient(to bottom, hsl(6375.36, 100%, 50%) 0%, hsl(6375.36, 100%, 50%) 100%);
}

.bg-SN11593 {
background: linear-gradient(to bottom, hsl(6375.36, 100%, 50%) 0%, hsl(6375.36, 100%, 50%) 100%);
}


#album-music-playedSN11593 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6377.36, 100%, 50%) 0%, hsl(6377.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11594 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6379.36, 100%, 50%) 0%, hsl(6379.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11594 {
background: linear-gradient(to bottom, hsl(6379.36, 100%, 50%) 0%, hsl(6379.36, 100%, 50%) 100%);
}

.bg-SN11594 {
background: linear-gradient(to bottom, hsl(6379.36, 100%, 50%) 0%, hsl(6379.36, 100%, 50%) 100%);
}


#album-music-playedSN11594 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6381.36, 100%, 50%) 0%, hsl(6381.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11595 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6383.36, 100%, 50%) 0%, hsl(6383.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11595 {
background: linear-gradient(to bottom, hsl(6383.36, 100%, 50%) 0%, hsl(6383.36, 100%, 50%) 100%);
}

.bg-SN11595 {
background: linear-gradient(to bottom, hsl(6383.36, 100%, 50%) 0%, hsl(6383.36, 100%, 50%) 100%);
}


#album-music-playedSN11595 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6385.36, 100%, 50%) 0%, hsl(6385.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11596 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6387.36, 100%, 50%) 0%, hsl(6387.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11596 {
background: linear-gradient(to bottom, hsl(6387.36, 100%, 50%) 0%, hsl(6387.36, 100%, 50%) 100%);
}

.bg-SN11596 {
background: linear-gradient(to bottom, hsl(6387.36, 100%, 50%) 0%, hsl(6387.36, 100%, 50%) 100%);
}


#album-music-playedSN11596 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6389.36, 100%, 50%) 0%, hsl(6389.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11597 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6391.36, 100%, 50%) 0%, hsl(6391.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11597 {
background: linear-gradient(to bottom, hsl(6391.36, 100%, 50%) 0%, hsl(6391.36, 100%, 50%) 100%);
}

.bg-SN11597 {
background: linear-gradient(to bottom, hsl(6391.36, 100%, 50%) 0%, hsl(6391.36, 100%, 50%) 100%);
}


#album-music-playedSN11597 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6393.36, 100%, 50%) 0%, hsl(6393.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11598 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6395.36, 100%, 50%) 0%, hsl(6395.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11598 {
background: linear-gradient(to bottom, hsl(6395.36, 100%, 50%) 0%, hsl(6395.36, 100%, 50%) 100%);
}

.bg-SN11598 {
background: linear-gradient(to bottom, hsl(6395.36, 100%, 50%) 0%, hsl(6395.36, 100%, 50%) 100%);
}


#album-music-playedSN11598 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6397.36, 100%, 50%) 0%, hsl(6397.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11599 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6399.36, 100%, 50%) 0%, hsl(6399.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11599 {
background: linear-gradient(to bottom, hsl(6399.36, 100%, 50%) 0%, hsl(6399.36, 100%, 50%) 100%);
}

.bg-SN11599 {
background: linear-gradient(to bottom, hsl(6399.36, 100%, 50%) 0%, hsl(6399.36, 100%, 50%) 100%);
}


#album-music-playedSN11599 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6401.36, 100%, 50%) 0%, hsl(6401.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11600 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6403.36, 100%, 50%) 0%, hsl(6403.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11600 {
background: linear-gradient(to bottom, hsl(6403.36, 100%, 50%) 0%, hsl(6403.36, 100%, 50%) 100%);
}

.bg-SN11600 {
background: linear-gradient(to bottom, hsl(6403.36, 100%, 50%) 0%, hsl(6403.36, 100%, 50%) 100%);
}


#album-music-playedSN11600 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6405.36, 100%, 50%) 0%, hsl(6405.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11601 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6407.36, 100%, 50%) 0%, hsl(6407.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11601 {
background: linear-gradient(to bottom, hsl(6407.36, 100%, 50%) 0%, hsl(6407.36, 100%, 50%) 100%);
}

.bg-SN11601 {
background: linear-gradient(to bottom, hsl(6407.36, 100%, 50%) 0%, hsl(6407.36, 100%, 50%) 100%);
}


#album-music-playedSN11601 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6409.36, 100%, 50%) 0%, hsl(6409.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11602 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6411.36, 100%, 50%) 0%, hsl(6411.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11602 {
background: linear-gradient(to bottom, hsl(6411.36, 100%, 50%) 0%, hsl(6411.36, 100%, 50%) 100%);
}

.bg-SN11602 {
background: linear-gradient(to bottom, hsl(6411.36, 100%, 50%) 0%, hsl(6411.36, 100%, 50%) 100%);
}


#album-music-playedSN11602 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6413.36, 100%, 50%) 0%, hsl(6413.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11603 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6415.36, 100%, 50%) 0%, hsl(6415.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11603 {
background: linear-gradient(to bottom, hsl(6415.36, 100%, 50%) 0%, hsl(6415.36, 100%, 50%) 100%);
}

.bg-SN11603 {
background: linear-gradient(to bottom, hsl(6415.36, 100%, 50%) 0%, hsl(6415.36, 100%, 50%) 100%);
}


#album-music-playedSN11603 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6417.36, 100%, 50%) 0%, hsl(6417.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11604 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6419.36, 100%, 50%) 0%, hsl(6419.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11604 {
background: linear-gradient(to bottom, hsl(6419.36, 100%, 50%) 0%, hsl(6419.36, 100%, 50%) 100%);
}

.bg-SN11604 {
background: linear-gradient(to bottom, hsl(6419.36, 100%, 50%) 0%, hsl(6419.36, 100%, 50%) 100%);
}


#album-music-playedSN11604 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6421.36, 100%, 50%) 0%, hsl(6421.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11605 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6423.36, 100%, 50%) 0%, hsl(6423.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11605 {
background: linear-gradient(to bottom, hsl(6423.36, 100%, 50%) 0%, hsl(6423.36, 100%, 50%) 100%);
}

.bg-SN11605 {
background: linear-gradient(to bottom, hsl(6423.36, 100%, 50%) 0%, hsl(6423.36, 100%, 50%) 100%);
}


#album-music-playedSN11605 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6425.36, 100%, 50%) 0%, hsl(6425.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11606 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6427.36, 100%, 50%) 0%, hsl(6427.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11606 {
background: linear-gradient(to bottom, hsl(6427.36, 100%, 50%) 0%, hsl(6427.36, 100%, 50%) 100%);
}

.bg-SN11606 {
background: linear-gradient(to bottom, hsl(6427.36, 100%, 50%) 0%, hsl(6427.36, 100%, 50%) 100%);
}


#album-music-playedSN11606 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6429.36, 100%, 50%) 0%, hsl(6429.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11607 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6431.36, 100%, 50%) 0%, hsl(6431.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11607 {
background: linear-gradient(to bottom, hsl(6431.36, 100%, 50%) 0%, hsl(6431.36, 100%, 50%) 100%);
}

.bg-SN11607 {
background: linear-gradient(to bottom, hsl(6431.36, 100%, 50%) 0%, hsl(6431.36, 100%, 50%) 100%);
}


#album-music-playedSN11607 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6433.36, 100%, 50%) 0%, hsl(6433.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11608 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6435.36, 100%, 50%) 0%, hsl(6435.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11608 {
background: linear-gradient(to bottom, hsl(6435.36, 100%, 50%) 0%, hsl(6435.36, 100%, 50%) 100%);
}

.bg-SN11608 {
background: linear-gradient(to bottom, hsl(6435.36, 100%, 50%) 0%, hsl(6435.36, 100%, 50%) 100%);
}


#album-music-playedSN11608 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6437.36, 100%, 50%) 0%, hsl(6437.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11609 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6439.36, 100%, 50%) 0%, hsl(6439.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11609 {
background: linear-gradient(to bottom, hsl(6439.36, 100%, 50%) 0%, hsl(6439.36, 100%, 50%) 100%);
}

.bg-SN11609 {
background: linear-gradient(to bottom, hsl(6439.36, 100%, 50%) 0%, hsl(6439.36, 100%, 50%) 100%);
}


#album-music-playedSN11609 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6441.36, 100%, 50%) 0%, hsl(6441.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11610 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6443.36, 100%, 50%) 0%, hsl(6443.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11610 {
background: linear-gradient(to bottom, hsl(6443.36, 100%, 50%) 0%, hsl(6443.36, 100%, 50%) 100%);
}

.bg-SN11610 {
background: linear-gradient(to bottom, hsl(6443.36, 100%, 50%) 0%, hsl(6443.36, 100%, 50%) 100%);
}


#album-music-playedSN11610 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6445.36, 100%, 50%) 0%, hsl(6445.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11611 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6447.36, 100%, 50%) 0%, hsl(6447.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11611 {
background: linear-gradient(to bottom, hsl(6447.36, 100%, 50%) 0%, hsl(6447.36, 100%, 50%) 100%);
}

.bg-SN11611 {
background: linear-gradient(to bottom, hsl(6447.36, 100%, 50%) 0%, hsl(6447.36, 100%, 50%) 100%);
}


#album-music-playedSN11611 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6449.36, 100%, 50%) 0%, hsl(6449.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11612 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6451.36, 100%, 50%) 0%, hsl(6451.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11612 {
background: linear-gradient(to bottom, hsl(6451.36, 100%, 50%) 0%, hsl(6451.36, 100%, 50%) 100%);
}

.bg-SN11612 {
background: linear-gradient(to bottom, hsl(6451.36, 100%, 50%) 0%, hsl(6451.36, 100%, 50%) 100%);
}


#album-music-playedSN11612 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6453.36, 100%, 50%) 0%, hsl(6453.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11613 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6455.36, 100%, 50%) 0%, hsl(6455.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11613 {
background: linear-gradient(to bottom, hsl(6455.36, 100%, 50%) 0%, hsl(6455.36, 100%, 50%) 100%);
}

.bg-SN11613 {
background: linear-gradient(to bottom, hsl(6455.36, 100%, 50%) 0%, hsl(6455.36, 100%, 50%) 100%);
}


#album-music-playedSN11613 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6457.36, 100%, 50%) 0%, hsl(6457.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11614 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6459.36, 100%, 50%) 0%, hsl(6459.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11614 {
background: linear-gradient(to bottom, hsl(6459.36, 100%, 50%) 0%, hsl(6459.36, 100%, 50%) 100%);
}

.bg-SN11614 {
background: linear-gradient(to bottom, hsl(6459.36, 100%, 50%) 0%, hsl(6459.36, 100%, 50%) 100%);
}


#album-music-playedSN11614 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6461.36, 100%, 50%) 0%, hsl(6461.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11615 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6463.36, 100%, 50%) 0%, hsl(6463.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11615 {
background: linear-gradient(to bottom, hsl(6463.36, 100%, 50%) 0%, hsl(6463.36, 100%, 50%) 100%);
}

.bg-SN11615 {
background: linear-gradient(to bottom, hsl(6463.36, 100%, 50%) 0%, hsl(6463.36, 100%, 50%) 100%);
}


#album-music-playedSN11615 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6465.36, 100%, 50%) 0%, hsl(6465.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11616 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6467.36, 100%, 50%) 0%, hsl(6467.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11616 {
background: linear-gradient(to bottom, hsl(6467.36, 100%, 50%) 0%, hsl(6467.36, 100%, 50%) 100%);
}

.bg-SN11616 {
background: linear-gradient(to bottom, hsl(6467.36, 100%, 50%) 0%, hsl(6467.36, 100%, 50%) 100%);
}


#album-music-playedSN11616 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6469.36, 100%, 50%) 0%, hsl(6469.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11617 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6471.36, 100%, 50%) 0%, hsl(6471.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11617 {
background: linear-gradient(to bottom, hsl(6471.36, 100%, 50%) 0%, hsl(6471.36, 100%, 50%) 100%);
}

.bg-SN11617 {
background: linear-gradient(to bottom, hsl(6471.36, 100%, 50%) 0%, hsl(6471.36, 100%, 50%) 100%);
}


#album-music-playedSN11617 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6473.36, 100%, 50%) 0%, hsl(6473.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11618 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6475.36, 100%, 50%) 0%, hsl(6475.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11618 {
background: linear-gradient(to bottom, hsl(6475.36, 100%, 50%) 0%, hsl(6475.36, 100%, 50%) 100%);
}

.bg-SN11618 {
background: linear-gradient(to bottom, hsl(6475.36, 100%, 50%) 0%, hsl(6475.36, 100%, 50%) 100%);
}


#album-music-playedSN11618 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6477.36, 100%, 50%) 0%, hsl(6477.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11619 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6479.36, 100%, 50%) 0%, hsl(6479.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11619 {
background: linear-gradient(to bottom, hsl(6479.36, 100%, 50%) 0%, hsl(6479.36, 100%, 50%) 100%);
}

.bg-SN11619 {
background: linear-gradient(to bottom, hsl(6479.36, 100%, 50%) 0%, hsl(6479.36, 100%, 50%) 100%);
}


#album-music-playedSN11619 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6481.36, 100%, 50%) 0%, hsl(6481.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11620 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6483.36, 100%, 50%) 0%, hsl(6483.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11620 {
background: linear-gradient(to bottom, hsl(6483.36, 100%, 50%) 0%, hsl(6483.36, 100%, 50%) 100%);
}

.bg-SN11620 {
background: linear-gradient(to bottom, hsl(6483.36, 100%, 50%) 0%, hsl(6483.36, 100%, 50%) 100%);
}


#album-music-playedSN11620 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6485.36, 100%, 50%) 0%, hsl(6485.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11621 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6487.36, 100%, 50%) 0%, hsl(6487.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11621 {
background: linear-gradient(to bottom, hsl(6487.36, 100%, 50%) 0%, hsl(6487.36, 100%, 50%) 100%);
}

.bg-SN11621 {
background: linear-gradient(to bottom, hsl(6487.36, 100%, 50%) 0%, hsl(6487.36, 100%, 50%) 100%);
}


#album-music-playedSN11621 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6489.36, 100%, 50%) 0%, hsl(6489.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11622 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6491.36, 100%, 50%) 0%, hsl(6491.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11622 {
background: linear-gradient(to bottom, hsl(6491.36, 100%, 50%) 0%, hsl(6491.36, 100%, 50%) 100%);
}

.bg-SN11622 {
background: linear-gradient(to bottom, hsl(6491.36, 100%, 50%) 0%, hsl(6491.36, 100%, 50%) 100%);
}


#album-music-playedSN11622 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6493.36, 100%, 50%) 0%, hsl(6493.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11623 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6495.36, 100%, 50%) 0%, hsl(6495.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11623 {
background: linear-gradient(to bottom, hsl(6495.36, 100%, 50%) 0%, hsl(6495.36, 100%, 50%) 100%);
}

.bg-SN11623 {
background: linear-gradient(to bottom, hsl(6495.36, 100%, 50%) 0%, hsl(6495.36, 100%, 50%) 100%);
}


#album-music-playedSN11623 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6497.36, 100%, 50%) 0%, hsl(6497.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11624 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6499.36, 100%, 50%) 0%, hsl(6499.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11624 {
background: linear-gradient(to bottom, hsl(6499.36, 100%, 50%) 0%, hsl(6499.36, 100%, 50%) 100%);
}

.bg-SN11624 {
background: linear-gradient(to bottom, hsl(6499.36, 100%, 50%) 0%, hsl(6499.36, 100%, 50%) 100%);
}


#album-music-playedSN11624 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6501.36, 100%, 50%) 0%, hsl(6501.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11625 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6503.36, 100%, 50%) 0%, hsl(6503.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11625 {
background: linear-gradient(to bottom, hsl(6503.36, 100%, 50%) 0%, hsl(6503.36, 100%, 50%) 100%);
}

.bg-SN11625 {
background: linear-gradient(to bottom, hsl(6503.36, 100%, 50%) 0%, hsl(6503.36, 100%, 50%) 100%);
}


#album-music-playedSN11625 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6505.36, 100%, 50%) 0%, hsl(6505.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11626 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6507.36, 100%, 50%) 0%, hsl(6507.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11626 {
background: linear-gradient(to bottom, hsl(6507.36, 100%, 50%) 0%, hsl(6507.36, 100%, 50%) 100%);
}

.bg-SN11626 {
background: linear-gradient(to bottom, hsl(6507.36, 100%, 50%) 0%, hsl(6507.36, 100%, 50%) 100%);
}


#album-music-playedSN11626 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6509.36, 100%, 50%) 0%, hsl(6509.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11627 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6511.36, 100%, 50%) 0%, hsl(6511.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11627 {
background: linear-gradient(to bottom, hsl(6511.36, 100%, 50%) 0%, hsl(6511.36, 100%, 50%) 100%);
}

.bg-SN11627 {
background: linear-gradient(to bottom, hsl(6511.36, 100%, 50%) 0%, hsl(6511.36, 100%, 50%) 100%);
}


#album-music-playedSN11627 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6513.36, 100%, 50%) 0%, hsl(6513.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11628 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6515.36, 100%, 50%) 0%, hsl(6515.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11628 {
background: linear-gradient(to bottom, hsl(6515.36, 100%, 50%) 0%, hsl(6515.36, 100%, 50%) 100%);
}

.bg-SN11628 {
background: linear-gradient(to bottom, hsl(6515.36, 100%, 50%) 0%, hsl(6515.36, 100%, 50%) 100%);
}


#album-music-playedSN11628 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6517.36, 100%, 50%) 0%, hsl(6517.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11629 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6519.36, 100%, 50%) 0%, hsl(6519.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11629 {
background: linear-gradient(to bottom, hsl(6519.36, 100%, 50%) 0%, hsl(6519.36, 100%, 50%) 100%);
}

.bg-SN11629 {
background: linear-gradient(to bottom, hsl(6519.36, 100%, 50%) 0%, hsl(6519.36, 100%, 50%) 100%);
}


#album-music-playedSN11629 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6521.36, 100%, 50%) 0%, hsl(6521.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11630 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6523.36, 100%, 50%) 0%, hsl(6523.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11630 {
background: linear-gradient(to bottom, hsl(6523.36, 100%, 50%) 0%, hsl(6523.36, 100%, 50%) 100%);
}

.bg-SN11630 {
background: linear-gradient(to bottom, hsl(6523.36, 100%, 50%) 0%, hsl(6523.36, 100%, 50%) 100%);
}


#album-music-playedSN11630 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6525.36, 100%, 50%) 0%, hsl(6525.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11631 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6527.36, 100%, 50%) 0%, hsl(6527.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11631 {
background: linear-gradient(to bottom, hsl(6527.36, 100%, 50%) 0%, hsl(6527.36, 100%, 50%) 100%);
}

.bg-SN11631 {
background: linear-gradient(to bottom, hsl(6527.36, 100%, 50%) 0%, hsl(6527.36, 100%, 50%) 100%);
}


#album-music-playedSN11631 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6529.36, 100%, 50%) 0%, hsl(6529.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11632 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6531.36, 100%, 50%) 0%, hsl(6531.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11632 {
background: linear-gradient(to bottom, hsl(6531.36, 100%, 50%) 0%, hsl(6531.36, 100%, 50%) 100%);
}

.bg-SN11632 {
background: linear-gradient(to bottom, hsl(6531.36, 100%, 50%) 0%, hsl(6531.36, 100%, 50%) 100%);
}


#album-music-playedSN11632 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6533.36, 100%, 50%) 0%, hsl(6533.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11633 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6535.36, 100%, 50%) 0%, hsl(6535.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11633 {
background: linear-gradient(to bottom, hsl(6535.36, 100%, 50%) 0%, hsl(6535.36, 100%, 50%) 100%);
}

.bg-SN11633 {
background: linear-gradient(to bottom, hsl(6535.36, 100%, 50%) 0%, hsl(6535.36, 100%, 50%) 100%);
}


#album-music-playedSN11633 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6537.36, 100%, 50%) 0%, hsl(6537.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11634 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6539.36, 100%, 50%) 0%, hsl(6539.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11634 {
background: linear-gradient(to bottom, hsl(6539.36, 100%, 50%) 0%, hsl(6539.36, 100%, 50%) 100%);
}

.bg-SN11634 {
background: linear-gradient(to bottom, hsl(6539.36, 100%, 50%) 0%, hsl(6539.36, 100%, 50%) 100%);
}


#album-music-playedSN11634 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6541.36, 100%, 50%) 0%, hsl(6541.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11635 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6543.36, 100%, 50%) 0%, hsl(6543.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11635 {
background: linear-gradient(to bottom, hsl(6543.36, 100%, 50%) 0%, hsl(6543.36, 100%, 50%) 100%);
}

.bg-SN11635 {
background: linear-gradient(to bottom, hsl(6543.36, 100%, 50%) 0%, hsl(6543.36, 100%, 50%) 100%);
}


#album-music-playedSN11635 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6545.36, 100%, 50%) 0%, hsl(6545.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11636 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6547.36, 100%, 50%) 0%, hsl(6547.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11636 {
background: linear-gradient(to bottom, hsl(6547.36, 100%, 50%) 0%, hsl(6547.36, 100%, 50%) 100%);
}

.bg-SN11636 {
background: linear-gradient(to bottom, hsl(6547.36, 100%, 50%) 0%, hsl(6547.36, 100%, 50%) 100%);
}


#album-music-playedSN11636 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6549.36, 100%, 50%) 0%, hsl(6549.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11637 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6551.36, 100%, 50%) 0%, hsl(6551.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11637 {
background: linear-gradient(to bottom, hsl(6551.36, 100%, 50%) 0%, hsl(6551.36, 100%, 50%) 100%);
}

.bg-SN11637 {
background: linear-gradient(to bottom, hsl(6551.36, 100%, 50%) 0%, hsl(6551.36, 100%, 50%) 100%);
}


#album-music-playedSN11637 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6553.36, 100%, 50%) 0%, hsl(6553.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11638 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6555.36, 100%, 50%) 0%, hsl(6555.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11638 {
background: linear-gradient(to bottom, hsl(6555.36, 100%, 50%) 0%, hsl(6555.36, 100%, 50%) 100%);
}

.bg-SN11638 {
background: linear-gradient(to bottom, hsl(6555.36, 100%, 50%) 0%, hsl(6555.36, 100%, 50%) 100%);
}


#album-music-playedSN11638 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6557.36, 100%, 50%) 0%, hsl(6557.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11639 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6559.36, 100%, 50%) 0%, hsl(6559.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11639 {
background: linear-gradient(to bottom, hsl(6559.36, 100%, 50%) 0%, hsl(6559.36, 100%, 50%) 100%);
}

.bg-SN11639 {
background: linear-gradient(to bottom, hsl(6559.36, 100%, 50%) 0%, hsl(6559.36, 100%, 50%) 100%);
}


#album-music-playedSN11639 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6561.36, 100%, 50%) 0%, hsl(6561.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11640 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6563.36, 100%, 50%) 0%, hsl(6563.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11640 {
background: linear-gradient(to bottom, hsl(6563.36, 100%, 50%) 0%, hsl(6563.36, 100%, 50%) 100%);
}

.bg-SN11640 {
background: linear-gradient(to bottom, hsl(6563.36, 100%, 50%) 0%, hsl(6563.36, 100%, 50%) 100%);
}


#album-music-playedSN11640 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6565.36, 100%, 50%) 0%, hsl(6565.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11641 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6567.36, 100%, 50%) 0%, hsl(6567.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11641 {
background: linear-gradient(to bottom, hsl(6567.36, 100%, 50%) 0%, hsl(6567.36, 100%, 50%) 100%);
}

.bg-SN11641 {
background: linear-gradient(to bottom, hsl(6567.36, 100%, 50%) 0%, hsl(6567.36, 100%, 50%) 100%);
}


#album-music-playedSN11641 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6569.36, 100%, 50%) 0%, hsl(6569.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11642 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6571.36, 100%, 50%) 0%, hsl(6571.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11642 {
background: linear-gradient(to bottom, hsl(6571.36, 100%, 50%) 0%, hsl(6571.36, 100%, 50%) 100%);
}

.bg-SN11642 {
background: linear-gradient(to bottom, hsl(6571.36, 100%, 50%) 0%, hsl(6571.36, 100%, 50%) 100%);
}


#album-music-playedSN11642 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6573.36, 100%, 50%) 0%, hsl(6573.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11643 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6575.36, 100%, 50%) 0%, hsl(6575.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11643 {
background: linear-gradient(to bottom, hsl(6575.36, 100%, 50%) 0%, hsl(6575.36, 100%, 50%) 100%);
}

.bg-SN11643 {
background: linear-gradient(to bottom, hsl(6575.36, 100%, 50%) 0%, hsl(6575.36, 100%, 50%) 100%);
}


#album-music-playedSN11643 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6577.36, 100%, 50%) 0%, hsl(6577.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11644 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6579.36, 100%, 50%) 0%, hsl(6579.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11644 {
background: linear-gradient(to bottom, hsl(6579.36, 100%, 50%) 0%, hsl(6579.36, 100%, 50%) 100%);
}

.bg-SN11644 {
background: linear-gradient(to bottom, hsl(6579.36, 100%, 50%) 0%, hsl(6579.36, 100%, 50%) 100%);
}


#album-music-playedSN11644 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6581.36, 100%, 50%) 0%, hsl(6581.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11645 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6583.36, 100%, 50%) 0%, hsl(6583.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11645 {
background: linear-gradient(to bottom, hsl(6583.36, 100%, 50%) 0%, hsl(6583.36, 100%, 50%) 100%);
}

.bg-SN11645 {
background: linear-gradient(to bottom, hsl(6583.36, 100%, 50%) 0%, hsl(6583.36, 100%, 50%) 100%);
}


#album-music-playedSN11645 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6585.36, 100%, 50%) 0%, hsl(6585.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11646 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6587.36, 100%, 50%) 0%, hsl(6587.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11646 {
background: linear-gradient(to bottom, hsl(6587.36, 100%, 50%) 0%, hsl(6587.36, 100%, 50%) 100%);
}

.bg-SN11646 {
background: linear-gradient(to bottom, hsl(6587.36, 100%, 50%) 0%, hsl(6587.36, 100%, 50%) 100%);
}


#album-music-playedSN11646 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6589.36, 100%, 50%) 0%, hsl(6589.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11647 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6591.36, 100%, 50%) 0%, hsl(6591.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11647 {
background: linear-gradient(to bottom, hsl(6591.36, 100%, 50%) 0%, hsl(6591.36, 100%, 50%) 100%);
}

.bg-SN11647 {
background: linear-gradient(to bottom, hsl(6591.36, 100%, 50%) 0%, hsl(6591.36, 100%, 50%) 100%);
}


#album-music-playedSN11647 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6593.36, 100%, 50%) 0%, hsl(6593.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11648 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6595.36, 100%, 50%) 0%, hsl(6595.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11648 {
background: linear-gradient(to bottom, hsl(6595.36, 100%, 50%) 0%, hsl(6595.36, 100%, 50%) 100%);
}

.bg-SN11648 {
background: linear-gradient(to bottom, hsl(6595.36, 100%, 50%) 0%, hsl(6595.36, 100%, 50%) 100%);
}


#album-music-playedSN11648 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6597.36, 100%, 50%) 0%, hsl(6597.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11649 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6599.36, 100%, 50%) 0%, hsl(6599.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11649 {
background: linear-gradient(to bottom, hsl(6599.36, 100%, 50%) 0%, hsl(6599.36, 100%, 50%) 100%);
}

.bg-SN11649 {
background: linear-gradient(to bottom, hsl(6599.36, 100%, 50%) 0%, hsl(6599.36, 100%, 50%) 100%);
}


#album-music-playedSN11649 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6601.36, 100%, 50%) 0%, hsl(6601.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11650 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6603.36, 100%, 50%) 0%, hsl(6603.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11650 {
background: linear-gradient(to bottom, hsl(6603.36, 100%, 50%) 0%, hsl(6603.36, 100%, 50%) 100%);
}

.bg-SN11650 {
background: linear-gradient(to bottom, hsl(6603.36, 100%, 50%) 0%, hsl(6603.36, 100%, 50%) 100%);
}


#album-music-playedSN11650 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6605.36, 100%, 50%) 0%, hsl(6605.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11651 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6607.36, 100%, 50%) 0%, hsl(6607.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11651 {
background: linear-gradient(to bottom, hsl(6607.36, 100%, 50%) 0%, hsl(6607.36, 100%, 50%) 100%);
}

.bg-SN11651 {
background: linear-gradient(to bottom, hsl(6607.36, 100%, 50%) 0%, hsl(6607.36, 100%, 50%) 100%);
}


#album-music-playedSN11651 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6609.36, 100%, 50%) 0%, hsl(6609.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11652 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6611.36, 100%, 50%) 0%, hsl(6611.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11652 {
background: linear-gradient(to bottom, hsl(6611.36, 100%, 50%) 0%, hsl(6611.36, 100%, 50%) 100%);
}

.bg-SN11652 {
background: linear-gradient(to bottom, hsl(6611.36, 100%, 50%) 0%, hsl(6611.36, 100%, 50%) 100%);
}


#album-music-playedSN11652 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6613.36, 100%, 50%) 0%, hsl(6613.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11653 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6615.36, 100%, 50%) 0%, hsl(6615.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11653 {
background: linear-gradient(to bottom, hsl(6615.36, 100%, 50%) 0%, hsl(6615.36, 100%, 50%) 100%);
}

.bg-SN11653 {
background: linear-gradient(to bottom, hsl(6615.36, 100%, 50%) 0%, hsl(6615.36, 100%, 50%) 100%);
}


#album-music-playedSN11653 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6617.36, 100%, 50%) 0%, hsl(6617.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11654 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6619.36, 100%, 50%) 0%, hsl(6619.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11654 {
background: linear-gradient(to bottom, hsl(6619.36, 100%, 50%) 0%, hsl(6619.36, 100%, 50%) 100%);
}

.bg-SN11654 {
background: linear-gradient(to bottom, hsl(6619.36, 100%, 50%) 0%, hsl(6619.36, 100%, 50%) 100%);
}


#album-music-playedSN11654 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6621.36, 100%, 50%) 0%, hsl(6621.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11655 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6623.36, 100%, 50%) 0%, hsl(6623.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11655 {
background: linear-gradient(to bottom, hsl(6623.36, 100%, 50%) 0%, hsl(6623.36, 100%, 50%) 100%);
}

.bg-SN11655 {
background: linear-gradient(to bottom, hsl(6623.36, 100%, 50%) 0%, hsl(6623.36, 100%, 50%) 100%);
}


#album-music-playedSN11655 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6625.36, 100%, 50%) 0%, hsl(6625.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11656 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6627.36, 100%, 50%) 0%, hsl(6627.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11656 {
background: linear-gradient(to bottom, hsl(6627.36, 100%, 50%) 0%, hsl(6627.36, 100%, 50%) 100%);
}

.bg-SN11656 {
background: linear-gradient(to bottom, hsl(6627.36, 100%, 50%) 0%, hsl(6627.36, 100%, 50%) 100%);
}


#album-music-playedSN11656 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6629.36, 100%, 50%) 0%, hsl(6629.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11657 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6631.36, 100%, 50%) 0%, hsl(6631.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11657 {
background: linear-gradient(to bottom, hsl(6631.36, 100%, 50%) 0%, hsl(6631.36, 100%, 50%) 100%);
}

.bg-SN11657 {
background: linear-gradient(to bottom, hsl(6631.36, 100%, 50%) 0%, hsl(6631.36, 100%, 50%) 100%);
}


#album-music-playedSN11657 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6633.36, 100%, 50%) 0%, hsl(6633.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11658 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6635.36, 100%, 50%) 0%, hsl(6635.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11658 {
background: linear-gradient(to bottom, hsl(6635.36, 100%, 50%) 0%, hsl(6635.36, 100%, 50%) 100%);
}

.bg-SN11658 {
background: linear-gradient(to bottom, hsl(6635.36, 100%, 50%) 0%, hsl(6635.36, 100%, 50%) 100%);
}


#album-music-playedSN11658 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6637.36, 100%, 50%) 0%, hsl(6637.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11659 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6639.36, 100%, 50%) 0%, hsl(6639.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11659 {
background: linear-gradient(to bottom, hsl(6639.36, 100%, 50%) 0%, hsl(6639.36, 100%, 50%) 100%);
}

.bg-SN11659 {
background: linear-gradient(to bottom, hsl(6639.36, 100%, 50%) 0%, hsl(6639.36, 100%, 50%) 100%);
}


#album-music-playedSN11659 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6641.36, 100%, 50%) 0%, hsl(6641.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11660 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6643.36, 100%, 50%) 0%, hsl(6643.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11660 {
background: linear-gradient(to bottom, hsl(6643.36, 100%, 50%) 0%, hsl(6643.36, 100%, 50%) 100%);
}

.bg-SN11660 {
background: linear-gradient(to bottom, hsl(6643.36, 100%, 50%) 0%, hsl(6643.36, 100%, 50%) 100%);
}


#album-music-playedSN11660 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6645.36, 100%, 50%) 0%, hsl(6645.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11661 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6647.36, 100%, 50%) 0%, hsl(6647.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11661 {
background: linear-gradient(to bottom, hsl(6647.36, 100%, 50%) 0%, hsl(6647.36, 100%, 50%) 100%);
}

.bg-SN11661 {
background: linear-gradient(to bottom, hsl(6647.36, 100%, 50%) 0%, hsl(6647.36, 100%, 50%) 100%);
}


#album-music-playedSN11661 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6649.36, 100%, 50%) 0%, hsl(6649.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11662 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6651.36, 100%, 50%) 0%, hsl(6651.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11662 {
background: linear-gradient(to bottom, hsl(6651.36, 100%, 50%) 0%, hsl(6651.36, 100%, 50%) 100%);
}

.bg-SN11662 {
background: linear-gradient(to bottom, hsl(6651.36, 100%, 50%) 0%, hsl(6651.36, 100%, 50%) 100%);
}


#album-music-playedSN11662 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6653.36, 100%, 50%) 0%, hsl(6653.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11663 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6655.36, 100%, 50%) 0%, hsl(6655.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11663 {
background: linear-gradient(to bottom, hsl(6655.36, 100%, 50%) 0%, hsl(6655.36, 100%, 50%) 100%);
}

.bg-SN11663 {
background: linear-gradient(to bottom, hsl(6655.36, 100%, 50%) 0%, hsl(6655.36, 100%, 50%) 100%);
}


#album-music-playedSN11663 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6657.36, 100%, 50%) 0%, hsl(6657.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11664 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6659.36, 100%, 50%) 0%, hsl(6659.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11664 {
background: linear-gradient(to bottom, hsl(6659.36, 100%, 50%) 0%, hsl(6659.36, 100%, 50%) 100%);
}

.bg-SN11664 {
background: linear-gradient(to bottom, hsl(6659.36, 100%, 50%) 0%, hsl(6659.36, 100%, 50%) 100%);
}


#album-music-playedSN11664 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6661.36, 100%, 50%) 0%, hsl(6661.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11665 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6663.36, 100%, 50%) 0%, hsl(6663.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11665 {
background: linear-gradient(to bottom, hsl(6663.36, 100%, 50%) 0%, hsl(6663.36, 100%, 50%) 100%);
}

.bg-SN11665 {
background: linear-gradient(to bottom, hsl(6663.36, 100%, 50%) 0%, hsl(6663.36, 100%, 50%) 100%);
}


#album-music-playedSN11665 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6665.36, 100%, 50%) 0%, hsl(6665.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11666 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6667.36, 100%, 50%) 0%, hsl(6667.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11666 {
background: linear-gradient(to bottom, hsl(6667.36, 100%, 50%) 0%, hsl(6667.36, 100%, 50%) 100%);
}

.bg-SN11666 {
background: linear-gradient(to bottom, hsl(6667.36, 100%, 50%) 0%, hsl(6667.36, 100%, 50%) 100%);
}


#album-music-playedSN11666 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6669.36, 100%, 50%) 0%, hsl(6669.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11667 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6671.36, 100%, 50%) 0%, hsl(6671.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11667 {
background: linear-gradient(to bottom, hsl(6671.36, 100%, 50%) 0%, hsl(6671.36, 100%, 50%) 100%);
}

.bg-SN11667 {
background: linear-gradient(to bottom, hsl(6671.36, 100%, 50%) 0%, hsl(6671.36, 100%, 50%) 100%);
}


#album-music-playedSN11667 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6673.36, 100%, 50%) 0%, hsl(6673.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11668 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6675.36, 100%, 50%) 0%, hsl(6675.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11668 {
background: linear-gradient(to bottom, hsl(6675.36, 100%, 50%) 0%, hsl(6675.36, 100%, 50%) 100%);
}

.bg-SN11668 {
background: linear-gradient(to bottom, hsl(6675.36, 100%, 50%) 0%, hsl(6675.36, 100%, 50%) 100%);
}


#album-music-playedSN11668 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6677.36, 100%, 50%) 0%, hsl(6677.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11669 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6679.36, 100%, 50%) 0%, hsl(6679.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11669 {
background: linear-gradient(to bottom, hsl(6679.36, 100%, 50%) 0%, hsl(6679.36, 100%, 50%) 100%);
}

.bg-SN11669 {
background: linear-gradient(to bottom, hsl(6679.36, 100%, 50%) 0%, hsl(6679.36, 100%, 50%) 100%);
}


#album-music-playedSN11669 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6681.36, 100%, 50%) 0%, hsl(6681.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11670 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6683.36, 100%, 50%) 0%, hsl(6683.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11670 {
background: linear-gradient(to bottom, hsl(6683.36, 100%, 50%) 0%, hsl(6683.36, 100%, 50%) 100%);
}

.bg-SN11670 {
background: linear-gradient(to bottom, hsl(6683.36, 100%, 50%) 0%, hsl(6683.36, 100%, 50%) 100%);
}


#album-music-playedSN11670 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6685.36, 100%, 50%) 0%, hsl(6685.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11671 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6687.36, 100%, 50%) 0%, hsl(6687.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11671 {
background: linear-gradient(to bottom, hsl(6687.36, 100%, 50%) 0%, hsl(6687.36, 100%, 50%) 100%);
}

.bg-SN11671 {
background: linear-gradient(to bottom, hsl(6687.36, 100%, 50%) 0%, hsl(6687.36, 100%, 50%) 100%);
}


#album-music-playedSN11671 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6689.36, 100%, 50%) 0%, hsl(6689.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11672 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6691.36, 100%, 50%) 0%, hsl(6691.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11672 {
background: linear-gradient(to bottom, hsl(6691.36, 100%, 50%) 0%, hsl(6691.36, 100%, 50%) 100%);
}

.bg-SN11672 {
background: linear-gradient(to bottom, hsl(6691.36, 100%, 50%) 0%, hsl(6691.36, 100%, 50%) 100%);
}


#album-music-playedSN11672 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6693.36, 100%, 50%) 0%, hsl(6693.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11673 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6695.36, 100%, 50%) 0%, hsl(6695.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11673 {
background: linear-gradient(to bottom, hsl(6695.36, 100%, 50%) 0%, hsl(6695.36, 100%, 50%) 100%);
}

.bg-SN11673 {
background: linear-gradient(to bottom, hsl(6695.36, 100%, 50%) 0%, hsl(6695.36, 100%, 50%) 100%);
}


#album-music-playedSN11673 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6697.36, 100%, 50%) 0%, hsl(6697.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11674 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6699.36, 100%, 50%) 0%, hsl(6699.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11674 {
background: linear-gradient(to bottom, hsl(6699.36, 100%, 50%) 0%, hsl(6699.36, 100%, 50%) 100%);
}

.bg-SN11674 {
background: linear-gradient(to bottom, hsl(6699.36, 100%, 50%) 0%, hsl(6699.36, 100%, 50%) 100%);
}


#album-music-playedSN11674 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6701.36, 100%, 50%) 0%, hsl(6701.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11675 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6703.36, 100%, 50%) 0%, hsl(6703.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11675 {
background: linear-gradient(to bottom, hsl(6703.36, 100%, 50%) 0%, hsl(6703.36, 100%, 50%) 100%);
}

.bg-SN11675 {
background: linear-gradient(to bottom, hsl(6703.36, 100%, 50%) 0%, hsl(6703.36, 100%, 50%) 100%);
}


#album-music-playedSN11675 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6705.36, 100%, 50%) 0%, hsl(6705.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11676 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6707.36, 100%, 50%) 0%, hsl(6707.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11676 {
background: linear-gradient(to bottom, hsl(6707.36, 100%, 50%) 0%, hsl(6707.36, 100%, 50%) 100%);
}

.bg-SN11676 {
background: linear-gradient(to bottom, hsl(6707.36, 100%, 50%) 0%, hsl(6707.36, 100%, 50%) 100%);
}


#album-music-playedSN11676 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6709.36, 100%, 50%) 0%, hsl(6709.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11677 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6711.36, 100%, 50%) 0%, hsl(6711.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11677 {
background: linear-gradient(to bottom, hsl(6711.36, 100%, 50%) 0%, hsl(6711.36, 100%, 50%) 100%);
}

.bg-SN11677 {
background: linear-gradient(to bottom, hsl(6711.36, 100%, 50%) 0%, hsl(6711.36, 100%, 50%) 100%);
}


#album-music-playedSN11677 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6713.36, 100%, 50%) 0%, hsl(6713.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11678 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6715.36, 100%, 50%) 0%, hsl(6715.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11678 {
background: linear-gradient(to bottom, hsl(6715.36, 100%, 50%) 0%, hsl(6715.36, 100%, 50%) 100%);
}

.bg-SN11678 {
background: linear-gradient(to bottom, hsl(6715.36, 100%, 50%) 0%, hsl(6715.36, 100%, 50%) 100%);
}


#album-music-playedSN11678 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6717.36, 100%, 50%) 0%, hsl(6717.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11679 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6719.36, 100%, 50%) 0%, hsl(6719.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11679 {
background: linear-gradient(to bottom, hsl(6719.36, 100%, 50%) 0%, hsl(6719.36, 100%, 50%) 100%);
}

.bg-SN11679 {
background: linear-gradient(to bottom, hsl(6719.36, 100%, 50%) 0%, hsl(6719.36, 100%, 50%) 100%);
}


#album-music-playedSN11679 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6721.36, 100%, 50%) 0%, hsl(6721.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11680 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6723.36, 100%, 50%) 0%, hsl(6723.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11680 {
background: linear-gradient(to bottom, hsl(6723.36, 100%, 50%) 0%, hsl(6723.36, 100%, 50%) 100%);
}

.bg-SN11680 {
background: linear-gradient(to bottom, hsl(6723.36, 100%, 50%) 0%, hsl(6723.36, 100%, 50%) 100%);
}


#album-music-playedSN11680 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6725.36, 100%, 50%) 0%, hsl(6725.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11681 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6727.36, 100%, 50%) 0%, hsl(6727.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11681 {
background: linear-gradient(to bottom, hsl(6727.36, 100%, 50%) 0%, hsl(6727.36, 100%, 50%) 100%);
}

.bg-SN11681 {
background: linear-gradient(to bottom, hsl(6727.36, 100%, 50%) 0%, hsl(6727.36, 100%, 50%) 100%);
}


#album-music-playedSN11681 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6729.36, 100%, 50%) 0%, hsl(6729.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11682 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6731.36, 100%, 50%) 0%, hsl(6731.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11682 {
background: linear-gradient(to bottom, hsl(6731.36, 100%, 50%) 0%, hsl(6731.36, 100%, 50%) 100%);
}

.bg-SN11682 {
background: linear-gradient(to bottom, hsl(6731.36, 100%, 50%) 0%, hsl(6731.36, 100%, 50%) 100%);
}


#album-music-playedSN11682 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6733.36, 100%, 50%) 0%, hsl(6733.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11683 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6735.36, 100%, 50%) 0%, hsl(6735.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11683 {
background: linear-gradient(to bottom, hsl(6735.36, 100%, 50%) 0%, hsl(6735.36, 100%, 50%) 100%);
}

.bg-SN11683 {
background: linear-gradient(to bottom, hsl(6735.36, 100%, 50%) 0%, hsl(6735.36, 100%, 50%) 100%);
}


#album-music-playedSN11683 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6737.36, 100%, 50%) 0%, hsl(6737.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11684 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6739.36, 100%, 50%) 0%, hsl(6739.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11684 {
background: linear-gradient(to bottom, hsl(6739.36, 100%, 50%) 0%, hsl(6739.36, 100%, 50%) 100%);
}

.bg-SN11684 {
background: linear-gradient(to bottom, hsl(6739.36, 100%, 50%) 0%, hsl(6739.36, 100%, 50%) 100%);
}


#album-music-playedSN11684 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6741.36, 100%, 50%) 0%, hsl(6741.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11685 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6743.36, 100%, 50%) 0%, hsl(6743.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11685 {
background: linear-gradient(to bottom, hsl(6743.36, 100%, 50%) 0%, hsl(6743.36, 100%, 50%) 100%);
}

.bg-SN11685 {
background: linear-gradient(to bottom, hsl(6743.36, 100%, 50%) 0%, hsl(6743.36, 100%, 50%) 100%);
}


#album-music-playedSN11685 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6745.36, 100%, 50%) 0%, hsl(6745.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11686 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6747.36, 100%, 50%) 0%, hsl(6747.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11686 {
background: linear-gradient(to bottom, hsl(6747.36, 100%, 50%) 0%, hsl(6747.36, 100%, 50%) 100%);
}

.bg-SN11686 {
background: linear-gradient(to bottom, hsl(6747.36, 100%, 50%) 0%, hsl(6747.36, 100%, 50%) 100%);
}


#album-music-playedSN11686 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6749.36, 100%, 50%) 0%, hsl(6749.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11687 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6751.36, 100%, 50%) 0%, hsl(6751.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11687 {
background: linear-gradient(to bottom, hsl(6751.36, 100%, 50%) 0%, hsl(6751.36, 100%, 50%) 100%);
}

.bg-SN11687 {
background: linear-gradient(to bottom, hsl(6751.36, 100%, 50%) 0%, hsl(6751.36, 100%, 50%) 100%);
}


#album-music-playedSN11687 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6753.36, 100%, 50%) 0%, hsl(6753.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11688 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6755.36, 100%, 50%) 0%, hsl(6755.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11688 {
background: linear-gradient(to bottom, hsl(6755.36, 100%, 50%) 0%, hsl(6755.36, 100%, 50%) 100%);
}

.bg-SN11688 {
background: linear-gradient(to bottom, hsl(6755.36, 100%, 50%) 0%, hsl(6755.36, 100%, 50%) 100%);
}


#album-music-playedSN11688 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6757.36, 100%, 50%) 0%, hsl(6757.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11689 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6759.36, 100%, 50%) 0%, hsl(6759.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11689 {
background: linear-gradient(to bottom, hsl(6759.36, 100%, 50%) 0%, hsl(6759.36, 100%, 50%) 100%);
}

.bg-SN11689 {
background: linear-gradient(to bottom, hsl(6759.36, 100%, 50%) 0%, hsl(6759.36, 100%, 50%) 100%);
}


#album-music-playedSN11689 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6761.36, 100%, 50%) 0%, hsl(6761.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11690 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6763.36, 100%, 50%) 0%, hsl(6763.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11690 {
background: linear-gradient(to bottom, hsl(6763.36, 100%, 50%) 0%, hsl(6763.36, 100%, 50%) 100%);
}

.bg-SN11690 {
background: linear-gradient(to bottom, hsl(6763.36, 100%, 50%) 0%, hsl(6763.36, 100%, 50%) 100%);
}


#album-music-playedSN11690 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6765.36, 100%, 50%) 0%, hsl(6765.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11691 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6767.36, 100%, 50%) 0%, hsl(6767.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11691 {
background: linear-gradient(to bottom, hsl(6767.36, 100%, 50%) 0%, hsl(6767.36, 100%, 50%) 100%);
}

.bg-SN11691 {
background: linear-gradient(to bottom, hsl(6767.36, 100%, 50%) 0%, hsl(6767.36, 100%, 50%) 100%);
}


#album-music-playedSN11691 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6769.36, 100%, 50%) 0%, hsl(6769.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11692 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6771.36, 100%, 50%) 0%, hsl(6771.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11692 {
background: linear-gradient(to bottom, hsl(6771.36, 100%, 50%) 0%, hsl(6771.36, 100%, 50%) 100%);
}

.bg-SN11692 {
background: linear-gradient(to bottom, hsl(6771.36, 100%, 50%) 0%, hsl(6771.36, 100%, 50%) 100%);
}


#album-music-playedSN11692 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6773.36, 100%, 50%) 0%, hsl(6773.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11693 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6775.36, 100%, 50%) 0%, hsl(6775.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11693 {
background: linear-gradient(to bottom, hsl(6775.36, 100%, 50%) 0%, hsl(6775.36, 100%, 50%) 100%);
}

.bg-SN11693 {
background: linear-gradient(to bottom, hsl(6775.36, 100%, 50%) 0%, hsl(6775.36, 100%, 50%) 100%);
}


#album-music-playedSN11693 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6777.36, 100%, 50%) 0%, hsl(6777.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11694 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6779.36, 100%, 50%) 0%, hsl(6779.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11694 {
background: linear-gradient(to bottom, hsl(6779.36, 100%, 50%) 0%, hsl(6779.36, 100%, 50%) 100%);
}

.bg-SN11694 {
background: linear-gradient(to bottom, hsl(6779.36, 100%, 50%) 0%, hsl(6779.36, 100%, 50%) 100%);
}


#album-music-playedSN11694 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6781.36, 100%, 50%) 0%, hsl(6781.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11695 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6783.36, 100%, 50%) 0%, hsl(6783.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11695 {
background: linear-gradient(to bottom, hsl(6783.36, 100%, 50%) 0%, hsl(6783.36, 100%, 50%) 100%);
}

.bg-SN11695 {
background: linear-gradient(to bottom, hsl(6783.36, 100%, 50%) 0%, hsl(6783.36, 100%, 50%) 100%);
}


#album-music-playedSN11695 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6785.36, 100%, 50%) 0%, hsl(6785.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11696 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6787.36, 100%, 50%) 0%, hsl(6787.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11696 {
background: linear-gradient(to bottom, hsl(6787.36, 100%, 50%) 0%, hsl(6787.36, 100%, 50%) 100%);
}

.bg-SN11696 {
background: linear-gradient(to bottom, hsl(6787.36, 100%, 50%) 0%, hsl(6787.36, 100%, 50%) 100%);
}


#album-music-playedSN11696 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6789.36, 100%, 50%) 0%, hsl(6789.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11697 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6791.36, 100%, 50%) 0%, hsl(6791.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11697 {
background: linear-gradient(to bottom, hsl(6791.36, 100%, 50%) 0%, hsl(6791.36, 100%, 50%) 100%);
}

.bg-SN11697 {
background: linear-gradient(to bottom, hsl(6791.36, 100%, 50%) 0%, hsl(6791.36, 100%, 50%) 100%);
}


#album-music-playedSN11697 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6793.36, 100%, 50%) 0%, hsl(6793.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11698 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6795.36, 100%, 50%) 0%, hsl(6795.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11698 {
background: linear-gradient(to bottom, hsl(6795.36, 100%, 50%) 0%, hsl(6795.36, 100%, 50%) 100%);
}

.bg-SN11698 {
background: linear-gradient(to bottom, hsl(6795.36, 100%, 50%) 0%, hsl(6795.36, 100%, 50%) 100%);
}


#album-music-playedSN11698 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6797.36, 100%, 50%) 0%, hsl(6797.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11699 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6799.36, 100%, 50%) 0%, hsl(6799.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11699 {
background: linear-gradient(to bottom, hsl(6799.36, 100%, 50%) 0%, hsl(6799.36, 100%, 50%) 100%);
}

.bg-SN11699 {
background: linear-gradient(to bottom, hsl(6799.36, 100%, 50%) 0%, hsl(6799.36, 100%, 50%) 100%);
}


#album-music-playedSN11699 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6801.36, 100%, 50%) 0%, hsl(6801.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11700 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6803.36, 100%, 50%) 0%, hsl(6803.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11700 {
background: linear-gradient(to bottom, hsl(6803.36, 100%, 50%) 0%, hsl(6803.36, 100%, 50%) 100%);
}

.bg-SN11700 {
background: linear-gradient(to bottom, hsl(6803.36, 100%, 50%) 0%, hsl(6803.36, 100%, 50%) 100%);
}


#album-music-playedSN11700 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6805.36, 100%, 50%) 0%, hsl(6805.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11701 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6807.36, 100%, 50%) 0%, hsl(6807.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11701 {
background: linear-gradient(to bottom, hsl(6807.36, 100%, 50%) 0%, hsl(6807.36, 100%, 50%) 100%);
}

.bg-SN11701 {
background: linear-gradient(to bottom, hsl(6807.36, 100%, 50%) 0%, hsl(6807.36, 100%, 50%) 100%);
}


#album-music-playedSN11701 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6809.36, 100%, 50%) 0%, hsl(6809.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11702 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6811.36, 100%, 50%) 0%, hsl(6811.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11702 {
background: linear-gradient(to bottom, hsl(6811.36, 100%, 50%) 0%, hsl(6811.36, 100%, 50%) 100%);
}

.bg-SN11702 {
background: linear-gradient(to bottom, hsl(6811.36, 100%, 50%) 0%, hsl(6811.36, 100%, 50%) 100%);
}


#album-music-playedSN11702 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6813.36, 100%, 50%) 0%, hsl(6813.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11703 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6815.36, 100%, 50%) 0%, hsl(6815.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11703 {
background: linear-gradient(to bottom, hsl(6815.36, 100%, 50%) 0%, hsl(6815.36, 100%, 50%) 100%);
}

.bg-SN11703 {
background: linear-gradient(to bottom, hsl(6815.36, 100%, 50%) 0%, hsl(6815.36, 100%, 50%) 100%);
}


#album-music-playedSN11703 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6817.36, 100%, 50%) 0%, hsl(6817.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11704 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6819.36, 100%, 50%) 0%, hsl(6819.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11704 {
background: linear-gradient(to bottom, hsl(6819.36, 100%, 50%) 0%, hsl(6819.36, 100%, 50%) 100%);
}

.bg-SN11704 {
background: linear-gradient(to bottom, hsl(6819.36, 100%, 50%) 0%, hsl(6819.36, 100%, 50%) 100%);
}


#album-music-playedSN11704 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6821.36, 100%, 50%) 0%, hsl(6821.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11705 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6823.36, 100%, 50%) 0%, hsl(6823.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11705 {
background: linear-gradient(to bottom, hsl(6823.36, 100%, 50%) 0%, hsl(6823.36, 100%, 50%) 100%);
}

.bg-SN11705 {
background: linear-gradient(to bottom, hsl(6823.36, 100%, 50%) 0%, hsl(6823.36, 100%, 50%) 100%);
}


#album-music-playedSN11705 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6825.36, 100%, 50%) 0%, hsl(6825.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11706 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6827.36, 100%, 50%) 0%, hsl(6827.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11706 {
background: linear-gradient(to bottom, hsl(6827.36, 100%, 50%) 0%, hsl(6827.36, 100%, 50%) 100%);
}

.bg-SN11706 {
background: linear-gradient(to bottom, hsl(6827.36, 100%, 50%) 0%, hsl(6827.36, 100%, 50%) 100%);
}


#album-music-playedSN11706 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6829.36, 100%, 50%) 0%, hsl(6829.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11707 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6831.36, 100%, 50%) 0%, hsl(6831.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11707 {
background: linear-gradient(to bottom, hsl(6831.36, 100%, 50%) 0%, hsl(6831.36, 100%, 50%) 100%);
}

.bg-SN11707 {
background: linear-gradient(to bottom, hsl(6831.36, 100%, 50%) 0%, hsl(6831.36, 100%, 50%) 100%);
}


#album-music-playedSN11707 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6833.36, 100%, 50%) 0%, hsl(6833.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11708 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6835.36, 100%, 50%) 0%, hsl(6835.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11708 {
background: linear-gradient(to bottom, hsl(6835.36, 100%, 50%) 0%, hsl(6835.36, 100%, 50%) 100%);
}

.bg-SN11708 {
background: linear-gradient(to bottom, hsl(6835.36, 100%, 50%) 0%, hsl(6835.36, 100%, 50%) 100%);
}


#album-music-playedSN11708 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6837.36, 100%, 50%) 0%, hsl(6837.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11709 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6839.36, 100%, 50%) 0%, hsl(6839.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11709 {
background: linear-gradient(to bottom, hsl(6839.36, 100%, 50%) 0%, hsl(6839.36, 100%, 50%) 100%);
}

.bg-SN11709 {
background: linear-gradient(to bottom, hsl(6839.36, 100%, 50%) 0%, hsl(6839.36, 100%, 50%) 100%);
}


#album-music-playedSN11709 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6841.36, 100%, 50%) 0%, hsl(6841.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11710 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6843.36, 100%, 50%) 0%, hsl(6843.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11710 {
background: linear-gradient(to bottom, hsl(6843.36, 100%, 50%) 0%, hsl(6843.36, 100%, 50%) 100%);
}

.bg-SN11710 {
background: linear-gradient(to bottom, hsl(6843.36, 100%, 50%) 0%, hsl(6843.36, 100%, 50%) 100%);
}


#album-music-playedSN11710 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6845.36, 100%, 50%) 0%, hsl(6845.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11711 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6847.36, 100%, 50%) 0%, hsl(6847.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11711 {
background: linear-gradient(to bottom, hsl(6847.36, 100%, 50%) 0%, hsl(6847.36, 100%, 50%) 100%);
}

.bg-SN11711 {
background: linear-gradient(to bottom, hsl(6847.36, 100%, 50%) 0%, hsl(6847.36, 100%, 50%) 100%);
}


#album-music-playedSN11711 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6849.36, 100%, 50%) 0%, hsl(6849.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11712 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6851.36, 100%, 50%) 0%, hsl(6851.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11712 {
background: linear-gradient(to bottom, hsl(6851.36, 100%, 50%) 0%, hsl(6851.36, 100%, 50%) 100%);
}

.bg-SN11712 {
background: linear-gradient(to bottom, hsl(6851.36, 100%, 50%) 0%, hsl(6851.36, 100%, 50%) 100%);
}


#album-music-playedSN11712 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6853.36, 100%, 50%) 0%, hsl(6853.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11713 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6855.36, 100%, 50%) 0%, hsl(6855.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11713 {
background: linear-gradient(to bottom, hsl(6855.36, 100%, 50%) 0%, hsl(6855.36, 100%, 50%) 100%);
}

.bg-SN11713 {
background: linear-gradient(to bottom, hsl(6855.36, 100%, 50%) 0%, hsl(6855.36, 100%, 50%) 100%);
}


#album-music-playedSN11713 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6857.36, 100%, 50%) 0%, hsl(6857.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11714 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6859.36, 100%, 50%) 0%, hsl(6859.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11714 {
background: linear-gradient(to bottom, hsl(6859.36, 100%, 50%) 0%, hsl(6859.36, 100%, 50%) 100%);
}

.bg-SN11714 {
background: linear-gradient(to bottom, hsl(6859.36, 100%, 50%) 0%, hsl(6859.36, 100%, 50%) 100%);
}


#album-music-playedSN11714 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6861.36, 100%, 50%) 0%, hsl(6861.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11715 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6863.36, 100%, 50%) 0%, hsl(6863.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11715 {
background: linear-gradient(to bottom, hsl(6863.36, 100%, 50%) 0%, hsl(6863.36, 100%, 50%) 100%);
}

.bg-SN11715 {
background: linear-gradient(to bottom, hsl(6863.36, 100%, 50%) 0%, hsl(6863.36, 100%, 50%) 100%);
}


#album-music-playedSN11715 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6865.36, 100%, 50%) 0%, hsl(6865.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11716 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6867.36, 100%, 50%) 0%, hsl(6867.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11716 {
background: linear-gradient(to bottom, hsl(6867.36, 100%, 50%) 0%, hsl(6867.36, 100%, 50%) 100%);
}

.bg-SN11716 {
background: linear-gradient(to bottom, hsl(6867.36, 100%, 50%) 0%, hsl(6867.36, 100%, 50%) 100%);
}


#album-music-playedSN11716 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6869.36, 100%, 50%) 0%, hsl(6869.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11717 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6871.36, 100%, 50%) 0%, hsl(6871.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11717 {
background: linear-gradient(to bottom, hsl(6871.36, 100%, 50%) 0%, hsl(6871.36, 100%, 50%) 100%);
}

.bg-SN11717 {
background: linear-gradient(to bottom, hsl(6871.36, 100%, 50%) 0%, hsl(6871.36, 100%, 50%) 100%);
}


#album-music-playedSN11717 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6873.36, 100%, 50%) 0%, hsl(6873.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11718 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6875.36, 100%, 50%) 0%, hsl(6875.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11718 {
background: linear-gradient(to bottom, hsl(6875.36, 100%, 50%) 0%, hsl(6875.36, 100%, 50%) 100%);
}

.bg-SN11718 {
background: linear-gradient(to bottom, hsl(6875.36, 100%, 50%) 0%, hsl(6875.36, 100%, 50%) 100%);
}


#album-music-playedSN11718 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6877.36, 100%, 50%) 0%, hsl(6877.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11719 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6879.36, 100%, 50%) 0%, hsl(6879.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11719 {
background: linear-gradient(to bottom, hsl(6879.36, 100%, 50%) 0%, hsl(6879.36, 100%, 50%) 100%);
}

.bg-SN11719 {
background: linear-gradient(to bottom, hsl(6879.36, 100%, 50%) 0%, hsl(6879.36, 100%, 50%) 100%);
}


#album-music-playedSN11719 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6881.36, 100%, 50%) 0%, hsl(6881.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11720 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6883.36, 100%, 50%) 0%, hsl(6883.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11720 {
background: linear-gradient(to bottom, hsl(6883.36, 100%, 50%) 0%, hsl(6883.36, 100%, 50%) 100%);
}

.bg-SN11720 {
background: linear-gradient(to bottom, hsl(6883.36, 100%, 50%) 0%, hsl(6883.36, 100%, 50%) 100%);
}


#album-music-playedSN11720 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6885.36, 100%, 50%) 0%, hsl(6885.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11721 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6887.36, 100%, 50%) 0%, hsl(6887.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11721 {
background: linear-gradient(to bottom, hsl(6887.36, 100%, 50%) 0%, hsl(6887.36, 100%, 50%) 100%);
}

.bg-SN11721 {
background: linear-gradient(to bottom, hsl(6887.36, 100%, 50%) 0%, hsl(6887.36, 100%, 50%) 100%);
}


#album-music-playedSN11721 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6889.36, 100%, 50%) 0%, hsl(6889.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11722 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6891.36, 100%, 50%) 0%, hsl(6891.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11722 {
background: linear-gradient(to bottom, hsl(6891.36, 100%, 50%) 0%, hsl(6891.36, 100%, 50%) 100%);
}

.bg-SN11722 {
background: linear-gradient(to bottom, hsl(6891.36, 100%, 50%) 0%, hsl(6891.36, 100%, 50%) 100%);
}


#album-music-playedSN11722 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6893.36, 100%, 50%) 0%, hsl(6893.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11723 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6895.36, 100%, 50%) 0%, hsl(6895.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11723 {
background: linear-gradient(to bottom, hsl(6895.36, 100%, 50%) 0%, hsl(6895.36, 100%, 50%) 100%);
}

.bg-SN11723 {
background: linear-gradient(to bottom, hsl(6895.36, 100%, 50%) 0%, hsl(6895.36, 100%, 50%) 100%);
}


#album-music-playedSN11723 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6897.36, 100%, 50%) 0%, hsl(6897.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11724 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6899.36, 100%, 50%) 0%, hsl(6899.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11724 {
background: linear-gradient(to bottom, hsl(6899.36, 100%, 50%) 0%, hsl(6899.36, 100%, 50%) 100%);
}

.bg-SN11724 {
background: linear-gradient(to bottom, hsl(6899.36, 100%, 50%) 0%, hsl(6899.36, 100%, 50%) 100%);
}


#album-music-playedSN11724 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6901.36, 100%, 50%) 0%, hsl(6901.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11725 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6903.36, 100%, 50%) 0%, hsl(6903.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11725 {
background: linear-gradient(to bottom, hsl(6903.36, 100%, 50%) 0%, hsl(6903.36, 100%, 50%) 100%);
}

.bg-SN11725 {
background: linear-gradient(to bottom, hsl(6903.36, 100%, 50%) 0%, hsl(6903.36, 100%, 50%) 100%);
}


#album-music-playedSN11725 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6905.36, 100%, 50%) 0%, hsl(6905.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11726 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6907.36, 100%, 50%) 0%, hsl(6907.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11726 {
background: linear-gradient(to bottom, hsl(6907.36, 100%, 50%) 0%, hsl(6907.36, 100%, 50%) 100%);
}

.bg-SN11726 {
background: linear-gradient(to bottom, hsl(6907.36, 100%, 50%) 0%, hsl(6907.36, 100%, 50%) 100%);
}


#album-music-playedSN11726 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6909.36, 100%, 50%) 0%, hsl(6909.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11727 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6911.36, 100%, 50%) 0%, hsl(6911.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11727 {
background: linear-gradient(to bottom, hsl(6911.36, 100%, 50%) 0%, hsl(6911.36, 100%, 50%) 100%);
}

.bg-SN11727 {
background: linear-gradient(to bottom, hsl(6911.36, 100%, 50%) 0%, hsl(6911.36, 100%, 50%) 100%);
}


#album-music-playedSN11727 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6913.36, 100%, 50%) 0%, hsl(6913.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11728 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6915.36, 100%, 50%) 0%, hsl(6915.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11728 {
background: linear-gradient(to bottom, hsl(6915.36, 100%, 50%) 0%, hsl(6915.36, 100%, 50%) 100%);
}

.bg-SN11728 {
background: linear-gradient(to bottom, hsl(6915.36, 100%, 50%) 0%, hsl(6915.36, 100%, 50%) 100%);
}


#album-music-playedSN11728 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6917.36, 100%, 50%) 0%, hsl(6917.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11729 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6919.36, 100%, 50%) 0%, hsl(6919.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11729 {
background: linear-gradient(to bottom, hsl(6919.36, 100%, 50%) 0%, hsl(6919.36, 100%, 50%) 100%);
}

.bg-SN11729 {
background: linear-gradient(to bottom, hsl(6919.36, 100%, 50%) 0%, hsl(6919.36, 100%, 50%) 100%);
}


#album-music-playedSN11729 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6921.36, 100%, 50%) 0%, hsl(6921.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11730 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6923.36, 100%, 50%) 0%, hsl(6923.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11730 {
background: linear-gradient(to bottom, hsl(6923.36, 100%, 50%) 0%, hsl(6923.36, 100%, 50%) 100%);
}

.bg-SN11730 {
background: linear-gradient(to bottom, hsl(6923.36, 100%, 50%) 0%, hsl(6923.36, 100%, 50%) 100%);
}


#album-music-playedSN11730 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6925.36, 100%, 50%) 0%, hsl(6925.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11731 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6927.36, 100%, 50%) 0%, hsl(6927.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11731 {
background: linear-gradient(to bottom, hsl(6927.36, 100%, 50%) 0%, hsl(6927.36, 100%, 50%) 100%);
}

.bg-SN11731 {
background: linear-gradient(to bottom, hsl(6927.36, 100%, 50%) 0%, hsl(6927.36, 100%, 50%) 100%);
}


#album-music-playedSN11731 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6929.36, 100%, 50%) 0%, hsl(6929.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11732 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6931.36, 100%, 50%) 0%, hsl(6931.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11732 {
background: linear-gradient(to bottom, hsl(6931.36, 100%, 50%) 0%, hsl(6931.36, 100%, 50%) 100%);
}

.bg-SN11732 {
background: linear-gradient(to bottom, hsl(6931.36, 100%, 50%) 0%, hsl(6931.36, 100%, 50%) 100%);
}


#album-music-playedSN11732 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6933.36, 100%, 50%) 0%, hsl(6933.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11733 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6935.36, 100%, 50%) 0%, hsl(6935.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11733 {
background: linear-gradient(to bottom, hsl(6935.36, 100%, 50%) 0%, hsl(6935.36, 100%, 50%) 100%);
}

.bg-SN11733 {
background: linear-gradient(to bottom, hsl(6935.36, 100%, 50%) 0%, hsl(6935.36, 100%, 50%) 100%);
}


#album-music-playedSN11733 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6937.36, 100%, 50%) 0%, hsl(6937.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11734 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6939.36, 100%, 50%) 0%, hsl(6939.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11734 {
background: linear-gradient(to bottom, hsl(6939.36, 100%, 50%) 0%, hsl(6939.36, 100%, 50%) 100%);
}

.bg-SN11734 {
background: linear-gradient(to bottom, hsl(6939.36, 100%, 50%) 0%, hsl(6939.36, 100%, 50%) 100%);
}


#album-music-playedSN11734 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6941.36, 100%, 50%) 0%, hsl(6941.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11735 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6943.36, 100%, 50%) 0%, hsl(6943.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11735 {
background: linear-gradient(to bottom, hsl(6943.36, 100%, 50%) 0%, hsl(6943.36, 100%, 50%) 100%);
}

.bg-SN11735 {
background: linear-gradient(to bottom, hsl(6943.36, 100%, 50%) 0%, hsl(6943.36, 100%, 50%) 100%);
}


#album-music-playedSN11735 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6945.36, 100%, 50%) 0%, hsl(6945.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11736 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6947.36, 100%, 50%) 0%, hsl(6947.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11736 {
background: linear-gradient(to bottom, hsl(6947.36, 100%, 50%) 0%, hsl(6947.36, 100%, 50%) 100%);
}

.bg-SN11736 {
background: linear-gradient(to bottom, hsl(6947.36, 100%, 50%) 0%, hsl(6947.36, 100%, 50%) 100%);
}


#album-music-playedSN11736 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6949.36, 100%, 50%) 0%, hsl(6949.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11737 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6951.36, 100%, 50%) 0%, hsl(6951.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11737 {
background: linear-gradient(to bottom, hsl(6951.36, 100%, 50%) 0%, hsl(6951.36, 100%, 50%) 100%);
}

.bg-SN11737 {
background: linear-gradient(to bottom, hsl(6951.36, 100%, 50%) 0%, hsl(6951.36, 100%, 50%) 100%);
}


#album-music-playedSN11737 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6953.36, 100%, 50%) 0%, hsl(6953.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11738 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6955.36, 100%, 50%) 0%, hsl(6955.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11738 {
background: linear-gradient(to bottom, hsl(6955.36, 100%, 50%) 0%, hsl(6955.36, 100%, 50%) 100%);
}

.bg-SN11738 {
background: linear-gradient(to bottom, hsl(6955.36, 100%, 50%) 0%, hsl(6955.36, 100%, 50%) 100%);
}


#album-music-playedSN11738 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6957.36, 100%, 50%) 0%, hsl(6957.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11739 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6959.36, 100%, 50%) 0%, hsl(6959.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11739 {
background: linear-gradient(to bottom, hsl(6959.36, 100%, 50%) 0%, hsl(6959.36, 100%, 50%) 100%);
}

.bg-SN11739 {
background: linear-gradient(to bottom, hsl(6959.36, 100%, 50%) 0%, hsl(6959.36, 100%, 50%) 100%);
}


#album-music-playedSN11739 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6961.36, 100%, 50%) 0%, hsl(6961.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11740 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6963.36, 100%, 50%) 0%, hsl(6963.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11740 {
background: linear-gradient(to bottom, hsl(6963.36, 100%, 50%) 0%, hsl(6963.36, 100%, 50%) 100%);
}

.bg-SN11740 {
background: linear-gradient(to bottom, hsl(6963.36, 100%, 50%) 0%, hsl(6963.36, 100%, 50%) 100%);
}


#album-music-playedSN11740 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6965.36, 100%, 50%) 0%, hsl(6965.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11741 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6967.36, 100%, 50%) 0%, hsl(6967.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11741 {
background: linear-gradient(to bottom, hsl(6967.36, 100%, 50%) 0%, hsl(6967.36, 100%, 50%) 100%);
}

.bg-SN11741 {
background: linear-gradient(to bottom, hsl(6967.36, 100%, 50%) 0%, hsl(6967.36, 100%, 50%) 100%);
}


#album-music-playedSN11741 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6969.36, 100%, 50%) 0%, hsl(6969.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11742 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6971.36, 100%, 50%) 0%, hsl(6971.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11742 {
background: linear-gradient(to bottom, hsl(6971.36, 100%, 50%) 0%, hsl(6971.36, 100%, 50%) 100%);
}

.bg-SN11742 {
background: linear-gradient(to bottom, hsl(6971.36, 100%, 50%) 0%, hsl(6971.36, 100%, 50%) 100%);
}


#album-music-playedSN11742 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6973.36, 100%, 50%) 0%, hsl(6973.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11743 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6975.36, 100%, 50%) 0%, hsl(6975.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11743 {
background: linear-gradient(to bottom, hsl(6975.36, 100%, 50%) 0%, hsl(6975.36, 100%, 50%) 100%);
}

.bg-SN11743 {
background: linear-gradient(to bottom, hsl(6975.36, 100%, 50%) 0%, hsl(6975.36, 100%, 50%) 100%);
}


#album-music-playedSN11743 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6977.36, 100%, 50%) 0%, hsl(6977.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11744 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6979.36, 100%, 50%) 0%, hsl(6979.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11744 {
background: linear-gradient(to bottom, hsl(6979.36, 100%, 50%) 0%, hsl(6979.36, 100%, 50%) 100%);
}

.bg-SN11744 {
background: linear-gradient(to bottom, hsl(6979.36, 100%, 50%) 0%, hsl(6979.36, 100%, 50%) 100%);
}


#album-music-playedSN11744 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6981.36, 100%, 50%) 0%, hsl(6981.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11745 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6983.36, 100%, 50%) 0%, hsl(6983.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11745 {
background: linear-gradient(to bottom, hsl(6983.36, 100%, 50%) 0%, hsl(6983.36, 100%, 50%) 100%);
}

.bg-SN11745 {
background: linear-gradient(to bottom, hsl(6983.36, 100%, 50%) 0%, hsl(6983.36, 100%, 50%) 100%);
}


#album-music-playedSN11745 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6985.36, 100%, 50%) 0%, hsl(6985.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11746 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6987.36, 100%, 50%) 0%, hsl(6987.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11746 {
background: linear-gradient(to bottom, hsl(6987.36, 100%, 50%) 0%, hsl(6987.36, 100%, 50%) 100%);
}

.bg-SN11746 {
background: linear-gradient(to bottom, hsl(6987.36, 100%, 50%) 0%, hsl(6987.36, 100%, 50%) 100%);
}


#album-music-playedSN11746 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6989.36, 100%, 50%) 0%, hsl(6989.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11747 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6991.36, 100%, 50%) 0%, hsl(6991.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11747 {
background: linear-gradient(to bottom, hsl(6991.36, 100%, 50%) 0%, hsl(6991.36, 100%, 50%) 100%);
}

.bg-SN11747 {
background: linear-gradient(to bottom, hsl(6991.36, 100%, 50%) 0%, hsl(6991.36, 100%, 50%) 100%);
}


#album-music-playedSN11747 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6993.36, 100%, 50%) 0%, hsl(6993.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11748 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6995.36, 100%, 50%) 0%, hsl(6995.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11748 {
background: linear-gradient(to bottom, hsl(6995.36, 100%, 50%) 0%, hsl(6995.36, 100%, 50%) 100%);
}

.bg-SN11748 {
background: linear-gradient(to bottom, hsl(6995.36, 100%, 50%) 0%, hsl(6995.36, 100%, 50%) 100%);
}


#album-music-playedSN11748 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6997.36, 100%, 50%) 0%, hsl(6997.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11749 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(6999.36, 100%, 50%) 0%, hsl(6999.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11749 {
background: linear-gradient(to bottom, hsl(6999.36, 100%, 50%) 0%, hsl(6999.36, 100%, 50%) 100%);
}

.bg-SN11749 {
background: linear-gradient(to bottom, hsl(6999.36, 100%, 50%) 0%, hsl(6999.36, 100%, 50%) 100%);
}


#album-music-playedSN11749 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7001.36, 100%, 50%) 0%, hsl(7001.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11750 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7003.36, 100%, 50%) 0%, hsl(7003.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11750 {
background: linear-gradient(to bottom, hsl(7003.36, 100%, 50%) 0%, hsl(7003.36, 100%, 50%) 100%);
}

.bg-SN11750 {
background: linear-gradient(to bottom, hsl(7003.36, 100%, 50%) 0%, hsl(7003.36, 100%, 50%) 100%);
}


#album-music-playedSN11750 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7005.36, 100%, 50%) 0%, hsl(7005.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11751 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7007.36, 100%, 50%) 0%, hsl(7007.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11751 {
background: linear-gradient(to bottom, hsl(7007.36, 100%, 50%) 0%, hsl(7007.36, 100%, 50%) 100%);
}

.bg-SN11751 {
background: linear-gradient(to bottom, hsl(7007.36, 100%, 50%) 0%, hsl(7007.36, 100%, 50%) 100%);
}


#album-music-playedSN11751 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7009.36, 100%, 50%) 0%, hsl(7009.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11752 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7011.36, 100%, 50%) 0%, hsl(7011.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11752 {
background: linear-gradient(to bottom, hsl(7011.36, 100%, 50%) 0%, hsl(7011.36, 100%, 50%) 100%);
}

.bg-SN11752 {
background: linear-gradient(to bottom, hsl(7011.36, 100%, 50%) 0%, hsl(7011.36, 100%, 50%) 100%);
}


#album-music-playedSN11752 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7013.36, 100%, 50%) 0%, hsl(7013.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11753 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7015.36, 100%, 50%) 0%, hsl(7015.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11753 {
background: linear-gradient(to bottom, hsl(7015.36, 100%, 50%) 0%, hsl(7015.36, 100%, 50%) 100%);
}

.bg-SN11753 {
background: linear-gradient(to bottom, hsl(7015.36, 100%, 50%) 0%, hsl(7015.36, 100%, 50%) 100%);
}


#album-music-playedSN11753 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7017.36, 100%, 50%) 0%, hsl(7017.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11754 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7019.36, 100%, 50%) 0%, hsl(7019.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11754 {
background: linear-gradient(to bottom, hsl(7019.36, 100%, 50%) 0%, hsl(7019.36, 100%, 50%) 100%);
}

.bg-SN11754 {
background: linear-gradient(to bottom, hsl(7019.36, 100%, 50%) 0%, hsl(7019.36, 100%, 50%) 100%);
}


#album-music-playedSN11754 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7021.36, 100%, 50%) 0%, hsl(7021.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11755 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7023.36, 100%, 50%) 0%, hsl(7023.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11755 {
background: linear-gradient(to bottom, hsl(7023.36, 100%, 50%) 0%, hsl(7023.36, 100%, 50%) 100%);
}

.bg-SN11755 {
background: linear-gradient(to bottom, hsl(7023.36, 100%, 50%) 0%, hsl(7023.36, 100%, 50%) 100%);
}


#album-music-playedSN11755 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7025.36, 100%, 50%) 0%, hsl(7025.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11756 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7027.36, 100%, 50%) 0%, hsl(7027.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11756 {
background: linear-gradient(to bottom, hsl(7027.36, 100%, 50%) 0%, hsl(7027.36, 100%, 50%) 100%);
}

.bg-SN11756 {
background: linear-gradient(to bottom, hsl(7027.36, 100%, 50%) 0%, hsl(7027.36, 100%, 50%) 100%);
}


#album-music-playedSN11756 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7029.36, 100%, 50%) 0%, hsl(7029.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11757 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7031.36, 100%, 50%) 0%, hsl(7031.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11757 {
background: linear-gradient(to bottom, hsl(7031.36, 100%, 50%) 0%, hsl(7031.36, 100%, 50%) 100%);
}

.bg-SN11757 {
background: linear-gradient(to bottom, hsl(7031.36, 100%, 50%) 0%, hsl(7031.36, 100%, 50%) 100%);
}


#album-music-playedSN11757 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7033.36, 100%, 50%) 0%, hsl(7033.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11758 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7035.36, 100%, 50%) 0%, hsl(7035.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11758 {
background: linear-gradient(to bottom, hsl(7035.36, 100%, 50%) 0%, hsl(7035.36, 100%, 50%) 100%);
}

.bg-SN11758 {
background: linear-gradient(to bottom, hsl(7035.36, 100%, 50%) 0%, hsl(7035.36, 100%, 50%) 100%);
}


#album-music-playedSN11758 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7037.36, 100%, 50%) 0%, hsl(7037.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11759 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7039.36, 100%, 50%) 0%, hsl(7039.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11759 {
background: linear-gradient(to bottom, hsl(7039.36, 100%, 50%) 0%, hsl(7039.36, 100%, 50%) 100%);
}

.bg-SN11759 {
background: linear-gradient(to bottom, hsl(7039.36, 100%, 50%) 0%, hsl(7039.36, 100%, 50%) 100%);
}


#album-music-playedSN11759 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7041.36, 100%, 50%) 0%, hsl(7041.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11760 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7043.36, 100%, 50%) 0%, hsl(7043.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11760 {
background: linear-gradient(to bottom, hsl(7043.36, 100%, 50%) 0%, hsl(7043.36, 100%, 50%) 100%);
}

.bg-SN11760 {
background: linear-gradient(to bottom, hsl(7043.36, 100%, 50%) 0%, hsl(7043.36, 100%, 50%) 100%);
}


#album-music-playedSN11760 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7045.36, 100%, 50%) 0%, hsl(7045.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11761 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7047.36, 100%, 50%) 0%, hsl(7047.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11761 {
background: linear-gradient(to bottom, hsl(7047.36, 100%, 50%) 0%, hsl(7047.36, 100%, 50%) 100%);
}

.bg-SN11761 {
background: linear-gradient(to bottom, hsl(7047.36, 100%, 50%) 0%, hsl(7047.36, 100%, 50%) 100%);
}


#album-music-playedSN11761 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7049.36, 100%, 50%) 0%, hsl(7049.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11762 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7051.36, 100%, 50%) 0%, hsl(7051.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11762 {
background: linear-gradient(to bottom, hsl(7051.36, 100%, 50%) 0%, hsl(7051.36, 100%, 50%) 100%);
}

.bg-SN11762 {
background: linear-gradient(to bottom, hsl(7051.36, 100%, 50%) 0%, hsl(7051.36, 100%, 50%) 100%);
}


#album-music-playedSN11762 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7053.36, 100%, 50%) 0%, hsl(7053.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11763 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7055.36, 100%, 50%) 0%, hsl(7055.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11763 {
background: linear-gradient(to bottom, hsl(7055.36, 100%, 50%) 0%, hsl(7055.36, 100%, 50%) 100%);
}

.bg-SN11763 {
background: linear-gradient(to bottom, hsl(7055.36, 100%, 50%) 0%, hsl(7055.36, 100%, 50%) 100%);
}


#album-music-playedSN11763 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7057.36, 100%, 50%) 0%, hsl(7057.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11764 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7059.36, 100%, 50%) 0%, hsl(7059.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11764 {
background: linear-gradient(to bottom, hsl(7059.36, 100%, 50%) 0%, hsl(7059.36, 100%, 50%) 100%);
}

.bg-SN11764 {
background: linear-gradient(to bottom, hsl(7059.36, 100%, 50%) 0%, hsl(7059.36, 100%, 50%) 100%);
}


#album-music-playedSN11764 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7061.36, 100%, 50%) 0%, hsl(7061.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11765 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7063.36, 100%, 50%) 0%, hsl(7063.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11765 {
background: linear-gradient(to bottom, hsl(7063.36, 100%, 50%) 0%, hsl(7063.36, 100%, 50%) 100%);
}

.bg-SN11765 {
background: linear-gradient(to bottom, hsl(7063.36, 100%, 50%) 0%, hsl(7063.36, 100%, 50%) 100%);
}


#album-music-playedSN11765 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7065.36, 100%, 50%) 0%, hsl(7065.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11766 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7067.36, 100%, 50%) 0%, hsl(7067.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11766 {
background: linear-gradient(to bottom, hsl(7067.36, 100%, 50%) 0%, hsl(7067.36, 100%, 50%) 100%);
}

.bg-SN11766 {
background: linear-gradient(to bottom, hsl(7067.36, 100%, 50%) 0%, hsl(7067.36, 100%, 50%) 100%);
}


#album-music-playedSN11766 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7069.36, 100%, 50%) 0%, hsl(7069.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11767 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7071.36, 100%, 50%) 0%, hsl(7071.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11767 {
background: linear-gradient(to bottom, hsl(7071.36, 100%, 50%) 0%, hsl(7071.36, 100%, 50%) 100%);
}

.bg-SN11767 {
background: linear-gradient(to bottom, hsl(7071.36, 100%, 50%) 0%, hsl(7071.36, 100%, 50%) 100%);
}


#album-music-playedSN11767 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7073.36, 100%, 50%) 0%, hsl(7073.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11768 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7075.36, 100%, 50%) 0%, hsl(7075.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11768 {
background: linear-gradient(to bottom, hsl(7075.36, 100%, 50%) 0%, hsl(7075.36, 100%, 50%) 100%);
}

.bg-SN11768 {
background: linear-gradient(to bottom, hsl(7075.36, 100%, 50%) 0%, hsl(7075.36, 100%, 50%) 100%);
}


#album-music-playedSN11768 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7077.36, 100%, 50%) 0%, hsl(7077.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11769 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7079.36, 100%, 50%) 0%, hsl(7079.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11769 {
background: linear-gradient(to bottom, hsl(7079.36, 100%, 50%) 0%, hsl(7079.36, 100%, 50%) 100%);
}

.bg-SN11769 {
background: linear-gradient(to bottom, hsl(7079.36, 100%, 50%) 0%, hsl(7079.36, 100%, 50%) 100%);
}


#album-music-playedSN11769 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7081.36, 100%, 50%) 0%, hsl(7081.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11770 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7083.36, 100%, 50%) 0%, hsl(7083.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11770 {
background: linear-gradient(to bottom, hsl(7083.36, 100%, 50%) 0%, hsl(7083.36, 100%, 50%) 100%);
}

.bg-SN11770 {
background: linear-gradient(to bottom, hsl(7083.36, 100%, 50%) 0%, hsl(7083.36, 100%, 50%) 100%);
}


#album-music-playedSN11770 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7085.36, 100%, 50%) 0%, hsl(7085.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11771 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7087.36, 100%, 50%) 0%, hsl(7087.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11771 {
background: linear-gradient(to bottom, hsl(7087.36, 100%, 50%) 0%, hsl(7087.36, 100%, 50%) 100%);
}

.bg-SN11771 {
background: linear-gradient(to bottom, hsl(7087.36, 100%, 50%) 0%, hsl(7087.36, 100%, 50%) 100%);
}


#album-music-playedSN11771 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7089.36, 100%, 50%) 0%, hsl(7089.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11772 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7091.36, 100%, 50%) 0%, hsl(7091.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11772 {
background: linear-gradient(to bottom, hsl(7091.36, 100%, 50%) 0%, hsl(7091.36, 100%, 50%) 100%);
}

.bg-SN11772 {
background: linear-gradient(to bottom, hsl(7091.36, 100%, 50%) 0%, hsl(7091.36, 100%, 50%) 100%);
}


#album-music-playedSN11772 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7093.36, 100%, 50%) 0%, hsl(7093.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11773 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7095.36, 100%, 50%) 0%, hsl(7095.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11773 {
background: linear-gradient(to bottom, hsl(7095.36, 100%, 50%) 0%, hsl(7095.36, 100%, 50%) 100%);
}

.bg-SN11773 {
background: linear-gradient(to bottom, hsl(7095.36, 100%, 50%) 0%, hsl(7095.36, 100%, 50%) 100%);
}


#album-music-playedSN11773 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7097.36, 100%, 50%) 0%, hsl(7097.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11774 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7099.36, 100%, 50%) 0%, hsl(7099.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11774 {
background: linear-gradient(to bottom, hsl(7099.36, 100%, 50%) 0%, hsl(7099.36, 100%, 50%) 100%);
}

.bg-SN11774 {
background: linear-gradient(to bottom, hsl(7099.36, 100%, 50%) 0%, hsl(7099.36, 100%, 50%) 100%);
}


#album-music-playedSN11774 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7101.36, 100%, 50%) 0%, hsl(7101.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11775 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7103.36, 100%, 50%) 0%, hsl(7103.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11775 {
background: linear-gradient(to bottom, hsl(7103.36, 100%, 50%) 0%, hsl(7103.36, 100%, 50%) 100%);
}

.bg-SN11775 {
background: linear-gradient(to bottom, hsl(7103.36, 100%, 50%) 0%, hsl(7103.36, 100%, 50%) 100%);
}


#album-music-playedSN11775 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7105.36, 100%, 50%) 0%, hsl(7105.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11776 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7107.36, 100%, 50%) 0%, hsl(7107.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11776 {
background: linear-gradient(to bottom, hsl(7107.36, 100%, 50%) 0%, hsl(7107.36, 100%, 50%) 100%);
}

.bg-SN11776 {
background: linear-gradient(to bottom, hsl(7107.36, 100%, 50%) 0%, hsl(7107.36, 100%, 50%) 100%);
}


#album-music-playedSN11776 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7109.36, 100%, 50%) 0%, hsl(7109.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11777 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7111.36, 100%, 50%) 0%, hsl(7111.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11777 {
background: linear-gradient(to bottom, hsl(7111.36, 100%, 50%) 0%, hsl(7111.36, 100%, 50%) 100%);
}

.bg-SN11777 {
background: linear-gradient(to bottom, hsl(7111.36, 100%, 50%) 0%, hsl(7111.36, 100%, 50%) 100%);
}


#album-music-playedSN11777 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7113.36, 100%, 50%) 0%, hsl(7113.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11778 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7115.36, 100%, 50%) 0%, hsl(7115.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11778 {
background: linear-gradient(to bottom, hsl(7115.36, 100%, 50%) 0%, hsl(7115.36, 100%, 50%) 100%);
}

.bg-SN11778 {
background: linear-gradient(to bottom, hsl(7115.36, 100%, 50%) 0%, hsl(7115.36, 100%, 50%) 100%);
}


#album-music-playedSN11778 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7117.36, 100%, 50%) 0%, hsl(7117.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11779 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7119.36, 100%, 50%) 0%, hsl(7119.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11779 {
background: linear-gradient(to bottom, hsl(7119.36, 100%, 50%) 0%, hsl(7119.36, 100%, 50%) 100%);
}

.bg-SN11779 {
background: linear-gradient(to bottom, hsl(7119.36, 100%, 50%) 0%, hsl(7119.36, 100%, 50%) 100%);
}


#album-music-playedSN11779 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7121.36, 100%, 50%) 0%, hsl(7121.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11780 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7123.36, 100%, 50%) 0%, hsl(7123.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11780 {
background: linear-gradient(to bottom, hsl(7123.36, 100%, 50%) 0%, hsl(7123.36, 100%, 50%) 100%);
}

.bg-SN11780 {
background: linear-gradient(to bottom, hsl(7123.36, 100%, 50%) 0%, hsl(7123.36, 100%, 50%) 100%);
}


#album-music-playedSN11780 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7125.36, 100%, 50%) 0%, hsl(7125.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11781 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7127.36, 100%, 50%) 0%, hsl(7127.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11781 {
background: linear-gradient(to bottom, hsl(7127.36, 100%, 50%) 0%, hsl(7127.36, 100%, 50%) 100%);
}

.bg-SN11781 {
background: linear-gradient(to bottom, hsl(7127.36, 100%, 50%) 0%, hsl(7127.36, 100%, 50%) 100%);
}


#album-music-playedSN11781 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7129.36, 100%, 50%) 0%, hsl(7129.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11782 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7131.36, 100%, 50%) 0%, hsl(7131.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11782 {
background: linear-gradient(to bottom, hsl(7131.36, 100%, 50%) 0%, hsl(7131.36, 100%, 50%) 100%);
}

.bg-SN11782 {
background: linear-gradient(to bottom, hsl(7131.36, 100%, 50%) 0%, hsl(7131.36, 100%, 50%) 100%);
}


#album-music-playedSN11782 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7133.36, 100%, 50%) 0%, hsl(7133.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11783 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7135.36, 100%, 50%) 0%, hsl(7135.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11783 {
background: linear-gradient(to bottom, hsl(7135.36, 100%, 50%) 0%, hsl(7135.36, 100%, 50%) 100%);
}

.bg-SN11783 {
background: linear-gradient(to bottom, hsl(7135.36, 100%, 50%) 0%, hsl(7135.36, 100%, 50%) 100%);
}


#album-music-playedSN11783 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7137.36, 100%, 50%) 0%, hsl(7137.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11784 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7139.36, 100%, 50%) 0%, hsl(7139.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11784 {
background: linear-gradient(to bottom, hsl(7139.36, 100%, 50%) 0%, hsl(7139.36, 100%, 50%) 100%);
}

.bg-SN11784 {
background: linear-gradient(to bottom, hsl(7139.36, 100%, 50%) 0%, hsl(7139.36, 100%, 50%) 100%);
}


#album-music-playedSN11784 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7141.36, 100%, 50%) 0%, hsl(7141.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11785 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7143.36, 100%, 50%) 0%, hsl(7143.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11785 {
background: linear-gradient(to bottom, hsl(7143.36, 100%, 50%) 0%, hsl(7143.36, 100%, 50%) 100%);
}

.bg-SN11785 {
background: linear-gradient(to bottom, hsl(7143.36, 100%, 50%) 0%, hsl(7143.36, 100%, 50%) 100%);
}


#album-music-playedSN11785 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7145.36, 100%, 50%) 0%, hsl(7145.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11786 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7147.36, 100%, 50%) 0%, hsl(7147.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11786 {
background: linear-gradient(to bottom, hsl(7147.36, 100%, 50%) 0%, hsl(7147.36, 100%, 50%) 100%);
}

.bg-SN11786 {
background: linear-gradient(to bottom, hsl(7147.36, 100%, 50%) 0%, hsl(7147.36, 100%, 50%) 100%);
}


#album-music-playedSN11786 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7149.36, 100%, 50%) 0%, hsl(7149.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11787 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7151.36, 100%, 50%) 0%, hsl(7151.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11787 {
background: linear-gradient(to bottom, hsl(7151.36, 100%, 50%) 0%, hsl(7151.36, 100%, 50%) 100%);
}

.bg-SN11787 {
background: linear-gradient(to bottom, hsl(7151.36, 100%, 50%) 0%, hsl(7151.36, 100%, 50%) 100%);
}


#album-music-playedSN11787 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7153.36, 100%, 50%) 0%, hsl(7153.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11788 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7155.36, 100%, 50%) 0%, hsl(7155.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11788 {
background: linear-gradient(to bottom, hsl(7155.36, 100%, 50%) 0%, hsl(7155.36, 100%, 50%) 100%);
}

.bg-SN11788 {
background: linear-gradient(to bottom, hsl(7155.36, 100%, 50%) 0%, hsl(7155.36, 100%, 50%) 100%);
}


#album-music-playedSN11788 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7157.36, 100%, 50%) 0%, hsl(7157.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11789 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7159.36, 100%, 50%) 0%, hsl(7159.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11789 {
background: linear-gradient(to bottom, hsl(7159.36, 100%, 50%) 0%, hsl(7159.36, 100%, 50%) 100%);
}

.bg-SN11789 {
background: linear-gradient(to bottom, hsl(7159.36, 100%, 50%) 0%, hsl(7159.36, 100%, 50%) 100%);
}


#album-music-playedSN11789 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7161.36, 100%, 50%) 0%, hsl(7161.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11790 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7163.36, 100%, 50%) 0%, hsl(7163.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11790 {
background: linear-gradient(to bottom, hsl(7163.36, 100%, 50%) 0%, hsl(7163.36, 100%, 50%) 100%);
}

.bg-SN11790 {
background: linear-gradient(to bottom, hsl(7163.36, 100%, 50%) 0%, hsl(7163.36, 100%, 50%) 100%);
}


#album-music-playedSN11790 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7165.36, 100%, 50%) 0%, hsl(7165.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11791 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7167.36, 100%, 50%) 0%, hsl(7167.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11791 {
background: linear-gradient(to bottom, hsl(7167.36, 100%, 50%) 0%, hsl(7167.36, 100%, 50%) 100%);
}

.bg-SN11791 {
background: linear-gradient(to bottom, hsl(7167.36, 100%, 50%) 0%, hsl(7167.36, 100%, 50%) 100%);
}


#album-music-playedSN11791 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7169.36, 100%, 50%) 0%, hsl(7169.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11792 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7171.36, 100%, 50%) 0%, hsl(7171.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11792 {
background: linear-gradient(to bottom, hsl(7171.36, 100%, 50%) 0%, hsl(7171.36, 100%, 50%) 100%);
}

.bg-SN11792 {
background: linear-gradient(to bottom, hsl(7171.36, 100%, 50%) 0%, hsl(7171.36, 100%, 50%) 100%);
}


#album-music-playedSN11792 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7173.36, 100%, 50%) 0%, hsl(7173.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11793 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7175.36, 100%, 50%) 0%, hsl(7175.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11793 {
background: linear-gradient(to bottom, hsl(7175.36, 100%, 50%) 0%, hsl(7175.36, 100%, 50%) 100%);
}

.bg-SN11793 {
background: linear-gradient(to bottom, hsl(7175.36, 100%, 50%) 0%, hsl(7175.36, 100%, 50%) 100%);
}


#album-music-playedSN11793 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7177.36, 100%, 50%) 0%, hsl(7177.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11794 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7179.36, 100%, 50%) 0%, hsl(7179.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11794 {
background: linear-gradient(to bottom, hsl(7179.36, 100%, 50%) 0%, hsl(7179.36, 100%, 50%) 100%);
}

.bg-SN11794 {
background: linear-gradient(to bottom, hsl(7179.36, 100%, 50%) 0%, hsl(7179.36, 100%, 50%) 100%);
}


#album-music-playedSN11794 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7181.36, 100%, 50%) 0%, hsl(7181.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11795 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7183.36, 100%, 50%) 0%, hsl(7183.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11795 {
background: linear-gradient(to bottom, hsl(7183.36, 100%, 50%) 0%, hsl(7183.36, 100%, 50%) 100%);
}

.bg-SN11795 {
background: linear-gradient(to bottom, hsl(7183.36, 100%, 50%) 0%, hsl(7183.36, 100%, 50%) 100%);
}


#album-music-playedSN11795 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7185.36, 100%, 50%) 0%, hsl(7185.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11796 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7187.36, 100%, 50%) 0%, hsl(7187.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11796 {
background: linear-gradient(to bottom, hsl(7187.36, 100%, 50%) 0%, hsl(7187.36, 100%, 50%) 100%);
}

.bg-SN11796 {
background: linear-gradient(to bottom, hsl(7187.36, 100%, 50%) 0%, hsl(7187.36, 100%, 50%) 100%);
}


#album-music-playedSN11796 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7189.36, 100%, 50%) 0%, hsl(7189.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11797 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7191.36, 100%, 50%) 0%, hsl(7191.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11797 {
background: linear-gradient(to bottom, hsl(7191.36, 100%, 50%) 0%, hsl(7191.36, 100%, 50%) 100%);
}

.bg-SN11797 {
background: linear-gradient(to bottom, hsl(7191.36, 100%, 50%) 0%, hsl(7191.36, 100%, 50%) 100%);
}


#album-music-playedSN11797 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7193.36, 100%, 50%) 0%, hsl(7193.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11798 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7195.36, 100%, 50%) 0%, hsl(7195.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11798 {
background: linear-gradient(to bottom, hsl(7195.36, 100%, 50%) 0%, hsl(7195.36, 100%, 50%) 100%);
}

.bg-SN11798 {
background: linear-gradient(to bottom, hsl(7195.36, 100%, 50%) 0%, hsl(7195.36, 100%, 50%) 100%);
}


#album-music-playedSN11798 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7197.36, 100%, 50%) 0%, hsl(7197.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11799 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7199.36, 100%, 50%) 0%, hsl(7199.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11799 {
background: linear-gradient(to bottom, hsl(7199.36, 100%, 50%) 0%, hsl(7199.36, 100%, 50%) 100%);
}

.bg-SN11799 {
background: linear-gradient(to bottom, hsl(7199.36, 100%, 50%) 0%, hsl(7199.36, 100%, 50%) 100%);
}


#album-music-playedSN11799 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7201.36, 100%, 50%) 0%, hsl(7201.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11800 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7203.36, 100%, 50%) 0%, hsl(7203.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11800 {
background: linear-gradient(to bottom, hsl(7203.36, 100%, 50%) 0%, hsl(7203.36, 100%, 50%) 100%);
}

.bg-SN11800 {
background: linear-gradient(to bottom, hsl(7203.36, 100%, 50%) 0%, hsl(7203.36, 100%, 50%) 100%);
}


#album-music-playedSN11800 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7205.36, 100%, 50%) 0%, hsl(7205.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11801 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7207.36, 100%, 50%) 0%, hsl(7207.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11801 {
background: linear-gradient(to bottom, hsl(7207.36, 100%, 50%) 0%, hsl(7207.36, 100%, 50%) 100%);
}

.bg-SN11801 {
background: linear-gradient(to bottom, hsl(7207.36, 100%, 50%) 0%, hsl(7207.36, 100%, 50%) 100%);
}


#album-music-playedSN11801 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7209.36, 100%, 50%) 0%, hsl(7209.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11802 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7211.36, 100%, 50%) 0%, hsl(7211.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11802 {
background: linear-gradient(to bottom, hsl(7211.36, 100%, 50%) 0%, hsl(7211.36, 100%, 50%) 100%);
}

.bg-SN11802 {
background: linear-gradient(to bottom, hsl(7211.36, 100%, 50%) 0%, hsl(7211.36, 100%, 50%) 100%);
}


#album-music-playedSN11802 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7213.36, 100%, 50%) 0%, hsl(7213.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11803 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7215.36, 100%, 50%) 0%, hsl(7215.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11803 {
background: linear-gradient(to bottom, hsl(7215.36, 100%, 50%) 0%, hsl(7215.36, 100%, 50%) 100%);
}

.bg-SN11803 {
background: linear-gradient(to bottom, hsl(7215.36, 100%, 50%) 0%, hsl(7215.36, 100%, 50%) 100%);
}


#album-music-playedSN11803 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7217.36, 100%, 50%) 0%, hsl(7217.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11804 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7219.36, 100%, 50%) 0%, hsl(7219.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11804 {
background: linear-gradient(to bottom, hsl(7219.36, 100%, 50%) 0%, hsl(7219.36, 100%, 50%) 100%);
}

.bg-SN11804 {
background: linear-gradient(to bottom, hsl(7219.36, 100%, 50%) 0%, hsl(7219.36, 100%, 50%) 100%);
}


#album-music-playedSN11804 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7221.36, 100%, 50%) 0%, hsl(7221.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11805 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7223.36, 100%, 50%) 0%, hsl(7223.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11805 {
background: linear-gradient(to bottom, hsl(7223.36, 100%, 50%) 0%, hsl(7223.36, 100%, 50%) 100%);
}

.bg-SN11805 {
background: linear-gradient(to bottom, hsl(7223.36, 100%, 50%) 0%, hsl(7223.36, 100%, 50%) 100%);
}


#album-music-playedSN11805 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7225.36, 100%, 50%) 0%, hsl(7225.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11806 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7227.36, 100%, 50%) 0%, hsl(7227.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11806 {
background: linear-gradient(to bottom, hsl(7227.36, 100%, 50%) 0%, hsl(7227.36, 100%, 50%) 100%);
}

.bg-SN11806 {
background: linear-gradient(to bottom, hsl(7227.36, 100%, 50%) 0%, hsl(7227.36, 100%, 50%) 100%);
}


#album-music-playedSN11806 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7229.36, 100%, 50%) 0%, hsl(7229.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11807 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7231.36, 100%, 50%) 0%, hsl(7231.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11807 {
background: linear-gradient(to bottom, hsl(7231.36, 100%, 50%) 0%, hsl(7231.36, 100%, 50%) 100%);
}

.bg-SN11807 {
background: linear-gradient(to bottom, hsl(7231.36, 100%, 50%) 0%, hsl(7231.36, 100%, 50%) 100%);
}


#album-music-playedSN11807 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7233.36, 100%, 50%) 0%, hsl(7233.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11808 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7235.36, 100%, 50%) 0%, hsl(7235.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11808 {
background: linear-gradient(to bottom, hsl(7235.36, 100%, 50%) 0%, hsl(7235.36, 100%, 50%) 100%);
}

.bg-SN11808 {
background: linear-gradient(to bottom, hsl(7235.36, 100%, 50%) 0%, hsl(7235.36, 100%, 50%) 100%);
}


#album-music-playedSN11808 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7237.36, 100%, 50%) 0%, hsl(7237.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11809 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7239.36, 100%, 50%) 0%, hsl(7239.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11809 {
background: linear-gradient(to bottom, hsl(7239.36, 100%, 50%) 0%, hsl(7239.36, 100%, 50%) 100%);
}

.bg-SN11809 {
background: linear-gradient(to bottom, hsl(7239.36, 100%, 50%) 0%, hsl(7239.36, 100%, 50%) 100%);
}


#album-music-playedSN11809 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7241.36, 100%, 50%) 0%, hsl(7241.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11810 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7243.36, 100%, 50%) 0%, hsl(7243.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11810 {
background: linear-gradient(to bottom, hsl(7243.36, 100%, 50%) 0%, hsl(7243.36, 100%, 50%) 100%);
}

.bg-SN11810 {
background: linear-gradient(to bottom, hsl(7243.36, 100%, 50%) 0%, hsl(7243.36, 100%, 50%) 100%);
}


#album-music-playedSN11810 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7245.36, 100%, 50%) 0%, hsl(7245.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11811 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7247.36, 100%, 50%) 0%, hsl(7247.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11811 {
background: linear-gradient(to bottom, hsl(7247.36, 100%, 50%) 0%, hsl(7247.36, 100%, 50%) 100%);
}

.bg-SN11811 {
background: linear-gradient(to bottom, hsl(7247.36, 100%, 50%) 0%, hsl(7247.36, 100%, 50%) 100%);
}


#album-music-playedSN11811 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7249.36, 100%, 50%) 0%, hsl(7249.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11812 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7251.36, 100%, 50%) 0%, hsl(7251.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11812 {
background: linear-gradient(to bottom, hsl(7251.36, 100%, 50%) 0%, hsl(7251.36, 100%, 50%) 100%);
}

.bg-SN11812 {
background: linear-gradient(to bottom, hsl(7251.36, 100%, 50%) 0%, hsl(7251.36, 100%, 50%) 100%);
}


#album-music-playedSN11812 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7253.36, 100%, 50%) 0%, hsl(7253.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11813 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7255.36, 100%, 50%) 0%, hsl(7255.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11813 {
background: linear-gradient(to bottom, hsl(7255.36, 100%, 50%) 0%, hsl(7255.36, 100%, 50%) 100%);
}

.bg-SN11813 {
background: linear-gradient(to bottom, hsl(7255.36, 100%, 50%) 0%, hsl(7255.36, 100%, 50%) 100%);
}


#album-music-playedSN11813 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7257.36, 100%, 50%) 0%, hsl(7257.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11814 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7259.36, 100%, 50%) 0%, hsl(7259.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11814 {
background: linear-gradient(to bottom, hsl(7259.36, 100%, 50%) 0%, hsl(7259.36, 100%, 50%) 100%);
}

.bg-SN11814 {
background: linear-gradient(to bottom, hsl(7259.36, 100%, 50%) 0%, hsl(7259.36, 100%, 50%) 100%);
}


#album-music-playedSN11814 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7261.36, 100%, 50%) 0%, hsl(7261.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11815 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7263.36, 100%, 50%) 0%, hsl(7263.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11815 {
background: linear-gradient(to bottom, hsl(7263.36, 100%, 50%) 0%, hsl(7263.36, 100%, 50%) 100%);
}

.bg-SN11815 {
background: linear-gradient(to bottom, hsl(7263.36, 100%, 50%) 0%, hsl(7263.36, 100%, 50%) 100%);
}


#album-music-playedSN11815 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7265.36, 100%, 50%) 0%, hsl(7265.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11816 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7267.36, 100%, 50%) 0%, hsl(7267.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11816 {
background: linear-gradient(to bottom, hsl(7267.36, 100%, 50%) 0%, hsl(7267.36, 100%, 50%) 100%);
}

.bg-SN11816 {
background: linear-gradient(to bottom, hsl(7267.36, 100%, 50%) 0%, hsl(7267.36, 100%, 50%) 100%);
}


#album-music-playedSN11816 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7269.36, 100%, 50%) 0%, hsl(7269.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11817 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7271.36, 100%, 50%) 0%, hsl(7271.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11817 {
background: linear-gradient(to bottom, hsl(7271.36, 100%, 50%) 0%, hsl(7271.36, 100%, 50%) 100%);
}

.bg-SN11817 {
background: linear-gradient(to bottom, hsl(7271.36, 100%, 50%) 0%, hsl(7271.36, 100%, 50%) 100%);
}


#album-music-playedSN11817 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7273.36, 100%, 50%) 0%, hsl(7273.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11818 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7275.36, 100%, 50%) 0%, hsl(7275.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11818 {
background: linear-gradient(to bottom, hsl(7275.36, 100%, 50%) 0%, hsl(7275.36, 100%, 50%) 100%);
}

.bg-SN11818 {
background: linear-gradient(to bottom, hsl(7275.36, 100%, 50%) 0%, hsl(7275.36, 100%, 50%) 100%);
}


#album-music-playedSN11818 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7277.36, 100%, 50%) 0%, hsl(7277.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11819 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7279.36, 100%, 50%) 0%, hsl(7279.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11819 {
background: linear-gradient(to bottom, hsl(7279.36, 100%, 50%) 0%, hsl(7279.36, 100%, 50%) 100%);
}

.bg-SN11819 {
background: linear-gradient(to bottom, hsl(7279.36, 100%, 50%) 0%, hsl(7279.36, 100%, 50%) 100%);
}


#album-music-playedSN11819 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7281.36, 100%, 50%) 0%, hsl(7281.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11820 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7283.36, 100%, 50%) 0%, hsl(7283.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11820 {
background: linear-gradient(to bottom, hsl(7283.36, 100%, 50%) 0%, hsl(7283.36, 100%, 50%) 100%);
}

.bg-SN11820 {
background: linear-gradient(to bottom, hsl(7283.36, 100%, 50%) 0%, hsl(7283.36, 100%, 50%) 100%);
}


#album-music-playedSN11820 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7285.36, 100%, 50%) 0%, hsl(7285.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11821 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7287.36, 100%, 50%) 0%, hsl(7287.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11821 {
background: linear-gradient(to bottom, hsl(7287.36, 100%, 50%) 0%, hsl(7287.36, 100%, 50%) 100%);
}

.bg-SN11821 {
background: linear-gradient(to bottom, hsl(7287.36, 100%, 50%) 0%, hsl(7287.36, 100%, 50%) 100%);
}


#album-music-playedSN11821 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7289.36, 100%, 50%) 0%, hsl(7289.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11822 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7291.36, 100%, 50%) 0%, hsl(7291.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11822 {
background: linear-gradient(to bottom, hsl(7291.36, 100%, 50%) 0%, hsl(7291.36, 100%, 50%) 100%);
}

.bg-SN11822 {
background: linear-gradient(to bottom, hsl(7291.36, 100%, 50%) 0%, hsl(7291.36, 100%, 50%) 100%);
}


#album-music-playedSN11822 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7293.36, 100%, 50%) 0%, hsl(7293.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11823 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7295.36, 100%, 50%) 0%, hsl(7295.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11823 {
background: linear-gradient(to bottom, hsl(7295.36, 100%, 50%) 0%, hsl(7295.36, 100%, 50%) 100%);
}

.bg-SN11823 {
background: linear-gradient(to bottom, hsl(7295.36, 100%, 50%) 0%, hsl(7295.36, 100%, 50%) 100%);
}


#album-music-playedSN11823 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7297.36, 100%, 50%) 0%, hsl(7297.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11824 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7299.36, 100%, 50%) 0%, hsl(7299.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11824 {
background: linear-gradient(to bottom, hsl(7299.36, 100%, 50%) 0%, hsl(7299.36, 100%, 50%) 100%);
}

.bg-SN11824 {
background: linear-gradient(to bottom, hsl(7299.36, 100%, 50%) 0%, hsl(7299.36, 100%, 50%) 100%);
}


#album-music-playedSN11824 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7301.36, 100%, 50%) 0%, hsl(7301.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11825 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7303.36, 100%, 50%) 0%, hsl(7303.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11825 {
background: linear-gradient(to bottom, hsl(7303.36, 100%, 50%) 0%, hsl(7303.36, 100%, 50%) 100%);
}

.bg-SN11825 {
background: linear-gradient(to bottom, hsl(7303.36, 100%, 50%) 0%, hsl(7303.36, 100%, 50%) 100%);
}


#album-music-playedSN11825 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7305.36, 100%, 50%) 0%, hsl(7305.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11826 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7307.36, 100%, 50%) 0%, hsl(7307.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11826 {
background: linear-gradient(to bottom, hsl(7307.36, 100%, 50%) 0%, hsl(7307.36, 100%, 50%) 100%);
}

.bg-SN11826 {
background: linear-gradient(to bottom, hsl(7307.36, 100%, 50%) 0%, hsl(7307.36, 100%, 50%) 100%);
}


#album-music-playedSN11826 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7309.36, 100%, 50%) 0%, hsl(7309.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11827 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7311.36, 100%, 50%) 0%, hsl(7311.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11827 {
background: linear-gradient(to bottom, hsl(7311.36, 100%, 50%) 0%, hsl(7311.36, 100%, 50%) 100%);
}

.bg-SN11827 {
background: linear-gradient(to bottom, hsl(7311.36, 100%, 50%) 0%, hsl(7311.36, 100%, 50%) 100%);
}


#album-music-playedSN11827 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7313.36, 100%, 50%) 0%, hsl(7313.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11828 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7315.36, 100%, 50%) 0%, hsl(7315.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11828 {
background: linear-gradient(to bottom, hsl(7315.36, 100%, 50%) 0%, hsl(7315.36, 100%, 50%) 100%);
}

.bg-SN11828 {
background: linear-gradient(to bottom, hsl(7315.36, 100%, 50%) 0%, hsl(7315.36, 100%, 50%) 100%);
}


#album-music-playedSN11828 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7317.36, 100%, 50%) 0%, hsl(7317.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11829 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7319.36, 100%, 50%) 0%, hsl(7319.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11829 {
background: linear-gradient(to bottom, hsl(7319.36, 100%, 50%) 0%, hsl(7319.36, 100%, 50%) 100%);
}

.bg-SN11829 {
background: linear-gradient(to bottom, hsl(7319.36, 100%, 50%) 0%, hsl(7319.36, 100%, 50%) 100%);
}


#album-music-playedSN11829 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7321.36, 100%, 50%) 0%, hsl(7321.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11830 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7323.36, 100%, 50%) 0%, hsl(7323.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11830 {
background: linear-gradient(to bottom, hsl(7323.36, 100%, 50%) 0%, hsl(7323.36, 100%, 50%) 100%);
}

.bg-SN11830 {
background: linear-gradient(to bottom, hsl(7323.36, 100%, 50%) 0%, hsl(7323.36, 100%, 50%) 100%);
}


#album-music-playedSN11830 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7325.36, 100%, 50%) 0%, hsl(7325.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11831 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7327.36, 100%, 50%) 0%, hsl(7327.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11831 {
background: linear-gradient(to bottom, hsl(7327.36, 100%, 50%) 0%, hsl(7327.36, 100%, 50%) 100%);
}

.bg-SN11831 {
background: linear-gradient(to bottom, hsl(7327.36, 100%, 50%) 0%, hsl(7327.36, 100%, 50%) 100%);
}


#album-music-playedSN11831 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7329.36, 100%, 50%) 0%, hsl(7329.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11832 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7331.36, 100%, 50%) 0%, hsl(7331.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11832 {
background: linear-gradient(to bottom, hsl(7331.36, 100%, 50%) 0%, hsl(7331.36, 100%, 50%) 100%);
}

.bg-SN11832 {
background: linear-gradient(to bottom, hsl(7331.36, 100%, 50%) 0%, hsl(7331.36, 100%, 50%) 100%);
}


#album-music-playedSN11832 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7333.36, 100%, 50%) 0%, hsl(7333.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11833 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7335.36, 100%, 50%) 0%, hsl(7335.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11833 {
background: linear-gradient(to bottom, hsl(7335.36, 100%, 50%) 0%, hsl(7335.36, 100%, 50%) 100%);
}

.bg-SN11833 {
background: linear-gradient(to bottom, hsl(7335.36, 100%, 50%) 0%, hsl(7335.36, 100%, 50%) 100%);
}


#album-music-playedSN11833 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7337.36, 100%, 50%) 0%, hsl(7337.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11834 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7339.36, 100%, 50%) 0%, hsl(7339.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11834 {
background: linear-gradient(to bottom, hsl(7339.36, 100%, 50%) 0%, hsl(7339.36, 100%, 50%) 100%);
}

.bg-SN11834 {
background: linear-gradient(to bottom, hsl(7339.36, 100%, 50%) 0%, hsl(7339.36, 100%, 50%) 100%);
}


#album-music-playedSN11834 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7341.36, 100%, 50%) 0%, hsl(7341.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11835 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7343.36, 100%, 50%) 0%, hsl(7343.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11835 {
background: linear-gradient(to bottom, hsl(7343.36, 100%, 50%) 0%, hsl(7343.36, 100%, 50%) 100%);
}

.bg-SN11835 {
background: linear-gradient(to bottom, hsl(7343.36, 100%, 50%) 0%, hsl(7343.36, 100%, 50%) 100%);
}


#album-music-playedSN11835 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7345.36, 100%, 50%) 0%, hsl(7345.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11836 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7347.36, 100%, 50%) 0%, hsl(7347.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11836 {
background: linear-gradient(to bottom, hsl(7347.36, 100%, 50%) 0%, hsl(7347.36, 100%, 50%) 100%);
}

.bg-SN11836 {
background: linear-gradient(to bottom, hsl(7347.36, 100%, 50%) 0%, hsl(7347.36, 100%, 50%) 100%);
}


#album-music-playedSN11836 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7349.36, 100%, 50%) 0%, hsl(7349.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11837 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7351.36, 100%, 50%) 0%, hsl(7351.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11837 {
background: linear-gradient(to bottom, hsl(7351.36, 100%, 50%) 0%, hsl(7351.36, 100%, 50%) 100%);
}

.bg-SN11837 {
background: linear-gradient(to bottom, hsl(7351.36, 100%, 50%) 0%, hsl(7351.36, 100%, 50%) 100%);
}


#album-music-playedSN11837 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7353.36, 100%, 50%) 0%, hsl(7353.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11838 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7355.36, 100%, 50%) 0%, hsl(7355.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11838 {
background: linear-gradient(to bottom, hsl(7355.36, 100%, 50%) 0%, hsl(7355.36, 100%, 50%) 100%);
}

.bg-SN11838 {
background: linear-gradient(to bottom, hsl(7355.36, 100%, 50%) 0%, hsl(7355.36, 100%, 50%) 100%);
}


#album-music-playedSN11838 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7357.36, 100%, 50%) 0%, hsl(7357.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11839 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7359.36, 100%, 50%) 0%, hsl(7359.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11839 {
background: linear-gradient(to bottom, hsl(7359.36, 100%, 50%) 0%, hsl(7359.36, 100%, 50%) 100%);
}

.bg-SN11839 {
background: linear-gradient(to bottom, hsl(7359.36, 100%, 50%) 0%, hsl(7359.36, 100%, 50%) 100%);
}


#album-music-playedSN11839 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7361.36, 100%, 50%) 0%, hsl(7361.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11840 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7363.36, 100%, 50%) 0%, hsl(7363.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11840 {
background: linear-gradient(to bottom, hsl(7363.36, 100%, 50%) 0%, hsl(7363.36, 100%, 50%) 100%);
}

.bg-SN11840 {
background: linear-gradient(to bottom, hsl(7363.36, 100%, 50%) 0%, hsl(7363.36, 100%, 50%) 100%);
}


#album-music-playedSN11840 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7365.36, 100%, 50%) 0%, hsl(7365.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11841 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7367.36, 100%, 50%) 0%, hsl(7367.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11841 {
background: linear-gradient(to bottom, hsl(7367.36, 100%, 50%) 0%, hsl(7367.36, 100%, 50%) 100%);
}

.bg-SN11841 {
background: linear-gradient(to bottom, hsl(7367.36, 100%, 50%) 0%, hsl(7367.36, 100%, 50%) 100%);
}


#album-music-playedSN11841 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7369.36, 100%, 50%) 0%, hsl(7369.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11842 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7371.36, 100%, 50%) 0%, hsl(7371.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11842 {
background: linear-gradient(to bottom, hsl(7371.36, 100%, 50%) 0%, hsl(7371.36, 100%, 50%) 100%);
}

.bg-SN11842 {
background: linear-gradient(to bottom, hsl(7371.36, 100%, 50%) 0%, hsl(7371.36, 100%, 50%) 100%);
}


#album-music-playedSN11842 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7373.36, 100%, 50%) 0%, hsl(7373.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11843 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7375.36, 100%, 50%) 0%, hsl(7375.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11843 {
background: linear-gradient(to bottom, hsl(7375.36, 100%, 50%) 0%, hsl(7375.36, 100%, 50%) 100%);
}

.bg-SN11843 {
background: linear-gradient(to bottom, hsl(7375.36, 100%, 50%) 0%, hsl(7375.36, 100%, 50%) 100%);
}


#album-music-playedSN11843 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7377.36, 100%, 50%) 0%, hsl(7377.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11844 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7379.36, 100%, 50%) 0%, hsl(7379.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11844 {
background: linear-gradient(to bottom, hsl(7379.36, 100%, 50%) 0%, hsl(7379.36, 100%, 50%) 100%);
}

.bg-SN11844 {
background: linear-gradient(to bottom, hsl(7379.36, 100%, 50%) 0%, hsl(7379.36, 100%, 50%) 100%);
}


#album-music-playedSN11844 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7381.36, 100%, 50%) 0%, hsl(7381.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11845 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7383.36, 100%, 50%) 0%, hsl(7383.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11845 {
background: linear-gradient(to bottom, hsl(7383.36, 100%, 50%) 0%, hsl(7383.36, 100%, 50%) 100%);
}

.bg-SN11845 {
background: linear-gradient(to bottom, hsl(7383.36, 100%, 50%) 0%, hsl(7383.36, 100%, 50%) 100%);
}


#album-music-playedSN11845 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7385.36, 100%, 50%) 0%, hsl(7385.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11846 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7387.36, 100%, 50%) 0%, hsl(7387.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11846 {
background: linear-gradient(to bottom, hsl(7387.36, 100%, 50%) 0%, hsl(7387.36, 100%, 50%) 100%);
}

.bg-SN11846 {
background: linear-gradient(to bottom, hsl(7387.36, 100%, 50%) 0%, hsl(7387.36, 100%, 50%) 100%);
}


#album-music-playedSN11846 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7389.36, 100%, 50%) 0%, hsl(7389.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11847 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7391.36, 100%, 50%) 0%, hsl(7391.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11847 {
background: linear-gradient(to bottom, hsl(7391.36, 100%, 50%) 0%, hsl(7391.36, 100%, 50%) 100%);
}

.bg-SN11847 {
background: linear-gradient(to bottom, hsl(7391.36, 100%, 50%) 0%, hsl(7391.36, 100%, 50%) 100%);
}


#album-music-playedSN11847 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7393.36, 100%, 50%) 0%, hsl(7393.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11848 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7395.36, 100%, 50%) 0%, hsl(7395.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11848 {
background: linear-gradient(to bottom, hsl(7395.36, 100%, 50%) 0%, hsl(7395.36, 100%, 50%) 100%);
}

.bg-SN11848 {
background: linear-gradient(to bottom, hsl(7395.36, 100%, 50%) 0%, hsl(7395.36, 100%, 50%) 100%);
}


#album-music-playedSN11848 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7397.36, 100%, 50%) 0%, hsl(7397.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11849 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7399.36, 100%, 50%) 0%, hsl(7399.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11849 {
background: linear-gradient(to bottom, hsl(7399.36, 100%, 50%) 0%, hsl(7399.36, 100%, 50%) 100%);
}

.bg-SN11849 {
background: linear-gradient(to bottom, hsl(7399.36, 100%, 50%) 0%, hsl(7399.36, 100%, 50%) 100%);
}


#album-music-playedSN11849 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7401.36, 100%, 50%) 0%, hsl(7401.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11850 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7403.36, 100%, 50%) 0%, hsl(7403.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11850 {
background: linear-gradient(to bottom, hsl(7403.36, 100%, 50%) 0%, hsl(7403.36, 100%, 50%) 100%);
}

.bg-SN11850 {
background: linear-gradient(to bottom, hsl(7403.36, 100%, 50%) 0%, hsl(7403.36, 100%, 50%) 100%);
}


#album-music-playedSN11850 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7405.36, 100%, 50%) 0%, hsl(7405.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11851 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7407.36, 100%, 50%) 0%, hsl(7407.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11851 {
background: linear-gradient(to bottom, hsl(7407.36, 100%, 50%) 0%, hsl(7407.36, 100%, 50%) 100%);
}

.bg-SN11851 {
background: linear-gradient(to bottom, hsl(7407.36, 100%, 50%) 0%, hsl(7407.36, 100%, 50%) 100%);
}


#album-music-playedSN11851 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7409.36, 100%, 50%) 0%, hsl(7409.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11852 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7411.36, 100%, 50%) 0%, hsl(7411.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11852 {
background: linear-gradient(to bottom, hsl(7411.36, 100%, 50%) 0%, hsl(7411.36, 100%, 50%) 100%);
}

.bg-SN11852 {
background: linear-gradient(to bottom, hsl(7411.36, 100%, 50%) 0%, hsl(7411.36, 100%, 50%) 100%);
}


#album-music-playedSN11852 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7413.36, 100%, 50%) 0%, hsl(7413.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11853 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7415.36, 100%, 50%) 0%, hsl(7415.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11853 {
background: linear-gradient(to bottom, hsl(7415.36, 100%, 50%) 0%, hsl(7415.36, 100%, 50%) 100%);
}

.bg-SN11853 {
background: linear-gradient(to bottom, hsl(7415.36, 100%, 50%) 0%, hsl(7415.36, 100%, 50%) 100%);
}


#album-music-playedSN11853 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7417.36, 100%, 50%) 0%, hsl(7417.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11854 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7419.36, 100%, 50%) 0%, hsl(7419.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11854 {
background: linear-gradient(to bottom, hsl(7419.36, 100%, 50%) 0%, hsl(7419.36, 100%, 50%) 100%);
}

.bg-SN11854 {
background: linear-gradient(to bottom, hsl(7419.36, 100%, 50%) 0%, hsl(7419.36, 100%, 50%) 100%);
}


#album-music-playedSN11854 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7421.36, 100%, 50%) 0%, hsl(7421.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11855 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7423.36, 100%, 50%) 0%, hsl(7423.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11855 {
background: linear-gradient(to bottom, hsl(7423.36, 100%, 50%) 0%, hsl(7423.36, 100%, 50%) 100%);
}

.bg-SN11855 {
background: linear-gradient(to bottom, hsl(7423.36, 100%, 50%) 0%, hsl(7423.36, 100%, 50%) 100%);
}


#album-music-playedSN11855 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7425.36, 100%, 50%) 0%, hsl(7425.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11856 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7427.36, 100%, 50%) 0%, hsl(7427.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11856 {
background: linear-gradient(to bottom, hsl(7427.36, 100%, 50%) 0%, hsl(7427.36, 100%, 50%) 100%);
}

.bg-SN11856 {
background: linear-gradient(to bottom, hsl(7427.36, 100%, 50%) 0%, hsl(7427.36, 100%, 50%) 100%);
}


#album-music-playedSN11856 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7429.36, 100%, 50%) 0%, hsl(7429.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11857 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7431.36, 100%, 50%) 0%, hsl(7431.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11857 {
background: linear-gradient(to bottom, hsl(7431.36, 100%, 50%) 0%, hsl(7431.36, 100%, 50%) 100%);
}

.bg-SN11857 {
background: linear-gradient(to bottom, hsl(7431.36, 100%, 50%) 0%, hsl(7431.36, 100%, 50%) 100%);
}


#album-music-playedSN11857 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7433.36, 100%, 50%) 0%, hsl(7433.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11858 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7435.36, 100%, 50%) 0%, hsl(7435.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11858 {
background: linear-gradient(to bottom, hsl(7435.36, 100%, 50%) 0%, hsl(7435.36, 100%, 50%) 100%);
}

.bg-SN11858 {
background: linear-gradient(to bottom, hsl(7435.36, 100%, 50%) 0%, hsl(7435.36, 100%, 50%) 100%);
}


#album-music-playedSN11858 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7437.36, 100%, 50%) 0%, hsl(7437.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11859 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7439.36, 100%, 50%) 0%, hsl(7439.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11859 {
background: linear-gradient(to bottom, hsl(7439.36, 100%, 50%) 0%, hsl(7439.36, 100%, 50%) 100%);
}

.bg-SN11859 {
background: linear-gradient(to bottom, hsl(7439.36, 100%, 50%) 0%, hsl(7439.36, 100%, 50%) 100%);
}


#album-music-playedSN11859 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7441.36, 100%, 50%) 0%, hsl(7441.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11860 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7443.36, 100%, 50%) 0%, hsl(7443.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11860 {
background: linear-gradient(to bottom, hsl(7443.36, 100%, 50%) 0%, hsl(7443.36, 100%, 50%) 100%);
}

.bg-SN11860 {
background: linear-gradient(to bottom, hsl(7443.36, 100%, 50%) 0%, hsl(7443.36, 100%, 50%) 100%);
}


#album-music-playedSN11860 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7445.36, 100%, 50%) 0%, hsl(7445.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11861 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7447.36, 100%, 50%) 0%, hsl(7447.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11861 {
background: linear-gradient(to bottom, hsl(7447.36, 100%, 50%) 0%, hsl(7447.36, 100%, 50%) 100%);
}

.bg-SN11861 {
background: linear-gradient(to bottom, hsl(7447.36, 100%, 50%) 0%, hsl(7447.36, 100%, 50%) 100%);
}


#album-music-playedSN11861 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7449.36, 100%, 50%) 0%, hsl(7449.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11862 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7451.36, 100%, 50%) 0%, hsl(7451.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11862 {
background: linear-gradient(to bottom, hsl(7451.36, 100%, 50%) 0%, hsl(7451.36, 100%, 50%) 100%);
}

.bg-SN11862 {
background: linear-gradient(to bottom, hsl(7451.36, 100%, 50%) 0%, hsl(7451.36, 100%, 50%) 100%);
}


#album-music-playedSN11862 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7453.36, 100%, 50%) 0%, hsl(7453.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11863 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7455.36, 100%, 50%) 0%, hsl(7455.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11863 {
background: linear-gradient(to bottom, hsl(7455.36, 100%, 50%) 0%, hsl(7455.36, 100%, 50%) 100%);
}

.bg-SN11863 {
background: linear-gradient(to bottom, hsl(7455.36, 100%, 50%) 0%, hsl(7455.36, 100%, 50%) 100%);
}


#album-music-playedSN11863 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7457.36, 100%, 50%) 0%, hsl(7457.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11864 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7459.36, 100%, 50%) 0%, hsl(7459.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11864 {
background: linear-gradient(to bottom, hsl(7459.36, 100%, 50%) 0%, hsl(7459.36, 100%, 50%) 100%);
}

.bg-SN11864 {
background: linear-gradient(to bottom, hsl(7459.36, 100%, 50%) 0%, hsl(7459.36, 100%, 50%) 100%);
}


#album-music-playedSN11864 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7461.36, 100%, 50%) 0%, hsl(7461.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11865 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7463.36, 100%, 50%) 0%, hsl(7463.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11865 {
background: linear-gradient(to bottom, hsl(7463.36, 100%, 50%) 0%, hsl(7463.36, 100%, 50%) 100%);
}

.bg-SN11865 {
background: linear-gradient(to bottom, hsl(7463.36, 100%, 50%) 0%, hsl(7463.36, 100%, 50%) 100%);
}


#album-music-playedSN11865 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7465.36, 100%, 50%) 0%, hsl(7465.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11866 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7467.36, 100%, 50%) 0%, hsl(7467.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11866 {
background: linear-gradient(to bottom, hsl(7467.36, 100%, 50%) 0%, hsl(7467.36, 100%, 50%) 100%);
}

.bg-SN11866 {
background: linear-gradient(to bottom, hsl(7467.36, 100%, 50%) 0%, hsl(7467.36, 100%, 50%) 100%);
}


#album-music-playedSN11866 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7469.36, 100%, 50%) 0%, hsl(7469.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11867 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7471.36, 100%, 50%) 0%, hsl(7471.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11867 {
background: linear-gradient(to bottom, hsl(7471.36, 100%, 50%) 0%, hsl(7471.36, 100%, 50%) 100%);
}

.bg-SN11867 {
background: linear-gradient(to bottom, hsl(7471.36, 100%, 50%) 0%, hsl(7471.36, 100%, 50%) 100%);
}


#album-music-playedSN11867 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7473.36, 100%, 50%) 0%, hsl(7473.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11868 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7475.36, 100%, 50%) 0%, hsl(7475.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11868 {
background: linear-gradient(to bottom, hsl(7475.36, 100%, 50%) 0%, hsl(7475.36, 100%, 50%) 100%);
}

.bg-SN11868 {
background: linear-gradient(to bottom, hsl(7475.36, 100%, 50%) 0%, hsl(7475.36, 100%, 50%) 100%);
}


#album-music-playedSN11868 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7477.36, 100%, 50%) 0%, hsl(7477.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11869 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7479.36, 100%, 50%) 0%, hsl(7479.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11869 {
background: linear-gradient(to bottom, hsl(7479.36, 100%, 50%) 0%, hsl(7479.36, 100%, 50%) 100%);
}

.bg-SN11869 {
background: linear-gradient(to bottom, hsl(7479.36, 100%, 50%) 0%, hsl(7479.36, 100%, 50%) 100%);
}


#album-music-playedSN11869 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7481.36, 100%, 50%) 0%, hsl(7481.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11870 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7483.36, 100%, 50%) 0%, hsl(7483.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11870 {
background: linear-gradient(to bottom, hsl(7483.36, 100%, 50%) 0%, hsl(7483.36, 100%, 50%) 100%);
}

.bg-SN11870 {
background: linear-gradient(to bottom, hsl(7483.36, 100%, 50%) 0%, hsl(7483.36, 100%, 50%) 100%);
}


#album-music-playedSN11870 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7485.36, 100%, 50%) 0%, hsl(7485.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11871 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7487.36, 100%, 50%) 0%, hsl(7487.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11871 {
background: linear-gradient(to bottom, hsl(7487.36, 100%, 50%) 0%, hsl(7487.36, 100%, 50%) 100%);
}

.bg-SN11871 {
background: linear-gradient(to bottom, hsl(7487.36, 100%, 50%) 0%, hsl(7487.36, 100%, 50%) 100%);
}


#album-music-playedSN11871 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7489.36, 100%, 50%) 0%, hsl(7489.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11872 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7491.36, 100%, 50%) 0%, hsl(7491.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11872 {
background: linear-gradient(to bottom, hsl(7491.36, 100%, 50%) 0%, hsl(7491.36, 100%, 50%) 100%);
}

.bg-SN11872 {
background: linear-gradient(to bottom, hsl(7491.36, 100%, 50%) 0%, hsl(7491.36, 100%, 50%) 100%);
}


#album-music-playedSN11872 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7493.36, 100%, 50%) 0%, hsl(7493.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11873 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7495.36, 100%, 50%) 0%, hsl(7495.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11873 {
background: linear-gradient(to bottom, hsl(7495.36, 100%, 50%) 0%, hsl(7495.36, 100%, 50%) 100%);
}

.bg-SN11873 {
background: linear-gradient(to bottom, hsl(7495.36, 100%, 50%) 0%, hsl(7495.36, 100%, 50%) 100%);
}


#album-music-playedSN11873 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7497.36, 100%, 50%) 0%, hsl(7497.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11874 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7499.36, 100%, 50%) 0%, hsl(7499.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11874 {
background: linear-gradient(to bottom, hsl(7499.36, 100%, 50%) 0%, hsl(7499.36, 100%, 50%) 100%);
}

.bg-SN11874 {
background: linear-gradient(to bottom, hsl(7499.36, 100%, 50%) 0%, hsl(7499.36, 100%, 50%) 100%);
}


#album-music-playedSN11874 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7501.36, 100%, 50%) 0%, hsl(7501.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11875 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7503.36, 100%, 50%) 0%, hsl(7503.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11875 {
background: linear-gradient(to bottom, hsl(7503.36, 100%, 50%) 0%, hsl(7503.36, 100%, 50%) 100%);
}

.bg-SN11875 {
background: linear-gradient(to bottom, hsl(7503.36, 100%, 50%) 0%, hsl(7503.36, 100%, 50%) 100%);
}


#album-music-playedSN11875 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7505.36, 100%, 50%) 0%, hsl(7505.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11876 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7507.36, 100%, 50%) 0%, hsl(7507.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11876 {
background: linear-gradient(to bottom, hsl(7507.36, 100%, 50%) 0%, hsl(7507.36, 100%, 50%) 100%);
}

.bg-SN11876 {
background: linear-gradient(to bottom, hsl(7507.36, 100%, 50%) 0%, hsl(7507.36, 100%, 50%) 100%);
}


#album-music-playedSN11876 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7509.36, 100%, 50%) 0%, hsl(7509.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11877 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7511.36, 100%, 50%) 0%, hsl(7511.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11877 {
background: linear-gradient(to bottom, hsl(7511.36, 100%, 50%) 0%, hsl(7511.36, 100%, 50%) 100%);
}

.bg-SN11877 {
background: linear-gradient(to bottom, hsl(7511.36, 100%, 50%) 0%, hsl(7511.36, 100%, 50%) 100%);
}


#album-music-playedSN11877 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7513.36, 100%, 50%) 0%, hsl(7513.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11878 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7515.36, 100%, 50%) 0%, hsl(7515.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11878 {
background: linear-gradient(to bottom, hsl(7515.36, 100%, 50%) 0%, hsl(7515.36, 100%, 50%) 100%);
}

.bg-SN11878 {
background: linear-gradient(to bottom, hsl(7515.36, 100%, 50%) 0%, hsl(7515.36, 100%, 50%) 100%);
}


#album-music-playedSN11878 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7517.36, 100%, 50%) 0%, hsl(7517.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11879 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7519.36, 100%, 50%) 0%, hsl(7519.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11879 {
background: linear-gradient(to bottom, hsl(7519.36, 100%, 50%) 0%, hsl(7519.36, 100%, 50%) 100%);
}

.bg-SN11879 {
background: linear-gradient(to bottom, hsl(7519.36, 100%, 50%) 0%, hsl(7519.36, 100%, 50%) 100%);
}


#album-music-playedSN11879 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7521.36, 100%, 50%) 0%, hsl(7521.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11880 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7523.36, 100%, 50%) 0%, hsl(7523.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11880 {
background: linear-gradient(to bottom, hsl(7523.36, 100%, 50%) 0%, hsl(7523.36, 100%, 50%) 100%);
}

.bg-SN11880 {
background: linear-gradient(to bottom, hsl(7523.36, 100%, 50%) 0%, hsl(7523.36, 100%, 50%) 100%);
}


#album-music-playedSN11880 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7525.36, 100%, 50%) 0%, hsl(7525.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11881 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7527.36, 100%, 50%) 0%, hsl(7527.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11881 {
background: linear-gradient(to bottom, hsl(7527.36, 100%, 50%) 0%, hsl(7527.36, 100%, 50%) 100%);
}

.bg-SN11881 {
background: linear-gradient(to bottom, hsl(7527.36, 100%, 50%) 0%, hsl(7527.36, 100%, 50%) 100%);
}


#album-music-playedSN11881 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7529.36, 100%, 50%) 0%, hsl(7529.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11882 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7531.36, 100%, 50%) 0%, hsl(7531.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11882 {
background: linear-gradient(to bottom, hsl(7531.36, 100%, 50%) 0%, hsl(7531.36, 100%, 50%) 100%);
}

.bg-SN11882 {
background: linear-gradient(to bottom, hsl(7531.36, 100%, 50%) 0%, hsl(7531.36, 100%, 50%) 100%);
}


#album-music-playedSN11882 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7533.36, 100%, 50%) 0%, hsl(7533.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11883 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7535.36, 100%, 50%) 0%, hsl(7535.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11883 {
background: linear-gradient(to bottom, hsl(7535.36, 100%, 50%) 0%, hsl(7535.36, 100%, 50%) 100%);
}

.bg-SN11883 {
background: linear-gradient(to bottom, hsl(7535.36, 100%, 50%) 0%, hsl(7535.36, 100%, 50%) 100%);
}


#album-music-playedSN11883 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7537.36, 100%, 50%) 0%, hsl(7537.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11884 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7539.36, 100%, 50%) 0%, hsl(7539.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11884 {
background: linear-gradient(to bottom, hsl(7539.36, 100%, 50%) 0%, hsl(7539.36, 100%, 50%) 100%);
}

.bg-SN11884 {
background: linear-gradient(to bottom, hsl(7539.36, 100%, 50%) 0%, hsl(7539.36, 100%, 50%) 100%);
}


#album-music-playedSN11884 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7541.36, 100%, 50%) 0%, hsl(7541.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11885 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7543.36, 100%, 50%) 0%, hsl(7543.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11885 {
background: linear-gradient(to bottom, hsl(7543.36, 100%, 50%) 0%, hsl(7543.36, 100%, 50%) 100%);
}

.bg-SN11885 {
background: linear-gradient(to bottom, hsl(7543.36, 100%, 50%) 0%, hsl(7543.36, 100%, 50%) 100%);
}


#album-music-playedSN11885 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7545.36, 100%, 50%) 0%, hsl(7545.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11886 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7547.36, 100%, 50%) 0%, hsl(7547.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11886 {
background: linear-gradient(to bottom, hsl(7547.36, 100%, 50%) 0%, hsl(7547.36, 100%, 50%) 100%);
}

.bg-SN11886 {
background: linear-gradient(to bottom, hsl(7547.36, 100%, 50%) 0%, hsl(7547.36, 100%, 50%) 100%);
}


#album-music-playedSN11886 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7549.36, 100%, 50%) 0%, hsl(7549.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11887 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7551.36, 100%, 50%) 0%, hsl(7551.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11887 {
background: linear-gradient(to bottom, hsl(7551.36, 100%, 50%) 0%, hsl(7551.36, 100%, 50%) 100%);
}

.bg-SN11887 {
background: linear-gradient(to bottom, hsl(7551.36, 100%, 50%) 0%, hsl(7551.36, 100%, 50%) 100%);
}


#album-music-playedSN11887 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7553.36, 100%, 50%) 0%, hsl(7553.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11888 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7555.36, 100%, 50%) 0%, hsl(7555.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11888 {
background: linear-gradient(to bottom, hsl(7555.36, 100%, 50%) 0%, hsl(7555.36, 100%, 50%) 100%);
}

.bg-SN11888 {
background: linear-gradient(to bottom, hsl(7555.36, 100%, 50%) 0%, hsl(7555.36, 100%, 50%) 100%);
}


#album-music-playedSN11888 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7557.36, 100%, 50%) 0%, hsl(7557.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11889 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7559.36, 100%, 50%) 0%, hsl(7559.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11889 {
background: linear-gradient(to bottom, hsl(7559.36, 100%, 50%) 0%, hsl(7559.36, 100%, 50%) 100%);
}

.bg-SN11889 {
background: linear-gradient(to bottom, hsl(7559.36, 100%, 50%) 0%, hsl(7559.36, 100%, 50%) 100%);
}


#album-music-playedSN11889 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7561.36, 100%, 50%) 0%, hsl(7561.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11890 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7563.36, 100%, 50%) 0%, hsl(7563.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11890 {
background: linear-gradient(to bottom, hsl(7563.36, 100%, 50%) 0%, hsl(7563.36, 100%, 50%) 100%);
}

.bg-SN11890 {
background: linear-gradient(to bottom, hsl(7563.36, 100%, 50%) 0%, hsl(7563.36, 100%, 50%) 100%);
}


#album-music-playedSN11890 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7565.36, 100%, 50%) 0%, hsl(7565.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11891 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7567.36, 100%, 50%) 0%, hsl(7567.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11891 {
background: linear-gradient(to bottom, hsl(7567.36, 100%, 50%) 0%, hsl(7567.36, 100%, 50%) 100%);
}

.bg-SN11891 {
background: linear-gradient(to bottom, hsl(7567.36, 100%, 50%) 0%, hsl(7567.36, 100%, 50%) 100%);
}


#album-music-playedSN11891 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7569.36, 100%, 50%) 0%, hsl(7569.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11892 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7571.36, 100%, 50%) 0%, hsl(7571.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11892 {
background: linear-gradient(to bottom, hsl(7571.36, 100%, 50%) 0%, hsl(7571.36, 100%, 50%) 100%);
}

.bg-SN11892 {
background: linear-gradient(to bottom, hsl(7571.36, 100%, 50%) 0%, hsl(7571.36, 100%, 50%) 100%);
}


#album-music-playedSN11892 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7573.36, 100%, 50%) 0%, hsl(7573.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11893 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7575.36, 100%, 50%) 0%, hsl(7575.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11893 {
background: linear-gradient(to bottom, hsl(7575.36, 100%, 50%) 0%, hsl(7575.36, 100%, 50%) 100%);
}

.bg-SN11893 {
background: linear-gradient(to bottom, hsl(7575.36, 100%, 50%) 0%, hsl(7575.36, 100%, 50%) 100%);
}


#album-music-playedSN11893 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7577.36, 100%, 50%) 0%, hsl(7577.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11894 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7579.36, 100%, 50%) 0%, hsl(7579.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11894 {
background: linear-gradient(to bottom, hsl(7579.36, 100%, 50%) 0%, hsl(7579.36, 100%, 50%) 100%);
}

.bg-SN11894 {
background: linear-gradient(to bottom, hsl(7579.36, 100%, 50%) 0%, hsl(7579.36, 100%, 50%) 100%);
}


#album-music-playedSN11894 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7581.36, 100%, 50%) 0%, hsl(7581.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11895 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7583.36, 100%, 50%) 0%, hsl(7583.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11895 {
background: linear-gradient(to bottom, hsl(7583.36, 100%, 50%) 0%, hsl(7583.36, 100%, 50%) 100%);
}

.bg-SN11895 {
background: linear-gradient(to bottom, hsl(7583.36, 100%, 50%) 0%, hsl(7583.36, 100%, 50%) 100%);
}


#album-music-playedSN11895 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7585.36, 100%, 50%) 0%, hsl(7585.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11896 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7587.36, 100%, 50%) 0%, hsl(7587.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11896 {
background: linear-gradient(to bottom, hsl(7587.36, 100%, 50%) 0%, hsl(7587.36, 100%, 50%) 100%);
}

.bg-SN11896 {
background: linear-gradient(to bottom, hsl(7587.36, 100%, 50%) 0%, hsl(7587.36, 100%, 50%) 100%);
}


#album-music-playedSN11896 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7589.36, 100%, 50%) 0%, hsl(7589.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11897 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7591.36, 100%, 50%) 0%, hsl(7591.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11897 {
background: linear-gradient(to bottom, hsl(7591.36, 100%, 50%) 0%, hsl(7591.36, 100%, 50%) 100%);
}

.bg-SN11897 {
background: linear-gradient(to bottom, hsl(7591.36, 100%, 50%) 0%, hsl(7591.36, 100%, 50%) 100%);
}


#album-music-playedSN11897 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7593.36, 100%, 50%) 0%, hsl(7593.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11898 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7595.36, 100%, 50%) 0%, hsl(7595.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11898 {
background: linear-gradient(to bottom, hsl(7595.36, 100%, 50%) 0%, hsl(7595.36, 100%, 50%) 100%);
}

.bg-SN11898 {
background: linear-gradient(to bottom, hsl(7595.36, 100%, 50%) 0%, hsl(7595.36, 100%, 50%) 100%);
}


#album-music-playedSN11898 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7597.36, 100%, 50%) 0%, hsl(7597.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11899 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7599.36, 100%, 50%) 0%, hsl(7599.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11899 {
background: linear-gradient(to bottom, hsl(7599.36, 100%, 50%) 0%, hsl(7599.36, 100%, 50%) 100%);
}

.bg-SN11899 {
background: linear-gradient(to bottom, hsl(7599.36, 100%, 50%) 0%, hsl(7599.36, 100%, 50%) 100%);
}


#album-music-playedSN11899 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7601.36, 100%, 50%) 0%, hsl(7601.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11900 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7603.36, 100%, 50%) 0%, hsl(7603.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11900 {
background: linear-gradient(to bottom, hsl(7603.36, 100%, 50%) 0%, hsl(7603.36, 100%, 50%) 100%);
}

.bg-SN11900 {
background: linear-gradient(to bottom, hsl(7603.36, 100%, 50%) 0%, hsl(7603.36, 100%, 50%) 100%);
}


#album-music-playedSN11900 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7605.36, 100%, 50%) 0%, hsl(7605.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11901 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7607.36, 100%, 50%) 0%, hsl(7607.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11901 {
background: linear-gradient(to bottom, hsl(7607.36, 100%, 50%) 0%, hsl(7607.36, 100%, 50%) 100%);
}

.bg-SN11901 {
background: linear-gradient(to bottom, hsl(7607.36, 100%, 50%) 0%, hsl(7607.36, 100%, 50%) 100%);
}


#album-music-playedSN11901 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7609.36, 100%, 50%) 0%, hsl(7609.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11902 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7611.36, 100%, 50%) 0%, hsl(7611.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11902 {
background: linear-gradient(to bottom, hsl(7611.36, 100%, 50%) 0%, hsl(7611.36, 100%, 50%) 100%);
}

.bg-SN11902 {
background: linear-gradient(to bottom, hsl(7611.36, 100%, 50%) 0%, hsl(7611.36, 100%, 50%) 100%);
}


#album-music-playedSN11902 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7613.36, 100%, 50%) 0%, hsl(7613.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11903 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7615.36, 100%, 50%) 0%, hsl(7615.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11903 {
background: linear-gradient(to bottom, hsl(7615.36, 100%, 50%) 0%, hsl(7615.36, 100%, 50%) 100%);
}

.bg-SN11903 {
background: linear-gradient(to bottom, hsl(7615.36, 100%, 50%) 0%, hsl(7615.36, 100%, 50%) 100%);
}


#album-music-playedSN11903 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7617.36, 100%, 50%) 0%, hsl(7617.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11904 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7619.36, 100%, 50%) 0%, hsl(7619.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11904 {
background: linear-gradient(to bottom, hsl(7619.36, 100%, 50%) 0%, hsl(7619.36, 100%, 50%) 100%);
}

.bg-SN11904 {
background: linear-gradient(to bottom, hsl(7619.36, 100%, 50%) 0%, hsl(7619.36, 100%, 50%) 100%);
}


#album-music-playedSN11904 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7621.36, 100%, 50%) 0%, hsl(7621.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11905 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7623.36, 100%, 50%) 0%, hsl(7623.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11905 {
background: linear-gradient(to bottom, hsl(7623.36, 100%, 50%) 0%, hsl(7623.36, 100%, 50%) 100%);
}

.bg-SN11905 {
background: linear-gradient(to bottom, hsl(7623.36, 100%, 50%) 0%, hsl(7623.36, 100%, 50%) 100%);
}


#album-music-playedSN11905 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7625.36, 100%, 50%) 0%, hsl(7625.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11906 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7627.36, 100%, 50%) 0%, hsl(7627.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11906 {
background: linear-gradient(to bottom, hsl(7627.36, 100%, 50%) 0%, hsl(7627.36, 100%, 50%) 100%);
}

.bg-SN11906 {
background: linear-gradient(to bottom, hsl(7627.36, 100%, 50%) 0%, hsl(7627.36, 100%, 50%) 100%);
}


#album-music-playedSN11906 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7629.36, 100%, 50%) 0%, hsl(7629.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11907 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7631.36, 100%, 50%) 0%, hsl(7631.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11907 {
background: linear-gradient(to bottom, hsl(7631.36, 100%, 50%) 0%, hsl(7631.36, 100%, 50%) 100%);
}

.bg-SN11907 {
background: linear-gradient(to bottom, hsl(7631.36, 100%, 50%) 0%, hsl(7631.36, 100%, 50%) 100%);
}


#album-music-playedSN11907 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7633.36, 100%, 50%) 0%, hsl(7633.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11908 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7635.36, 100%, 50%) 0%, hsl(7635.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11908 {
background: linear-gradient(to bottom, hsl(7635.36, 100%, 50%) 0%, hsl(7635.36, 100%, 50%) 100%);
}

.bg-SN11908 {
background: linear-gradient(to bottom, hsl(7635.36, 100%, 50%) 0%, hsl(7635.36, 100%, 50%) 100%);
}


#album-music-playedSN11908 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7637.36, 100%, 50%) 0%, hsl(7637.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11909 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7639.36, 100%, 50%) 0%, hsl(7639.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11909 {
background: linear-gradient(to bottom, hsl(7639.36, 100%, 50%) 0%, hsl(7639.36, 100%, 50%) 100%);
}

.bg-SN11909 {
background: linear-gradient(to bottom, hsl(7639.36, 100%, 50%) 0%, hsl(7639.36, 100%, 50%) 100%);
}


#album-music-playedSN11909 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7641.36, 100%, 50%) 0%, hsl(7641.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11910 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7643.36, 100%, 50%) 0%, hsl(7643.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11910 {
background: linear-gradient(to bottom, hsl(7643.36, 100%, 50%) 0%, hsl(7643.36, 100%, 50%) 100%);
}

.bg-SN11910 {
background: linear-gradient(to bottom, hsl(7643.36, 100%, 50%) 0%, hsl(7643.36, 100%, 50%) 100%);
}


#album-music-playedSN11910 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7645.36, 100%, 50%) 0%, hsl(7645.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11911 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7647.36, 100%, 50%) 0%, hsl(7647.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11911 {
background: linear-gradient(to bottom, hsl(7647.36, 100%, 50%) 0%, hsl(7647.36, 100%, 50%) 100%);
}

.bg-SN11911 {
background: linear-gradient(to bottom, hsl(7647.36, 100%, 50%) 0%, hsl(7647.36, 100%, 50%) 100%);
}


#album-music-playedSN11911 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7649.36, 100%, 50%) 0%, hsl(7649.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11912 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7651.36, 100%, 50%) 0%, hsl(7651.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11912 {
background: linear-gradient(to bottom, hsl(7651.36, 100%, 50%) 0%, hsl(7651.36, 100%, 50%) 100%);
}

.bg-SN11912 {
background: linear-gradient(to bottom, hsl(7651.36, 100%, 50%) 0%, hsl(7651.36, 100%, 50%) 100%);
}


#album-music-playedSN11912 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7653.36, 100%, 50%) 0%, hsl(7653.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11913 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7655.36, 100%, 50%) 0%, hsl(7655.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11913 {
background: linear-gradient(to bottom, hsl(7655.36, 100%, 50%) 0%, hsl(7655.36, 100%, 50%) 100%);
}

.bg-SN11913 {
background: linear-gradient(to bottom, hsl(7655.36, 100%, 50%) 0%, hsl(7655.36, 100%, 50%) 100%);
}


#album-music-playedSN11913 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7657.36, 100%, 50%) 0%, hsl(7657.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11914 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7659.36, 100%, 50%) 0%, hsl(7659.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11914 {
background: linear-gradient(to bottom, hsl(7659.36, 100%, 50%) 0%, hsl(7659.36, 100%, 50%) 100%);
}

.bg-SN11914 {
background: linear-gradient(to bottom, hsl(7659.36, 100%, 50%) 0%, hsl(7659.36, 100%, 50%) 100%);
}


#album-music-playedSN11914 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7661.36, 100%, 50%) 0%, hsl(7661.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11915 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7663.36, 100%, 50%) 0%, hsl(7663.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11915 {
background: linear-gradient(to bottom, hsl(7663.36, 100%, 50%) 0%, hsl(7663.36, 100%, 50%) 100%);
}

.bg-SN11915 {
background: linear-gradient(to bottom, hsl(7663.36, 100%, 50%) 0%, hsl(7663.36, 100%, 50%) 100%);
}


#album-music-playedSN11915 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7665.36, 100%, 50%) 0%, hsl(7665.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11916 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7667.36, 100%, 50%) 0%, hsl(7667.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11916 {
background: linear-gradient(to bottom, hsl(7667.36, 100%, 50%) 0%, hsl(7667.36, 100%, 50%) 100%);
}

.bg-SN11916 {
background: linear-gradient(to bottom, hsl(7667.36, 100%, 50%) 0%, hsl(7667.36, 100%, 50%) 100%);
}


#album-music-playedSN11916 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7669.36, 100%, 50%) 0%, hsl(7669.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11917 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7671.36, 100%, 50%) 0%, hsl(7671.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11917 {
background: linear-gradient(to bottom, hsl(7671.36, 100%, 50%) 0%, hsl(7671.36, 100%, 50%) 100%);
}

.bg-SN11917 {
background: linear-gradient(to bottom, hsl(7671.36, 100%, 50%) 0%, hsl(7671.36, 100%, 50%) 100%);
}


#album-music-playedSN11917 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7673.36, 100%, 50%) 0%, hsl(7673.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11918 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7675.36, 100%, 50%) 0%, hsl(7675.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11918 {
background: linear-gradient(to bottom, hsl(7675.36, 100%, 50%) 0%, hsl(7675.36, 100%, 50%) 100%);
}

.bg-SN11918 {
background: linear-gradient(to bottom, hsl(7675.36, 100%, 50%) 0%, hsl(7675.36, 100%, 50%) 100%);
}


#album-music-playedSN11918 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7677.36, 100%, 50%) 0%, hsl(7677.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11919 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7679.36, 100%, 50%) 0%, hsl(7679.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11919 {
background: linear-gradient(to bottom, hsl(7679.36, 100%, 50%) 0%, hsl(7679.36, 100%, 50%) 100%);
}

.bg-SN11919 {
background: linear-gradient(to bottom, hsl(7679.36, 100%, 50%) 0%, hsl(7679.36, 100%, 50%) 100%);
}


#album-music-playedSN11919 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7681.36, 100%, 50%) 0%, hsl(7681.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11920 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7683.36, 100%, 50%) 0%, hsl(7683.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11920 {
background: linear-gradient(to bottom, hsl(7683.36, 100%, 50%) 0%, hsl(7683.36, 100%, 50%) 100%);
}

.bg-SN11920 {
background: linear-gradient(to bottom, hsl(7683.36, 100%, 50%) 0%, hsl(7683.36, 100%, 50%) 100%);
}


#album-music-playedSN11920 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7685.36, 100%, 50%) 0%, hsl(7685.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11921 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7687.36, 100%, 50%) 0%, hsl(7687.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11921 {
background: linear-gradient(to bottom, hsl(7687.36, 100%, 50%) 0%, hsl(7687.36, 100%, 50%) 100%);
}

.bg-SN11921 {
background: linear-gradient(to bottom, hsl(7687.36, 100%, 50%) 0%, hsl(7687.36, 100%, 50%) 100%);
}


#album-music-playedSN11921 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7689.36, 100%, 50%) 0%, hsl(7689.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11922 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7691.36, 100%, 50%) 0%, hsl(7691.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11922 {
background: linear-gradient(to bottom, hsl(7691.36, 100%, 50%) 0%, hsl(7691.36, 100%, 50%) 100%);
}

.bg-SN11922 {
background: linear-gradient(to bottom, hsl(7691.36, 100%, 50%) 0%, hsl(7691.36, 100%, 50%) 100%);
}


#album-music-playedSN11922 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7693.36, 100%, 50%) 0%, hsl(7693.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11923 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7695.36, 100%, 50%) 0%, hsl(7695.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11923 {
background: linear-gradient(to bottom, hsl(7695.36, 100%, 50%) 0%, hsl(7695.36, 100%, 50%) 100%);
}

.bg-SN11923 {
background: linear-gradient(to bottom, hsl(7695.36, 100%, 50%) 0%, hsl(7695.36, 100%, 50%) 100%);
}


#album-music-playedSN11923 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7697.36, 100%, 50%) 0%, hsl(7697.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11924 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7699.36, 100%, 50%) 0%, hsl(7699.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11924 {
background: linear-gradient(to bottom, hsl(7699.36, 100%, 50%) 0%, hsl(7699.36, 100%, 50%) 100%);
}

.bg-SN11924 {
background: linear-gradient(to bottom, hsl(7699.36, 100%, 50%) 0%, hsl(7699.36, 100%, 50%) 100%);
}


#album-music-playedSN11924 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7701.36, 100%, 50%) 0%, hsl(7701.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11925 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7703.36, 100%, 50%) 0%, hsl(7703.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11925 {
background: linear-gradient(to bottom, hsl(7703.36, 100%, 50%) 0%, hsl(7703.36, 100%, 50%) 100%);
}

.bg-SN11925 {
background: linear-gradient(to bottom, hsl(7703.36, 100%, 50%) 0%, hsl(7703.36, 100%, 50%) 100%);
}


#album-music-playedSN11925 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7705.36, 100%, 50%) 0%, hsl(7705.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11926 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7707.36, 100%, 50%) 0%, hsl(7707.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11926 {
background: linear-gradient(to bottom, hsl(7707.36, 100%, 50%) 0%, hsl(7707.36, 100%, 50%) 100%);
}

.bg-SN11926 {
background: linear-gradient(to bottom, hsl(7707.36, 100%, 50%) 0%, hsl(7707.36, 100%, 50%) 100%);
}


#album-music-playedSN11926 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7709.36, 100%, 50%) 0%, hsl(7709.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11927 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7711.36, 100%, 50%) 0%, hsl(7711.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11927 {
background: linear-gradient(to bottom, hsl(7711.36, 100%, 50%) 0%, hsl(7711.36, 100%, 50%) 100%);
}

.bg-SN11927 {
background: linear-gradient(to bottom, hsl(7711.36, 100%, 50%) 0%, hsl(7711.36, 100%, 50%) 100%);
}


#album-music-playedSN11927 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7713.36, 100%, 50%) 0%, hsl(7713.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11928 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7715.36, 100%, 50%) 0%, hsl(7715.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11928 {
background: linear-gradient(to bottom, hsl(7715.36, 100%, 50%) 0%, hsl(7715.36, 100%, 50%) 100%);
}

.bg-SN11928 {
background: linear-gradient(to bottom, hsl(7715.36, 100%, 50%) 0%, hsl(7715.36, 100%, 50%) 100%);
}


#album-music-playedSN11928 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7717.36, 100%, 50%) 0%, hsl(7717.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11929 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7719.36, 100%, 50%) 0%, hsl(7719.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11929 {
background: linear-gradient(to bottom, hsl(7719.36, 100%, 50%) 0%, hsl(7719.36, 100%, 50%) 100%);
}

.bg-SN11929 {
background: linear-gradient(to bottom, hsl(7719.36, 100%, 50%) 0%, hsl(7719.36, 100%, 50%) 100%);
}


#album-music-playedSN11929 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7721.36, 100%, 50%) 0%, hsl(7721.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11930 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7723.36, 100%, 50%) 0%, hsl(7723.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11930 {
background: linear-gradient(to bottom, hsl(7723.36, 100%, 50%) 0%, hsl(7723.36, 100%, 50%) 100%);
}

.bg-SN11930 {
background: linear-gradient(to bottom, hsl(7723.36, 100%, 50%) 0%, hsl(7723.36, 100%, 50%) 100%);
}


#album-music-playedSN11930 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7725.36, 100%, 50%) 0%, hsl(7725.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11931 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7727.36, 100%, 50%) 0%, hsl(7727.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11931 {
background: linear-gradient(to bottom, hsl(7727.36, 100%, 50%) 0%, hsl(7727.36, 100%, 50%) 100%);
}

.bg-SN11931 {
background: linear-gradient(to bottom, hsl(7727.36, 100%, 50%) 0%, hsl(7727.36, 100%, 50%) 100%);
}


#album-music-playedSN11931 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7729.36, 100%, 50%) 0%, hsl(7729.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11932 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7731.36, 100%, 50%) 0%, hsl(7731.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11932 {
background: linear-gradient(to bottom, hsl(7731.36, 100%, 50%) 0%, hsl(7731.36, 100%, 50%) 100%);
}

.bg-SN11932 {
background: linear-gradient(to bottom, hsl(7731.36, 100%, 50%) 0%, hsl(7731.36, 100%, 50%) 100%);
}


#album-music-playedSN11932 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7733.36, 100%, 50%) 0%, hsl(7733.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11933 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7735.36, 100%, 50%) 0%, hsl(7735.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11933 {
background: linear-gradient(to bottom, hsl(7735.36, 100%, 50%) 0%, hsl(7735.36, 100%, 50%) 100%);
}

.bg-SN11933 {
background: linear-gradient(to bottom, hsl(7735.36, 100%, 50%) 0%, hsl(7735.36, 100%, 50%) 100%);
}


#album-music-playedSN11933 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7737.36, 100%, 50%) 0%, hsl(7737.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11934 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7739.36, 100%, 50%) 0%, hsl(7739.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11934 {
background: linear-gradient(to bottom, hsl(7739.36, 100%, 50%) 0%, hsl(7739.36, 100%, 50%) 100%);
}

.bg-SN11934 {
background: linear-gradient(to bottom, hsl(7739.36, 100%, 50%) 0%, hsl(7739.36, 100%, 50%) 100%);
}


#album-music-playedSN11934 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7741.36, 100%, 50%) 0%, hsl(7741.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11935 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7743.36, 100%, 50%) 0%, hsl(7743.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11935 {
background: linear-gradient(to bottom, hsl(7743.36, 100%, 50%) 0%, hsl(7743.36, 100%, 50%) 100%);
}

.bg-SN11935 {
background: linear-gradient(to bottom, hsl(7743.36, 100%, 50%) 0%, hsl(7743.36, 100%, 50%) 100%);
}


#album-music-playedSN11935 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7745.36, 100%, 50%) 0%, hsl(7745.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11936 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7747.36, 100%, 50%) 0%, hsl(7747.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11936 {
background: linear-gradient(to bottom, hsl(7747.36, 100%, 50%) 0%, hsl(7747.36, 100%, 50%) 100%);
}

.bg-SN11936 {
background: linear-gradient(to bottom, hsl(7747.36, 100%, 50%) 0%, hsl(7747.36, 100%, 50%) 100%);
}


#album-music-playedSN11936 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7749.36, 100%, 50%) 0%, hsl(7749.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11937 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7751.36, 100%, 50%) 0%, hsl(7751.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11937 {
background: linear-gradient(to bottom, hsl(7751.36, 100%, 50%) 0%, hsl(7751.36, 100%, 50%) 100%);
}

.bg-SN11937 {
background: linear-gradient(to bottom, hsl(7751.36, 100%, 50%) 0%, hsl(7751.36, 100%, 50%) 100%);
}


#album-music-playedSN11937 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7753.36, 100%, 50%) 0%, hsl(7753.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11938 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7755.36, 100%, 50%) 0%, hsl(7755.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11938 {
background: linear-gradient(to bottom, hsl(7755.36, 100%, 50%) 0%, hsl(7755.36, 100%, 50%) 100%);
}

.bg-SN11938 {
background: linear-gradient(to bottom, hsl(7755.36, 100%, 50%) 0%, hsl(7755.36, 100%, 50%) 100%);
}


#album-music-playedSN11938 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7757.36, 100%, 50%) 0%, hsl(7757.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11939 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7759.36, 100%, 50%) 0%, hsl(7759.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11939 {
background: linear-gradient(to bottom, hsl(7759.36, 100%, 50%) 0%, hsl(7759.36, 100%, 50%) 100%);
}

.bg-SN11939 {
background: linear-gradient(to bottom, hsl(7759.36, 100%, 50%) 0%, hsl(7759.36, 100%, 50%) 100%);
}


#album-music-playedSN11939 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7761.36, 100%, 50%) 0%, hsl(7761.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11940 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7763.36, 100%, 50%) 0%, hsl(7763.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11940 {
background: linear-gradient(to bottom, hsl(7763.36, 100%, 50%) 0%, hsl(7763.36, 100%, 50%) 100%);
}

.bg-SN11940 {
background: linear-gradient(to bottom, hsl(7763.36, 100%, 50%) 0%, hsl(7763.36, 100%, 50%) 100%);
}


#album-music-playedSN11940 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7765.36, 100%, 50%) 0%, hsl(7765.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11941 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7767.36, 100%, 50%) 0%, hsl(7767.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11941 {
background: linear-gradient(to bottom, hsl(7767.36, 100%, 50%) 0%, hsl(7767.36, 100%, 50%) 100%);
}

.bg-SN11941 {
background: linear-gradient(to bottom, hsl(7767.36, 100%, 50%) 0%, hsl(7767.36, 100%, 50%) 100%);
}


#album-music-playedSN11941 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7769.36, 100%, 50%) 0%, hsl(7769.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11942 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7771.36, 100%, 50%) 0%, hsl(7771.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11942 {
background: linear-gradient(to bottom, hsl(7771.36, 100%, 50%) 0%, hsl(7771.36, 100%, 50%) 100%);
}

.bg-SN11942 {
background: linear-gradient(to bottom, hsl(7771.36, 100%, 50%) 0%, hsl(7771.36, 100%, 50%) 100%);
}


#album-music-playedSN11942 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7773.36, 100%, 50%) 0%, hsl(7773.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11943 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7775.36, 100%, 50%) 0%, hsl(7775.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11943 {
background: linear-gradient(to bottom, hsl(7775.36, 100%, 50%) 0%, hsl(7775.36, 100%, 50%) 100%);
}

.bg-SN11943 {
background: linear-gradient(to bottom, hsl(7775.36, 100%, 50%) 0%, hsl(7775.36, 100%, 50%) 100%);
}


#album-music-playedSN11943 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7777.36, 100%, 50%) 0%, hsl(7777.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11944 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7779.36, 100%, 50%) 0%, hsl(7779.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11944 {
background: linear-gradient(to bottom, hsl(7779.36, 100%, 50%) 0%, hsl(7779.36, 100%, 50%) 100%);
}

.bg-SN11944 {
background: linear-gradient(to bottom, hsl(7779.36, 100%, 50%) 0%, hsl(7779.36, 100%, 50%) 100%);
}


#album-music-playedSN11944 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7781.36, 100%, 50%) 0%, hsl(7781.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11945 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7783.36, 100%, 50%) 0%, hsl(7783.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11945 {
background: linear-gradient(to bottom, hsl(7783.36, 100%, 50%) 0%, hsl(7783.36, 100%, 50%) 100%);
}

.bg-SN11945 {
background: linear-gradient(to bottom, hsl(7783.36, 100%, 50%) 0%, hsl(7783.36, 100%, 50%) 100%);
}


#album-music-playedSN11945 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7785.36, 100%, 50%) 0%, hsl(7785.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11946 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7787.36, 100%, 50%) 0%, hsl(7787.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11946 {
background: linear-gradient(to bottom, hsl(7787.36, 100%, 50%) 0%, hsl(7787.36, 100%, 50%) 100%);
}

.bg-SN11946 {
background: linear-gradient(to bottom, hsl(7787.36, 100%, 50%) 0%, hsl(7787.36, 100%, 50%) 100%);
}


#album-music-playedSN11946 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7789.36, 100%, 50%) 0%, hsl(7789.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11947 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7791.36, 100%, 50%) 0%, hsl(7791.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11947 {
background: linear-gradient(to bottom, hsl(7791.36, 100%, 50%) 0%, hsl(7791.36, 100%, 50%) 100%);
}

.bg-SN11947 {
background: linear-gradient(to bottom, hsl(7791.36, 100%, 50%) 0%, hsl(7791.36, 100%, 50%) 100%);
}


#album-music-playedSN11947 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7793.36, 100%, 50%) 0%, hsl(7793.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11948 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7795.36, 100%, 50%) 0%, hsl(7795.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11948 {
background: linear-gradient(to bottom, hsl(7795.36, 100%, 50%) 0%, hsl(7795.36, 100%, 50%) 100%);
}

.bg-SN11948 {
background: linear-gradient(to bottom, hsl(7795.36, 100%, 50%) 0%, hsl(7795.36, 100%, 50%) 100%);
}


#album-music-playedSN11948 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7797.36, 100%, 50%) 0%, hsl(7797.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11949 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7799.36, 100%, 50%) 0%, hsl(7799.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11949 {
background: linear-gradient(to bottom, hsl(7799.36, 100%, 50%) 0%, hsl(7799.36, 100%, 50%) 100%);
}

.bg-SN11949 {
background: linear-gradient(to bottom, hsl(7799.36, 100%, 50%) 0%, hsl(7799.36, 100%, 50%) 100%);
}


#album-music-playedSN11949 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7801.36, 100%, 50%) 0%, hsl(7801.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11950 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7803.36, 100%, 50%) 0%, hsl(7803.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11950 {
background: linear-gradient(to bottom, hsl(7803.36, 100%, 50%) 0%, hsl(7803.36, 100%, 50%) 100%);
}

.bg-SN11950 {
background: linear-gradient(to bottom, hsl(7803.36, 100%, 50%) 0%, hsl(7803.36, 100%, 50%) 100%);
}


#album-music-playedSN11950 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7805.36, 100%, 50%) 0%, hsl(7805.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11951 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7807.36, 100%, 50%) 0%, hsl(7807.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11951 {
background: linear-gradient(to bottom, hsl(7807.36, 100%, 50%) 0%, hsl(7807.36, 100%, 50%) 100%);
}

.bg-SN11951 {
background: linear-gradient(to bottom, hsl(7807.36, 100%, 50%) 0%, hsl(7807.36, 100%, 50%) 100%);
}


#album-music-playedSN11951 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7809.36, 100%, 50%) 0%, hsl(7809.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11952 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7811.36, 100%, 50%) 0%, hsl(7811.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11952 {
background: linear-gradient(to bottom, hsl(7811.36, 100%, 50%) 0%, hsl(7811.36, 100%, 50%) 100%);
}

.bg-SN11952 {
background: linear-gradient(to bottom, hsl(7811.36, 100%, 50%) 0%, hsl(7811.36, 100%, 50%) 100%);
}


#album-music-playedSN11952 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7813.36, 100%, 50%) 0%, hsl(7813.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11953 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7815.36, 100%, 50%) 0%, hsl(7815.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11953 {
background: linear-gradient(to bottom, hsl(7815.36, 100%, 50%) 0%, hsl(7815.36, 100%, 50%) 100%);
}

.bg-SN11953 {
background: linear-gradient(to bottom, hsl(7815.36, 100%, 50%) 0%, hsl(7815.36, 100%, 50%) 100%);
}


#album-music-playedSN11953 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7817.36, 100%, 50%) 0%, hsl(7817.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11954 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7819.36, 100%, 50%) 0%, hsl(7819.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11954 {
background: linear-gradient(to bottom, hsl(7819.36, 100%, 50%) 0%, hsl(7819.36, 100%, 50%) 100%);
}

.bg-SN11954 {
background: linear-gradient(to bottom, hsl(7819.36, 100%, 50%) 0%, hsl(7819.36, 100%, 50%) 100%);
}


#album-music-playedSN11954 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7821.36, 100%, 50%) 0%, hsl(7821.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11955 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7823.36, 100%, 50%) 0%, hsl(7823.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11955 {
background: linear-gradient(to bottom, hsl(7823.36, 100%, 50%) 0%, hsl(7823.36, 100%, 50%) 100%);
}

.bg-SN11955 {
background: linear-gradient(to bottom, hsl(7823.36, 100%, 50%) 0%, hsl(7823.36, 100%, 50%) 100%);
}


#album-music-playedSN11955 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7825.36, 100%, 50%) 0%, hsl(7825.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11956 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7827.36, 100%, 50%) 0%, hsl(7827.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11956 {
background: linear-gradient(to bottom, hsl(7827.36, 100%, 50%) 0%, hsl(7827.36, 100%, 50%) 100%);
}

.bg-SN11956 {
background: linear-gradient(to bottom, hsl(7827.36, 100%, 50%) 0%, hsl(7827.36, 100%, 50%) 100%);
}


#album-music-playedSN11956 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7829.36, 100%, 50%) 0%, hsl(7829.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11957 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7831.36, 100%, 50%) 0%, hsl(7831.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11957 {
background: linear-gradient(to bottom, hsl(7831.36, 100%, 50%) 0%, hsl(7831.36, 100%, 50%) 100%);
}

.bg-SN11957 {
background: linear-gradient(to bottom, hsl(7831.36, 100%, 50%) 0%, hsl(7831.36, 100%, 50%) 100%);
}


#album-music-playedSN11957 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7833.36, 100%, 50%) 0%, hsl(7833.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11958 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7835.36, 100%, 50%) 0%, hsl(7835.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11958 {
background: linear-gradient(to bottom, hsl(7835.36, 100%, 50%) 0%, hsl(7835.36, 100%, 50%) 100%);
}

.bg-SN11958 {
background: linear-gradient(to bottom, hsl(7835.36, 100%, 50%) 0%, hsl(7835.36, 100%, 50%) 100%);
}


#album-music-playedSN11958 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7837.36, 100%, 50%) 0%, hsl(7837.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11959 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7839.36, 100%, 50%) 0%, hsl(7839.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11959 {
background: linear-gradient(to bottom, hsl(7839.36, 100%, 50%) 0%, hsl(7839.36, 100%, 50%) 100%);
}

.bg-SN11959 {
background: linear-gradient(to bottom, hsl(7839.36, 100%, 50%) 0%, hsl(7839.36, 100%, 50%) 100%);
}


#album-music-playedSN11959 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7841.36, 100%, 50%) 0%, hsl(7841.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11960 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7843.36, 100%, 50%) 0%, hsl(7843.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11960 {
background: linear-gradient(to bottom, hsl(7843.36, 100%, 50%) 0%, hsl(7843.36, 100%, 50%) 100%);
}

.bg-SN11960 {
background: linear-gradient(to bottom, hsl(7843.36, 100%, 50%) 0%, hsl(7843.36, 100%, 50%) 100%);
}


#album-music-playedSN11960 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7845.36, 100%, 50%) 0%, hsl(7845.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11961 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7847.36, 100%, 50%) 0%, hsl(7847.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11961 {
background: linear-gradient(to bottom, hsl(7847.36, 100%, 50%) 0%, hsl(7847.36, 100%, 50%) 100%);
}

.bg-SN11961 {
background: linear-gradient(to bottom, hsl(7847.36, 100%, 50%) 0%, hsl(7847.36, 100%, 50%) 100%);
}


#album-music-playedSN11961 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7849.36, 100%, 50%) 0%, hsl(7849.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11962 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7851.36, 100%, 50%) 0%, hsl(7851.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11962 {
background: linear-gradient(to bottom, hsl(7851.36, 100%, 50%) 0%, hsl(7851.36, 100%, 50%) 100%);
}

.bg-SN11962 {
background: linear-gradient(to bottom, hsl(7851.36, 100%, 50%) 0%, hsl(7851.36, 100%, 50%) 100%);
}


#album-music-playedSN11962 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7853.36, 100%, 50%) 0%, hsl(7853.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11963 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7855.36, 100%, 50%) 0%, hsl(7855.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11963 {
background: linear-gradient(to bottom, hsl(7855.36, 100%, 50%) 0%, hsl(7855.36, 100%, 50%) 100%);
}

.bg-SN11963 {
background: linear-gradient(to bottom, hsl(7855.36, 100%, 50%) 0%, hsl(7855.36, 100%, 50%) 100%);
}


#album-music-playedSN11963 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7857.36, 100%, 50%) 0%, hsl(7857.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11964 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7859.36, 100%, 50%) 0%, hsl(7859.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11964 {
background: linear-gradient(to bottom, hsl(7859.36, 100%, 50%) 0%, hsl(7859.36, 100%, 50%) 100%);
}

.bg-SN11964 {
background: linear-gradient(to bottom, hsl(7859.36, 100%, 50%) 0%, hsl(7859.36, 100%, 50%) 100%);
}


#album-music-playedSN11964 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7861.36, 100%, 50%) 0%, hsl(7861.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11965 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7863.36, 100%, 50%) 0%, hsl(7863.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11965 {
background: linear-gradient(to bottom, hsl(7863.36, 100%, 50%) 0%, hsl(7863.36, 100%, 50%) 100%);
}

.bg-SN11965 {
background: linear-gradient(to bottom, hsl(7863.36, 100%, 50%) 0%, hsl(7863.36, 100%, 50%) 100%);
}


#album-music-playedSN11965 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7865.36, 100%, 50%) 0%, hsl(7865.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11966 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7867.36, 100%, 50%) 0%, hsl(7867.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11966 {
background: linear-gradient(to bottom, hsl(7867.36, 100%, 50%) 0%, hsl(7867.36, 100%, 50%) 100%);
}

.bg-SN11966 {
background: linear-gradient(to bottom, hsl(7867.36, 100%, 50%) 0%, hsl(7867.36, 100%, 50%) 100%);
}


#album-music-playedSN11966 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7869.36, 100%, 50%) 0%, hsl(7869.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11967 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7871.36, 100%, 50%) 0%, hsl(7871.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11967 {
background: linear-gradient(to bottom, hsl(7871.36, 100%, 50%) 0%, hsl(7871.36, 100%, 50%) 100%);
}

.bg-SN11967 {
background: linear-gradient(to bottom, hsl(7871.36, 100%, 50%) 0%, hsl(7871.36, 100%, 50%) 100%);
}


#album-music-playedSN11967 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7873.36, 100%, 50%) 0%, hsl(7873.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11968 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7875.36, 100%, 50%) 0%, hsl(7875.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11968 {
background: linear-gradient(to bottom, hsl(7875.36, 100%, 50%) 0%, hsl(7875.36, 100%, 50%) 100%);
}

.bg-SN11968 {
background: linear-gradient(to bottom, hsl(7875.36, 100%, 50%) 0%, hsl(7875.36, 100%, 50%) 100%);
}


#album-music-playedSN11968 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7877.36, 100%, 50%) 0%, hsl(7877.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11969 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7879.36, 100%, 50%) 0%, hsl(7879.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11969 {
background: linear-gradient(to bottom, hsl(7879.36, 100%, 50%) 0%, hsl(7879.36, 100%, 50%) 100%);
}

.bg-SN11969 {
background: linear-gradient(to bottom, hsl(7879.36, 100%, 50%) 0%, hsl(7879.36, 100%, 50%) 100%);
}


#album-music-playedSN11969 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7881.36, 100%, 50%) 0%, hsl(7881.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11970 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7883.36, 100%, 50%) 0%, hsl(7883.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11970 {
background: linear-gradient(to bottom, hsl(7883.36, 100%, 50%) 0%, hsl(7883.36, 100%, 50%) 100%);
}

.bg-SN11970 {
background: linear-gradient(to bottom, hsl(7883.36, 100%, 50%) 0%, hsl(7883.36, 100%, 50%) 100%);
}


#album-music-playedSN11970 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7885.36, 100%, 50%) 0%, hsl(7885.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11971 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7887.36, 100%, 50%) 0%, hsl(7887.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11971 {
background: linear-gradient(to bottom, hsl(7887.36, 100%, 50%) 0%, hsl(7887.36, 100%, 50%) 100%);
}

.bg-SN11971 {
background: linear-gradient(to bottom, hsl(7887.36, 100%, 50%) 0%, hsl(7887.36, 100%, 50%) 100%);
}


#album-music-playedSN11971 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7889.36, 100%, 50%) 0%, hsl(7889.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11972 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7891.36, 100%, 50%) 0%, hsl(7891.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11972 {
background: linear-gradient(to bottom, hsl(7891.36, 100%, 50%) 0%, hsl(7891.36, 100%, 50%) 100%);
}

.bg-SN11972 {
background: linear-gradient(to bottom, hsl(7891.36, 100%, 50%) 0%, hsl(7891.36, 100%, 50%) 100%);
}


#album-music-playedSN11972 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7893.36, 100%, 50%) 0%, hsl(7893.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11973 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7895.36, 100%, 50%) 0%, hsl(7895.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11973 {
background: linear-gradient(to bottom, hsl(7895.36, 100%, 50%) 0%, hsl(7895.36, 100%, 50%) 100%);
}

.bg-SN11973 {
background: linear-gradient(to bottom, hsl(7895.36, 100%, 50%) 0%, hsl(7895.36, 100%, 50%) 100%);
}


#album-music-playedSN11973 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7897.36, 100%, 50%) 0%, hsl(7897.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11974 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7899.36, 100%, 50%) 0%, hsl(7899.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11974 {
background: linear-gradient(to bottom, hsl(7899.36, 100%, 50%) 0%, hsl(7899.36, 100%, 50%) 100%);
}

.bg-SN11974 {
background: linear-gradient(to bottom, hsl(7899.36, 100%, 50%) 0%, hsl(7899.36, 100%, 50%) 100%);
}


#album-music-playedSN11974 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7901.36, 100%, 50%) 0%, hsl(7901.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11975 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7903.36, 100%, 50%) 0%, hsl(7903.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11975 {
background: linear-gradient(to bottom, hsl(7903.36, 100%, 50%) 0%, hsl(7903.36, 100%, 50%) 100%);
}

.bg-SN11975 {
background: linear-gradient(to bottom, hsl(7903.36, 100%, 50%) 0%, hsl(7903.36, 100%, 50%) 100%);
}


#album-music-playedSN11975 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7905.36, 100%, 50%) 0%, hsl(7905.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11976 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7907.36, 100%, 50%) 0%, hsl(7907.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11976 {
background: linear-gradient(to bottom, hsl(7907.36, 100%, 50%) 0%, hsl(7907.36, 100%, 50%) 100%);
}

.bg-SN11976 {
background: linear-gradient(to bottom, hsl(7907.36, 100%, 50%) 0%, hsl(7907.36, 100%, 50%) 100%);
}


#album-music-playedSN11976 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7909.36, 100%, 50%) 0%, hsl(7909.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11977 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7911.36, 100%, 50%) 0%, hsl(7911.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11977 {
background: linear-gradient(to bottom, hsl(7911.36, 100%, 50%) 0%, hsl(7911.36, 100%, 50%) 100%);
}

.bg-SN11977 {
background: linear-gradient(to bottom, hsl(7911.36, 100%, 50%) 0%, hsl(7911.36, 100%, 50%) 100%);
}


#album-music-playedSN11977 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7913.36, 100%, 50%) 0%, hsl(7913.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11978 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7915.36, 100%, 50%) 0%, hsl(7915.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11978 {
background: linear-gradient(to bottom, hsl(7915.36, 100%, 50%) 0%, hsl(7915.36, 100%, 50%) 100%);
}

.bg-SN11978 {
background: linear-gradient(to bottom, hsl(7915.36, 100%, 50%) 0%, hsl(7915.36, 100%, 50%) 100%);
}


#album-music-playedSN11978 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7917.36, 100%, 50%) 0%, hsl(7917.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11979 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7919.36, 100%, 50%) 0%, hsl(7919.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11979 {
background: linear-gradient(to bottom, hsl(7919.36, 100%, 50%) 0%, hsl(7919.36, 100%, 50%) 100%);
}

.bg-SN11979 {
background: linear-gradient(to bottom, hsl(7919.36, 100%, 50%) 0%, hsl(7919.36, 100%, 50%) 100%);
}


#album-music-playedSN11979 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7921.36, 100%, 50%) 0%, hsl(7921.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11980 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7923.36, 100%, 50%) 0%, hsl(7923.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11980 {
background: linear-gradient(to bottom, hsl(7923.36, 100%, 50%) 0%, hsl(7923.36, 100%, 50%) 100%);
}

.bg-SN11980 {
background: linear-gradient(to bottom, hsl(7923.36, 100%, 50%) 0%, hsl(7923.36, 100%, 50%) 100%);
}


#album-music-playedSN11980 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7925.36, 100%, 50%) 0%, hsl(7925.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11981 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7927.36, 100%, 50%) 0%, hsl(7927.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11981 {
background: linear-gradient(to bottom, hsl(7927.36, 100%, 50%) 0%, hsl(7927.36, 100%, 50%) 100%);
}

.bg-SN11981 {
background: linear-gradient(to bottom, hsl(7927.36, 100%, 50%) 0%, hsl(7927.36, 100%, 50%) 100%);
}


#album-music-playedSN11981 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7929.36, 100%, 50%) 0%, hsl(7929.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11982 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7931.36, 100%, 50%) 0%, hsl(7931.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11982 {
background: linear-gradient(to bottom, hsl(7931.36, 100%, 50%) 0%, hsl(7931.36, 100%, 50%) 100%);
}

.bg-SN11982 {
background: linear-gradient(to bottom, hsl(7931.36, 100%, 50%) 0%, hsl(7931.36, 100%, 50%) 100%);
}


#album-music-playedSN11982 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7933.36, 100%, 50%) 0%, hsl(7933.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11983 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7935.36, 100%, 50%) 0%, hsl(7935.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11983 {
background: linear-gradient(to bottom, hsl(7935.36, 100%, 50%) 0%, hsl(7935.36, 100%, 50%) 100%);
}

.bg-SN11983 {
background: linear-gradient(to bottom, hsl(7935.36, 100%, 50%) 0%, hsl(7935.36, 100%, 50%) 100%);
}


#album-music-playedSN11983 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7937.36, 100%, 50%) 0%, hsl(7937.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11984 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7939.36, 100%, 50%) 0%, hsl(7939.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11984 {
background: linear-gradient(to bottom, hsl(7939.36, 100%, 50%) 0%, hsl(7939.36, 100%, 50%) 100%);
}

.bg-SN11984 {
background: linear-gradient(to bottom, hsl(7939.36, 100%, 50%) 0%, hsl(7939.36, 100%, 50%) 100%);
}


#album-music-playedSN11984 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7941.36, 100%, 50%) 0%, hsl(7941.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11985 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7943.36, 100%, 50%) 0%, hsl(7943.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11985 {
background: linear-gradient(to bottom, hsl(7943.36, 100%, 50%) 0%, hsl(7943.36, 100%, 50%) 100%);
}

.bg-SN11985 {
background: linear-gradient(to bottom, hsl(7943.36, 100%, 50%) 0%, hsl(7943.36, 100%, 50%) 100%);
}


#album-music-playedSN11985 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7945.36, 100%, 50%) 0%, hsl(7945.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11986 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7947.36, 100%, 50%) 0%, hsl(7947.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11986 {
background: linear-gradient(to bottom, hsl(7947.36, 100%, 50%) 0%, hsl(7947.36, 100%, 50%) 100%);
}

.bg-SN11986 {
background: linear-gradient(to bottom, hsl(7947.36, 100%, 50%) 0%, hsl(7947.36, 100%, 50%) 100%);
}


#album-music-playedSN11986 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7949.36, 100%, 50%) 0%, hsl(7949.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11987 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7951.36, 100%, 50%) 0%, hsl(7951.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11987 {
background: linear-gradient(to bottom, hsl(7951.36, 100%, 50%) 0%, hsl(7951.36, 100%, 50%) 100%);
}

.bg-SN11987 {
background: linear-gradient(to bottom, hsl(7951.36, 100%, 50%) 0%, hsl(7951.36, 100%, 50%) 100%);
}


#album-music-playedSN11987 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7953.36, 100%, 50%) 0%, hsl(7953.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11988 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7955.36, 100%, 50%) 0%, hsl(7955.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11988 {
background: linear-gradient(to bottom, hsl(7955.36, 100%, 50%) 0%, hsl(7955.36, 100%, 50%) 100%);
}

.bg-SN11988 {
background: linear-gradient(to bottom, hsl(7955.36, 100%, 50%) 0%, hsl(7955.36, 100%, 50%) 100%);
}


#album-music-playedSN11988 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7957.36, 100%, 50%) 0%, hsl(7957.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11989 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7959.36, 100%, 50%) 0%, hsl(7959.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11989 {
background: linear-gradient(to bottom, hsl(7959.36, 100%, 50%) 0%, hsl(7959.36, 100%, 50%) 100%);
}

.bg-SN11989 {
background: linear-gradient(to bottom, hsl(7959.36, 100%, 50%) 0%, hsl(7959.36, 100%, 50%) 100%);
}


#album-music-playedSN11989 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7961.36, 100%, 50%) 0%, hsl(7961.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11990 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7963.36, 100%, 50%) 0%, hsl(7963.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11990 {
background: linear-gradient(to bottom, hsl(7963.36, 100%, 50%) 0%, hsl(7963.36, 100%, 50%) 100%);
}

.bg-SN11990 {
background: linear-gradient(to bottom, hsl(7963.36, 100%, 50%) 0%, hsl(7963.36, 100%, 50%) 100%);
}


#album-music-playedSN11990 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7965.36, 100%, 50%) 0%, hsl(7965.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11991 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7967.36, 100%, 50%) 0%, hsl(7967.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11991 {
background: linear-gradient(to bottom, hsl(7967.36, 100%, 50%) 0%, hsl(7967.36, 100%, 50%) 100%);
}

.bg-SN11991 {
background: linear-gradient(to bottom, hsl(7967.36, 100%, 50%) 0%, hsl(7967.36, 100%, 50%) 100%);
}


#album-music-playedSN11991 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7969.36, 100%, 50%) 0%, hsl(7969.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11992 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7971.36, 100%, 50%) 0%, hsl(7971.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11992 {
background: linear-gradient(to bottom, hsl(7971.36, 100%, 50%) 0%, hsl(7971.36, 100%, 50%) 100%);
}

.bg-SN11992 {
background: linear-gradient(to bottom, hsl(7971.36, 100%, 50%) 0%, hsl(7971.36, 100%, 50%) 100%);
}


#album-music-playedSN11992 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7973.36, 100%, 50%) 0%, hsl(7973.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11993 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7975.36, 100%, 50%) 0%, hsl(7975.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11993 {
background: linear-gradient(to bottom, hsl(7975.36, 100%, 50%) 0%, hsl(7975.36, 100%, 50%) 100%);
}

.bg-SN11993 {
background: linear-gradient(to bottom, hsl(7975.36, 100%, 50%) 0%, hsl(7975.36, 100%, 50%) 100%);
}


#album-music-playedSN11993 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7977.36, 100%, 50%) 0%, hsl(7977.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11994 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7979.36, 100%, 50%) 0%, hsl(7979.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11994 {
background: linear-gradient(to bottom, hsl(7979.36, 100%, 50%) 0%, hsl(7979.36, 100%, 50%) 100%);
}

.bg-SN11994 {
background: linear-gradient(to bottom, hsl(7979.36, 100%, 50%) 0%, hsl(7979.36, 100%, 50%) 100%);
}


#album-music-playedSN11994 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7981.36, 100%, 50%) 0%, hsl(7981.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11995 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7983.36, 100%, 50%) 0%, hsl(7983.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11995 {
background: linear-gradient(to bottom, hsl(7983.36, 100%, 50%) 0%, hsl(7983.36, 100%, 50%) 100%);
}

.bg-SN11995 {
background: linear-gradient(to bottom, hsl(7983.36, 100%, 50%) 0%, hsl(7983.36, 100%, 50%) 100%);
}


#album-music-playedSN11995 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7985.36, 100%, 50%) 0%, hsl(7985.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11996 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7987.36, 100%, 50%) 0%, hsl(7987.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11996 {
background: linear-gradient(to bottom, hsl(7987.36, 100%, 50%) 0%, hsl(7987.36, 100%, 50%) 100%);
}

.bg-SN11996 {
background: linear-gradient(to bottom, hsl(7987.36, 100%, 50%) 0%, hsl(7987.36, 100%, 50%) 100%);
}


#album-music-playedSN11996 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7989.36, 100%, 50%) 0%, hsl(7989.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11997 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7991.36, 100%, 50%) 0%, hsl(7991.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11997 {
background: linear-gradient(to bottom, hsl(7991.36, 100%, 50%) 0%, hsl(7991.36, 100%, 50%) 100%);
}

.bg-SN11997 {
background: linear-gradient(to bottom, hsl(7991.36, 100%, 50%) 0%, hsl(7991.36, 100%, 50%) 100%);
}


#album-music-playedSN11997 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7993.36, 100%, 50%) 0%, hsl(7993.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11998 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7995.36, 100%, 50%) 0%, hsl(7995.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11998 {
background: linear-gradient(to bottom, hsl(7995.36, 100%, 50%) 0%, hsl(7995.36, 100%, 50%) 100%);
}

.bg-SN11998 {
background: linear-gradient(to bottom, hsl(7995.36, 100%, 50%) 0%, hsl(7995.36, 100%, 50%) 100%);
}


#album-music-playedSN11998 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7997.36, 100%, 50%) 0%, hsl(7997.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN11999 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(7999.36, 100%, 50%) 0%, hsl(7999.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN11999 {
background: linear-gradient(to bottom, hsl(7999.36, 100%, 50%) 0%, hsl(7999.36, 100%, 50%) 100%);
}

.bg-SN11999 {
background: linear-gradient(to bottom, hsl(7999.36, 100%, 50%) 0%, hsl(7999.36, 100%, 50%) 100%);
}


#album-music-playedSN11999 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8001.36, 100%, 50%) 0%, hsl(8001.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12000 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8003.36, 100%, 50%) 0%, hsl(8003.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12000 {
background: linear-gradient(to bottom, hsl(8003.36, 100%, 50%) 0%, hsl(8003.36, 100%, 50%) 100%);
}

.bg-SN12000 {
background: linear-gradient(to bottom, hsl(8003.36, 100%, 50%) 0%, hsl(8003.36, 100%, 50%) 100%);
}


#album-music-playedSN12000 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8005.36, 100%, 50%) 0%, hsl(8005.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12001 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8007.36, 100%, 50%) 0%, hsl(8007.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12001 {
background: linear-gradient(to bottom, hsl(8007.36, 100%, 50%) 0%, hsl(8007.36, 100%, 50%) 100%);
}

.bg-SN12001 {
background: linear-gradient(to bottom, hsl(8007.36, 100%, 50%) 0%, hsl(8007.36, 100%, 50%) 100%);
}


#album-music-playedSN12001 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8009.36, 100%, 50%) 0%, hsl(8009.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12002 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8011.36, 100%, 50%) 0%, hsl(8011.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12002 {
background: linear-gradient(to bottom, hsl(8011.36, 100%, 50%) 0%, hsl(8011.36, 100%, 50%) 100%);
}

.bg-SN12002 {
background: linear-gradient(to bottom, hsl(8011.36, 100%, 50%) 0%, hsl(8011.36, 100%, 50%) 100%);
}


#album-music-playedSN12002 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8013.36, 100%, 50%) 0%, hsl(8013.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12003 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8015.36, 100%, 50%) 0%, hsl(8015.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12003 {
background: linear-gradient(to bottom, hsl(8015.36, 100%, 50%) 0%, hsl(8015.36, 100%, 50%) 100%);
}

.bg-SN12003 {
background: linear-gradient(to bottom, hsl(8015.36, 100%, 50%) 0%, hsl(8015.36, 100%, 50%) 100%);
}


#album-music-playedSN12003 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8017.36, 100%, 50%) 0%, hsl(8017.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12004 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8019.36, 100%, 50%) 0%, hsl(8019.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12004 {
background: linear-gradient(to bottom, hsl(8019.36, 100%, 50%) 0%, hsl(8019.36, 100%, 50%) 100%);
}

.bg-SN12004 {
background: linear-gradient(to bottom, hsl(8019.36, 100%, 50%) 0%, hsl(8019.36, 100%, 50%) 100%);
}


#album-music-playedSN12004 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8021.36, 100%, 50%) 0%, hsl(8021.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12005 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8023.36, 100%, 50%) 0%, hsl(8023.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12005 {
background: linear-gradient(to bottom, hsl(8023.36, 100%, 50%) 0%, hsl(8023.36, 100%, 50%) 100%);
}

.bg-SN12005 {
background: linear-gradient(to bottom, hsl(8023.36, 100%, 50%) 0%, hsl(8023.36, 100%, 50%) 100%);
}


#album-music-playedSN12005 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8025.36, 100%, 50%) 0%, hsl(8025.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12006 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8027.36, 100%, 50%) 0%, hsl(8027.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12006 {
background: linear-gradient(to bottom, hsl(8027.36, 100%, 50%) 0%, hsl(8027.36, 100%, 50%) 100%);
}

.bg-SN12006 {
background: linear-gradient(to bottom, hsl(8027.36, 100%, 50%) 0%, hsl(8027.36, 100%, 50%) 100%);
}


#album-music-playedSN12006 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8029.36, 100%, 50%) 0%, hsl(8029.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12007 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8031.36, 100%, 50%) 0%, hsl(8031.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12007 {
background: linear-gradient(to bottom, hsl(8031.36, 100%, 50%) 0%, hsl(8031.36, 100%, 50%) 100%);
}

.bg-SN12007 {
background: linear-gradient(to bottom, hsl(8031.36, 100%, 50%) 0%, hsl(8031.36, 100%, 50%) 100%);
}


#album-music-playedSN12007 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8033.36, 100%, 50%) 0%, hsl(8033.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12008 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8035.36, 100%, 50%) 0%, hsl(8035.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12008 {
background: linear-gradient(to bottom, hsl(8035.36, 100%, 50%) 0%, hsl(8035.36, 100%, 50%) 100%);
}

.bg-SN12008 {
background: linear-gradient(to bottom, hsl(8035.36, 100%, 50%) 0%, hsl(8035.36, 100%, 50%) 100%);
}


#album-music-playedSN12008 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8037.36, 100%, 50%) 0%, hsl(8037.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12009 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8039.36, 100%, 50%) 0%, hsl(8039.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12009 {
background: linear-gradient(to bottom, hsl(8039.36, 100%, 50%) 0%, hsl(8039.36, 100%, 50%) 100%);
}

.bg-SN12009 {
background: linear-gradient(to bottom, hsl(8039.36, 100%, 50%) 0%, hsl(8039.36, 100%, 50%) 100%);
}


#album-music-playedSN12009 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8041.36, 100%, 50%) 0%, hsl(8041.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12010 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8043.36, 100%, 50%) 0%, hsl(8043.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12010 {
background: linear-gradient(to bottom, hsl(8043.36, 100%, 50%) 0%, hsl(8043.36, 100%, 50%) 100%);
}

.bg-SN12010 {
background: linear-gradient(to bottom, hsl(8043.36, 100%, 50%) 0%, hsl(8043.36, 100%, 50%) 100%);
}


#album-music-playedSN12010 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8045.36, 100%, 50%) 0%, hsl(8045.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12011 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8047.36, 100%, 50%) 0%, hsl(8047.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12011 {
background: linear-gradient(to bottom, hsl(8047.36, 100%, 50%) 0%, hsl(8047.36, 100%, 50%) 100%);
}

.bg-SN12011 {
background: linear-gradient(to bottom, hsl(8047.36, 100%, 50%) 0%, hsl(8047.36, 100%, 50%) 100%);
}


#album-music-playedSN12011 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8049.36, 100%, 50%) 0%, hsl(8049.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12012 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8051.36, 100%, 50%) 0%, hsl(8051.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12012 {
background: linear-gradient(to bottom, hsl(8051.36, 100%, 50%) 0%, hsl(8051.36, 100%, 50%) 100%);
}

.bg-SN12012 {
background: linear-gradient(to bottom, hsl(8051.36, 100%, 50%) 0%, hsl(8051.36, 100%, 50%) 100%);
}


#album-music-playedSN12012 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8053.36, 100%, 50%) 0%, hsl(8053.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12013 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8055.36, 100%, 50%) 0%, hsl(8055.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12013 {
background: linear-gradient(to bottom, hsl(8055.36, 100%, 50%) 0%, hsl(8055.36, 100%, 50%) 100%);
}

.bg-SN12013 {
background: linear-gradient(to bottom, hsl(8055.36, 100%, 50%) 0%, hsl(8055.36, 100%, 50%) 100%);
}


#album-music-playedSN12013 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8057.36, 100%, 50%) 0%, hsl(8057.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12014 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8059.36, 100%, 50%) 0%, hsl(8059.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12014 {
background: linear-gradient(to bottom, hsl(8059.36, 100%, 50%) 0%, hsl(8059.36, 100%, 50%) 100%);
}

.bg-SN12014 {
background: linear-gradient(to bottom, hsl(8059.36, 100%, 50%) 0%, hsl(8059.36, 100%, 50%) 100%);
}


#album-music-playedSN12014 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8061.36, 100%, 50%) 0%, hsl(8061.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12015 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8063.36, 100%, 50%) 0%, hsl(8063.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12015 {
background: linear-gradient(to bottom, hsl(8063.36, 100%, 50%) 0%, hsl(8063.36, 100%, 50%) 100%);
}

.bg-SN12015 {
background: linear-gradient(to bottom, hsl(8063.36, 100%, 50%) 0%, hsl(8063.36, 100%, 50%) 100%);
}


#album-music-playedSN12015 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8065.36, 100%, 50%) 0%, hsl(8065.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12016 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8067.36, 100%, 50%) 0%, hsl(8067.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12016 {
background: linear-gradient(to bottom, hsl(8067.36, 100%, 50%) 0%, hsl(8067.36, 100%, 50%) 100%);
}

.bg-SN12016 {
background: linear-gradient(to bottom, hsl(8067.36, 100%, 50%) 0%, hsl(8067.36, 100%, 50%) 100%);
}


#album-music-playedSN12016 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8069.36, 100%, 50%) 0%, hsl(8069.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12017 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8071.36, 100%, 50%) 0%, hsl(8071.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12017 {
background: linear-gradient(to bottom, hsl(8071.36, 100%, 50%) 0%, hsl(8071.36, 100%, 50%) 100%);
}

.bg-SN12017 {
background: linear-gradient(to bottom, hsl(8071.36, 100%, 50%) 0%, hsl(8071.36, 100%, 50%) 100%);
}


#album-music-playedSN12017 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8073.36, 100%, 50%) 0%, hsl(8073.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12018 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8075.36, 100%, 50%) 0%, hsl(8075.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12018 {
background: linear-gradient(to bottom, hsl(8075.36, 100%, 50%) 0%, hsl(8075.36, 100%, 50%) 100%);
}

.bg-SN12018 {
background: linear-gradient(to bottom, hsl(8075.36, 100%, 50%) 0%, hsl(8075.36, 100%, 50%) 100%);
}


#album-music-playedSN12018 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8077.36, 100%, 50%) 0%, hsl(8077.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12019 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8079.36, 100%, 50%) 0%, hsl(8079.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12019 {
background: linear-gradient(to bottom, hsl(8079.36, 100%, 50%) 0%, hsl(8079.36, 100%, 50%) 100%);
}

.bg-SN12019 {
background: linear-gradient(to bottom, hsl(8079.36, 100%, 50%) 0%, hsl(8079.36, 100%, 50%) 100%);
}


#album-music-playedSN12019 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8081.36, 100%, 50%) 0%, hsl(8081.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12020 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8083.36, 100%, 50%) 0%, hsl(8083.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12020 {
background: linear-gradient(to bottom, hsl(8083.36, 100%, 50%) 0%, hsl(8083.36, 100%, 50%) 100%);
}

.bg-SN12020 {
background: linear-gradient(to bottom, hsl(8083.36, 100%, 50%) 0%, hsl(8083.36, 100%, 50%) 100%);
}


#album-music-playedSN12020 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8085.36, 100%, 50%) 0%, hsl(8085.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12021 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8087.36, 100%, 50%) 0%, hsl(8087.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12021 {
background: linear-gradient(to bottom, hsl(8087.36, 100%, 50%) 0%, hsl(8087.36, 100%, 50%) 100%);
}

.bg-SN12021 {
background: linear-gradient(to bottom, hsl(8087.36, 100%, 50%) 0%, hsl(8087.36, 100%, 50%) 100%);
}


#album-music-playedSN12021 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8089.36, 100%, 50%) 0%, hsl(8089.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12022 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8091.36, 100%, 50%) 0%, hsl(8091.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12022 {
background: linear-gradient(to bottom, hsl(8091.36, 100%, 50%) 0%, hsl(8091.36, 100%, 50%) 100%);
}

.bg-SN12022 {
background: linear-gradient(to bottom, hsl(8091.36, 100%, 50%) 0%, hsl(8091.36, 100%, 50%) 100%);
}


#album-music-playedSN12022 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8093.36, 100%, 50%) 0%, hsl(8093.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12023 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8095.36, 100%, 50%) 0%, hsl(8095.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12023 {
background: linear-gradient(to bottom, hsl(8095.36, 100%, 50%) 0%, hsl(8095.36, 100%, 50%) 100%);
}

.bg-SN12023 {
background: linear-gradient(to bottom, hsl(8095.36, 100%, 50%) 0%, hsl(8095.36, 100%, 50%) 100%);
}


#album-music-playedSN12023 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8097.36, 100%, 50%) 0%, hsl(8097.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12024 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8099.36, 100%, 50%) 0%, hsl(8099.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12024 {
background: linear-gradient(to bottom, hsl(8099.36, 100%, 50%) 0%, hsl(8099.36, 100%, 50%) 100%);
}

.bg-SN12024 {
background: linear-gradient(to bottom, hsl(8099.36, 100%, 50%) 0%, hsl(8099.36, 100%, 50%) 100%);
}


#album-music-playedSN12024 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8101.36, 100%, 50%) 0%, hsl(8101.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12025 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8103.36, 100%, 50%) 0%, hsl(8103.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12025 {
background: linear-gradient(to bottom, hsl(8103.36, 100%, 50%) 0%, hsl(8103.36, 100%, 50%) 100%);
}

.bg-SN12025 {
background: linear-gradient(to bottom, hsl(8103.36, 100%, 50%) 0%, hsl(8103.36, 100%, 50%) 100%);
}


#album-music-playedSN12025 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8105.36, 100%, 50%) 0%, hsl(8105.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12026 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8107.36, 100%, 50%) 0%, hsl(8107.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12026 {
background: linear-gradient(to bottom, hsl(8107.36, 100%, 50%) 0%, hsl(8107.36, 100%, 50%) 100%);
}

.bg-SN12026 {
background: linear-gradient(to bottom, hsl(8107.36, 100%, 50%) 0%, hsl(8107.36, 100%, 50%) 100%);
}


#album-music-playedSN12026 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8109.36, 100%, 50%) 0%, hsl(8109.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12027 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8111.36, 100%, 50%) 0%, hsl(8111.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12027 {
background: linear-gradient(to bottom, hsl(8111.36, 100%, 50%) 0%, hsl(8111.36, 100%, 50%) 100%);
}

.bg-SN12027 {
background: linear-gradient(to bottom, hsl(8111.36, 100%, 50%) 0%, hsl(8111.36, 100%, 50%) 100%);
}


#album-music-playedSN12027 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8113.36, 100%, 50%) 0%, hsl(8113.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12028 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8115.36, 100%, 50%) 0%, hsl(8115.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12028 {
background: linear-gradient(to bottom, hsl(8115.36, 100%, 50%) 0%, hsl(8115.36, 100%, 50%) 100%);
}

.bg-SN12028 {
background: linear-gradient(to bottom, hsl(8115.36, 100%, 50%) 0%, hsl(8115.36, 100%, 50%) 100%);
}


#album-music-playedSN12028 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8117.36, 100%, 50%) 0%, hsl(8117.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12029 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8119.36, 100%, 50%) 0%, hsl(8119.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12029 {
background: linear-gradient(to bottom, hsl(8119.36, 100%, 50%) 0%, hsl(8119.36, 100%, 50%) 100%);
}

.bg-SN12029 {
background: linear-gradient(to bottom, hsl(8119.36, 100%, 50%) 0%, hsl(8119.36, 100%, 50%) 100%);
}


#album-music-playedSN12029 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8121.36, 100%, 50%) 0%, hsl(8121.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12030 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8123.36, 100%, 50%) 0%, hsl(8123.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12030 {
background: linear-gradient(to bottom, hsl(8123.36, 100%, 50%) 0%, hsl(8123.36, 100%, 50%) 100%);
}

.bg-SN12030 {
background: linear-gradient(to bottom, hsl(8123.36, 100%, 50%) 0%, hsl(8123.36, 100%, 50%) 100%);
}


#album-music-playedSN12030 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8125.36, 100%, 50%) 0%, hsl(8125.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12031 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8127.36, 100%, 50%) 0%, hsl(8127.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12031 {
background: linear-gradient(to bottom, hsl(8127.36, 100%, 50%) 0%, hsl(8127.36, 100%, 50%) 100%);
}

.bg-SN12031 {
background: linear-gradient(to bottom, hsl(8127.36, 100%, 50%) 0%, hsl(8127.36, 100%, 50%) 100%);
}


#album-music-playedSN12031 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8129.36, 100%, 50%) 0%, hsl(8129.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12032 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8131.36, 100%, 50%) 0%, hsl(8131.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12032 {
background: linear-gradient(to bottom, hsl(8131.36, 100%, 50%) 0%, hsl(8131.36, 100%, 50%) 100%);
}

.bg-SN12032 {
background: linear-gradient(to bottom, hsl(8131.36, 100%, 50%) 0%, hsl(8131.36, 100%, 50%) 100%);
}


#album-music-playedSN12032 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8133.36, 100%, 50%) 0%, hsl(8133.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12033 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8135.36, 100%, 50%) 0%, hsl(8135.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12033 {
background: linear-gradient(to bottom, hsl(8135.36, 100%, 50%) 0%, hsl(8135.36, 100%, 50%) 100%);
}

.bg-SN12033 {
background: linear-gradient(to bottom, hsl(8135.36, 100%, 50%) 0%, hsl(8135.36, 100%, 50%) 100%);
}


#album-music-playedSN12033 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8137.36, 100%, 50%) 0%, hsl(8137.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12034 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8139.36, 100%, 50%) 0%, hsl(8139.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12034 {
background: linear-gradient(to bottom, hsl(8139.36, 100%, 50%) 0%, hsl(8139.36, 100%, 50%) 100%);
}

.bg-SN12034 {
background: linear-gradient(to bottom, hsl(8139.36, 100%, 50%) 0%, hsl(8139.36, 100%, 50%) 100%);
}


#album-music-playedSN12034 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8141.36, 100%, 50%) 0%, hsl(8141.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12035 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8143.36, 100%, 50%) 0%, hsl(8143.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12035 {
background: linear-gradient(to bottom, hsl(8143.36, 100%, 50%) 0%, hsl(8143.36, 100%, 50%) 100%);
}

.bg-SN12035 {
background: linear-gradient(to bottom, hsl(8143.36, 100%, 50%) 0%, hsl(8143.36, 100%, 50%) 100%);
}


#album-music-playedSN12035 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8145.36, 100%, 50%) 0%, hsl(8145.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12036 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8147.36, 100%, 50%) 0%, hsl(8147.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12036 {
background: linear-gradient(to bottom, hsl(8147.36, 100%, 50%) 0%, hsl(8147.36, 100%, 50%) 100%);
}

.bg-SN12036 {
background: linear-gradient(to bottom, hsl(8147.36, 100%, 50%) 0%, hsl(8147.36, 100%, 50%) 100%);
}


#album-music-playedSN12036 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8149.36, 100%, 50%) 0%, hsl(8149.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12037 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8151.36, 100%, 50%) 0%, hsl(8151.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12037 {
background: linear-gradient(to bottom, hsl(8151.36, 100%, 50%) 0%, hsl(8151.36, 100%, 50%) 100%);
}

.bg-SN12037 {
background: linear-gradient(to bottom, hsl(8151.36, 100%, 50%) 0%, hsl(8151.36, 100%, 50%) 100%);
}


#album-music-playedSN12037 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8153.36, 100%, 50%) 0%, hsl(8153.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12038 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8155.36, 100%, 50%) 0%, hsl(8155.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12038 {
background: linear-gradient(to bottom, hsl(8155.36, 100%, 50%) 0%, hsl(8155.36, 100%, 50%) 100%);
}

.bg-SN12038 {
background: linear-gradient(to bottom, hsl(8155.36, 100%, 50%) 0%, hsl(8155.36, 100%, 50%) 100%);
}


#album-music-playedSN12038 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8157.36, 100%, 50%) 0%, hsl(8157.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12039 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8159.36, 100%, 50%) 0%, hsl(8159.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12039 {
background: linear-gradient(to bottom, hsl(8159.36, 100%, 50%) 0%, hsl(8159.36, 100%, 50%) 100%);
}

.bg-SN12039 {
background: linear-gradient(to bottom, hsl(8159.36, 100%, 50%) 0%, hsl(8159.36, 100%, 50%) 100%);
}


#album-music-playedSN12039 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8161.36, 100%, 50%) 0%, hsl(8161.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12040 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8163.36, 100%, 50%) 0%, hsl(8163.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12040 {
background: linear-gradient(to bottom, hsl(8163.36, 100%, 50%) 0%, hsl(8163.36, 100%, 50%) 100%);
}

.bg-SN12040 {
background: linear-gradient(to bottom, hsl(8163.36, 100%, 50%) 0%, hsl(8163.36, 100%, 50%) 100%);
}


#album-music-playedSN12040 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8165.36, 100%, 50%) 0%, hsl(8165.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12041 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8167.36, 100%, 50%) 0%, hsl(8167.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12041 {
background: linear-gradient(to bottom, hsl(8167.36, 100%, 50%) 0%, hsl(8167.36, 100%, 50%) 100%);
}

.bg-SN12041 {
background: linear-gradient(to bottom, hsl(8167.36, 100%, 50%) 0%, hsl(8167.36, 100%, 50%) 100%);
}


#album-music-playedSN12041 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8169.36, 100%, 50%) 0%, hsl(8169.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12042 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8171.36, 100%, 50%) 0%, hsl(8171.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12042 {
background: linear-gradient(to bottom, hsl(8171.36, 100%, 50%) 0%, hsl(8171.36, 100%, 50%) 100%);
}

.bg-SN12042 {
background: linear-gradient(to bottom, hsl(8171.36, 100%, 50%) 0%, hsl(8171.36, 100%, 50%) 100%);
}


#album-music-playedSN12042 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8173.36, 100%, 50%) 0%, hsl(8173.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12043 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8175.36, 100%, 50%) 0%, hsl(8175.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12043 {
background: linear-gradient(to bottom, hsl(8175.36, 100%, 50%) 0%, hsl(8175.36, 100%, 50%) 100%);
}

.bg-SN12043 {
background: linear-gradient(to bottom, hsl(8175.36, 100%, 50%) 0%, hsl(8175.36, 100%, 50%) 100%);
}


#album-music-playedSN12043 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8177.36, 100%, 50%) 0%, hsl(8177.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12044 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8179.36, 100%, 50%) 0%, hsl(8179.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12044 {
background: linear-gradient(to bottom, hsl(8179.36, 100%, 50%) 0%, hsl(8179.36, 100%, 50%) 100%);
}

.bg-SN12044 {
background: linear-gradient(to bottom, hsl(8179.36, 100%, 50%) 0%, hsl(8179.36, 100%, 50%) 100%);
}


#album-music-playedSN12044 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8181.36, 100%, 50%) 0%, hsl(8181.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12045 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8183.36, 100%, 50%) 0%, hsl(8183.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12045 {
background: linear-gradient(to bottom, hsl(8183.36, 100%, 50%) 0%, hsl(8183.36, 100%, 50%) 100%);
}

.bg-SN12045 {
background: linear-gradient(to bottom, hsl(8183.36, 100%, 50%) 0%, hsl(8183.36, 100%, 50%) 100%);
}


#album-music-playedSN12045 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8185.36, 100%, 50%) 0%, hsl(8185.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12046 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8187.36, 100%, 50%) 0%, hsl(8187.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12046 {
background: linear-gradient(to bottom, hsl(8187.36, 100%, 50%) 0%, hsl(8187.36, 100%, 50%) 100%);
}

.bg-SN12046 {
background: linear-gradient(to bottom, hsl(8187.36, 100%, 50%) 0%, hsl(8187.36, 100%, 50%) 100%);
}


#album-music-playedSN12046 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8189.36, 100%, 50%) 0%, hsl(8189.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12047 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8191.36, 100%, 50%) 0%, hsl(8191.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12047 {
background: linear-gradient(to bottom, hsl(8191.36, 100%, 50%) 0%, hsl(8191.36, 100%, 50%) 100%);
}

.bg-SN12047 {
background: linear-gradient(to bottom, hsl(8191.36, 100%, 50%) 0%, hsl(8191.36, 100%, 50%) 100%);
}


#album-music-playedSN12047 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8193.36, 100%, 50%) 0%, hsl(8193.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12048 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8195.36, 100%, 50%) 0%, hsl(8195.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12048 {
background: linear-gradient(to bottom, hsl(8195.36, 100%, 50%) 0%, hsl(8195.36, 100%, 50%) 100%);
}

.bg-SN12048 {
background: linear-gradient(to bottom, hsl(8195.36, 100%, 50%) 0%, hsl(8195.36, 100%, 50%) 100%);
}


#album-music-playedSN12048 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8197.36, 100%, 50%) 0%, hsl(8197.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12049 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8199.36, 100%, 50%) 0%, hsl(8199.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12049 {
background: linear-gradient(to bottom, hsl(8199.36, 100%, 50%) 0%, hsl(8199.36, 100%, 50%) 100%);
}

.bg-SN12049 {
background: linear-gradient(to bottom, hsl(8199.36, 100%, 50%) 0%, hsl(8199.36, 100%, 50%) 100%);
}


#album-music-playedSN12049 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8201.36, 100%, 50%) 0%, hsl(8201.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12050 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8203.36, 100%, 50%) 0%, hsl(8203.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12050 {
background: linear-gradient(to bottom, hsl(8203.36, 100%, 50%) 0%, hsl(8203.36, 100%, 50%) 100%);
}

.bg-SN12050 {
background: linear-gradient(to bottom, hsl(8203.36, 100%, 50%) 0%, hsl(8203.36, 100%, 50%) 100%);
}


#album-music-playedSN12050 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8205.36, 100%, 50%) 0%, hsl(8205.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12051 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8207.36, 100%, 50%) 0%, hsl(8207.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12051 {
background: linear-gradient(to bottom, hsl(8207.36, 100%, 50%) 0%, hsl(8207.36, 100%, 50%) 100%);
}

.bg-SN12051 {
background: linear-gradient(to bottom, hsl(8207.36, 100%, 50%) 0%, hsl(8207.36, 100%, 50%) 100%);
}


#album-music-playedSN12051 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8209.36, 100%, 50%) 0%, hsl(8209.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12052 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8211.36, 100%, 50%) 0%, hsl(8211.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12052 {
background: linear-gradient(to bottom, hsl(8211.36, 100%, 50%) 0%, hsl(8211.36, 100%, 50%) 100%);
}

.bg-SN12052 {
background: linear-gradient(to bottom, hsl(8211.36, 100%, 50%) 0%, hsl(8211.36, 100%, 50%) 100%);
}


#album-music-playedSN12052 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8213.36, 100%, 50%) 0%, hsl(8213.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12053 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8215.36, 100%, 50%) 0%, hsl(8215.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12053 {
background: linear-gradient(to bottom, hsl(8215.36, 100%, 50%) 0%, hsl(8215.36, 100%, 50%) 100%);
}

.bg-SN12053 {
background: linear-gradient(to bottom, hsl(8215.36, 100%, 50%) 0%, hsl(8215.36, 100%, 50%) 100%);
}


#album-music-playedSN12053 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8217.36, 100%, 50%) 0%, hsl(8217.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12054 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8219.36, 100%, 50%) 0%, hsl(8219.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12054 {
background: linear-gradient(to bottom, hsl(8219.36, 100%, 50%) 0%, hsl(8219.36, 100%, 50%) 100%);
}

.bg-SN12054 {
background: linear-gradient(to bottom, hsl(8219.36, 100%, 50%) 0%, hsl(8219.36, 100%, 50%) 100%);
}


#album-music-playedSN12054 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8221.36, 100%, 50%) 0%, hsl(8221.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12055 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8223.36, 100%, 50%) 0%, hsl(8223.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12055 {
background: linear-gradient(to bottom, hsl(8223.36, 100%, 50%) 0%, hsl(8223.36, 100%, 50%) 100%);
}

.bg-SN12055 {
background: linear-gradient(to bottom, hsl(8223.36, 100%, 50%) 0%, hsl(8223.36, 100%, 50%) 100%);
}


#album-music-playedSN12055 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8225.36, 100%, 50%) 0%, hsl(8225.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12056 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8227.36, 100%, 50%) 0%, hsl(8227.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12056 {
background: linear-gradient(to bottom, hsl(8227.36, 100%, 50%) 0%, hsl(8227.36, 100%, 50%) 100%);
}

.bg-SN12056 {
background: linear-gradient(to bottom, hsl(8227.36, 100%, 50%) 0%, hsl(8227.36, 100%, 50%) 100%);
}


#album-music-playedSN12056 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8229.36, 100%, 50%) 0%, hsl(8229.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12057 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8231.36, 100%, 50%) 0%, hsl(8231.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12057 {
background: linear-gradient(to bottom, hsl(8231.36, 100%, 50%) 0%, hsl(8231.36, 100%, 50%) 100%);
}

.bg-SN12057 {
background: linear-gradient(to bottom, hsl(8231.36, 100%, 50%) 0%, hsl(8231.36, 100%, 50%) 100%);
}


#album-music-playedSN12057 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8233.36, 100%, 50%) 0%, hsl(8233.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12058 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8235.36, 100%, 50%) 0%, hsl(8235.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12058 {
background: linear-gradient(to bottom, hsl(8235.36, 100%, 50%) 0%, hsl(8235.36, 100%, 50%) 100%);
}

.bg-SN12058 {
background: linear-gradient(to bottom, hsl(8235.36, 100%, 50%) 0%, hsl(8235.36, 100%, 50%) 100%);
}


#album-music-playedSN12058 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8237.36, 100%, 50%) 0%, hsl(8237.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12059 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8239.36, 100%, 50%) 0%, hsl(8239.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12059 {
background: linear-gradient(to bottom, hsl(8239.36, 100%, 50%) 0%, hsl(8239.36, 100%, 50%) 100%);
}

.bg-SN12059 {
background: linear-gradient(to bottom, hsl(8239.36, 100%, 50%) 0%, hsl(8239.36, 100%, 50%) 100%);
}


#album-music-playedSN12059 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8241.36, 100%, 50%) 0%, hsl(8241.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12060 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8243.36, 100%, 50%) 0%, hsl(8243.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12060 {
background: linear-gradient(to bottom, hsl(8243.36, 100%, 50%) 0%, hsl(8243.36, 100%, 50%) 100%);
}

.bg-SN12060 {
background: linear-gradient(to bottom, hsl(8243.36, 100%, 50%) 0%, hsl(8243.36, 100%, 50%) 100%);
}


#album-music-playedSN12060 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8245.36, 100%, 50%) 0%, hsl(8245.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12061 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8247.36, 100%, 50%) 0%, hsl(8247.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12061 {
background: linear-gradient(to bottom, hsl(8247.36, 100%, 50%) 0%, hsl(8247.36, 100%, 50%) 100%);
}

.bg-SN12061 {
background: linear-gradient(to bottom, hsl(8247.36, 100%, 50%) 0%, hsl(8247.36, 100%, 50%) 100%);
}


#album-music-playedSN12061 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8249.36, 100%, 50%) 0%, hsl(8249.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12062 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8251.36, 100%, 50%) 0%, hsl(8251.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12062 {
background: linear-gradient(to bottom, hsl(8251.36, 100%, 50%) 0%, hsl(8251.36, 100%, 50%) 100%);
}

.bg-SN12062 {
background: linear-gradient(to bottom, hsl(8251.36, 100%, 50%) 0%, hsl(8251.36, 100%, 50%) 100%);
}


#album-music-playedSN12062 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8253.36, 100%, 50%) 0%, hsl(8253.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12063 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8255.36, 100%, 50%) 0%, hsl(8255.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12063 {
background: linear-gradient(to bottom, hsl(8255.36, 100%, 50%) 0%, hsl(8255.36, 100%, 50%) 100%);
}

.bg-SN12063 {
background: linear-gradient(to bottom, hsl(8255.36, 100%, 50%) 0%, hsl(8255.36, 100%, 50%) 100%);
}


#album-music-playedSN12063 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8257.36, 100%, 50%) 0%, hsl(8257.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12064 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8259.36, 100%, 50%) 0%, hsl(8259.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12064 {
background: linear-gradient(to bottom, hsl(8259.36, 100%, 50%) 0%, hsl(8259.36, 100%, 50%) 100%);
}

.bg-SN12064 {
background: linear-gradient(to bottom, hsl(8259.36, 100%, 50%) 0%, hsl(8259.36, 100%, 50%) 100%);
}


#album-music-playedSN12064 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8261.36, 100%, 50%) 0%, hsl(8261.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12065 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8263.36, 100%, 50%) 0%, hsl(8263.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12065 {
background: linear-gradient(to bottom, hsl(8263.36, 100%, 50%) 0%, hsl(8263.36, 100%, 50%) 100%);
}

.bg-SN12065 {
background: linear-gradient(to bottom, hsl(8263.36, 100%, 50%) 0%, hsl(8263.36, 100%, 50%) 100%);
}


#album-music-playedSN12065 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8265.36, 100%, 50%) 0%, hsl(8265.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12066 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8267.36, 100%, 50%) 0%, hsl(8267.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12066 {
background: linear-gradient(to bottom, hsl(8267.36, 100%, 50%) 0%, hsl(8267.36, 100%, 50%) 100%);
}

.bg-SN12066 {
background: linear-gradient(to bottom, hsl(8267.36, 100%, 50%) 0%, hsl(8267.36, 100%, 50%) 100%);
}


#album-music-playedSN12066 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8269.36, 100%, 50%) 0%, hsl(8269.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12067 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8271.36, 100%, 50%) 0%, hsl(8271.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12067 {
background: linear-gradient(to bottom, hsl(8271.36, 100%, 50%) 0%, hsl(8271.36, 100%, 50%) 100%);
}

.bg-SN12067 {
background: linear-gradient(to bottom, hsl(8271.36, 100%, 50%) 0%, hsl(8271.36, 100%, 50%) 100%);
}


#album-music-playedSN12067 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8273.36, 100%, 50%) 0%, hsl(8273.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12068 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8275.36, 100%, 50%) 0%, hsl(8275.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12068 {
background: linear-gradient(to bottom, hsl(8275.36, 100%, 50%) 0%, hsl(8275.36, 100%, 50%) 100%);
}

.bg-SN12068 {
background: linear-gradient(to bottom, hsl(8275.36, 100%, 50%) 0%, hsl(8275.36, 100%, 50%) 100%);
}


#album-music-playedSN12068 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8277.36, 100%, 50%) 0%, hsl(8277.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12069 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8279.36, 100%, 50%) 0%, hsl(8279.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12069 {
background: linear-gradient(to bottom, hsl(8279.36, 100%, 50%) 0%, hsl(8279.36, 100%, 50%) 100%);
}

.bg-SN12069 {
background: linear-gradient(to bottom, hsl(8279.36, 100%, 50%) 0%, hsl(8279.36, 100%, 50%) 100%);
}


#album-music-playedSN12069 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8281.36, 100%, 50%) 0%, hsl(8281.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12070 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8283.36, 100%, 50%) 0%, hsl(8283.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12070 {
background: linear-gradient(to bottom, hsl(8283.36, 100%, 50%) 0%, hsl(8283.36, 100%, 50%) 100%);
}

.bg-SN12070 {
background: linear-gradient(to bottom, hsl(8283.36, 100%, 50%) 0%, hsl(8283.36, 100%, 50%) 100%);
}


#album-music-playedSN12070 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8285.36, 100%, 50%) 0%, hsl(8285.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12071 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8287.36, 100%, 50%) 0%, hsl(8287.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12071 {
background: linear-gradient(to bottom, hsl(8287.36, 100%, 50%) 0%, hsl(8287.36, 100%, 50%) 100%);
}

.bg-SN12071 {
background: linear-gradient(to bottom, hsl(8287.36, 100%, 50%) 0%, hsl(8287.36, 100%, 50%) 100%);
}


#album-music-playedSN12071 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8289.36, 100%, 50%) 0%, hsl(8289.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12072 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8291.36, 100%, 50%) 0%, hsl(8291.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12072 {
background: linear-gradient(to bottom, hsl(8291.36, 100%, 50%) 0%, hsl(8291.36, 100%, 50%) 100%);
}

.bg-SN12072 {
background: linear-gradient(to bottom, hsl(8291.36, 100%, 50%) 0%, hsl(8291.36, 100%, 50%) 100%);
}


#album-music-playedSN12072 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8293.36, 100%, 50%) 0%, hsl(8293.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12073 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8295.36, 100%, 50%) 0%, hsl(8295.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12073 {
background: linear-gradient(to bottom, hsl(8295.36, 100%, 50%) 0%, hsl(8295.36, 100%, 50%) 100%);
}

.bg-SN12073 {
background: linear-gradient(to bottom, hsl(8295.36, 100%, 50%) 0%, hsl(8295.36, 100%, 50%) 100%);
}


#album-music-playedSN12073 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8297.36, 100%, 50%) 0%, hsl(8297.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12074 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8299.36, 100%, 50%) 0%, hsl(8299.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12074 {
background: linear-gradient(to bottom, hsl(8299.36, 100%, 50%) 0%, hsl(8299.36, 100%, 50%) 100%);
}

.bg-SN12074 {
background: linear-gradient(to bottom, hsl(8299.36, 100%, 50%) 0%, hsl(8299.36, 100%, 50%) 100%);
}


#album-music-playedSN12074 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8301.36, 100%, 50%) 0%, hsl(8301.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12075 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8303.36, 100%, 50%) 0%, hsl(8303.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12075 {
background: linear-gradient(to bottom, hsl(8303.36, 100%, 50%) 0%, hsl(8303.36, 100%, 50%) 100%);
}

.bg-SN12075 {
background: linear-gradient(to bottom, hsl(8303.36, 100%, 50%) 0%, hsl(8303.36, 100%, 50%) 100%);
}


#album-music-playedSN12075 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8305.36, 100%, 50%) 0%, hsl(8305.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12076 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8307.36, 100%, 50%) 0%, hsl(8307.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12076 {
background: linear-gradient(to bottom, hsl(8307.36, 100%, 50%) 0%, hsl(8307.36, 100%, 50%) 100%);
}

.bg-SN12076 {
background: linear-gradient(to bottom, hsl(8307.36, 100%, 50%) 0%, hsl(8307.36, 100%, 50%) 100%);
}


#album-music-playedSN12076 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8309.36, 100%, 50%) 0%, hsl(8309.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12077 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8311.36, 100%, 50%) 0%, hsl(8311.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12077 {
background: linear-gradient(to bottom, hsl(8311.36, 100%, 50%) 0%, hsl(8311.36, 100%, 50%) 100%);
}

.bg-SN12077 {
background: linear-gradient(to bottom, hsl(8311.36, 100%, 50%) 0%, hsl(8311.36, 100%, 50%) 100%);
}


#album-music-playedSN12077 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8313.36, 100%, 50%) 0%, hsl(8313.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12078 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8315.36, 100%, 50%) 0%, hsl(8315.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12078 {
background: linear-gradient(to bottom, hsl(8315.36, 100%, 50%) 0%, hsl(8315.36, 100%, 50%) 100%);
}

.bg-SN12078 {
background: linear-gradient(to bottom, hsl(8315.36, 100%, 50%) 0%, hsl(8315.36, 100%, 50%) 100%);
}


#album-music-playedSN12078 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8317.36, 100%, 50%) 0%, hsl(8317.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12079 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8319.36, 100%, 50%) 0%, hsl(8319.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12079 {
background: linear-gradient(to bottom, hsl(8319.36, 100%, 50%) 0%, hsl(8319.36, 100%, 50%) 100%);
}

.bg-SN12079 {
background: linear-gradient(to bottom, hsl(8319.36, 100%, 50%) 0%, hsl(8319.36, 100%, 50%) 100%);
}


#album-music-playedSN12079 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8321.36, 100%, 50%) 0%, hsl(8321.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12080 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8323.36, 100%, 50%) 0%, hsl(8323.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12080 {
background: linear-gradient(to bottom, hsl(8323.36, 100%, 50%) 0%, hsl(8323.36, 100%, 50%) 100%);
}

.bg-SN12080 {
background: linear-gradient(to bottom, hsl(8323.36, 100%, 50%) 0%, hsl(8323.36, 100%, 50%) 100%);
}


#album-music-playedSN12080 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8325.36, 100%, 50%) 0%, hsl(8325.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12081 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8327.36, 100%, 50%) 0%, hsl(8327.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12081 {
background: linear-gradient(to bottom, hsl(8327.36, 100%, 50%) 0%, hsl(8327.36, 100%, 50%) 100%);
}

.bg-SN12081 {
background: linear-gradient(to bottom, hsl(8327.36, 100%, 50%) 0%, hsl(8327.36, 100%, 50%) 100%);
}


#album-music-playedSN12081 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8329.36, 100%, 50%) 0%, hsl(8329.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12082 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8331.36, 100%, 50%) 0%, hsl(8331.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12082 {
background: linear-gradient(to bottom, hsl(8331.36, 100%, 50%) 0%, hsl(8331.36, 100%, 50%) 100%);
}

.bg-SN12082 {
background: linear-gradient(to bottom, hsl(8331.36, 100%, 50%) 0%, hsl(8331.36, 100%, 50%) 100%);
}


#album-music-playedSN12082 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8333.36, 100%, 50%) 0%, hsl(8333.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12083 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8335.36, 100%, 50%) 0%, hsl(8335.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12083 {
background: linear-gradient(to bottom, hsl(8335.36, 100%, 50%) 0%, hsl(8335.36, 100%, 50%) 100%);
}

.bg-SN12083 {
background: linear-gradient(to bottom, hsl(8335.36, 100%, 50%) 0%, hsl(8335.36, 100%, 50%) 100%);
}


#album-music-playedSN12083 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8337.36, 100%, 50%) 0%, hsl(8337.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12084 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8339.36, 100%, 50%) 0%, hsl(8339.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12084 {
background: linear-gradient(to bottom, hsl(8339.36, 100%, 50%) 0%, hsl(8339.36, 100%, 50%) 100%);
}

.bg-SN12084 {
background: linear-gradient(to bottom, hsl(8339.36, 100%, 50%) 0%, hsl(8339.36, 100%, 50%) 100%);
}


#album-music-playedSN12084 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8341.36, 100%, 50%) 0%, hsl(8341.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12085 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8343.36, 100%, 50%) 0%, hsl(8343.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12085 {
background: linear-gradient(to bottom, hsl(8343.36, 100%, 50%) 0%, hsl(8343.36, 100%, 50%) 100%);
}

.bg-SN12085 {
background: linear-gradient(to bottom, hsl(8343.36, 100%, 50%) 0%, hsl(8343.36, 100%, 50%) 100%);
}


#album-music-playedSN12085 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8345.36, 100%, 50%) 0%, hsl(8345.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12086 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8347.36, 100%, 50%) 0%, hsl(8347.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12086 {
background: linear-gradient(to bottom, hsl(8347.36, 100%, 50%) 0%, hsl(8347.36, 100%, 50%) 100%);
}

.bg-SN12086 {
background: linear-gradient(to bottom, hsl(8347.36, 100%, 50%) 0%, hsl(8347.36, 100%, 50%) 100%);
}


#album-music-playedSN12086 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8349.36, 100%, 50%) 0%, hsl(8349.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12087 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8351.36, 100%, 50%) 0%, hsl(8351.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12087 {
background: linear-gradient(to bottom, hsl(8351.36, 100%, 50%) 0%, hsl(8351.36, 100%, 50%) 100%);
}

.bg-SN12087 {
background: linear-gradient(to bottom, hsl(8351.36, 100%, 50%) 0%, hsl(8351.36, 100%, 50%) 100%);
}


#album-music-playedSN12087 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8353.36, 100%, 50%) 0%, hsl(8353.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12088 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8355.36, 100%, 50%) 0%, hsl(8355.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12088 {
background: linear-gradient(to bottom, hsl(8355.36, 100%, 50%) 0%, hsl(8355.36, 100%, 50%) 100%);
}

.bg-SN12088 {
background: linear-gradient(to bottom, hsl(8355.36, 100%, 50%) 0%, hsl(8355.36, 100%, 50%) 100%);
}


#album-music-playedSN12088 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8357.36, 100%, 50%) 0%, hsl(8357.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12089 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8359.36, 100%, 50%) 0%, hsl(8359.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12089 {
background: linear-gradient(to bottom, hsl(8359.36, 100%, 50%) 0%, hsl(8359.36, 100%, 50%) 100%);
}

.bg-SN12089 {
background: linear-gradient(to bottom, hsl(8359.36, 100%, 50%) 0%, hsl(8359.36, 100%, 50%) 100%);
}


#album-music-playedSN12089 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8361.36, 100%, 50%) 0%, hsl(8361.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12090 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8363.36, 100%, 50%) 0%, hsl(8363.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12090 {
background: linear-gradient(to bottom, hsl(8363.36, 100%, 50%) 0%, hsl(8363.36, 100%, 50%) 100%);
}

.bg-SN12090 {
background: linear-gradient(to bottom, hsl(8363.36, 100%, 50%) 0%, hsl(8363.36, 100%, 50%) 100%);
}


#album-music-playedSN12090 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8365.36, 100%, 50%) 0%, hsl(8365.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12091 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8367.36, 100%, 50%) 0%, hsl(8367.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12091 {
background: linear-gradient(to bottom, hsl(8367.36, 100%, 50%) 0%, hsl(8367.36, 100%, 50%) 100%);
}

.bg-SN12091 {
background: linear-gradient(to bottom, hsl(8367.36, 100%, 50%) 0%, hsl(8367.36, 100%, 50%) 100%);
}


#album-music-playedSN12091 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8369.36, 100%, 50%) 0%, hsl(8369.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12092 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8371.36, 100%, 50%) 0%, hsl(8371.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12092 {
background: linear-gradient(to bottom, hsl(8371.36, 100%, 50%) 0%, hsl(8371.36, 100%, 50%) 100%);
}

.bg-SN12092 {
background: linear-gradient(to bottom, hsl(8371.36, 100%, 50%) 0%, hsl(8371.36, 100%, 50%) 100%);
}


#album-music-playedSN12092 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8373.36, 100%, 50%) 0%, hsl(8373.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12093 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8375.36, 100%, 50%) 0%, hsl(8375.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12093 {
background: linear-gradient(to bottom, hsl(8375.36, 100%, 50%) 0%, hsl(8375.36, 100%, 50%) 100%);
}

.bg-SN12093 {
background: linear-gradient(to bottom, hsl(8375.36, 100%, 50%) 0%, hsl(8375.36, 100%, 50%) 100%);
}


#album-music-playedSN12093 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8377.36, 100%, 50%) 0%, hsl(8377.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12094 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8379.36, 100%, 50%) 0%, hsl(8379.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12094 {
background: linear-gradient(to bottom, hsl(8379.36, 100%, 50%) 0%, hsl(8379.36, 100%, 50%) 100%);
}

.bg-SN12094 {
background: linear-gradient(to bottom, hsl(8379.36, 100%, 50%) 0%, hsl(8379.36, 100%, 50%) 100%);
}


#album-music-playedSN12094 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8381.36, 100%, 50%) 0%, hsl(8381.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12095 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8383.36, 100%, 50%) 0%, hsl(8383.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12095 {
background: linear-gradient(to bottom, hsl(8383.36, 100%, 50%) 0%, hsl(8383.36, 100%, 50%) 100%);
}

.bg-SN12095 {
background: linear-gradient(to bottom, hsl(8383.36, 100%, 50%) 0%, hsl(8383.36, 100%, 50%) 100%);
}


#album-music-playedSN12095 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8385.36, 100%, 50%) 0%, hsl(8385.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12096 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8387.36, 100%, 50%) 0%, hsl(8387.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12096 {
background: linear-gradient(to bottom, hsl(8387.36, 100%, 50%) 0%, hsl(8387.36, 100%, 50%) 100%);
}

.bg-SN12096 {
background: linear-gradient(to bottom, hsl(8387.36, 100%, 50%) 0%, hsl(8387.36, 100%, 50%) 100%);
}


#album-music-playedSN12096 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8389.36, 100%, 50%) 0%, hsl(8389.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12097 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8391.36, 100%, 50%) 0%, hsl(8391.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12097 {
background: linear-gradient(to bottom, hsl(8391.36, 100%, 50%) 0%, hsl(8391.36, 100%, 50%) 100%);
}

.bg-SN12097 {
background: linear-gradient(to bottom, hsl(8391.36, 100%, 50%) 0%, hsl(8391.36, 100%, 50%) 100%);
}


#album-music-playedSN12097 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8393.36, 100%, 50%) 0%, hsl(8393.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12098 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8395.36, 100%, 50%) 0%, hsl(8395.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12098 {
background: linear-gradient(to bottom, hsl(8395.36, 100%, 50%) 0%, hsl(8395.36, 100%, 50%) 100%);
}

.bg-SN12098 {
background: linear-gradient(to bottom, hsl(8395.36, 100%, 50%) 0%, hsl(8395.36, 100%, 50%) 100%);
}


#album-music-playedSN12098 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8397.36, 100%, 50%) 0%, hsl(8397.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12099 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8399.36, 100%, 50%) 0%, hsl(8399.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12099 {
background: linear-gradient(to bottom, hsl(8399.36, 100%, 50%) 0%, hsl(8399.36, 100%, 50%) 100%);
}

.bg-SN12099 {
background: linear-gradient(to bottom, hsl(8399.36, 100%, 50%) 0%, hsl(8399.36, 100%, 50%) 100%);
}


#album-music-playedSN12099 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8401.36, 100%, 50%) 0%, hsl(8401.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12100 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8403.36, 100%, 50%) 0%, hsl(8403.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12100 {
background: linear-gradient(to bottom, hsl(8403.36, 100%, 50%) 0%, hsl(8403.36, 100%, 50%) 100%);
}

.bg-SN12100 {
background: linear-gradient(to bottom, hsl(8403.36, 100%, 50%) 0%, hsl(8403.36, 100%, 50%) 100%);
}


#album-music-playedSN12100 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8405.36, 100%, 50%) 0%, hsl(8405.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12101 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8407.36, 100%, 50%) 0%, hsl(8407.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12101 {
background: linear-gradient(to bottom, hsl(8407.36, 100%, 50%) 0%, hsl(8407.36, 100%, 50%) 100%);
}

.bg-SN12101 {
background: linear-gradient(to bottom, hsl(8407.36, 100%, 50%) 0%, hsl(8407.36, 100%, 50%) 100%);
}


#album-music-playedSN12101 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8409.36, 100%, 50%) 0%, hsl(8409.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12102 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8411.36, 100%, 50%) 0%, hsl(8411.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12102 {
background: linear-gradient(to bottom, hsl(8411.36, 100%, 50%) 0%, hsl(8411.36, 100%, 50%) 100%);
}

.bg-SN12102 {
background: linear-gradient(to bottom, hsl(8411.36, 100%, 50%) 0%, hsl(8411.36, 100%, 50%) 100%);
}


#album-music-playedSN12102 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8413.36, 100%, 50%) 0%, hsl(8413.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12103 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8415.36, 100%, 50%) 0%, hsl(8415.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12103 {
background: linear-gradient(to bottom, hsl(8415.36, 100%, 50%) 0%, hsl(8415.36, 100%, 50%) 100%);
}

.bg-SN12103 {
background: linear-gradient(to bottom, hsl(8415.36, 100%, 50%) 0%, hsl(8415.36, 100%, 50%) 100%);
}


#album-music-playedSN12103 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8417.36, 100%, 50%) 0%, hsl(8417.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12104 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8419.36, 100%, 50%) 0%, hsl(8419.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12104 {
background: linear-gradient(to bottom, hsl(8419.36, 100%, 50%) 0%, hsl(8419.36, 100%, 50%) 100%);
}

.bg-SN12104 {
background: linear-gradient(to bottom, hsl(8419.36, 100%, 50%) 0%, hsl(8419.36, 100%, 50%) 100%);
}


#album-music-playedSN12104 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8421.36, 100%, 50%) 0%, hsl(8421.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12105 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8423.36, 100%, 50%) 0%, hsl(8423.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12105 {
background: linear-gradient(to bottom, hsl(8423.36, 100%, 50%) 0%, hsl(8423.36, 100%, 50%) 100%);
}

.bg-SN12105 {
background: linear-gradient(to bottom, hsl(8423.36, 100%, 50%) 0%, hsl(8423.36, 100%, 50%) 100%);
}


#album-music-playedSN12105 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8425.36, 100%, 50%) 0%, hsl(8425.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12106 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8427.36, 100%, 50%) 0%, hsl(8427.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12106 {
background: linear-gradient(to bottom, hsl(8427.36, 100%, 50%) 0%, hsl(8427.36, 100%, 50%) 100%);
}

.bg-SN12106 {
background: linear-gradient(to bottom, hsl(8427.36, 100%, 50%) 0%, hsl(8427.36, 100%, 50%) 100%);
}


#album-music-playedSN12106 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8429.36, 100%, 50%) 0%, hsl(8429.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12107 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8431.36, 100%, 50%) 0%, hsl(8431.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12107 {
background: linear-gradient(to bottom, hsl(8431.36, 100%, 50%) 0%, hsl(8431.36, 100%, 50%) 100%);
}

.bg-SN12107 {
background: linear-gradient(to bottom, hsl(8431.36, 100%, 50%) 0%, hsl(8431.36, 100%, 50%) 100%);
}


#album-music-playedSN12107 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8433.36, 100%, 50%) 0%, hsl(8433.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12108 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8435.36, 100%, 50%) 0%, hsl(8435.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12108 {
background: linear-gradient(to bottom, hsl(8435.36, 100%, 50%) 0%, hsl(8435.36, 100%, 50%) 100%);
}

.bg-SN12108 {
background: linear-gradient(to bottom, hsl(8435.36, 100%, 50%) 0%, hsl(8435.36, 100%, 50%) 100%);
}


#album-music-playedSN12108 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8437.36, 100%, 50%) 0%, hsl(8437.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12109 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8439.36, 100%, 50%) 0%, hsl(8439.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12109 {
background: linear-gradient(to bottom, hsl(8439.36, 100%, 50%) 0%, hsl(8439.36, 100%, 50%) 100%);
}

.bg-SN12109 {
background: linear-gradient(to bottom, hsl(8439.36, 100%, 50%) 0%, hsl(8439.36, 100%, 50%) 100%);
}


#album-music-playedSN12109 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8441.36, 100%, 50%) 0%, hsl(8441.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12110 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8443.36, 100%, 50%) 0%, hsl(8443.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12110 {
background: linear-gradient(to bottom, hsl(8443.36, 100%, 50%) 0%, hsl(8443.36, 100%, 50%) 100%);
}

.bg-SN12110 {
background: linear-gradient(to bottom, hsl(8443.36, 100%, 50%) 0%, hsl(8443.36, 100%, 50%) 100%);
}


#album-music-playedSN12110 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8445.36, 100%, 50%) 0%, hsl(8445.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12111 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8447.36, 100%, 50%) 0%, hsl(8447.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12111 {
background: linear-gradient(to bottom, hsl(8447.36, 100%, 50%) 0%, hsl(8447.36, 100%, 50%) 100%);
}

.bg-SN12111 {
background: linear-gradient(to bottom, hsl(8447.36, 100%, 50%) 0%, hsl(8447.36, 100%, 50%) 100%);
}


#album-music-playedSN12111 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8449.36, 100%, 50%) 0%, hsl(8449.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12112 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8451.36, 100%, 50%) 0%, hsl(8451.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12112 {
background: linear-gradient(to bottom, hsl(8451.36, 100%, 50%) 0%, hsl(8451.36, 100%, 50%) 100%);
}

.bg-SN12112 {
background: linear-gradient(to bottom, hsl(8451.36, 100%, 50%) 0%, hsl(8451.36, 100%, 50%) 100%);
}


#album-music-playedSN12112 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8453.36, 100%, 50%) 0%, hsl(8453.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12113 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8455.36, 100%, 50%) 0%, hsl(8455.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12113 {
background: linear-gradient(to bottom, hsl(8455.36, 100%, 50%) 0%, hsl(8455.36, 100%, 50%) 100%);
}

.bg-SN12113 {
background: linear-gradient(to bottom, hsl(8455.36, 100%, 50%) 0%, hsl(8455.36, 100%, 50%) 100%);
}


#album-music-playedSN12113 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8457.36, 100%, 50%) 0%, hsl(8457.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12114 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8459.36, 100%, 50%) 0%, hsl(8459.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12114 {
background: linear-gradient(to bottom, hsl(8459.36, 100%, 50%) 0%, hsl(8459.36, 100%, 50%) 100%);
}

.bg-SN12114 {
background: linear-gradient(to bottom, hsl(8459.36, 100%, 50%) 0%, hsl(8459.36, 100%, 50%) 100%);
}


#album-music-playedSN12114 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8461.36, 100%, 50%) 0%, hsl(8461.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12115 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8463.36, 100%, 50%) 0%, hsl(8463.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12115 {
background: linear-gradient(to bottom, hsl(8463.36, 100%, 50%) 0%, hsl(8463.36, 100%, 50%) 100%);
}

.bg-SN12115 {
background: linear-gradient(to bottom, hsl(8463.36, 100%, 50%) 0%, hsl(8463.36, 100%, 50%) 100%);
}


#album-music-playedSN12115 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8465.36, 100%, 50%) 0%, hsl(8465.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12116 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8467.36, 100%, 50%) 0%, hsl(8467.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12116 {
background: linear-gradient(to bottom, hsl(8467.36, 100%, 50%) 0%, hsl(8467.36, 100%, 50%) 100%);
}

.bg-SN12116 {
background: linear-gradient(to bottom, hsl(8467.36, 100%, 50%) 0%, hsl(8467.36, 100%, 50%) 100%);
}


#album-music-playedSN12116 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8469.36, 100%, 50%) 0%, hsl(8469.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12117 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8471.36, 100%, 50%) 0%, hsl(8471.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12117 {
background: linear-gradient(to bottom, hsl(8471.36, 100%, 50%) 0%, hsl(8471.36, 100%, 50%) 100%);
}

.bg-SN12117 {
background: linear-gradient(to bottom, hsl(8471.36, 100%, 50%) 0%, hsl(8471.36, 100%, 50%) 100%);
}


#album-music-playedSN12117 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8473.36, 100%, 50%) 0%, hsl(8473.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12118 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8475.36, 100%, 50%) 0%, hsl(8475.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12118 {
background: linear-gradient(to bottom, hsl(8475.36, 100%, 50%) 0%, hsl(8475.36, 100%, 50%) 100%);
}

.bg-SN12118 {
background: linear-gradient(to bottom, hsl(8475.36, 100%, 50%) 0%, hsl(8475.36, 100%, 50%) 100%);
}


#album-music-playedSN12118 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8477.36, 100%, 50%) 0%, hsl(8477.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12119 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8479.36, 100%, 50%) 0%, hsl(8479.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12119 {
background: linear-gradient(to bottom, hsl(8479.36, 100%, 50%) 0%, hsl(8479.36, 100%, 50%) 100%);
}

.bg-SN12119 {
background: linear-gradient(to bottom, hsl(8479.36, 100%, 50%) 0%, hsl(8479.36, 100%, 50%) 100%);
}


#album-music-playedSN12119 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8481.36, 100%, 50%) 0%, hsl(8481.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12120 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8483.36, 100%, 50%) 0%, hsl(8483.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12120 {
background: linear-gradient(to bottom, hsl(8483.36, 100%, 50%) 0%, hsl(8483.36, 100%, 50%) 100%);
}

.bg-SN12120 {
background: linear-gradient(to bottom, hsl(8483.36, 100%, 50%) 0%, hsl(8483.36, 100%, 50%) 100%);
}


#album-music-playedSN12120 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8485.36, 100%, 50%) 0%, hsl(8485.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12121 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8487.36, 100%, 50%) 0%, hsl(8487.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12121 {
background: linear-gradient(to bottom, hsl(8487.36, 100%, 50%) 0%, hsl(8487.36, 100%, 50%) 100%);
}

.bg-SN12121 {
background: linear-gradient(to bottom, hsl(8487.36, 100%, 50%) 0%, hsl(8487.36, 100%, 50%) 100%);
}


#album-music-playedSN12121 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8489.36, 100%, 50%) 0%, hsl(8489.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12122 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8491.36, 100%, 50%) 0%, hsl(8491.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12122 {
background: linear-gradient(to bottom, hsl(8491.36, 100%, 50%) 0%, hsl(8491.36, 100%, 50%) 100%);
}

.bg-SN12122 {
background: linear-gradient(to bottom, hsl(8491.36, 100%, 50%) 0%, hsl(8491.36, 100%, 50%) 100%);
}


#album-music-playedSN12122 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8493.36, 100%, 50%) 0%, hsl(8493.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12123 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8495.36, 100%, 50%) 0%, hsl(8495.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12123 {
background: linear-gradient(to bottom, hsl(8495.36, 100%, 50%) 0%, hsl(8495.36, 100%, 50%) 100%);
}

.bg-SN12123 {
background: linear-gradient(to bottom, hsl(8495.36, 100%, 50%) 0%, hsl(8495.36, 100%, 50%) 100%);
}


#album-music-playedSN12123 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8497.36, 100%, 50%) 0%, hsl(8497.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12124 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8499.36, 100%, 50%) 0%, hsl(8499.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12124 {
background: linear-gradient(to bottom, hsl(8499.36, 100%, 50%) 0%, hsl(8499.36, 100%, 50%) 100%);
}

.bg-SN12124 {
background: linear-gradient(to bottom, hsl(8499.36, 100%, 50%) 0%, hsl(8499.36, 100%, 50%) 100%);
}


#album-music-playedSN12124 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8501.36, 100%, 50%) 0%, hsl(8501.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12125 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8503.36, 100%, 50%) 0%, hsl(8503.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12125 {
background: linear-gradient(to bottom, hsl(8503.36, 100%, 50%) 0%, hsl(8503.36, 100%, 50%) 100%);
}

.bg-SN12125 {
background: linear-gradient(to bottom, hsl(8503.36, 100%, 50%) 0%, hsl(8503.36, 100%, 50%) 100%);
}


#album-music-playedSN12125 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8505.36, 100%, 50%) 0%, hsl(8505.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12126 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8507.36, 100%, 50%) 0%, hsl(8507.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12126 {
background: linear-gradient(to bottom, hsl(8507.36, 100%, 50%) 0%, hsl(8507.36, 100%, 50%) 100%);
}

.bg-SN12126 {
background: linear-gradient(to bottom, hsl(8507.36, 100%, 50%) 0%, hsl(8507.36, 100%, 50%) 100%);
}


#album-music-playedSN12126 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8509.36, 100%, 50%) 0%, hsl(8509.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12127 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8511.36, 100%, 50%) 0%, hsl(8511.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12127 {
background: linear-gradient(to bottom, hsl(8511.36, 100%, 50%) 0%, hsl(8511.36, 100%, 50%) 100%);
}

.bg-SN12127 {
background: linear-gradient(to bottom, hsl(8511.36, 100%, 50%) 0%, hsl(8511.36, 100%, 50%) 100%);
}


#album-music-playedSN12127 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8513.36, 100%, 50%) 0%, hsl(8513.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12128 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8515.36, 100%, 50%) 0%, hsl(8515.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12128 {
background: linear-gradient(to bottom, hsl(8515.36, 100%, 50%) 0%, hsl(8515.36, 100%, 50%) 100%);
}

.bg-SN12128 {
background: linear-gradient(to bottom, hsl(8515.36, 100%, 50%) 0%, hsl(8515.36, 100%, 50%) 100%);
}


#album-music-playedSN12128 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8517.36, 100%, 50%) 0%, hsl(8517.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12129 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8519.36, 100%, 50%) 0%, hsl(8519.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12129 {
background: linear-gradient(to bottom, hsl(8519.36, 100%, 50%) 0%, hsl(8519.36, 100%, 50%) 100%);
}

.bg-SN12129 {
background: linear-gradient(to bottom, hsl(8519.36, 100%, 50%) 0%, hsl(8519.36, 100%, 50%) 100%);
}


#album-music-playedSN12129 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8521.36, 100%, 50%) 0%, hsl(8521.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12130 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8523.36, 100%, 50%) 0%, hsl(8523.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12130 {
background: linear-gradient(to bottom, hsl(8523.36, 100%, 50%) 0%, hsl(8523.36, 100%, 50%) 100%);
}

.bg-SN12130 {
background: linear-gradient(to bottom, hsl(8523.36, 100%, 50%) 0%, hsl(8523.36, 100%, 50%) 100%);
}


#album-music-playedSN12130 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8525.36, 100%, 50%) 0%, hsl(8525.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12131 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8527.36, 100%, 50%) 0%, hsl(8527.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12131 {
background: linear-gradient(to bottom, hsl(8527.36, 100%, 50%) 0%, hsl(8527.36, 100%, 50%) 100%);
}

.bg-SN12131 {
background: linear-gradient(to bottom, hsl(8527.36, 100%, 50%) 0%, hsl(8527.36, 100%, 50%) 100%);
}


#album-music-playedSN12131 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8529.36, 100%, 50%) 0%, hsl(8529.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12132 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8531.36, 100%, 50%) 0%, hsl(8531.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12132 {
background: linear-gradient(to bottom, hsl(8531.36, 100%, 50%) 0%, hsl(8531.36, 100%, 50%) 100%);
}

.bg-SN12132 {
background: linear-gradient(to bottom, hsl(8531.36, 100%, 50%) 0%, hsl(8531.36, 100%, 50%) 100%);
}


#album-music-playedSN12132 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8533.36, 100%, 50%) 0%, hsl(8533.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12133 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8535.36, 100%, 50%) 0%, hsl(8535.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12133 {
background: linear-gradient(to bottom, hsl(8535.36, 100%, 50%) 0%, hsl(8535.36, 100%, 50%) 100%);
}

.bg-SN12133 {
background: linear-gradient(to bottom, hsl(8535.36, 100%, 50%) 0%, hsl(8535.36, 100%, 50%) 100%);
}


#album-music-playedSN12133 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8537.36, 100%, 50%) 0%, hsl(8537.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12134 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8539.36, 100%, 50%) 0%, hsl(8539.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12134 {
background: linear-gradient(to bottom, hsl(8539.36, 100%, 50%) 0%, hsl(8539.36, 100%, 50%) 100%);
}

.bg-SN12134 {
background: linear-gradient(to bottom, hsl(8539.36, 100%, 50%) 0%, hsl(8539.36, 100%, 50%) 100%);
}


#album-music-playedSN12134 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8541.36, 100%, 50%) 0%, hsl(8541.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12135 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8543.36, 100%, 50%) 0%, hsl(8543.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12135 {
background: linear-gradient(to bottom, hsl(8543.36, 100%, 50%) 0%, hsl(8543.36, 100%, 50%) 100%);
}

.bg-SN12135 {
background: linear-gradient(to bottom, hsl(8543.36, 100%, 50%) 0%, hsl(8543.36, 100%, 50%) 100%);
}


#album-music-playedSN12135 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8545.36, 100%, 50%) 0%, hsl(8545.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12136 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8547.36, 100%, 50%) 0%, hsl(8547.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12136 {
background: linear-gradient(to bottom, hsl(8547.36, 100%, 50%) 0%, hsl(8547.36, 100%, 50%) 100%);
}

.bg-SN12136 {
background: linear-gradient(to bottom, hsl(8547.36, 100%, 50%) 0%, hsl(8547.36, 100%, 50%) 100%);
}


#album-music-playedSN12136 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8549.36, 100%, 50%) 0%, hsl(8549.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12137 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8551.36, 100%, 50%) 0%, hsl(8551.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12137 {
background: linear-gradient(to bottom, hsl(8551.36, 100%, 50%) 0%, hsl(8551.36, 100%, 50%) 100%);
}

.bg-SN12137 {
background: linear-gradient(to bottom, hsl(8551.36, 100%, 50%) 0%, hsl(8551.36, 100%, 50%) 100%);
}


#album-music-playedSN12137 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8553.36, 100%, 50%) 0%, hsl(8553.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12138 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8555.36, 100%, 50%) 0%, hsl(8555.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12138 {
background: linear-gradient(to bottom, hsl(8555.36, 100%, 50%) 0%, hsl(8555.36, 100%, 50%) 100%);
}

.bg-SN12138 {
background: linear-gradient(to bottom, hsl(8555.36, 100%, 50%) 0%, hsl(8555.36, 100%, 50%) 100%);
}


#album-music-playedSN12138 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8557.36, 100%, 50%) 0%, hsl(8557.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12139 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8559.36, 100%, 50%) 0%, hsl(8559.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12139 {
background: linear-gradient(to bottom, hsl(8559.36, 100%, 50%) 0%, hsl(8559.36, 100%, 50%) 100%);
}

.bg-SN12139 {
background: linear-gradient(to bottom, hsl(8559.36, 100%, 50%) 0%, hsl(8559.36, 100%, 50%) 100%);
}


#album-music-playedSN12139 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8561.36, 100%, 50%) 0%, hsl(8561.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12140 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8563.36, 100%, 50%) 0%, hsl(8563.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12140 {
background: linear-gradient(to bottom, hsl(8563.36, 100%, 50%) 0%, hsl(8563.36, 100%, 50%) 100%);
}

.bg-SN12140 {
background: linear-gradient(to bottom, hsl(8563.36, 100%, 50%) 0%, hsl(8563.36, 100%, 50%) 100%);
}


#album-music-playedSN12140 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8565.36, 100%, 50%) 0%, hsl(8565.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12141 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8567.36, 100%, 50%) 0%, hsl(8567.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12141 {
background: linear-gradient(to bottom, hsl(8567.36, 100%, 50%) 0%, hsl(8567.36, 100%, 50%) 100%);
}

.bg-SN12141 {
background: linear-gradient(to bottom, hsl(8567.36, 100%, 50%) 0%, hsl(8567.36, 100%, 50%) 100%);
}


#album-music-playedSN12141 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8569.36, 100%, 50%) 0%, hsl(8569.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12142 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8571.36, 100%, 50%) 0%, hsl(8571.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12142 {
background: linear-gradient(to bottom, hsl(8571.36, 100%, 50%) 0%, hsl(8571.36, 100%, 50%) 100%);
}

.bg-SN12142 {
background: linear-gradient(to bottom, hsl(8571.36, 100%, 50%) 0%, hsl(8571.36, 100%, 50%) 100%);
}


#album-music-playedSN12142 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8573.36, 100%, 50%) 0%, hsl(8573.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12143 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8575.36, 100%, 50%) 0%, hsl(8575.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12143 {
background: linear-gradient(to bottom, hsl(8575.36, 100%, 50%) 0%, hsl(8575.36, 100%, 50%) 100%);
}

.bg-SN12143 {
background: linear-gradient(to bottom, hsl(8575.36, 100%, 50%) 0%, hsl(8575.36, 100%, 50%) 100%);
}


#album-music-playedSN12143 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8577.36, 100%, 50%) 0%, hsl(8577.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12144 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8579.36, 100%, 50%) 0%, hsl(8579.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12144 {
background: linear-gradient(to bottom, hsl(8579.36, 100%, 50%) 0%, hsl(8579.36, 100%, 50%) 100%);
}

.bg-SN12144 {
background: linear-gradient(to bottom, hsl(8579.36, 100%, 50%) 0%, hsl(8579.36, 100%, 50%) 100%);
}


#album-music-playedSN12144 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8581.36, 100%, 50%) 0%, hsl(8581.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12145 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8583.36, 100%, 50%) 0%, hsl(8583.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12145 {
background: linear-gradient(to bottom, hsl(8583.36, 100%, 50%) 0%, hsl(8583.36, 100%, 50%) 100%);
}

.bg-SN12145 {
background: linear-gradient(to bottom, hsl(8583.36, 100%, 50%) 0%, hsl(8583.36, 100%, 50%) 100%);
}


#album-music-playedSN12145 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8585.36, 100%, 50%) 0%, hsl(8585.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12146 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8587.36, 100%, 50%) 0%, hsl(8587.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12146 {
background: linear-gradient(to bottom, hsl(8587.36, 100%, 50%) 0%, hsl(8587.36, 100%, 50%) 100%);
}

.bg-SN12146 {
background: linear-gradient(to bottom, hsl(8587.36, 100%, 50%) 0%, hsl(8587.36, 100%, 50%) 100%);
}


#album-music-playedSN12146 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8589.36, 100%, 50%) 0%, hsl(8589.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12147 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8591.36, 100%, 50%) 0%, hsl(8591.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12147 {
background: linear-gradient(to bottom, hsl(8591.36, 100%, 50%) 0%, hsl(8591.36, 100%, 50%) 100%);
}

.bg-SN12147 {
background: linear-gradient(to bottom, hsl(8591.36, 100%, 50%) 0%, hsl(8591.36, 100%, 50%) 100%);
}


#album-music-playedSN12147 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8593.36, 100%, 50%) 0%, hsl(8593.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12148 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8595.36, 100%, 50%) 0%, hsl(8595.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12148 {
background: linear-gradient(to bottom, hsl(8595.36, 100%, 50%) 0%, hsl(8595.36, 100%, 50%) 100%);
}

.bg-SN12148 {
background: linear-gradient(to bottom, hsl(8595.36, 100%, 50%) 0%, hsl(8595.36, 100%, 50%) 100%);
}


#album-music-playedSN12148 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8597.36, 100%, 50%) 0%, hsl(8597.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12149 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8599.36, 100%, 50%) 0%, hsl(8599.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12149 {
background: linear-gradient(to bottom, hsl(8599.36, 100%, 50%) 0%, hsl(8599.36, 100%, 50%) 100%);
}

.bg-SN12149 {
background: linear-gradient(to bottom, hsl(8599.36, 100%, 50%) 0%, hsl(8599.36, 100%, 50%) 100%);
}


#album-music-playedSN12149 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8601.36, 100%, 50%) 0%, hsl(8601.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12150 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8603.36, 100%, 50%) 0%, hsl(8603.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12150 {
background: linear-gradient(to bottom, hsl(8603.36, 100%, 50%) 0%, hsl(8603.36, 100%, 50%) 100%);
}

.bg-SN12150 {
background: linear-gradient(to bottom, hsl(8603.36, 100%, 50%) 0%, hsl(8603.36, 100%, 50%) 100%);
}


#album-music-playedSN12150 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8605.36, 100%, 50%) 0%, hsl(8605.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12151 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8607.36, 100%, 50%) 0%, hsl(8607.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12151 {
background: linear-gradient(to bottom, hsl(8607.36, 100%, 50%) 0%, hsl(8607.36, 100%, 50%) 100%);
}

.bg-SN12151 {
background: linear-gradient(to bottom, hsl(8607.36, 100%, 50%) 0%, hsl(8607.36, 100%, 50%) 100%);
}


#album-music-playedSN12151 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8609.36, 100%, 50%) 0%, hsl(8609.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12152 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8611.36, 100%, 50%) 0%, hsl(8611.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12152 {
background: linear-gradient(to bottom, hsl(8611.36, 100%, 50%) 0%, hsl(8611.36, 100%, 50%) 100%);
}

.bg-SN12152 {
background: linear-gradient(to bottom, hsl(8611.36, 100%, 50%) 0%, hsl(8611.36, 100%, 50%) 100%);
}


#album-music-playedSN12152 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8613.36, 100%, 50%) 0%, hsl(8613.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12153 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8615.36, 100%, 50%) 0%, hsl(8615.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12153 {
background: linear-gradient(to bottom, hsl(8615.36, 100%, 50%) 0%, hsl(8615.36, 100%, 50%) 100%);
}

.bg-SN12153 {
background: linear-gradient(to bottom, hsl(8615.36, 100%, 50%) 0%, hsl(8615.36, 100%, 50%) 100%);
}


#album-music-playedSN12153 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8617.36, 100%, 50%) 0%, hsl(8617.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12154 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8619.36, 100%, 50%) 0%, hsl(8619.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12154 {
background: linear-gradient(to bottom, hsl(8619.36, 100%, 50%) 0%, hsl(8619.36, 100%, 50%) 100%);
}

.bg-SN12154 {
background: linear-gradient(to bottom, hsl(8619.36, 100%, 50%) 0%, hsl(8619.36, 100%, 50%) 100%);
}


#album-music-playedSN12154 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8621.36, 100%, 50%) 0%, hsl(8621.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12155 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8623.36, 100%, 50%) 0%, hsl(8623.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12155 {
background: linear-gradient(to bottom, hsl(8623.36, 100%, 50%) 0%, hsl(8623.36, 100%, 50%) 100%);
}

.bg-SN12155 {
background: linear-gradient(to bottom, hsl(8623.36, 100%, 50%) 0%, hsl(8623.36, 100%, 50%) 100%);
}


#album-music-playedSN12155 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8625.36, 100%, 50%) 0%, hsl(8625.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12156 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8627.36, 100%, 50%) 0%, hsl(8627.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12156 {
background: linear-gradient(to bottom, hsl(8627.36, 100%, 50%) 0%, hsl(8627.36, 100%, 50%) 100%);
}

.bg-SN12156 {
background: linear-gradient(to bottom, hsl(8627.36, 100%, 50%) 0%, hsl(8627.36, 100%, 50%) 100%);
}


#album-music-playedSN12156 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8629.36, 100%, 50%) 0%, hsl(8629.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12157 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8631.36, 100%, 50%) 0%, hsl(8631.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12157 {
background: linear-gradient(to bottom, hsl(8631.36, 100%, 50%) 0%, hsl(8631.36, 100%, 50%) 100%);
}

.bg-SN12157 {
background: linear-gradient(to bottom, hsl(8631.36, 100%, 50%) 0%, hsl(8631.36, 100%, 50%) 100%);
}


#album-music-playedSN12157 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8633.36, 100%, 50%) 0%, hsl(8633.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12158 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8635.36, 100%, 50%) 0%, hsl(8635.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12158 {
background: linear-gradient(to bottom, hsl(8635.36, 100%, 50%) 0%, hsl(8635.36, 100%, 50%) 100%);
}

.bg-SN12158 {
background: linear-gradient(to bottom, hsl(8635.36, 100%, 50%) 0%, hsl(8635.36, 100%, 50%) 100%);
}


#album-music-playedSN12158 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8637.36, 100%, 50%) 0%, hsl(8637.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12159 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8639.36, 100%, 50%) 0%, hsl(8639.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12159 {
background: linear-gradient(to bottom, hsl(8639.36, 100%, 50%) 0%, hsl(8639.36, 100%, 50%) 100%);
}

.bg-SN12159 {
background: linear-gradient(to bottom, hsl(8639.36, 100%, 50%) 0%, hsl(8639.36, 100%, 50%) 100%);
}


#album-music-playedSN12159 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8641.36, 100%, 50%) 0%, hsl(8641.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12160 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8643.36, 100%, 50%) 0%, hsl(8643.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12160 {
background: linear-gradient(to bottom, hsl(8643.36, 100%, 50%) 0%, hsl(8643.36, 100%, 50%) 100%);
}

.bg-SN12160 {
background: linear-gradient(to bottom, hsl(8643.36, 100%, 50%) 0%, hsl(8643.36, 100%, 50%) 100%);
}


#album-music-playedSN12160 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8645.36, 100%, 50%) 0%, hsl(8645.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12161 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8647.36, 100%, 50%) 0%, hsl(8647.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12161 {
background: linear-gradient(to bottom, hsl(8647.36, 100%, 50%) 0%, hsl(8647.36, 100%, 50%) 100%);
}

.bg-SN12161 {
background: linear-gradient(to bottom, hsl(8647.36, 100%, 50%) 0%, hsl(8647.36, 100%, 50%) 100%);
}


#album-music-playedSN12161 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8649.36, 100%, 50%) 0%, hsl(8649.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12162 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8651.36, 100%, 50%) 0%, hsl(8651.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12162 {
background: linear-gradient(to bottom, hsl(8651.36, 100%, 50%) 0%, hsl(8651.36, 100%, 50%) 100%);
}

.bg-SN12162 {
background: linear-gradient(to bottom, hsl(8651.36, 100%, 50%) 0%, hsl(8651.36, 100%, 50%) 100%);
}


#album-music-playedSN12162 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8653.36, 100%, 50%) 0%, hsl(8653.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12163 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8655.36, 100%, 50%) 0%, hsl(8655.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12163 {
background: linear-gradient(to bottom, hsl(8655.36, 100%, 50%) 0%, hsl(8655.36, 100%, 50%) 100%);
}

.bg-SN12163 {
background: linear-gradient(to bottom, hsl(8655.36, 100%, 50%) 0%, hsl(8655.36, 100%, 50%) 100%);
}


#album-music-playedSN12163 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8657.36, 100%, 50%) 0%, hsl(8657.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12164 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8659.36, 100%, 50%) 0%, hsl(8659.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12164 {
background: linear-gradient(to bottom, hsl(8659.36, 100%, 50%) 0%, hsl(8659.36, 100%, 50%) 100%);
}

.bg-SN12164 {
background: linear-gradient(to bottom, hsl(8659.36, 100%, 50%) 0%, hsl(8659.36, 100%, 50%) 100%);
}


#album-music-playedSN12164 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8661.36, 100%, 50%) 0%, hsl(8661.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12165 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8663.36, 100%, 50%) 0%, hsl(8663.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12165 {
background: linear-gradient(to bottom, hsl(8663.36, 100%, 50%) 0%, hsl(8663.36, 100%, 50%) 100%);
}

.bg-SN12165 {
background: linear-gradient(to bottom, hsl(8663.36, 100%, 50%) 0%, hsl(8663.36, 100%, 50%) 100%);
}


#album-music-playedSN12165 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8665.36, 100%, 50%) 0%, hsl(8665.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12166 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8667.36, 100%, 50%) 0%, hsl(8667.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12166 {
background: linear-gradient(to bottom, hsl(8667.36, 100%, 50%) 0%, hsl(8667.36, 100%, 50%) 100%);
}

.bg-SN12166 {
background: linear-gradient(to bottom, hsl(8667.36, 100%, 50%) 0%, hsl(8667.36, 100%, 50%) 100%);
}


#album-music-playedSN12166 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8669.36, 100%, 50%) 0%, hsl(8669.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12167 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8671.36, 100%, 50%) 0%, hsl(8671.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12167 {
background: linear-gradient(to bottom, hsl(8671.36, 100%, 50%) 0%, hsl(8671.36, 100%, 50%) 100%);
}

.bg-SN12167 {
background: linear-gradient(to bottom, hsl(8671.36, 100%, 50%) 0%, hsl(8671.36, 100%, 50%) 100%);
}


#album-music-playedSN12167 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8673.36, 100%, 50%) 0%, hsl(8673.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12168 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8675.36, 100%, 50%) 0%, hsl(8675.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12168 {
background: linear-gradient(to bottom, hsl(8675.36, 100%, 50%) 0%, hsl(8675.36, 100%, 50%) 100%);
}

.bg-SN12168 {
background: linear-gradient(to bottom, hsl(8675.36, 100%, 50%) 0%, hsl(8675.36, 100%, 50%) 100%);
}


#album-music-playedSN12168 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8677.36, 100%, 50%) 0%, hsl(8677.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12169 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8679.36, 100%, 50%) 0%, hsl(8679.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12169 {
background: linear-gradient(to bottom, hsl(8679.36, 100%, 50%) 0%, hsl(8679.36, 100%, 50%) 100%);
}

.bg-SN12169 {
background: linear-gradient(to bottom, hsl(8679.36, 100%, 50%) 0%, hsl(8679.36, 100%, 50%) 100%);
}


#album-music-playedSN12169 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8681.36, 100%, 50%) 0%, hsl(8681.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12170 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8683.36, 100%, 50%) 0%, hsl(8683.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12170 {
background: linear-gradient(to bottom, hsl(8683.36, 100%, 50%) 0%, hsl(8683.36, 100%, 50%) 100%);
}

.bg-SN12170 {
background: linear-gradient(to bottom, hsl(8683.36, 100%, 50%) 0%, hsl(8683.36, 100%, 50%) 100%);
}


#album-music-playedSN12170 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8685.36, 100%, 50%) 0%, hsl(8685.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12171 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8687.36, 100%, 50%) 0%, hsl(8687.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12171 {
background: linear-gradient(to bottom, hsl(8687.36, 100%, 50%) 0%, hsl(8687.36, 100%, 50%) 100%);
}

.bg-SN12171 {
background: linear-gradient(to bottom, hsl(8687.36, 100%, 50%) 0%, hsl(8687.36, 100%, 50%) 100%);
}


#album-music-playedSN12171 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8689.36, 100%, 50%) 0%, hsl(8689.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12172 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8691.36, 100%, 50%) 0%, hsl(8691.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12172 {
background: linear-gradient(to bottom, hsl(8691.36, 100%, 50%) 0%, hsl(8691.36, 100%, 50%) 100%);
}

.bg-SN12172 {
background: linear-gradient(to bottom, hsl(8691.36, 100%, 50%) 0%, hsl(8691.36, 100%, 50%) 100%);
}


#album-music-playedSN12172 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8693.36, 100%, 50%) 0%, hsl(8693.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12173 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8695.36, 100%, 50%) 0%, hsl(8695.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12173 {
background: linear-gradient(to bottom, hsl(8695.36, 100%, 50%) 0%, hsl(8695.36, 100%, 50%) 100%);
}

.bg-SN12173 {
background: linear-gradient(to bottom, hsl(8695.36, 100%, 50%) 0%, hsl(8695.36, 100%, 50%) 100%);
}


#album-music-playedSN12173 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8697.36, 100%, 50%) 0%, hsl(8697.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12174 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8699.36, 100%, 50%) 0%, hsl(8699.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12174 {
background: linear-gradient(to bottom, hsl(8699.36, 100%, 50%) 0%, hsl(8699.36, 100%, 50%) 100%);
}

.bg-SN12174 {
background: linear-gradient(to bottom, hsl(8699.36, 100%, 50%) 0%, hsl(8699.36, 100%, 50%) 100%);
}


#album-music-playedSN12174 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8701.36, 100%, 50%) 0%, hsl(8701.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12175 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8703.36, 100%, 50%) 0%, hsl(8703.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12175 {
background: linear-gradient(to bottom, hsl(8703.36, 100%, 50%) 0%, hsl(8703.36, 100%, 50%) 100%);
}

.bg-SN12175 {
background: linear-gradient(to bottom, hsl(8703.36, 100%, 50%) 0%, hsl(8703.36, 100%, 50%) 100%);
}


#album-music-playedSN12175 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8705.36, 100%, 50%) 0%, hsl(8705.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12176 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8707.36, 100%, 50%) 0%, hsl(8707.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12176 {
background: linear-gradient(to bottom, hsl(8707.36, 100%, 50%) 0%, hsl(8707.36, 100%, 50%) 100%);
}

.bg-SN12176 {
background: linear-gradient(to bottom, hsl(8707.36, 100%, 50%) 0%, hsl(8707.36, 100%, 50%) 100%);
}


#album-music-playedSN12176 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8709.36, 100%, 50%) 0%, hsl(8709.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12177 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8711.36, 100%, 50%) 0%, hsl(8711.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12177 {
background: linear-gradient(to bottom, hsl(8711.36, 100%, 50%) 0%, hsl(8711.36, 100%, 50%) 100%);
}

.bg-SN12177 {
background: linear-gradient(to bottom, hsl(8711.36, 100%, 50%) 0%, hsl(8711.36, 100%, 50%) 100%);
}


#album-music-playedSN12177 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8713.36, 100%, 50%) 0%, hsl(8713.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12178 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8715.36, 100%, 50%) 0%, hsl(8715.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12178 {
background: linear-gradient(to bottom, hsl(8715.36, 100%, 50%) 0%, hsl(8715.36, 100%, 50%) 100%);
}

.bg-SN12178 {
background: linear-gradient(to bottom, hsl(8715.36, 100%, 50%) 0%, hsl(8715.36, 100%, 50%) 100%);
}


#album-music-playedSN12178 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8717.36, 100%, 50%) 0%, hsl(8717.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12179 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8719.36, 100%, 50%) 0%, hsl(8719.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12179 {
background: linear-gradient(to bottom, hsl(8719.36, 100%, 50%) 0%, hsl(8719.36, 100%, 50%) 100%);
}

.bg-SN12179 {
background: linear-gradient(to bottom, hsl(8719.36, 100%, 50%) 0%, hsl(8719.36, 100%, 50%) 100%);
}


#album-music-playedSN12179 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8721.36, 100%, 50%) 0%, hsl(8721.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12180 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8723.36, 100%, 50%) 0%, hsl(8723.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12180 {
background: linear-gradient(to bottom, hsl(8723.36, 100%, 50%) 0%, hsl(8723.36, 100%, 50%) 100%);
}

.bg-SN12180 {
background: linear-gradient(to bottom, hsl(8723.36, 100%, 50%) 0%, hsl(8723.36, 100%, 50%) 100%);
}


#album-music-playedSN12180 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8725.36, 100%, 50%) 0%, hsl(8725.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12181 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8727.36, 100%, 50%) 0%, hsl(8727.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12181 {
background: linear-gradient(to bottom, hsl(8727.36, 100%, 50%) 0%, hsl(8727.36, 100%, 50%) 100%);
}

.bg-SN12181 {
background: linear-gradient(to bottom, hsl(8727.36, 100%, 50%) 0%, hsl(8727.36, 100%, 50%) 100%);
}


#album-music-playedSN12181 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8729.36, 100%, 50%) 0%, hsl(8729.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12182 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8731.36, 100%, 50%) 0%, hsl(8731.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12182 {
background: linear-gradient(to bottom, hsl(8731.36, 100%, 50%) 0%, hsl(8731.36, 100%, 50%) 100%);
}

.bg-SN12182 {
background: linear-gradient(to bottom, hsl(8731.36, 100%, 50%) 0%, hsl(8731.36, 100%, 50%) 100%);
}


#album-music-playedSN12182 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8733.36, 100%, 50%) 0%, hsl(8733.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12183 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8735.36, 100%, 50%) 0%, hsl(8735.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12183 {
background: linear-gradient(to bottom, hsl(8735.36, 100%, 50%) 0%, hsl(8735.36, 100%, 50%) 100%);
}

.bg-SN12183 {
background: linear-gradient(to bottom, hsl(8735.36, 100%, 50%) 0%, hsl(8735.36, 100%, 50%) 100%);
}


#album-music-playedSN12183 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8737.36, 100%, 50%) 0%, hsl(8737.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12184 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8739.36, 100%, 50%) 0%, hsl(8739.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12184 {
background: linear-gradient(to bottom, hsl(8739.36, 100%, 50%) 0%, hsl(8739.36, 100%, 50%) 100%);
}

.bg-SN12184 {
background: linear-gradient(to bottom, hsl(8739.36, 100%, 50%) 0%, hsl(8739.36, 100%, 50%) 100%);
}


#album-music-playedSN12184 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8741.36, 100%, 50%) 0%, hsl(8741.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12185 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8743.36, 100%, 50%) 0%, hsl(8743.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12185 {
background: linear-gradient(to bottom, hsl(8743.36, 100%, 50%) 0%, hsl(8743.36, 100%, 50%) 100%);
}

.bg-SN12185 {
background: linear-gradient(to bottom, hsl(8743.36, 100%, 50%) 0%, hsl(8743.36, 100%, 50%) 100%);
}


#album-music-playedSN12185 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8745.36, 100%, 50%) 0%, hsl(8745.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12186 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8747.36, 100%, 50%) 0%, hsl(8747.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12186 {
background: linear-gradient(to bottom, hsl(8747.36, 100%, 50%) 0%, hsl(8747.36, 100%, 50%) 100%);
}

.bg-SN12186 {
background: linear-gradient(to bottom, hsl(8747.36, 100%, 50%) 0%, hsl(8747.36, 100%, 50%) 100%);
}


#album-music-playedSN12186 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8749.36, 100%, 50%) 0%, hsl(8749.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12187 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8751.36, 100%, 50%) 0%, hsl(8751.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12187 {
background: linear-gradient(to bottom, hsl(8751.36, 100%, 50%) 0%, hsl(8751.36, 100%, 50%) 100%);
}

.bg-SN12187 {
background: linear-gradient(to bottom, hsl(8751.36, 100%, 50%) 0%, hsl(8751.36, 100%, 50%) 100%);
}


#album-music-playedSN12187 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8753.36, 100%, 50%) 0%, hsl(8753.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12188 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8755.36, 100%, 50%) 0%, hsl(8755.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12188 {
background: linear-gradient(to bottom, hsl(8755.36, 100%, 50%) 0%, hsl(8755.36, 100%, 50%) 100%);
}

.bg-SN12188 {
background: linear-gradient(to bottom, hsl(8755.36, 100%, 50%) 0%, hsl(8755.36, 100%, 50%) 100%);
}


#album-music-playedSN12188 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8757.36, 100%, 50%) 0%, hsl(8757.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12189 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8759.36, 100%, 50%) 0%, hsl(8759.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12189 {
background: linear-gradient(to bottom, hsl(8759.36, 100%, 50%) 0%, hsl(8759.36, 100%, 50%) 100%);
}

.bg-SN12189 {
background: linear-gradient(to bottom, hsl(8759.36, 100%, 50%) 0%, hsl(8759.36, 100%, 50%) 100%);
}


#album-music-playedSN12189 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8761.36, 100%, 50%) 0%, hsl(8761.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12190 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8763.36, 100%, 50%) 0%, hsl(8763.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12190 {
background: linear-gradient(to bottom, hsl(8763.36, 100%, 50%) 0%, hsl(8763.36, 100%, 50%) 100%);
}

.bg-SN12190 {
background: linear-gradient(to bottom, hsl(8763.36, 100%, 50%) 0%, hsl(8763.36, 100%, 50%) 100%);
}


#album-music-playedSN12190 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8765.36, 100%, 50%) 0%, hsl(8765.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12191 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8767.36, 100%, 50%) 0%, hsl(8767.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12191 {
background: linear-gradient(to bottom, hsl(8767.36, 100%, 50%) 0%, hsl(8767.36, 100%, 50%) 100%);
}

.bg-SN12191 {
background: linear-gradient(to bottom, hsl(8767.36, 100%, 50%) 0%, hsl(8767.36, 100%, 50%) 100%);
}


#album-music-playedSN12191 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8769.36, 100%, 50%) 0%, hsl(8769.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12192 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8771.36, 100%, 50%) 0%, hsl(8771.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12192 {
background: linear-gradient(to bottom, hsl(8771.36, 100%, 50%) 0%, hsl(8771.36, 100%, 50%) 100%);
}

.bg-SN12192 {
background: linear-gradient(to bottom, hsl(8771.36, 100%, 50%) 0%, hsl(8771.36, 100%, 50%) 100%);
}


#album-music-playedSN12192 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8773.36, 100%, 50%) 0%, hsl(8773.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12193 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8775.36, 100%, 50%) 0%, hsl(8775.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12193 {
background: linear-gradient(to bottom, hsl(8775.36, 100%, 50%) 0%, hsl(8775.36, 100%, 50%) 100%);
}

.bg-SN12193 {
background: linear-gradient(to bottom, hsl(8775.36, 100%, 50%) 0%, hsl(8775.36, 100%, 50%) 100%);
}


#album-music-playedSN12193 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8777.36, 100%, 50%) 0%, hsl(8777.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12194 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8779.36, 100%, 50%) 0%, hsl(8779.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12194 {
background: linear-gradient(to bottom, hsl(8779.36, 100%, 50%) 0%, hsl(8779.36, 100%, 50%) 100%);
}

.bg-SN12194 {
background: linear-gradient(to bottom, hsl(8779.36, 100%, 50%) 0%, hsl(8779.36, 100%, 50%) 100%);
}


#album-music-playedSN12194 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8781.36, 100%, 50%) 0%, hsl(8781.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12195 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8783.36, 100%, 50%) 0%, hsl(8783.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12195 {
background: linear-gradient(to bottom, hsl(8783.36, 100%, 50%) 0%, hsl(8783.36, 100%, 50%) 100%);
}

.bg-SN12195 {
background: linear-gradient(to bottom, hsl(8783.36, 100%, 50%) 0%, hsl(8783.36, 100%, 50%) 100%);
}


#album-music-playedSN12195 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8785.36, 100%, 50%) 0%, hsl(8785.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12196 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8787.36, 100%, 50%) 0%, hsl(8787.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12196 {
background: linear-gradient(to bottom, hsl(8787.36, 100%, 50%) 0%, hsl(8787.36, 100%, 50%) 100%);
}

.bg-SN12196 {
background: linear-gradient(to bottom, hsl(8787.36, 100%, 50%) 0%, hsl(8787.36, 100%, 50%) 100%);
}


#album-music-playedSN12196 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8789.36, 100%, 50%) 0%, hsl(8789.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12197 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8791.36, 100%, 50%) 0%, hsl(8791.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12197 {
background: linear-gradient(to bottom, hsl(8791.36, 100%, 50%) 0%, hsl(8791.36, 100%, 50%) 100%);
}

.bg-SN12197 {
background: linear-gradient(to bottom, hsl(8791.36, 100%, 50%) 0%, hsl(8791.36, 100%, 50%) 100%);
}


#album-music-playedSN12197 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8793.36, 100%, 50%) 0%, hsl(8793.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12198 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8795.36, 100%, 50%) 0%, hsl(8795.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12198 {
background: linear-gradient(to bottom, hsl(8795.36, 100%, 50%) 0%, hsl(8795.36, 100%, 50%) 100%);
}

.bg-SN12198 {
background: linear-gradient(to bottom, hsl(8795.36, 100%, 50%) 0%, hsl(8795.36, 100%, 50%) 100%);
}


#album-music-playedSN12198 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8797.36, 100%, 50%) 0%, hsl(8797.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12199 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8799.36, 100%, 50%) 0%, hsl(8799.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12199 {
background: linear-gradient(to bottom, hsl(8799.36, 100%, 50%) 0%, hsl(8799.36, 100%, 50%) 100%);
}

.bg-SN12199 {
background: linear-gradient(to bottom, hsl(8799.36, 100%, 50%) 0%, hsl(8799.36, 100%, 50%) 100%);
}


#album-music-playedSN12199 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8801.36, 100%, 50%) 0%, hsl(8801.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12200 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8803.36, 100%, 50%) 0%, hsl(8803.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12200 {
background: linear-gradient(to bottom, hsl(8803.36, 100%, 50%) 0%, hsl(8803.36, 100%, 50%) 100%);
}

.bg-SN12200 {
background: linear-gradient(to bottom, hsl(8803.36, 100%, 50%) 0%, hsl(8803.36, 100%, 50%) 100%);
}


#album-music-playedSN12200 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8805.36, 100%, 50%) 0%, hsl(8805.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12201 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8807.36, 100%, 50%) 0%, hsl(8807.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12201 {
background: linear-gradient(to bottom, hsl(8807.36, 100%, 50%) 0%, hsl(8807.36, 100%, 50%) 100%);
}

.bg-SN12201 {
background: linear-gradient(to bottom, hsl(8807.36, 100%, 50%) 0%, hsl(8807.36, 100%, 50%) 100%);
}


#album-music-playedSN12201 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8809.36, 100%, 50%) 0%, hsl(8809.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12202 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8811.36, 100%, 50%) 0%, hsl(8811.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12202 {
background: linear-gradient(to bottom, hsl(8811.36, 100%, 50%) 0%, hsl(8811.36, 100%, 50%) 100%);
}

.bg-SN12202 {
background: linear-gradient(to bottom, hsl(8811.36, 100%, 50%) 0%, hsl(8811.36, 100%, 50%) 100%);
}


#album-music-playedSN12202 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8813.36, 100%, 50%) 0%, hsl(8813.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12203 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8815.36, 100%, 50%) 0%, hsl(8815.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12203 {
background: linear-gradient(to bottom, hsl(8815.36, 100%, 50%) 0%, hsl(8815.36, 100%, 50%) 100%);
}

.bg-SN12203 {
background: linear-gradient(to bottom, hsl(8815.36, 100%, 50%) 0%, hsl(8815.36, 100%, 50%) 100%);
}


#album-music-playedSN12203 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8817.36, 100%, 50%) 0%, hsl(8817.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12204 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8819.36, 100%, 50%) 0%, hsl(8819.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12204 {
background: linear-gradient(to bottom, hsl(8819.36, 100%, 50%) 0%, hsl(8819.36, 100%, 50%) 100%);
}

.bg-SN12204 {
background: linear-gradient(to bottom, hsl(8819.36, 100%, 50%) 0%, hsl(8819.36, 100%, 50%) 100%);
}


#album-music-playedSN12204 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8821.36, 100%, 50%) 0%, hsl(8821.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12205 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8823.36, 100%, 50%) 0%, hsl(8823.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12205 {
background: linear-gradient(to bottom, hsl(8823.36, 100%, 50%) 0%, hsl(8823.36, 100%, 50%) 100%);
}

.bg-SN12205 {
background: linear-gradient(to bottom, hsl(8823.36, 100%, 50%) 0%, hsl(8823.36, 100%, 50%) 100%);
}


#album-music-playedSN12205 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8825.36, 100%, 50%) 0%, hsl(8825.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12206 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8827.36, 100%, 50%) 0%, hsl(8827.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12206 {
background: linear-gradient(to bottom, hsl(8827.36, 100%, 50%) 0%, hsl(8827.36, 100%, 50%) 100%);
}

.bg-SN12206 {
background: linear-gradient(to bottom, hsl(8827.36, 100%, 50%) 0%, hsl(8827.36, 100%, 50%) 100%);
}


#album-music-playedSN12206 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8829.36, 100%, 50%) 0%, hsl(8829.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12207 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8831.36, 100%, 50%) 0%, hsl(8831.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12207 {
background: linear-gradient(to bottom, hsl(8831.36, 100%, 50%) 0%, hsl(8831.36, 100%, 50%) 100%);
}

.bg-SN12207 {
background: linear-gradient(to bottom, hsl(8831.36, 100%, 50%) 0%, hsl(8831.36, 100%, 50%) 100%);
}


#album-music-playedSN12207 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8833.36, 100%, 50%) 0%, hsl(8833.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12208 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8835.36, 100%, 50%) 0%, hsl(8835.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12208 {
background: linear-gradient(to bottom, hsl(8835.36, 100%, 50%) 0%, hsl(8835.36, 100%, 50%) 100%);
}

.bg-SN12208 {
background: linear-gradient(to bottom, hsl(8835.36, 100%, 50%) 0%, hsl(8835.36, 100%, 50%) 100%);
}


#album-music-playedSN12208 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8837.36, 100%, 50%) 0%, hsl(8837.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12209 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8839.36, 100%, 50%) 0%, hsl(8839.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12209 {
background: linear-gradient(to bottom, hsl(8839.36, 100%, 50%) 0%, hsl(8839.36, 100%, 50%) 100%);
}

.bg-SN12209 {
background: linear-gradient(to bottom, hsl(8839.36, 100%, 50%) 0%, hsl(8839.36, 100%, 50%) 100%);
}


#album-music-playedSN12209 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8841.36, 100%, 50%) 0%, hsl(8841.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12210 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8843.36, 100%, 50%) 0%, hsl(8843.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12210 {
background: linear-gradient(to bottom, hsl(8843.36, 100%, 50%) 0%, hsl(8843.36, 100%, 50%) 100%);
}

.bg-SN12210 {
background: linear-gradient(to bottom, hsl(8843.36, 100%, 50%) 0%, hsl(8843.36, 100%, 50%) 100%);
}


#album-music-playedSN12210 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8845.36, 100%, 50%) 0%, hsl(8845.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12211 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8847.36, 100%, 50%) 0%, hsl(8847.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12211 {
background: linear-gradient(to bottom, hsl(8847.36, 100%, 50%) 0%, hsl(8847.36, 100%, 50%) 100%);
}

.bg-SN12211 {
background: linear-gradient(to bottom, hsl(8847.36, 100%, 50%) 0%, hsl(8847.36, 100%, 50%) 100%);
}


#album-music-playedSN12211 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8849.36, 100%, 50%) 0%, hsl(8849.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12212 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8851.36, 100%, 50%) 0%, hsl(8851.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12212 {
background: linear-gradient(to bottom, hsl(8851.36, 100%, 50%) 0%, hsl(8851.36, 100%, 50%) 100%);
}

.bg-SN12212 {
background: linear-gradient(to bottom, hsl(8851.36, 100%, 50%) 0%, hsl(8851.36, 100%, 50%) 100%);
}


#album-music-playedSN12212 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8853.36, 100%, 50%) 0%, hsl(8853.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12213 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8855.36, 100%, 50%) 0%, hsl(8855.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12213 {
background: linear-gradient(to bottom, hsl(8855.36, 100%, 50%) 0%, hsl(8855.36, 100%, 50%) 100%);
}

.bg-SN12213 {
background: linear-gradient(to bottom, hsl(8855.36, 100%, 50%) 0%, hsl(8855.36, 100%, 50%) 100%);
}


#album-music-playedSN12213 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8857.36, 100%, 50%) 0%, hsl(8857.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12214 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8859.36, 100%, 50%) 0%, hsl(8859.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12214 {
background: linear-gradient(to bottom, hsl(8859.36, 100%, 50%) 0%, hsl(8859.36, 100%, 50%) 100%);
}

.bg-SN12214 {
background: linear-gradient(to bottom, hsl(8859.36, 100%, 50%) 0%, hsl(8859.36, 100%, 50%) 100%);
}


#album-music-playedSN12214 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8861.36, 100%, 50%) 0%, hsl(8861.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12215 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8863.36, 100%, 50%) 0%, hsl(8863.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12215 {
background: linear-gradient(to bottom, hsl(8863.36, 100%, 50%) 0%, hsl(8863.36, 100%, 50%) 100%);
}

.bg-SN12215 {
background: linear-gradient(to bottom, hsl(8863.36, 100%, 50%) 0%, hsl(8863.36, 100%, 50%) 100%);
}


#album-music-playedSN12215 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8865.36, 100%, 50%) 0%, hsl(8865.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12216 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8867.36, 100%, 50%) 0%, hsl(8867.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12216 {
background: linear-gradient(to bottom, hsl(8867.36, 100%, 50%) 0%, hsl(8867.36, 100%, 50%) 100%);
}

.bg-SN12216 {
background: linear-gradient(to bottom, hsl(8867.36, 100%, 50%) 0%, hsl(8867.36, 100%, 50%) 100%);
}


#album-music-playedSN12216 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8869.36, 100%, 50%) 0%, hsl(8869.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12217 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8871.36, 100%, 50%) 0%, hsl(8871.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12217 {
background: linear-gradient(to bottom, hsl(8871.36, 100%, 50%) 0%, hsl(8871.36, 100%, 50%) 100%);
}

.bg-SN12217 {
background: linear-gradient(to bottom, hsl(8871.36, 100%, 50%) 0%, hsl(8871.36, 100%, 50%) 100%);
}


#album-music-playedSN12217 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8873.36, 100%, 50%) 0%, hsl(8873.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12218 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8875.36, 100%, 50%) 0%, hsl(8875.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12218 {
background: linear-gradient(to bottom, hsl(8875.36, 100%, 50%) 0%, hsl(8875.36, 100%, 50%) 100%);
}

.bg-SN12218 {
background: linear-gradient(to bottom, hsl(8875.36, 100%, 50%) 0%, hsl(8875.36, 100%, 50%) 100%);
}


#album-music-playedSN12218 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8877.36, 100%, 50%) 0%, hsl(8877.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12219 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8879.36, 100%, 50%) 0%, hsl(8879.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12219 {
background: linear-gradient(to bottom, hsl(8879.36, 100%, 50%) 0%, hsl(8879.36, 100%, 50%) 100%);
}

.bg-SN12219 {
background: linear-gradient(to bottom, hsl(8879.36, 100%, 50%) 0%, hsl(8879.36, 100%, 50%) 100%);
}


#album-music-playedSN12219 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8881.36, 100%, 50%) 0%, hsl(8881.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12220 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8883.36, 100%, 50%) 0%, hsl(8883.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12220 {
background: linear-gradient(to bottom, hsl(8883.36, 100%, 50%) 0%, hsl(8883.36, 100%, 50%) 100%);
}

.bg-SN12220 {
background: linear-gradient(to bottom, hsl(8883.36, 100%, 50%) 0%, hsl(8883.36, 100%, 50%) 100%);
}


#album-music-playedSN12220 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8885.36, 100%, 50%) 0%, hsl(8885.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12221 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8887.36, 100%, 50%) 0%, hsl(8887.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12221 {
background: linear-gradient(to bottom, hsl(8887.36, 100%, 50%) 0%, hsl(8887.36, 100%, 50%) 100%);
}

.bg-SN12221 {
background: linear-gradient(to bottom, hsl(8887.36, 100%, 50%) 0%, hsl(8887.36, 100%, 50%) 100%);
}


#album-music-playedSN12221 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8889.36, 100%, 50%) 0%, hsl(8889.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12222 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8891.36, 100%, 50%) 0%, hsl(8891.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12222 {
background: linear-gradient(to bottom, hsl(8891.36, 100%, 50%) 0%, hsl(8891.36, 100%, 50%) 100%);
}

.bg-SN12222 {
background: linear-gradient(to bottom, hsl(8891.36, 100%, 50%) 0%, hsl(8891.36, 100%, 50%) 100%);
}


#album-music-playedSN12222 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8893.36, 100%, 50%) 0%, hsl(8893.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12223 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8895.36, 100%, 50%) 0%, hsl(8895.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12223 {
background: linear-gradient(to bottom, hsl(8895.36, 100%, 50%) 0%, hsl(8895.36, 100%, 50%) 100%);
}

.bg-SN12223 {
background: linear-gradient(to bottom, hsl(8895.36, 100%, 50%) 0%, hsl(8895.36, 100%, 50%) 100%);
}


#album-music-playedSN12223 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8897.36, 100%, 50%) 0%, hsl(8897.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12224 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8899.36, 100%, 50%) 0%, hsl(8899.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12224 {
background: linear-gradient(to bottom, hsl(8899.36, 100%, 50%) 0%, hsl(8899.36, 100%, 50%) 100%);
}

.bg-SN12224 {
background: linear-gradient(to bottom, hsl(8899.36, 100%, 50%) 0%, hsl(8899.36, 100%, 50%) 100%);
}


#album-music-playedSN12224 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8901.36, 100%, 50%) 0%, hsl(8901.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12225 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8903.36, 100%, 50%) 0%, hsl(8903.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12225 {
background: linear-gradient(to bottom, hsl(8903.36, 100%, 50%) 0%, hsl(8903.36, 100%, 50%) 100%);
}

.bg-SN12225 {
background: linear-gradient(to bottom, hsl(8903.36, 100%, 50%) 0%, hsl(8903.36, 100%, 50%) 100%);
}


#album-music-playedSN12225 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8905.36, 100%, 50%) 0%, hsl(8905.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12226 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8907.36, 100%, 50%) 0%, hsl(8907.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12226 {
background: linear-gradient(to bottom, hsl(8907.36, 100%, 50%) 0%, hsl(8907.36, 100%, 50%) 100%);
}

.bg-SN12226 {
background: linear-gradient(to bottom, hsl(8907.36, 100%, 50%) 0%, hsl(8907.36, 100%, 50%) 100%);
}


#album-music-playedSN12226 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8909.36, 100%, 50%) 0%, hsl(8909.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12227 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8911.36, 100%, 50%) 0%, hsl(8911.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12227 {
background: linear-gradient(to bottom, hsl(8911.36, 100%, 50%) 0%, hsl(8911.36, 100%, 50%) 100%);
}

.bg-SN12227 {
background: linear-gradient(to bottom, hsl(8911.36, 100%, 50%) 0%, hsl(8911.36, 100%, 50%) 100%);
}


#album-music-playedSN12227 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8913.36, 100%, 50%) 0%, hsl(8913.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12228 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8915.36, 100%, 50%) 0%, hsl(8915.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12228 {
background: linear-gradient(to bottom, hsl(8915.36, 100%, 50%) 0%, hsl(8915.36, 100%, 50%) 100%);
}

.bg-SN12228 {
background: linear-gradient(to bottom, hsl(8915.36, 100%, 50%) 0%, hsl(8915.36, 100%, 50%) 100%);
}


#album-music-playedSN12228 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8917.36, 100%, 50%) 0%, hsl(8917.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12229 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8919.36, 100%, 50%) 0%, hsl(8919.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12229 {
background: linear-gradient(to bottom, hsl(8919.36, 100%, 50%) 0%, hsl(8919.36, 100%, 50%) 100%);
}

.bg-SN12229 {
background: linear-gradient(to bottom, hsl(8919.36, 100%, 50%) 0%, hsl(8919.36, 100%, 50%) 100%);
}


#album-music-playedSN12229 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8921.36, 100%, 50%) 0%, hsl(8921.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12230 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8923.36, 100%, 50%) 0%, hsl(8923.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12230 {
background: linear-gradient(to bottom, hsl(8923.36, 100%, 50%) 0%, hsl(8923.36, 100%, 50%) 100%);
}

.bg-SN12230 {
background: linear-gradient(to bottom, hsl(8923.36, 100%, 50%) 0%, hsl(8923.36, 100%, 50%) 100%);
}


#album-music-playedSN12230 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8925.36, 100%, 50%) 0%, hsl(8925.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12231 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8927.36, 100%, 50%) 0%, hsl(8927.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12231 {
background: linear-gradient(to bottom, hsl(8927.36, 100%, 50%) 0%, hsl(8927.36, 100%, 50%) 100%);
}

.bg-SN12231 {
background: linear-gradient(to bottom, hsl(8927.36, 100%, 50%) 0%, hsl(8927.36, 100%, 50%) 100%);
}


#album-music-playedSN12231 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8929.36, 100%, 50%) 0%, hsl(8929.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12232 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8931.36, 100%, 50%) 0%, hsl(8931.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12232 {
background: linear-gradient(to bottom, hsl(8931.36, 100%, 50%) 0%, hsl(8931.36, 100%, 50%) 100%);
}

.bg-SN12232 {
background: linear-gradient(to bottom, hsl(8931.36, 100%, 50%) 0%, hsl(8931.36, 100%, 50%) 100%);
}


#album-music-playedSN12232 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8933.36, 100%, 50%) 0%, hsl(8933.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12233 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8935.36, 100%, 50%) 0%, hsl(8935.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12233 {
background: linear-gradient(to bottom, hsl(8935.36, 100%, 50%) 0%, hsl(8935.36, 100%, 50%) 100%);
}

.bg-SN12233 {
background: linear-gradient(to bottom, hsl(8935.36, 100%, 50%) 0%, hsl(8935.36, 100%, 50%) 100%);
}


#album-music-playedSN12233 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8937.36, 100%, 50%) 0%, hsl(8937.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12234 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8939.36, 100%, 50%) 0%, hsl(8939.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12234 {
background: linear-gradient(to bottom, hsl(8939.36, 100%, 50%) 0%, hsl(8939.36, 100%, 50%) 100%);
}

.bg-SN12234 {
background: linear-gradient(to bottom, hsl(8939.36, 100%, 50%) 0%, hsl(8939.36, 100%, 50%) 100%);
}


#album-music-playedSN12234 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8941.36, 100%, 50%) 0%, hsl(8941.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12235 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8943.36, 100%, 50%) 0%, hsl(8943.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12235 {
background: linear-gradient(to bottom, hsl(8943.36, 100%, 50%) 0%, hsl(8943.36, 100%, 50%) 100%);
}

.bg-SN12235 {
background: linear-gradient(to bottom, hsl(8943.36, 100%, 50%) 0%, hsl(8943.36, 100%, 50%) 100%);
}


#album-music-playedSN12235 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8945.36, 100%, 50%) 0%, hsl(8945.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12236 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8947.36, 100%, 50%) 0%, hsl(8947.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12236 {
background: linear-gradient(to bottom, hsl(8947.36, 100%, 50%) 0%, hsl(8947.36, 100%, 50%) 100%);
}

.bg-SN12236 {
background: linear-gradient(to bottom, hsl(8947.36, 100%, 50%) 0%, hsl(8947.36, 100%, 50%) 100%);
}


#album-music-playedSN12236 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8949.36, 100%, 50%) 0%, hsl(8949.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12237 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8951.36, 100%, 50%) 0%, hsl(8951.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12237 {
background: linear-gradient(to bottom, hsl(8951.36, 100%, 50%) 0%, hsl(8951.36, 100%, 50%) 100%);
}

.bg-SN12237 {
background: linear-gradient(to bottom, hsl(8951.36, 100%, 50%) 0%, hsl(8951.36, 100%, 50%) 100%);
}


#album-music-playedSN12237 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8953.36, 100%, 50%) 0%, hsl(8953.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12238 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8955.36, 100%, 50%) 0%, hsl(8955.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12238 {
background: linear-gradient(to bottom, hsl(8955.36, 100%, 50%) 0%, hsl(8955.36, 100%, 50%) 100%);
}

.bg-SN12238 {
background: linear-gradient(to bottom, hsl(8955.36, 100%, 50%) 0%, hsl(8955.36, 100%, 50%) 100%);
}


#album-music-playedSN12238 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8957.36, 100%, 50%) 0%, hsl(8957.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12239 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8959.36, 100%, 50%) 0%, hsl(8959.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12239 {
background: linear-gradient(to bottom, hsl(8959.36, 100%, 50%) 0%, hsl(8959.36, 100%, 50%) 100%);
}

.bg-SN12239 {
background: linear-gradient(to bottom, hsl(8959.36, 100%, 50%) 0%, hsl(8959.36, 100%, 50%) 100%);
}


#album-music-playedSN12239 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8961.36, 100%, 50%) 0%, hsl(8961.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12240 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8963.36, 100%, 50%) 0%, hsl(8963.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12240 {
background: linear-gradient(to bottom, hsl(8963.36, 100%, 50%) 0%, hsl(8963.36, 100%, 50%) 100%);
}

.bg-SN12240 {
background: linear-gradient(to bottom, hsl(8963.36, 100%, 50%) 0%, hsl(8963.36, 100%, 50%) 100%);
}


#album-music-playedSN12240 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8965.36, 100%, 50%) 0%, hsl(8965.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12241 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8967.36, 100%, 50%) 0%, hsl(8967.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12241 {
background: linear-gradient(to bottom, hsl(8967.36, 100%, 50%) 0%, hsl(8967.36, 100%, 50%) 100%);
}

.bg-SN12241 {
background: linear-gradient(to bottom, hsl(8967.36, 100%, 50%) 0%, hsl(8967.36, 100%, 50%) 100%);
}


#album-music-playedSN12241 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8969.36, 100%, 50%) 0%, hsl(8969.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12242 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8971.36, 100%, 50%) 0%, hsl(8971.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12242 {
background: linear-gradient(to bottom, hsl(8971.36, 100%, 50%) 0%, hsl(8971.36, 100%, 50%) 100%);
}

.bg-SN12242 {
background: linear-gradient(to bottom, hsl(8971.36, 100%, 50%) 0%, hsl(8971.36, 100%, 50%) 100%);
}


#album-music-playedSN12242 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8973.36, 100%, 50%) 0%, hsl(8973.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12243 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8975.36, 100%, 50%) 0%, hsl(8975.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12243 {
background: linear-gradient(to bottom, hsl(8975.36, 100%, 50%) 0%, hsl(8975.36, 100%, 50%) 100%);
}

.bg-SN12243 {
background: linear-gradient(to bottom, hsl(8975.36, 100%, 50%) 0%, hsl(8975.36, 100%, 50%) 100%);
}


#album-music-playedSN12243 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8977.36, 100%, 50%) 0%, hsl(8977.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12244 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8979.36, 100%, 50%) 0%, hsl(8979.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12244 {
background: linear-gradient(to bottom, hsl(8979.36, 100%, 50%) 0%, hsl(8979.36, 100%, 50%) 100%);
}

.bg-SN12244 {
background: linear-gradient(to bottom, hsl(8979.36, 100%, 50%) 0%, hsl(8979.36, 100%, 50%) 100%);
}


#album-music-playedSN12244 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8981.36, 100%, 50%) 0%, hsl(8981.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12245 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8983.36, 100%, 50%) 0%, hsl(8983.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12245 {
background: linear-gradient(to bottom, hsl(8983.36, 100%, 50%) 0%, hsl(8983.36, 100%, 50%) 100%);
}

.bg-SN12245 {
background: linear-gradient(to bottom, hsl(8983.36, 100%, 50%) 0%, hsl(8983.36, 100%, 50%) 100%);
}


#album-music-playedSN12245 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8985.36, 100%, 50%) 0%, hsl(8985.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12246 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8987.36, 100%, 50%) 0%, hsl(8987.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12246 {
background: linear-gradient(to bottom, hsl(8987.36, 100%, 50%) 0%, hsl(8987.36, 100%, 50%) 100%);
}

.bg-SN12246 {
background: linear-gradient(to bottom, hsl(8987.36, 100%, 50%) 0%, hsl(8987.36, 100%, 50%) 100%);
}


#album-music-playedSN12246 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8989.36, 100%, 50%) 0%, hsl(8989.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12247 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8991.36, 100%, 50%) 0%, hsl(8991.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12247 {
background: linear-gradient(to bottom, hsl(8991.36, 100%, 50%) 0%, hsl(8991.36, 100%, 50%) 100%);
}

.bg-SN12247 {
background: linear-gradient(to bottom, hsl(8991.36, 100%, 50%) 0%, hsl(8991.36, 100%, 50%) 100%);
}


#album-music-playedSN12247 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8993.36, 100%, 50%) 0%, hsl(8993.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12248 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8995.36, 100%, 50%) 0%, hsl(8995.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12248 {
background: linear-gradient(to bottom, hsl(8995.36, 100%, 50%) 0%, hsl(8995.36, 100%, 50%) 100%);
}

.bg-SN12248 {
background: linear-gradient(to bottom, hsl(8995.36, 100%, 50%) 0%, hsl(8995.36, 100%, 50%) 100%);
}


#album-music-playedSN12248 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8997.36, 100%, 50%) 0%, hsl(8997.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12249 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(8999.36, 100%, 50%) 0%, hsl(8999.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12249 {
background: linear-gradient(to bottom, hsl(8999.36, 100%, 50%) 0%, hsl(8999.36, 100%, 50%) 100%);
}

.bg-SN12249 {
background: linear-gradient(to bottom, hsl(8999.36, 100%, 50%) 0%, hsl(8999.36, 100%, 50%) 100%);
}


#album-music-playedSN12249 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9001.36, 100%, 50%) 0%, hsl(9001.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12250 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9003.36, 100%, 50%) 0%, hsl(9003.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12250 {
background: linear-gradient(to bottom, hsl(9003.36, 100%, 50%) 0%, hsl(9003.36, 100%, 50%) 100%);
}

.bg-SN12250 {
background: linear-gradient(to bottom, hsl(9003.36, 100%, 50%) 0%, hsl(9003.36, 100%, 50%) 100%);
}


#album-music-playedSN12250 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9005.36, 100%, 50%) 0%, hsl(9005.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12251 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9007.36, 100%, 50%) 0%, hsl(9007.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12251 {
background: linear-gradient(to bottom, hsl(9007.36, 100%, 50%) 0%, hsl(9007.36, 100%, 50%) 100%);
}

.bg-SN12251 {
background: linear-gradient(to bottom, hsl(9007.36, 100%, 50%) 0%, hsl(9007.36, 100%, 50%) 100%);
}


#album-music-playedSN12251 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9009.36, 100%, 50%) 0%, hsl(9009.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12252 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9011.36, 100%, 50%) 0%, hsl(9011.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12252 {
background: linear-gradient(to bottom, hsl(9011.36, 100%, 50%) 0%, hsl(9011.36, 100%, 50%) 100%);
}

.bg-SN12252 {
background: linear-gradient(to bottom, hsl(9011.36, 100%, 50%) 0%, hsl(9011.36, 100%, 50%) 100%);
}


#album-music-playedSN12252 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9013.36, 100%, 50%) 0%, hsl(9013.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12253 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9015.36, 100%, 50%) 0%, hsl(9015.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12253 {
background: linear-gradient(to bottom, hsl(9015.36, 100%, 50%) 0%, hsl(9015.36, 100%, 50%) 100%);
}

.bg-SN12253 {
background: linear-gradient(to bottom, hsl(9015.36, 100%, 50%) 0%, hsl(9015.36, 100%, 50%) 100%);
}


#album-music-playedSN12253 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9017.36, 100%, 50%) 0%, hsl(9017.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12254 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9019.36, 100%, 50%) 0%, hsl(9019.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12254 {
background: linear-gradient(to bottom, hsl(9019.36, 100%, 50%) 0%, hsl(9019.36, 100%, 50%) 100%);
}

.bg-SN12254 {
background: linear-gradient(to bottom, hsl(9019.36, 100%, 50%) 0%, hsl(9019.36, 100%, 50%) 100%);
}


#album-music-playedSN12254 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9021.36, 100%, 50%) 0%, hsl(9021.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12255 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9023.36, 100%, 50%) 0%, hsl(9023.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12255 {
background: linear-gradient(to bottom, hsl(9023.36, 100%, 50%) 0%, hsl(9023.36, 100%, 50%) 100%);
}

.bg-SN12255 {
background: linear-gradient(to bottom, hsl(9023.36, 100%, 50%) 0%, hsl(9023.36, 100%, 50%) 100%);
}


#album-music-playedSN12255 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9025.36, 100%, 50%) 0%, hsl(9025.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12256 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9027.36, 100%, 50%) 0%, hsl(9027.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12256 {
background: linear-gradient(to bottom, hsl(9027.36, 100%, 50%) 0%, hsl(9027.36, 100%, 50%) 100%);
}

.bg-SN12256 {
background: linear-gradient(to bottom, hsl(9027.36, 100%, 50%) 0%, hsl(9027.36, 100%, 50%) 100%);
}


#album-music-playedSN12256 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9029.36, 100%, 50%) 0%, hsl(9029.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12257 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9031.36, 100%, 50%) 0%, hsl(9031.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12257 {
background: linear-gradient(to bottom, hsl(9031.36, 100%, 50%) 0%, hsl(9031.36, 100%, 50%) 100%);
}

.bg-SN12257 {
background: linear-gradient(to bottom, hsl(9031.36, 100%, 50%) 0%, hsl(9031.36, 100%, 50%) 100%);
}


#album-music-playedSN12257 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9033.36, 100%, 50%) 0%, hsl(9033.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12258 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9035.36, 100%, 50%) 0%, hsl(9035.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12258 {
background: linear-gradient(to bottom, hsl(9035.36, 100%, 50%) 0%, hsl(9035.36, 100%, 50%) 100%);
}

.bg-SN12258 {
background: linear-gradient(to bottom, hsl(9035.36, 100%, 50%) 0%, hsl(9035.36, 100%, 50%) 100%);
}


#album-music-playedSN12258 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9037.36, 100%, 50%) 0%, hsl(9037.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12259 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9039.36, 100%, 50%) 0%, hsl(9039.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12259 {
background: linear-gradient(to bottom, hsl(9039.36, 100%, 50%) 0%, hsl(9039.36, 100%, 50%) 100%);
}

.bg-SN12259 {
background: linear-gradient(to bottom, hsl(9039.36, 100%, 50%) 0%, hsl(9039.36, 100%, 50%) 100%);
}


#album-music-playedSN12259 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9041.36, 100%, 50%) 0%, hsl(9041.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12260 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9043.36, 100%, 50%) 0%, hsl(9043.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12260 {
background: linear-gradient(to bottom, hsl(9043.36, 100%, 50%) 0%, hsl(9043.36, 100%, 50%) 100%);
}

.bg-SN12260 {
background: linear-gradient(to bottom, hsl(9043.36, 100%, 50%) 0%, hsl(9043.36, 100%, 50%) 100%);
}


#album-music-playedSN12260 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9045.36, 100%, 50%) 0%, hsl(9045.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12261 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9047.36, 100%, 50%) 0%, hsl(9047.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12261 {
background: linear-gradient(to bottom, hsl(9047.36, 100%, 50%) 0%, hsl(9047.36, 100%, 50%) 100%);
}

.bg-SN12261 {
background: linear-gradient(to bottom, hsl(9047.36, 100%, 50%) 0%, hsl(9047.36, 100%, 50%) 100%);
}


#album-music-playedSN12261 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9049.36, 100%, 50%) 0%, hsl(9049.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12262 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9051.36, 100%, 50%) 0%, hsl(9051.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12262 {
background: linear-gradient(to bottom, hsl(9051.36, 100%, 50%) 0%, hsl(9051.36, 100%, 50%) 100%);
}

.bg-SN12262 {
background: linear-gradient(to bottom, hsl(9051.36, 100%, 50%) 0%, hsl(9051.36, 100%, 50%) 100%);
}


#album-music-playedSN12262 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9053.36, 100%, 50%) 0%, hsl(9053.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12263 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9055.36, 100%, 50%) 0%, hsl(9055.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12263 {
background: linear-gradient(to bottom, hsl(9055.36, 100%, 50%) 0%, hsl(9055.36, 100%, 50%) 100%);
}

.bg-SN12263 {
background: linear-gradient(to bottom, hsl(9055.36, 100%, 50%) 0%, hsl(9055.36, 100%, 50%) 100%);
}


#album-music-playedSN12263 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9057.36, 100%, 50%) 0%, hsl(9057.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12264 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9059.36, 100%, 50%) 0%, hsl(9059.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12264 {
background: linear-gradient(to bottom, hsl(9059.36, 100%, 50%) 0%, hsl(9059.36, 100%, 50%) 100%);
}

.bg-SN12264 {
background: linear-gradient(to bottom, hsl(9059.36, 100%, 50%) 0%, hsl(9059.36, 100%, 50%) 100%);
}


#album-music-playedSN12264 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9061.36, 100%, 50%) 0%, hsl(9061.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12265 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9063.36, 100%, 50%) 0%, hsl(9063.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12265 {
background: linear-gradient(to bottom, hsl(9063.36, 100%, 50%) 0%, hsl(9063.36, 100%, 50%) 100%);
}

.bg-SN12265 {
background: linear-gradient(to bottom, hsl(9063.36, 100%, 50%) 0%, hsl(9063.36, 100%, 50%) 100%);
}


#album-music-playedSN12265 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9065.36, 100%, 50%) 0%, hsl(9065.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12266 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9067.36, 100%, 50%) 0%, hsl(9067.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12266 {
background: linear-gradient(to bottom, hsl(9067.36, 100%, 50%) 0%, hsl(9067.36, 100%, 50%) 100%);
}

.bg-SN12266 {
background: linear-gradient(to bottom, hsl(9067.36, 100%, 50%) 0%, hsl(9067.36, 100%, 50%) 100%);
}


#album-music-playedSN12266 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9069.36, 100%, 50%) 0%, hsl(9069.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12267 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9071.36, 100%, 50%) 0%, hsl(9071.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12267 {
background: linear-gradient(to bottom, hsl(9071.36, 100%, 50%) 0%, hsl(9071.36, 100%, 50%) 100%);
}

.bg-SN12267 {
background: linear-gradient(to bottom, hsl(9071.36, 100%, 50%) 0%, hsl(9071.36, 100%, 50%) 100%);
}


#album-music-playedSN12267 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9073.36, 100%, 50%) 0%, hsl(9073.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12268 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9075.36, 100%, 50%) 0%, hsl(9075.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12268 {
background: linear-gradient(to bottom, hsl(9075.36, 100%, 50%) 0%, hsl(9075.36, 100%, 50%) 100%);
}

.bg-SN12268 {
background: linear-gradient(to bottom, hsl(9075.36, 100%, 50%) 0%, hsl(9075.36, 100%, 50%) 100%);
}


#album-music-playedSN12268 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9077.36, 100%, 50%) 0%, hsl(9077.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12269 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9079.36, 100%, 50%) 0%, hsl(9079.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12269 {
background: linear-gradient(to bottom, hsl(9079.36, 100%, 50%) 0%, hsl(9079.36, 100%, 50%) 100%);
}

.bg-SN12269 {
background: linear-gradient(to bottom, hsl(9079.36, 100%, 50%) 0%, hsl(9079.36, 100%, 50%) 100%);
}


#album-music-playedSN12269 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9081.36, 100%, 50%) 0%, hsl(9081.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12270 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9083.36, 100%, 50%) 0%, hsl(9083.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12270 {
background: linear-gradient(to bottom, hsl(9083.36, 100%, 50%) 0%, hsl(9083.36, 100%, 50%) 100%);
}

.bg-SN12270 {
background: linear-gradient(to bottom, hsl(9083.36, 100%, 50%) 0%, hsl(9083.36, 100%, 50%) 100%);
}


#album-music-playedSN12270 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9085.36, 100%, 50%) 0%, hsl(9085.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12271 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9087.36, 100%, 50%) 0%, hsl(9087.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12271 {
background: linear-gradient(to bottom, hsl(9087.36, 100%, 50%) 0%, hsl(9087.36, 100%, 50%) 100%);
}

.bg-SN12271 {
background: linear-gradient(to bottom, hsl(9087.36, 100%, 50%) 0%, hsl(9087.36, 100%, 50%) 100%);
}


#album-music-playedSN12271 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9089.36, 100%, 50%) 0%, hsl(9089.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12272 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9091.36, 100%, 50%) 0%, hsl(9091.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12272 {
background: linear-gradient(to bottom, hsl(9091.36, 100%, 50%) 0%, hsl(9091.36, 100%, 50%) 100%);
}

.bg-SN12272 {
background: linear-gradient(to bottom, hsl(9091.36, 100%, 50%) 0%, hsl(9091.36, 100%, 50%) 100%);
}


#album-music-playedSN12272 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9093.36, 100%, 50%) 0%, hsl(9093.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12273 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9095.36, 100%, 50%) 0%, hsl(9095.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12273 {
background: linear-gradient(to bottom, hsl(9095.36, 100%, 50%) 0%, hsl(9095.36, 100%, 50%) 100%);
}

.bg-SN12273 {
background: linear-gradient(to bottom, hsl(9095.36, 100%, 50%) 0%, hsl(9095.36, 100%, 50%) 100%);
}


#album-music-playedSN12273 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9097.36, 100%, 50%) 0%, hsl(9097.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12274 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9099.36, 100%, 50%) 0%, hsl(9099.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12274 {
background: linear-gradient(to bottom, hsl(9099.36, 100%, 50%) 0%, hsl(9099.36, 100%, 50%) 100%);
}

.bg-SN12274 {
background: linear-gradient(to bottom, hsl(9099.36, 100%, 50%) 0%, hsl(9099.36, 100%, 50%) 100%);
}


#album-music-playedSN12274 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9101.36, 100%, 50%) 0%, hsl(9101.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12275 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9103.36, 100%, 50%) 0%, hsl(9103.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12275 {
background: linear-gradient(to bottom, hsl(9103.36, 100%, 50%) 0%, hsl(9103.36, 100%, 50%) 100%);
}

.bg-SN12275 {
background: linear-gradient(to bottom, hsl(9103.36, 100%, 50%) 0%, hsl(9103.36, 100%, 50%) 100%);
}


#album-music-playedSN12275 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9105.36, 100%, 50%) 0%, hsl(9105.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12276 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9107.36, 100%, 50%) 0%, hsl(9107.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12276 {
background: linear-gradient(to bottom, hsl(9107.36, 100%, 50%) 0%, hsl(9107.36, 100%, 50%) 100%);
}

.bg-SN12276 {
background: linear-gradient(to bottom, hsl(9107.36, 100%, 50%) 0%, hsl(9107.36, 100%, 50%) 100%);
}


#album-music-playedSN12276 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9109.36, 100%, 50%) 0%, hsl(9109.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12277 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9111.36, 100%, 50%) 0%, hsl(9111.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12277 {
background: linear-gradient(to bottom, hsl(9111.36, 100%, 50%) 0%, hsl(9111.36, 100%, 50%) 100%);
}

.bg-SN12277 {
background: linear-gradient(to bottom, hsl(9111.36, 100%, 50%) 0%, hsl(9111.36, 100%, 50%) 100%);
}


#album-music-playedSN12277 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9113.36, 100%, 50%) 0%, hsl(9113.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12278 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9115.36, 100%, 50%) 0%, hsl(9115.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12278 {
background: linear-gradient(to bottom, hsl(9115.36, 100%, 50%) 0%, hsl(9115.36, 100%, 50%) 100%);
}

.bg-SN12278 {
background: linear-gradient(to bottom, hsl(9115.36, 100%, 50%) 0%, hsl(9115.36, 100%, 50%) 100%);
}


#album-music-playedSN12278 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9117.36, 100%, 50%) 0%, hsl(9117.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12279 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9119.36, 100%, 50%) 0%, hsl(9119.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12279 {
background: linear-gradient(to bottom, hsl(9119.36, 100%, 50%) 0%, hsl(9119.36, 100%, 50%) 100%);
}

.bg-SN12279 {
background: linear-gradient(to bottom, hsl(9119.36, 100%, 50%) 0%, hsl(9119.36, 100%, 50%) 100%);
}


#album-music-playedSN12279 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9121.36, 100%, 50%) 0%, hsl(9121.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12280 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9123.36, 100%, 50%) 0%, hsl(9123.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12280 {
background: linear-gradient(to bottom, hsl(9123.36, 100%, 50%) 0%, hsl(9123.36, 100%, 50%) 100%);
}

.bg-SN12280 {
background: linear-gradient(to bottom, hsl(9123.36, 100%, 50%) 0%, hsl(9123.36, 100%, 50%) 100%);
}


#album-music-playedSN12280 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9125.36, 100%, 50%) 0%, hsl(9125.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12281 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9127.36, 100%, 50%) 0%, hsl(9127.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12281 {
background: linear-gradient(to bottom, hsl(9127.36, 100%, 50%) 0%, hsl(9127.36, 100%, 50%) 100%);
}

.bg-SN12281 {
background: linear-gradient(to bottom, hsl(9127.36, 100%, 50%) 0%, hsl(9127.36, 100%, 50%) 100%);
}


#album-music-playedSN12281 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9129.36, 100%, 50%) 0%, hsl(9129.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12282 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9131.36, 100%, 50%) 0%, hsl(9131.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12282 {
background: linear-gradient(to bottom, hsl(9131.36, 100%, 50%) 0%, hsl(9131.36, 100%, 50%) 100%);
}

.bg-SN12282 {
background: linear-gradient(to bottom, hsl(9131.36, 100%, 50%) 0%, hsl(9131.36, 100%, 50%) 100%);
}


#album-music-playedSN12282 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9133.36, 100%, 50%) 0%, hsl(9133.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12283 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9135.36, 100%, 50%) 0%, hsl(9135.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12283 {
background: linear-gradient(to bottom, hsl(9135.36, 100%, 50%) 0%, hsl(9135.36, 100%, 50%) 100%);
}

.bg-SN12283 {
background: linear-gradient(to bottom, hsl(9135.36, 100%, 50%) 0%, hsl(9135.36, 100%, 50%) 100%);
}


#album-music-playedSN12283 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9137.36, 100%, 50%) 0%, hsl(9137.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12284 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9139.36, 100%, 50%) 0%, hsl(9139.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12284 {
background: linear-gradient(to bottom, hsl(9139.36, 100%, 50%) 0%, hsl(9139.36, 100%, 50%) 100%);
}

.bg-SN12284 {
background: linear-gradient(to bottom, hsl(9139.36, 100%, 50%) 0%, hsl(9139.36, 100%, 50%) 100%);
}


#album-music-playedSN12284 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9141.36, 100%, 50%) 0%, hsl(9141.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12285 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9143.36, 100%, 50%) 0%, hsl(9143.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12285 {
background: linear-gradient(to bottom, hsl(9143.36, 100%, 50%) 0%, hsl(9143.36, 100%, 50%) 100%);
}

.bg-SN12285 {
background: linear-gradient(to bottom, hsl(9143.36, 100%, 50%) 0%, hsl(9143.36, 100%, 50%) 100%);
}


#album-music-playedSN12285 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9145.36, 100%, 50%) 0%, hsl(9145.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12286 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9147.36, 100%, 50%) 0%, hsl(9147.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12286 {
background: linear-gradient(to bottom, hsl(9147.36, 100%, 50%) 0%, hsl(9147.36, 100%, 50%) 100%);
}

.bg-SN12286 {
background: linear-gradient(to bottom, hsl(9147.36, 100%, 50%) 0%, hsl(9147.36, 100%, 50%) 100%);
}


#album-music-playedSN12286 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9149.36, 100%, 50%) 0%, hsl(9149.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12287 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9151.36, 100%, 50%) 0%, hsl(9151.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12287 {
background: linear-gradient(to bottom, hsl(9151.36, 100%, 50%) 0%, hsl(9151.36, 100%, 50%) 100%);
}

.bg-SN12287 {
background: linear-gradient(to bottom, hsl(9151.36, 100%, 50%) 0%, hsl(9151.36, 100%, 50%) 100%);
}


#album-music-playedSN12287 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9153.36, 100%, 50%) 0%, hsl(9153.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12288 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9155.36, 100%, 50%) 0%, hsl(9155.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12288 {
background: linear-gradient(to bottom, hsl(9155.36, 100%, 50%) 0%, hsl(9155.36, 100%, 50%) 100%);
}

.bg-SN12288 {
background: linear-gradient(to bottom, hsl(9155.36, 100%, 50%) 0%, hsl(9155.36, 100%, 50%) 100%);
}


#album-music-playedSN12288 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9157.36, 100%, 50%) 0%, hsl(9157.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12289 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9159.36, 100%, 50%) 0%, hsl(9159.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12289 {
background: linear-gradient(to bottom, hsl(9159.36, 100%, 50%) 0%, hsl(9159.36, 100%, 50%) 100%);
}

.bg-SN12289 {
background: linear-gradient(to bottom, hsl(9159.36, 100%, 50%) 0%, hsl(9159.36, 100%, 50%) 100%);
}


#album-music-playedSN12289 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9161.36, 100%, 50%) 0%, hsl(9161.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12290 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9163.36, 100%, 50%) 0%, hsl(9163.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12290 {
background: linear-gradient(to bottom, hsl(9163.36, 100%, 50%) 0%, hsl(9163.36, 100%, 50%) 100%);
}

.bg-SN12290 {
background: linear-gradient(to bottom, hsl(9163.36, 100%, 50%) 0%, hsl(9163.36, 100%, 50%) 100%);
}


#album-music-playedSN12290 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9165.36, 100%, 50%) 0%, hsl(9165.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12291 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9167.36, 100%, 50%) 0%, hsl(9167.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12291 {
background: linear-gradient(to bottom, hsl(9167.36, 100%, 50%) 0%, hsl(9167.36, 100%, 50%) 100%);
}

.bg-SN12291 {
background: linear-gradient(to bottom, hsl(9167.36, 100%, 50%) 0%, hsl(9167.36, 100%, 50%) 100%);
}


#album-music-playedSN12291 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9169.36, 100%, 50%) 0%, hsl(9169.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12292 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9171.36, 100%, 50%) 0%, hsl(9171.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12292 {
background: linear-gradient(to bottom, hsl(9171.36, 100%, 50%) 0%, hsl(9171.36, 100%, 50%) 100%);
}

.bg-SN12292 {
background: linear-gradient(to bottom, hsl(9171.36, 100%, 50%) 0%, hsl(9171.36, 100%, 50%) 100%);
}


#album-music-playedSN12292 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9173.36, 100%, 50%) 0%, hsl(9173.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12293 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9175.36, 100%, 50%) 0%, hsl(9175.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12293 {
background: linear-gradient(to bottom, hsl(9175.36, 100%, 50%) 0%, hsl(9175.36, 100%, 50%) 100%);
}

.bg-SN12293 {
background: linear-gradient(to bottom, hsl(9175.36, 100%, 50%) 0%, hsl(9175.36, 100%, 50%) 100%);
}


#album-music-playedSN12293 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9177.36, 100%, 50%) 0%, hsl(9177.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12294 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9179.36, 100%, 50%) 0%, hsl(9179.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12294 {
background: linear-gradient(to bottom, hsl(9179.36, 100%, 50%) 0%, hsl(9179.36, 100%, 50%) 100%);
}

.bg-SN12294 {
background: linear-gradient(to bottom, hsl(9179.36, 100%, 50%) 0%, hsl(9179.36, 100%, 50%) 100%);
}


#album-music-playedSN12294 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9181.36, 100%, 50%) 0%, hsl(9181.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12295 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9183.36, 100%, 50%) 0%, hsl(9183.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12295 {
background: linear-gradient(to bottom, hsl(9183.36, 100%, 50%) 0%, hsl(9183.36, 100%, 50%) 100%);
}

.bg-SN12295 {
background: linear-gradient(to bottom, hsl(9183.36, 100%, 50%) 0%, hsl(9183.36, 100%, 50%) 100%);
}


#album-music-playedSN12295 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9185.36, 100%, 50%) 0%, hsl(9185.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12296 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9187.36, 100%, 50%) 0%, hsl(9187.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12296 {
background: linear-gradient(to bottom, hsl(9187.36, 100%, 50%) 0%, hsl(9187.36, 100%, 50%) 100%);
}

.bg-SN12296 {
background: linear-gradient(to bottom, hsl(9187.36, 100%, 50%) 0%, hsl(9187.36, 100%, 50%) 100%);
}


#album-music-playedSN12296 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9189.36, 100%, 50%) 0%, hsl(9189.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12297 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9191.36, 100%, 50%) 0%, hsl(9191.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12297 {
background: linear-gradient(to bottom, hsl(9191.36, 100%, 50%) 0%, hsl(9191.36, 100%, 50%) 100%);
}

.bg-SN12297 {
background: linear-gradient(to bottom, hsl(9191.36, 100%, 50%) 0%, hsl(9191.36, 100%, 50%) 100%);
}


#album-music-playedSN12297 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9193.36, 100%, 50%) 0%, hsl(9193.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12298 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9195.36, 100%, 50%) 0%, hsl(9195.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12298 {
background: linear-gradient(to bottom, hsl(9195.36, 100%, 50%) 0%, hsl(9195.36, 100%, 50%) 100%);
}

.bg-SN12298 {
background: linear-gradient(to bottom, hsl(9195.36, 100%, 50%) 0%, hsl(9195.36, 100%, 50%) 100%);
}


#album-music-playedSN12298 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9197.36, 100%, 50%) 0%, hsl(9197.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12299 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9199.36, 100%, 50%) 0%, hsl(9199.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12299 {
background: linear-gradient(to bottom, hsl(9199.36, 100%, 50%) 0%, hsl(9199.36, 100%, 50%) 100%);
}

.bg-SN12299 {
background: linear-gradient(to bottom, hsl(9199.36, 100%, 50%) 0%, hsl(9199.36, 100%, 50%) 100%);
}


#album-music-playedSN12299 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9201.36, 100%, 50%) 0%, hsl(9201.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12300 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9203.36, 100%, 50%) 0%, hsl(9203.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12300 {
background: linear-gradient(to bottom, hsl(9203.36, 100%, 50%) 0%, hsl(9203.36, 100%, 50%) 100%);
}

.bg-SN12300 {
background: linear-gradient(to bottom, hsl(9203.36, 100%, 50%) 0%, hsl(9203.36, 100%, 50%) 100%);
}


#album-music-playedSN12300 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9205.36, 100%, 50%) 0%, hsl(9205.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12301 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9207.36, 100%, 50%) 0%, hsl(9207.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12301 {
background: linear-gradient(to bottom, hsl(9207.36, 100%, 50%) 0%, hsl(9207.36, 100%, 50%) 100%);
}

.bg-SN12301 {
background: linear-gradient(to bottom, hsl(9207.36, 100%, 50%) 0%, hsl(9207.36, 100%, 50%) 100%);
}


#album-music-playedSN12301 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9209.36, 100%, 50%) 0%, hsl(9209.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12302 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9211.36, 100%, 50%) 0%, hsl(9211.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12302 {
background: linear-gradient(to bottom, hsl(9211.36, 100%, 50%) 0%, hsl(9211.36, 100%, 50%) 100%);
}

.bg-SN12302 {
background: linear-gradient(to bottom, hsl(9211.36, 100%, 50%) 0%, hsl(9211.36, 100%, 50%) 100%);
}


#album-music-playedSN12302 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9213.36, 100%, 50%) 0%, hsl(9213.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12303 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9215.36, 100%, 50%) 0%, hsl(9215.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12303 {
background: linear-gradient(to bottom, hsl(9215.36, 100%, 50%) 0%, hsl(9215.36, 100%, 50%) 100%);
}

.bg-SN12303 {
background: linear-gradient(to bottom, hsl(9215.36, 100%, 50%) 0%, hsl(9215.36, 100%, 50%) 100%);
}


#album-music-playedSN12303 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9217.36, 100%, 50%) 0%, hsl(9217.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12304 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9219.36, 100%, 50%) 0%, hsl(9219.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12304 {
background: linear-gradient(to bottom, hsl(9219.36, 100%, 50%) 0%, hsl(9219.36, 100%, 50%) 100%);
}

.bg-SN12304 {
background: linear-gradient(to bottom, hsl(9219.36, 100%, 50%) 0%, hsl(9219.36, 100%, 50%) 100%);
}


#album-music-playedSN12304 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9221.36, 100%, 50%) 0%, hsl(9221.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12305 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9223.36, 100%, 50%) 0%, hsl(9223.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12305 {
background: linear-gradient(to bottom, hsl(9223.36, 100%, 50%) 0%, hsl(9223.36, 100%, 50%) 100%);
}

.bg-SN12305 {
background: linear-gradient(to bottom, hsl(9223.36, 100%, 50%) 0%, hsl(9223.36, 100%, 50%) 100%);
}


#album-music-playedSN12305 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9225.36, 100%, 50%) 0%, hsl(9225.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12306 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9227.36, 100%, 50%) 0%, hsl(9227.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12306 {
background: linear-gradient(to bottom, hsl(9227.36, 100%, 50%) 0%, hsl(9227.36, 100%, 50%) 100%);
}

.bg-SN12306 {
background: linear-gradient(to bottom, hsl(9227.36, 100%, 50%) 0%, hsl(9227.36, 100%, 50%) 100%);
}


#album-music-playedSN12306 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9229.36, 100%, 50%) 0%, hsl(9229.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12307 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9231.36, 100%, 50%) 0%, hsl(9231.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12307 {
background: linear-gradient(to bottom, hsl(9231.36, 100%, 50%) 0%, hsl(9231.36, 100%, 50%) 100%);
}

.bg-SN12307 {
background: linear-gradient(to bottom, hsl(9231.36, 100%, 50%) 0%, hsl(9231.36, 100%, 50%) 100%);
}


#album-music-playedSN12307 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9233.36, 100%, 50%) 0%, hsl(9233.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12308 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9235.36, 100%, 50%) 0%, hsl(9235.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12308 {
background: linear-gradient(to bottom, hsl(9235.36, 100%, 50%) 0%, hsl(9235.36, 100%, 50%) 100%);
}

.bg-SN12308 {
background: linear-gradient(to bottom, hsl(9235.36, 100%, 50%) 0%, hsl(9235.36, 100%, 50%) 100%);
}


#album-music-playedSN12308 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9237.36, 100%, 50%) 0%, hsl(9237.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12309 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9239.36, 100%, 50%) 0%, hsl(9239.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12309 {
background: linear-gradient(to bottom, hsl(9239.36, 100%, 50%) 0%, hsl(9239.36, 100%, 50%) 100%);
}

.bg-SN12309 {
background: linear-gradient(to bottom, hsl(9239.36, 100%, 50%) 0%, hsl(9239.36, 100%, 50%) 100%);
}


#album-music-playedSN12309 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9241.36, 100%, 50%) 0%, hsl(9241.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12310 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9243.36, 100%, 50%) 0%, hsl(9243.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12310 {
background: linear-gradient(to bottom, hsl(9243.36, 100%, 50%) 0%, hsl(9243.36, 100%, 50%) 100%);
}

.bg-SN12310 {
background: linear-gradient(to bottom, hsl(9243.36, 100%, 50%) 0%, hsl(9243.36, 100%, 50%) 100%);
}


#album-music-playedSN12310 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9245.36, 100%, 50%) 0%, hsl(9245.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12311 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9247.36, 100%, 50%) 0%, hsl(9247.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12311 {
background: linear-gradient(to bottom, hsl(9247.36, 100%, 50%) 0%, hsl(9247.36, 100%, 50%) 100%);
}

.bg-SN12311 {
background: linear-gradient(to bottom, hsl(9247.36, 100%, 50%) 0%, hsl(9247.36, 100%, 50%) 100%);
}


#album-music-playedSN12311 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9249.36, 100%, 50%) 0%, hsl(9249.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12312 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9251.36, 100%, 50%) 0%, hsl(9251.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12312 {
background: linear-gradient(to bottom, hsl(9251.36, 100%, 50%) 0%, hsl(9251.36, 100%, 50%) 100%);
}

.bg-SN12312 {
background: linear-gradient(to bottom, hsl(9251.36, 100%, 50%) 0%, hsl(9251.36, 100%, 50%) 100%);
}


#album-music-playedSN12312 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9253.36, 100%, 50%) 0%, hsl(9253.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12313 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9255.36, 100%, 50%) 0%, hsl(9255.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12313 {
background: linear-gradient(to bottom, hsl(9255.36, 100%, 50%) 0%, hsl(9255.36, 100%, 50%) 100%);
}

.bg-SN12313 {
background: linear-gradient(to bottom, hsl(9255.36, 100%, 50%) 0%, hsl(9255.36, 100%, 50%) 100%);
}


#album-music-playedSN12313 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9257.36, 100%, 50%) 0%, hsl(9257.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12314 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9259.36, 100%, 50%) 0%, hsl(9259.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12314 {
background: linear-gradient(to bottom, hsl(9259.36, 100%, 50%) 0%, hsl(9259.36, 100%, 50%) 100%);
}

.bg-SN12314 {
background: linear-gradient(to bottom, hsl(9259.36, 100%, 50%) 0%, hsl(9259.36, 100%, 50%) 100%);
}


#album-music-playedSN12314 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9261.36, 100%, 50%) 0%, hsl(9261.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12315 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9263.36, 100%, 50%) 0%, hsl(9263.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12315 {
background: linear-gradient(to bottom, hsl(9263.36, 100%, 50%) 0%, hsl(9263.36, 100%, 50%) 100%);
}

.bg-SN12315 {
background: linear-gradient(to bottom, hsl(9263.36, 100%, 50%) 0%, hsl(9263.36, 100%, 50%) 100%);
}


#album-music-playedSN12315 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9265.36, 100%, 50%) 0%, hsl(9265.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12316 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9267.36, 100%, 50%) 0%, hsl(9267.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12316 {
background: linear-gradient(to bottom, hsl(9267.36, 100%, 50%) 0%, hsl(9267.36, 100%, 50%) 100%);
}

.bg-SN12316 {
background: linear-gradient(to bottom, hsl(9267.36, 100%, 50%) 0%, hsl(9267.36, 100%, 50%) 100%);
}


#album-music-playedSN12316 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9269.36, 100%, 50%) 0%, hsl(9269.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12317 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9271.36, 100%, 50%) 0%, hsl(9271.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12317 {
background: linear-gradient(to bottom, hsl(9271.36, 100%, 50%) 0%, hsl(9271.36, 100%, 50%) 100%);
}

.bg-SN12317 {
background: linear-gradient(to bottom, hsl(9271.36, 100%, 50%) 0%, hsl(9271.36, 100%, 50%) 100%);
}


#album-music-playedSN12317 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9273.36, 100%, 50%) 0%, hsl(9273.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12318 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9275.36, 100%, 50%) 0%, hsl(9275.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12318 {
background: linear-gradient(to bottom, hsl(9275.36, 100%, 50%) 0%, hsl(9275.36, 100%, 50%) 100%);
}

.bg-SN12318 {
background: linear-gradient(to bottom, hsl(9275.36, 100%, 50%) 0%, hsl(9275.36, 100%, 50%) 100%);
}


#album-music-playedSN12318 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9277.36, 100%, 50%) 0%, hsl(9277.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12319 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9279.36, 100%, 50%) 0%, hsl(9279.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12319 {
background: linear-gradient(to bottom, hsl(9279.36, 100%, 50%) 0%, hsl(9279.36, 100%, 50%) 100%);
}

.bg-SN12319 {
background: linear-gradient(to bottom, hsl(9279.36, 100%, 50%) 0%, hsl(9279.36, 100%, 50%) 100%);
}


#album-music-playedSN12319 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9281.36, 100%, 50%) 0%, hsl(9281.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12320 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9283.36, 100%, 50%) 0%, hsl(9283.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12320 {
background: linear-gradient(to bottom, hsl(9283.36, 100%, 50%) 0%, hsl(9283.36, 100%, 50%) 100%);
}

.bg-SN12320 {
background: linear-gradient(to bottom, hsl(9283.36, 100%, 50%) 0%, hsl(9283.36, 100%, 50%) 100%);
}


#album-music-playedSN12320 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9285.36, 100%, 50%) 0%, hsl(9285.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12321 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9287.36, 100%, 50%) 0%, hsl(9287.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12321 {
background: linear-gradient(to bottom, hsl(9287.36, 100%, 50%) 0%, hsl(9287.36, 100%, 50%) 100%);
}

.bg-SN12321 {
background: linear-gradient(to bottom, hsl(9287.36, 100%, 50%) 0%, hsl(9287.36, 100%, 50%) 100%);
}


#album-music-playedSN12321 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9289.36, 100%, 50%) 0%, hsl(9289.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12322 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9291.36, 100%, 50%) 0%, hsl(9291.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12322 {
background: linear-gradient(to bottom, hsl(9291.36, 100%, 50%) 0%, hsl(9291.36, 100%, 50%) 100%);
}

.bg-SN12322 {
background: linear-gradient(to bottom, hsl(9291.36, 100%, 50%) 0%, hsl(9291.36, 100%, 50%) 100%);
}


#album-music-playedSN12322 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9293.36, 100%, 50%) 0%, hsl(9293.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12323 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9295.36, 100%, 50%) 0%, hsl(9295.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12323 {
background: linear-gradient(to bottom, hsl(9295.36, 100%, 50%) 0%, hsl(9295.36, 100%, 50%) 100%);
}

.bg-SN12323 {
background: linear-gradient(to bottom, hsl(9295.36, 100%, 50%) 0%, hsl(9295.36, 100%, 50%) 100%);
}


#album-music-playedSN12323 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9297.36, 100%, 50%) 0%, hsl(9297.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12324 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9299.36, 100%, 50%) 0%, hsl(9299.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12324 {
background: linear-gradient(to bottom, hsl(9299.36, 100%, 50%) 0%, hsl(9299.36, 100%, 50%) 100%);
}

.bg-SN12324 {
background: linear-gradient(to bottom, hsl(9299.36, 100%, 50%) 0%, hsl(9299.36, 100%, 50%) 100%);
}


#album-music-playedSN12324 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9301.36, 100%, 50%) 0%, hsl(9301.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12325 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9303.36, 100%, 50%) 0%, hsl(9303.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12325 {
background: linear-gradient(to bottom, hsl(9303.36, 100%, 50%) 0%, hsl(9303.36, 100%, 50%) 100%);
}

.bg-SN12325 {
background: linear-gradient(to bottom, hsl(9303.36, 100%, 50%) 0%, hsl(9303.36, 100%, 50%) 100%);
}


#album-music-playedSN12325 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9305.36, 100%, 50%) 0%, hsl(9305.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12326 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9307.36, 100%, 50%) 0%, hsl(9307.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12326 {
background: linear-gradient(to bottom, hsl(9307.36, 100%, 50%) 0%, hsl(9307.36, 100%, 50%) 100%);
}

.bg-SN12326 {
background: linear-gradient(to bottom, hsl(9307.36, 100%, 50%) 0%, hsl(9307.36, 100%, 50%) 100%);
}


#album-music-playedSN12326 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9309.36, 100%, 50%) 0%, hsl(9309.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12327 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9311.36, 100%, 50%) 0%, hsl(9311.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12327 {
background: linear-gradient(to bottom, hsl(9311.36, 100%, 50%) 0%, hsl(9311.36, 100%, 50%) 100%);
}

.bg-SN12327 {
background: linear-gradient(to bottom, hsl(9311.36, 100%, 50%) 0%, hsl(9311.36, 100%, 50%) 100%);
}


#album-music-playedSN12327 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9313.36, 100%, 50%) 0%, hsl(9313.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12328 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9315.36, 100%, 50%) 0%, hsl(9315.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12328 {
background: linear-gradient(to bottom, hsl(9315.36, 100%, 50%) 0%, hsl(9315.36, 100%, 50%) 100%);
}

.bg-SN12328 {
background: linear-gradient(to bottom, hsl(9315.36, 100%, 50%) 0%, hsl(9315.36, 100%, 50%) 100%);
}


#album-music-playedSN12328 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9317.36, 100%, 50%) 0%, hsl(9317.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12329 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9319.36, 100%, 50%) 0%, hsl(9319.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12329 {
background: linear-gradient(to bottom, hsl(9319.36, 100%, 50%) 0%, hsl(9319.36, 100%, 50%) 100%);
}

.bg-SN12329 {
background: linear-gradient(to bottom, hsl(9319.36, 100%, 50%) 0%, hsl(9319.36, 100%, 50%) 100%);
}


#album-music-playedSN12329 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9321.36, 100%, 50%) 0%, hsl(9321.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12330 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9323.36, 100%, 50%) 0%, hsl(9323.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12330 {
background: linear-gradient(to bottom, hsl(9323.36, 100%, 50%) 0%, hsl(9323.36, 100%, 50%) 100%);
}

.bg-SN12330 {
background: linear-gradient(to bottom, hsl(9323.36, 100%, 50%) 0%, hsl(9323.36, 100%, 50%) 100%);
}


#album-music-playedSN12330 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9325.36, 100%, 50%) 0%, hsl(9325.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12331 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9327.36, 100%, 50%) 0%, hsl(9327.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12331 {
background: linear-gradient(to bottom, hsl(9327.36, 100%, 50%) 0%, hsl(9327.36, 100%, 50%) 100%);
}

.bg-SN12331 {
background: linear-gradient(to bottom, hsl(9327.36, 100%, 50%) 0%, hsl(9327.36, 100%, 50%) 100%);
}


#album-music-playedSN12331 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9329.36, 100%, 50%) 0%, hsl(9329.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12332 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9331.36, 100%, 50%) 0%, hsl(9331.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12332 {
background: linear-gradient(to bottom, hsl(9331.36, 100%, 50%) 0%, hsl(9331.36, 100%, 50%) 100%);
}

.bg-SN12332 {
background: linear-gradient(to bottom, hsl(9331.36, 100%, 50%) 0%, hsl(9331.36, 100%, 50%) 100%);
}


#album-music-playedSN12332 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9333.36, 100%, 50%) 0%, hsl(9333.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12333 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9335.36, 100%, 50%) 0%, hsl(9335.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12333 {
background: linear-gradient(to bottom, hsl(9335.36, 100%, 50%) 0%, hsl(9335.36, 100%, 50%) 100%);
}

.bg-SN12333 {
background: linear-gradient(to bottom, hsl(9335.36, 100%, 50%) 0%, hsl(9335.36, 100%, 50%) 100%);
}


#album-music-playedSN12333 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9337.36, 100%, 50%) 0%, hsl(9337.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12334 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9339.36, 100%, 50%) 0%, hsl(9339.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12334 {
background: linear-gradient(to bottom, hsl(9339.36, 100%, 50%) 0%, hsl(9339.36, 100%, 50%) 100%);
}

.bg-SN12334 {
background: linear-gradient(to bottom, hsl(9339.36, 100%, 50%) 0%, hsl(9339.36, 100%, 50%) 100%);
}


#album-music-playedSN12334 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9341.36, 100%, 50%) 0%, hsl(9341.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12335 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9343.36, 100%, 50%) 0%, hsl(9343.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12335 {
background: linear-gradient(to bottom, hsl(9343.36, 100%, 50%) 0%, hsl(9343.36, 100%, 50%) 100%);
}

.bg-SN12335 {
background: linear-gradient(to bottom, hsl(9343.36, 100%, 50%) 0%, hsl(9343.36, 100%, 50%) 100%);
}


#album-music-playedSN12335 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9345.36, 100%, 50%) 0%, hsl(9345.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12336 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9347.36, 100%, 50%) 0%, hsl(9347.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12336 {
background: linear-gradient(to bottom, hsl(9347.36, 100%, 50%) 0%, hsl(9347.36, 100%, 50%) 100%);
}

.bg-SN12336 {
background: linear-gradient(to bottom, hsl(9347.36, 100%, 50%) 0%, hsl(9347.36, 100%, 50%) 100%);
}


#album-music-playedSN12336 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9349.36, 100%, 50%) 0%, hsl(9349.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12337 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9351.36, 100%, 50%) 0%, hsl(9351.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12337 {
background: linear-gradient(to bottom, hsl(9351.36, 100%, 50%) 0%, hsl(9351.36, 100%, 50%) 100%);
}

.bg-SN12337 {
background: linear-gradient(to bottom, hsl(9351.36, 100%, 50%) 0%, hsl(9351.36, 100%, 50%) 100%);
}


#album-music-playedSN12337 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9353.36, 100%, 50%) 0%, hsl(9353.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12338 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9355.36, 100%, 50%) 0%, hsl(9355.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12338 {
background: linear-gradient(to bottom, hsl(9355.36, 100%, 50%) 0%, hsl(9355.36, 100%, 50%) 100%);
}

.bg-SN12338 {
background: linear-gradient(to bottom, hsl(9355.36, 100%, 50%) 0%, hsl(9355.36, 100%, 50%) 100%);
}


#album-music-playedSN12338 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9357.36, 100%, 50%) 0%, hsl(9357.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12339 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9359.36, 100%, 50%) 0%, hsl(9359.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12339 {
background: linear-gradient(to bottom, hsl(9359.36, 100%, 50%) 0%, hsl(9359.36, 100%, 50%) 100%);
}

.bg-SN12339 {
background: linear-gradient(to bottom, hsl(9359.36, 100%, 50%) 0%, hsl(9359.36, 100%, 50%) 100%);
}


#album-music-playedSN12339 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9361.36, 100%, 50%) 0%, hsl(9361.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12340 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9363.36, 100%, 50%) 0%, hsl(9363.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12340 {
background: linear-gradient(to bottom, hsl(9363.36, 100%, 50%) 0%, hsl(9363.36, 100%, 50%) 100%);
}

.bg-SN12340 {
background: linear-gradient(to bottom, hsl(9363.36, 100%, 50%) 0%, hsl(9363.36, 100%, 50%) 100%);
}


#album-music-playedSN12340 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9365.36, 100%, 50%) 0%, hsl(9365.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12341 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9367.36, 100%, 50%) 0%, hsl(9367.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12341 {
background: linear-gradient(to bottom, hsl(9367.36, 100%, 50%) 0%, hsl(9367.36, 100%, 50%) 100%);
}

.bg-SN12341 {
background: linear-gradient(to bottom, hsl(9367.36, 100%, 50%) 0%, hsl(9367.36, 100%, 50%) 100%);
}


#album-music-playedSN12341 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9369.36, 100%, 50%) 0%, hsl(9369.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12342 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9371.36, 100%, 50%) 0%, hsl(9371.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12342 {
background: linear-gradient(to bottom, hsl(9371.36, 100%, 50%) 0%, hsl(9371.36, 100%, 50%) 100%);
}

.bg-SN12342 {
background: linear-gradient(to bottom, hsl(9371.36, 100%, 50%) 0%, hsl(9371.36, 100%, 50%) 100%);
}


#album-music-playedSN12342 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9373.36, 100%, 50%) 0%, hsl(9373.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12343 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9375.36, 100%, 50%) 0%, hsl(9375.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12343 {
background: linear-gradient(to bottom, hsl(9375.36, 100%, 50%) 0%, hsl(9375.36, 100%, 50%) 100%);
}

.bg-SN12343 {
background: linear-gradient(to bottom, hsl(9375.36, 100%, 50%) 0%, hsl(9375.36, 100%, 50%) 100%);
}


#album-music-playedSN12343 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9377.36, 100%, 50%) 0%, hsl(9377.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12344 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9379.36, 100%, 50%) 0%, hsl(9379.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12344 {
background: linear-gradient(to bottom, hsl(9379.36, 100%, 50%) 0%, hsl(9379.36, 100%, 50%) 100%);
}

.bg-SN12344 {
background: linear-gradient(to bottom, hsl(9379.36, 100%, 50%) 0%, hsl(9379.36, 100%, 50%) 100%);
}


#album-music-playedSN12344 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9381.36, 100%, 50%) 0%, hsl(9381.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12345 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9383.36, 100%, 50%) 0%, hsl(9383.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12345 {
background: linear-gradient(to bottom, hsl(9383.36, 100%, 50%) 0%, hsl(9383.36, 100%, 50%) 100%);
}

.bg-SN12345 {
background: linear-gradient(to bottom, hsl(9383.36, 100%, 50%) 0%, hsl(9383.36, 100%, 50%) 100%);
}


#album-music-playedSN12345 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9385.36, 100%, 50%) 0%, hsl(9385.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12346 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9387.36, 100%, 50%) 0%, hsl(9387.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12346 {
background: linear-gradient(to bottom, hsl(9387.36, 100%, 50%) 0%, hsl(9387.36, 100%, 50%) 100%);
}

.bg-SN12346 {
background: linear-gradient(to bottom, hsl(9387.36, 100%, 50%) 0%, hsl(9387.36, 100%, 50%) 100%);
}


#album-music-playedSN12346 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9389.36, 100%, 50%) 0%, hsl(9389.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12347 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9391.36, 100%, 50%) 0%, hsl(9391.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12347 {
background: linear-gradient(to bottom, hsl(9391.36, 100%, 50%) 0%, hsl(9391.36, 100%, 50%) 100%);
}

.bg-SN12347 {
background: linear-gradient(to bottom, hsl(9391.36, 100%, 50%) 0%, hsl(9391.36, 100%, 50%) 100%);
}


#album-music-playedSN12347 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9393.36, 100%, 50%) 0%, hsl(9393.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12348 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9395.36, 100%, 50%) 0%, hsl(9395.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12348 {
background: linear-gradient(to bottom, hsl(9395.36, 100%, 50%) 0%, hsl(9395.36, 100%, 50%) 100%);
}

.bg-SN12348 {
background: linear-gradient(to bottom, hsl(9395.36, 100%, 50%) 0%, hsl(9395.36, 100%, 50%) 100%);
}


#album-music-playedSN12348 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9397.36, 100%, 50%) 0%, hsl(9397.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12349 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9399.36, 100%, 50%) 0%, hsl(9399.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12349 {
background: linear-gradient(to bottom, hsl(9399.36, 100%, 50%) 0%, hsl(9399.36, 100%, 50%) 100%);
}

.bg-SN12349 {
background: linear-gradient(to bottom, hsl(9399.36, 100%, 50%) 0%, hsl(9399.36, 100%, 50%) 100%);
}


#album-music-playedSN12349 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9401.36, 100%, 50%) 0%, hsl(9401.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12350 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9403.36, 100%, 50%) 0%, hsl(9403.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12350 {
background: linear-gradient(to bottom, hsl(9403.36, 100%, 50%) 0%, hsl(9403.36, 100%, 50%) 100%);
}

.bg-SN12350 {
background: linear-gradient(to bottom, hsl(9403.36, 100%, 50%) 0%, hsl(9403.36, 100%, 50%) 100%);
}


#album-music-playedSN12350 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9405.36, 100%, 50%) 0%, hsl(9405.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12351 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9407.36, 100%, 50%) 0%, hsl(9407.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12351 {
background: linear-gradient(to bottom, hsl(9407.36, 100%, 50%) 0%, hsl(9407.36, 100%, 50%) 100%);
}

.bg-SN12351 {
background: linear-gradient(to bottom, hsl(9407.36, 100%, 50%) 0%, hsl(9407.36, 100%, 50%) 100%);
}


#album-music-playedSN12351 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9409.36, 100%, 50%) 0%, hsl(9409.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12352 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9411.36, 100%, 50%) 0%, hsl(9411.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12352 {
background: linear-gradient(to bottom, hsl(9411.36, 100%, 50%) 0%, hsl(9411.36, 100%, 50%) 100%);
}

.bg-SN12352 {
background: linear-gradient(to bottom, hsl(9411.36, 100%, 50%) 0%, hsl(9411.36, 100%, 50%) 100%);
}


#album-music-playedSN12352 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9413.36, 100%, 50%) 0%, hsl(9413.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12353 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9415.36, 100%, 50%) 0%, hsl(9415.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12353 {
background: linear-gradient(to bottom, hsl(9415.36, 100%, 50%) 0%, hsl(9415.36, 100%, 50%) 100%);
}

.bg-SN12353 {
background: linear-gradient(to bottom, hsl(9415.36, 100%, 50%) 0%, hsl(9415.36, 100%, 50%) 100%);
}


#album-music-playedSN12353 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9417.36, 100%, 50%) 0%, hsl(9417.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12354 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9419.36, 100%, 50%) 0%, hsl(9419.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12354 {
background: linear-gradient(to bottom, hsl(9419.36, 100%, 50%) 0%, hsl(9419.36, 100%, 50%) 100%);
}

.bg-SN12354 {
background: linear-gradient(to bottom, hsl(9419.36, 100%, 50%) 0%, hsl(9419.36, 100%, 50%) 100%);
}


#album-music-playedSN12354 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9421.36, 100%, 50%) 0%, hsl(9421.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12355 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9423.36, 100%, 50%) 0%, hsl(9423.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12355 {
background: linear-gradient(to bottom, hsl(9423.36, 100%, 50%) 0%, hsl(9423.36, 100%, 50%) 100%);
}

.bg-SN12355 {
background: linear-gradient(to bottom, hsl(9423.36, 100%, 50%) 0%, hsl(9423.36, 100%, 50%) 100%);
}


#album-music-playedSN12355 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9425.36, 100%, 50%) 0%, hsl(9425.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12356 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9427.36, 100%, 50%) 0%, hsl(9427.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12356 {
background: linear-gradient(to bottom, hsl(9427.36, 100%, 50%) 0%, hsl(9427.36, 100%, 50%) 100%);
}

.bg-SN12356 {
background: linear-gradient(to bottom, hsl(9427.36, 100%, 50%) 0%, hsl(9427.36, 100%, 50%) 100%);
}


#album-music-playedSN12356 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9429.36, 100%, 50%) 0%, hsl(9429.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12357 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9431.36, 100%, 50%) 0%, hsl(9431.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12357 {
background: linear-gradient(to bottom, hsl(9431.36, 100%, 50%) 0%, hsl(9431.36, 100%, 50%) 100%);
}

.bg-SN12357 {
background: linear-gradient(to bottom, hsl(9431.36, 100%, 50%) 0%, hsl(9431.36, 100%, 50%) 100%);
}


#album-music-playedSN12357 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9433.36, 100%, 50%) 0%, hsl(9433.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12358 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9435.36, 100%, 50%) 0%, hsl(9435.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12358 {
background: linear-gradient(to bottom, hsl(9435.36, 100%, 50%) 0%, hsl(9435.36, 100%, 50%) 100%);
}

.bg-SN12358 {
background: linear-gradient(to bottom, hsl(9435.36, 100%, 50%) 0%, hsl(9435.36, 100%, 50%) 100%);
}


#album-music-playedSN12358 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9437.36, 100%, 50%) 0%, hsl(9437.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12359 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9439.36, 100%, 50%) 0%, hsl(9439.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12359 {
background: linear-gradient(to bottom, hsl(9439.36, 100%, 50%) 0%, hsl(9439.36, 100%, 50%) 100%);
}

.bg-SN12359 {
background: linear-gradient(to bottom, hsl(9439.36, 100%, 50%) 0%, hsl(9439.36, 100%, 50%) 100%);
}


#album-music-playedSN12359 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9441.36, 100%, 50%) 0%, hsl(9441.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12360 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9443.36, 100%, 50%) 0%, hsl(9443.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12360 {
background: linear-gradient(to bottom, hsl(9443.36, 100%, 50%) 0%, hsl(9443.36, 100%, 50%) 100%);
}

.bg-SN12360 {
background: linear-gradient(to bottom, hsl(9443.36, 100%, 50%) 0%, hsl(9443.36, 100%, 50%) 100%);
}


#album-music-playedSN12360 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9445.36, 100%, 50%) 0%, hsl(9445.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12361 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9447.36, 100%, 50%) 0%, hsl(9447.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12361 {
background: linear-gradient(to bottom, hsl(9447.36, 100%, 50%) 0%, hsl(9447.36, 100%, 50%) 100%);
}

.bg-SN12361 {
background: linear-gradient(to bottom, hsl(9447.36, 100%, 50%) 0%, hsl(9447.36, 100%, 50%) 100%);
}


#album-music-playedSN12361 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9449.36, 100%, 50%) 0%, hsl(9449.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12362 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9451.36, 100%, 50%) 0%, hsl(9451.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12362 {
background: linear-gradient(to bottom, hsl(9451.36, 100%, 50%) 0%, hsl(9451.36, 100%, 50%) 100%);
}

.bg-SN12362 {
background: linear-gradient(to bottom, hsl(9451.36, 100%, 50%) 0%, hsl(9451.36, 100%, 50%) 100%);
}


#album-music-playedSN12362 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9453.36, 100%, 50%) 0%, hsl(9453.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12363 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9455.36, 100%, 50%) 0%, hsl(9455.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12363 {
background: linear-gradient(to bottom, hsl(9455.36, 100%, 50%) 0%, hsl(9455.36, 100%, 50%) 100%);
}

.bg-SN12363 {
background: linear-gradient(to bottom, hsl(9455.36, 100%, 50%) 0%, hsl(9455.36, 100%, 50%) 100%);
}


#album-music-playedSN12363 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9457.36, 100%, 50%) 0%, hsl(9457.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12364 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9459.36, 100%, 50%) 0%, hsl(9459.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12364 {
background: linear-gradient(to bottom, hsl(9459.36, 100%, 50%) 0%, hsl(9459.36, 100%, 50%) 100%);
}

.bg-SN12364 {
background: linear-gradient(to bottom, hsl(9459.36, 100%, 50%) 0%, hsl(9459.36, 100%, 50%) 100%);
}


#album-music-playedSN12364 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9461.36, 100%, 50%) 0%, hsl(9461.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12365 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9463.36, 100%, 50%) 0%, hsl(9463.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12365 {
background: linear-gradient(to bottom, hsl(9463.36, 100%, 50%) 0%, hsl(9463.36, 100%, 50%) 100%);
}

.bg-SN12365 {
background: linear-gradient(to bottom, hsl(9463.36, 100%, 50%) 0%, hsl(9463.36, 100%, 50%) 100%);
}


#album-music-playedSN12365 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9465.36, 100%, 50%) 0%, hsl(9465.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12366 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9467.36, 100%, 50%) 0%, hsl(9467.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12366 {
background: linear-gradient(to bottom, hsl(9467.36, 100%, 50%) 0%, hsl(9467.36, 100%, 50%) 100%);
}

.bg-SN12366 {
background: linear-gradient(to bottom, hsl(9467.36, 100%, 50%) 0%, hsl(9467.36, 100%, 50%) 100%);
}


#album-music-playedSN12366 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9469.36, 100%, 50%) 0%, hsl(9469.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12367 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9471.36, 100%, 50%) 0%, hsl(9471.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12367 {
background: linear-gradient(to bottom, hsl(9471.36, 100%, 50%) 0%, hsl(9471.36, 100%, 50%) 100%);
}

.bg-SN12367 {
background: linear-gradient(to bottom, hsl(9471.36, 100%, 50%) 0%, hsl(9471.36, 100%, 50%) 100%);
}


#album-music-playedSN12367 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9473.36, 100%, 50%) 0%, hsl(9473.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12368 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9475.36, 100%, 50%) 0%, hsl(9475.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12368 {
background: linear-gradient(to bottom, hsl(9475.36, 100%, 50%) 0%, hsl(9475.36, 100%, 50%) 100%);
}

.bg-SN12368 {
background: linear-gradient(to bottom, hsl(9475.36, 100%, 50%) 0%, hsl(9475.36, 100%, 50%) 100%);
}


#album-music-playedSN12368 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9477.36, 100%, 50%) 0%, hsl(9477.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12369 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9479.36, 100%, 50%) 0%, hsl(9479.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12369 {
background: linear-gradient(to bottom, hsl(9479.36, 100%, 50%) 0%, hsl(9479.36, 100%, 50%) 100%);
}

.bg-SN12369 {
background: linear-gradient(to bottom, hsl(9479.36, 100%, 50%) 0%, hsl(9479.36, 100%, 50%) 100%);
}


#album-music-playedSN12369 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9481.36, 100%, 50%) 0%, hsl(9481.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12370 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9483.36, 100%, 50%) 0%, hsl(9483.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12370 {
background: linear-gradient(to bottom, hsl(9483.36, 100%, 50%) 0%, hsl(9483.36, 100%, 50%) 100%);
}

.bg-SN12370 {
background: linear-gradient(to bottom, hsl(9483.36, 100%, 50%) 0%, hsl(9483.36, 100%, 50%) 100%);
}


#album-music-playedSN12370 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9485.36, 100%, 50%) 0%, hsl(9485.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12371 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9487.36, 100%, 50%) 0%, hsl(9487.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12371 {
background: linear-gradient(to bottom, hsl(9487.36, 100%, 50%) 0%, hsl(9487.36, 100%, 50%) 100%);
}

.bg-SN12371 {
background: linear-gradient(to bottom, hsl(9487.36, 100%, 50%) 0%, hsl(9487.36, 100%, 50%) 100%);
}


#album-music-playedSN12371 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9489.36, 100%, 50%) 0%, hsl(9489.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12372 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9491.36, 100%, 50%) 0%, hsl(9491.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12372 {
background: linear-gradient(to bottom, hsl(9491.36, 100%, 50%) 0%, hsl(9491.36, 100%, 50%) 100%);
}

.bg-SN12372 {
background: linear-gradient(to bottom, hsl(9491.36, 100%, 50%) 0%, hsl(9491.36, 100%, 50%) 100%);
}


#album-music-playedSN12372 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9493.36, 100%, 50%) 0%, hsl(9493.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12373 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9495.36, 100%, 50%) 0%, hsl(9495.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12373 {
background: linear-gradient(to bottom, hsl(9495.36, 100%, 50%) 0%, hsl(9495.36, 100%, 50%) 100%);
}

.bg-SN12373 {
background: linear-gradient(to bottom, hsl(9495.36, 100%, 50%) 0%, hsl(9495.36, 100%, 50%) 100%);
}


#album-music-playedSN12373 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9497.36, 100%, 50%) 0%, hsl(9497.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12374 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9499.36, 100%, 50%) 0%, hsl(9499.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12374 {
background: linear-gradient(to bottom, hsl(9499.36, 100%, 50%) 0%, hsl(9499.36, 100%, 50%) 100%);
}

.bg-SN12374 {
background: linear-gradient(to bottom, hsl(9499.36, 100%, 50%) 0%, hsl(9499.36, 100%, 50%) 100%);
}


#album-music-playedSN12374 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9501.36, 100%, 50%) 0%, hsl(9501.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12375 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9503.36, 100%, 50%) 0%, hsl(9503.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12375 {
background: linear-gradient(to bottom, hsl(9503.36, 100%, 50%) 0%, hsl(9503.36, 100%, 50%) 100%);
}

.bg-SN12375 {
background: linear-gradient(to bottom, hsl(9503.36, 100%, 50%) 0%, hsl(9503.36, 100%, 50%) 100%);
}


#album-music-playedSN12375 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9505.36, 100%, 50%) 0%, hsl(9505.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12376 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9507.36, 100%, 50%) 0%, hsl(9507.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12376 {
background: linear-gradient(to bottom, hsl(9507.36, 100%, 50%) 0%, hsl(9507.36, 100%, 50%) 100%);
}

.bg-SN12376 {
background: linear-gradient(to bottom, hsl(9507.36, 100%, 50%) 0%, hsl(9507.36, 100%, 50%) 100%);
}


#album-music-playedSN12376 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9509.36, 100%, 50%) 0%, hsl(9509.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12377 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9511.36, 100%, 50%) 0%, hsl(9511.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12377 {
background: linear-gradient(to bottom, hsl(9511.36, 100%, 50%) 0%, hsl(9511.36, 100%, 50%) 100%);
}

.bg-SN12377 {
background: linear-gradient(to bottom, hsl(9511.36, 100%, 50%) 0%, hsl(9511.36, 100%, 50%) 100%);
}


#album-music-playedSN12377 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9513.36, 100%, 50%) 0%, hsl(9513.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12378 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9515.36, 100%, 50%) 0%, hsl(9515.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12378 {
background: linear-gradient(to bottom, hsl(9515.36, 100%, 50%) 0%, hsl(9515.36, 100%, 50%) 100%);
}

.bg-SN12378 {
background: linear-gradient(to bottom, hsl(9515.36, 100%, 50%) 0%, hsl(9515.36, 100%, 50%) 100%);
}


#album-music-playedSN12378 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9517.36, 100%, 50%) 0%, hsl(9517.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12379 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9519.36, 100%, 50%) 0%, hsl(9519.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12379 {
background: linear-gradient(to bottom, hsl(9519.36, 100%, 50%) 0%, hsl(9519.36, 100%, 50%) 100%);
}

.bg-SN12379 {
background: linear-gradient(to bottom, hsl(9519.36, 100%, 50%) 0%, hsl(9519.36, 100%, 50%) 100%);
}


#album-music-playedSN12379 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9521.36, 100%, 50%) 0%, hsl(9521.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12380 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9523.36, 100%, 50%) 0%, hsl(9523.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12380 {
background: linear-gradient(to bottom, hsl(9523.36, 100%, 50%) 0%, hsl(9523.36, 100%, 50%) 100%);
}

.bg-SN12380 {
background: linear-gradient(to bottom, hsl(9523.36, 100%, 50%) 0%, hsl(9523.36, 100%, 50%) 100%);
}


#album-music-playedSN12380 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9525.36, 100%, 50%) 0%, hsl(9525.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12381 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9527.36, 100%, 50%) 0%, hsl(9527.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12381 {
background: linear-gradient(to bottom, hsl(9527.36, 100%, 50%) 0%, hsl(9527.36, 100%, 50%) 100%);
}

.bg-SN12381 {
background: linear-gradient(to bottom, hsl(9527.36, 100%, 50%) 0%, hsl(9527.36, 100%, 50%) 100%);
}


#album-music-playedSN12381 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9529.36, 100%, 50%) 0%, hsl(9529.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12382 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9531.36, 100%, 50%) 0%, hsl(9531.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12382 {
background: linear-gradient(to bottom, hsl(9531.36, 100%, 50%) 0%, hsl(9531.36, 100%, 50%) 100%);
}

.bg-SN12382 {
background: linear-gradient(to bottom, hsl(9531.36, 100%, 50%) 0%, hsl(9531.36, 100%, 50%) 100%);
}


#album-music-playedSN12382 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9533.36, 100%, 50%) 0%, hsl(9533.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12383 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9535.36, 100%, 50%) 0%, hsl(9535.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12383 {
background: linear-gradient(to bottom, hsl(9535.36, 100%, 50%) 0%, hsl(9535.36, 100%, 50%) 100%);
}

.bg-SN12383 {
background: linear-gradient(to bottom, hsl(9535.36, 100%, 50%) 0%, hsl(9535.36, 100%, 50%) 100%);
}


#album-music-playedSN12383 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9537.36, 100%, 50%) 0%, hsl(9537.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12384 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9539.36, 100%, 50%) 0%, hsl(9539.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12384 {
background: linear-gradient(to bottom, hsl(9539.36, 100%, 50%) 0%, hsl(9539.36, 100%, 50%) 100%);
}

.bg-SN12384 {
background: linear-gradient(to bottom, hsl(9539.36, 100%, 50%) 0%, hsl(9539.36, 100%, 50%) 100%);
}


#album-music-playedSN12384 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9541.36, 100%, 50%) 0%, hsl(9541.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12385 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9543.36, 100%, 50%) 0%, hsl(9543.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12385 {
background: linear-gradient(to bottom, hsl(9543.36, 100%, 50%) 0%, hsl(9543.36, 100%, 50%) 100%);
}

.bg-SN12385 {
background: linear-gradient(to bottom, hsl(9543.36, 100%, 50%) 0%, hsl(9543.36, 100%, 50%) 100%);
}


#album-music-playedSN12385 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9545.36, 100%, 50%) 0%, hsl(9545.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12386 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9547.36, 100%, 50%) 0%, hsl(9547.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12386 {
background: linear-gradient(to bottom, hsl(9547.36, 100%, 50%) 0%, hsl(9547.36, 100%, 50%) 100%);
}

.bg-SN12386 {
background: linear-gradient(to bottom, hsl(9547.36, 100%, 50%) 0%, hsl(9547.36, 100%, 50%) 100%);
}


#album-music-playedSN12386 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9549.36, 100%, 50%) 0%, hsl(9549.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12387 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9551.36, 100%, 50%) 0%, hsl(9551.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12387 {
background: linear-gradient(to bottom, hsl(9551.36, 100%, 50%) 0%, hsl(9551.36, 100%, 50%) 100%);
}

.bg-SN12387 {
background: linear-gradient(to bottom, hsl(9551.36, 100%, 50%) 0%, hsl(9551.36, 100%, 50%) 100%);
}


#album-music-playedSN12387 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9553.36, 100%, 50%) 0%, hsl(9553.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12388 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9555.36, 100%, 50%) 0%, hsl(9555.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12388 {
background: linear-gradient(to bottom, hsl(9555.36, 100%, 50%) 0%, hsl(9555.36, 100%, 50%) 100%);
}

.bg-SN12388 {
background: linear-gradient(to bottom, hsl(9555.36, 100%, 50%) 0%, hsl(9555.36, 100%, 50%) 100%);
}


#album-music-playedSN12388 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9557.36, 100%, 50%) 0%, hsl(9557.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12389 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9559.36, 100%, 50%) 0%, hsl(9559.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12389 {
background: linear-gradient(to bottom, hsl(9559.36, 100%, 50%) 0%, hsl(9559.36, 100%, 50%) 100%);
}

.bg-SN12389 {
background: linear-gradient(to bottom, hsl(9559.36, 100%, 50%) 0%, hsl(9559.36, 100%, 50%) 100%);
}


#album-music-playedSN12389 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9561.36, 100%, 50%) 0%, hsl(9561.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12390 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9563.36, 100%, 50%) 0%, hsl(9563.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12390 {
background: linear-gradient(to bottom, hsl(9563.36, 100%, 50%) 0%, hsl(9563.36, 100%, 50%) 100%);
}

.bg-SN12390 {
background: linear-gradient(to bottom, hsl(9563.36, 100%, 50%) 0%, hsl(9563.36, 100%, 50%) 100%);
}


#album-music-playedSN12390 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9565.36, 100%, 50%) 0%, hsl(9565.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12391 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9567.36, 100%, 50%) 0%, hsl(9567.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12391 {
background: linear-gradient(to bottom, hsl(9567.36, 100%, 50%) 0%, hsl(9567.36, 100%, 50%) 100%);
}

.bg-SN12391 {
background: linear-gradient(to bottom, hsl(9567.36, 100%, 50%) 0%, hsl(9567.36, 100%, 50%) 100%);
}


#album-music-playedSN12391 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9569.36, 100%, 50%) 0%, hsl(9569.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12392 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9571.36, 100%, 50%) 0%, hsl(9571.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12392 {
background: linear-gradient(to bottom, hsl(9571.36, 100%, 50%) 0%, hsl(9571.36, 100%, 50%) 100%);
}

.bg-SN12392 {
background: linear-gradient(to bottom, hsl(9571.36, 100%, 50%) 0%, hsl(9571.36, 100%, 50%) 100%);
}


#album-music-playedSN12392 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9573.36, 100%, 50%) 0%, hsl(9573.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12393 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9575.36, 100%, 50%) 0%, hsl(9575.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12393 {
background: linear-gradient(to bottom, hsl(9575.36, 100%, 50%) 0%, hsl(9575.36, 100%, 50%) 100%);
}

.bg-SN12393 {
background: linear-gradient(to bottom, hsl(9575.36, 100%, 50%) 0%, hsl(9575.36, 100%, 50%) 100%);
}


#album-music-playedSN12393 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9577.36, 100%, 50%) 0%, hsl(9577.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12394 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9579.36, 100%, 50%) 0%, hsl(9579.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12394 {
background: linear-gradient(to bottom, hsl(9579.36, 100%, 50%) 0%, hsl(9579.36, 100%, 50%) 100%);
}

.bg-SN12394 {
background: linear-gradient(to bottom, hsl(9579.36, 100%, 50%) 0%, hsl(9579.36, 100%, 50%) 100%);
}


#album-music-playedSN12394 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9581.36, 100%, 50%) 0%, hsl(9581.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12395 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9583.36, 100%, 50%) 0%, hsl(9583.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12395 {
background: linear-gradient(to bottom, hsl(9583.36, 100%, 50%) 0%, hsl(9583.36, 100%, 50%) 100%);
}

.bg-SN12395 {
background: linear-gradient(to bottom, hsl(9583.36, 100%, 50%) 0%, hsl(9583.36, 100%, 50%) 100%);
}


#album-music-playedSN12395 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9585.36, 100%, 50%) 0%, hsl(9585.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12396 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9587.36, 100%, 50%) 0%, hsl(9587.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12396 {
background: linear-gradient(to bottom, hsl(9587.36, 100%, 50%) 0%, hsl(9587.36, 100%, 50%) 100%);
}

.bg-SN12396 {
background: linear-gradient(to bottom, hsl(9587.36, 100%, 50%) 0%, hsl(9587.36, 100%, 50%) 100%);
}


#album-music-playedSN12396 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9589.36, 100%, 50%) 0%, hsl(9589.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12397 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9591.36, 100%, 50%) 0%, hsl(9591.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12397 {
background: linear-gradient(to bottom, hsl(9591.36, 100%, 50%) 0%, hsl(9591.36, 100%, 50%) 100%);
}

.bg-SN12397 {
background: linear-gradient(to bottom, hsl(9591.36, 100%, 50%) 0%, hsl(9591.36, 100%, 50%) 100%);
}


#album-music-playedSN12397 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9593.36, 100%, 50%) 0%, hsl(9593.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12398 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9595.36, 100%, 50%) 0%, hsl(9595.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12398 {
background: linear-gradient(to bottom, hsl(9595.36, 100%, 50%) 0%, hsl(9595.36, 100%, 50%) 100%);
}

.bg-SN12398 {
background: linear-gradient(to bottom, hsl(9595.36, 100%, 50%) 0%, hsl(9595.36, 100%, 50%) 100%);
}


#album-music-playedSN12398 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9597.36, 100%, 50%) 0%, hsl(9597.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12399 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9599.36, 100%, 50%) 0%, hsl(9599.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12399 {
background: linear-gradient(to bottom, hsl(9599.36, 100%, 50%) 0%, hsl(9599.36, 100%, 50%) 100%);
}

.bg-SN12399 {
background: linear-gradient(to bottom, hsl(9599.36, 100%, 50%) 0%, hsl(9599.36, 100%, 50%) 100%);
}


#album-music-playedSN12399 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9601.36, 100%, 50%) 0%, hsl(9601.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12400 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9603.36, 100%, 50%) 0%, hsl(9603.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12400 {
background: linear-gradient(to bottom, hsl(9603.36, 100%, 50%) 0%, hsl(9603.36, 100%, 50%) 100%);
}

.bg-SN12400 {
background: linear-gradient(to bottom, hsl(9603.36, 100%, 50%) 0%, hsl(9603.36, 100%, 50%) 100%);
}


#album-music-playedSN12400 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9605.36, 100%, 50%) 0%, hsl(9605.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12401 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9607.36, 100%, 50%) 0%, hsl(9607.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12401 {
background: linear-gradient(to bottom, hsl(9607.36, 100%, 50%) 0%, hsl(9607.36, 100%, 50%) 100%);
}

.bg-SN12401 {
background: linear-gradient(to bottom, hsl(9607.36, 100%, 50%) 0%, hsl(9607.36, 100%, 50%) 100%);
}


#album-music-playedSN12401 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9609.36, 100%, 50%) 0%, hsl(9609.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12402 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9611.36, 100%, 50%) 0%, hsl(9611.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12402 {
background: linear-gradient(to bottom, hsl(9611.36, 100%, 50%) 0%, hsl(9611.36, 100%, 50%) 100%);
}

.bg-SN12402 {
background: linear-gradient(to bottom, hsl(9611.36, 100%, 50%) 0%, hsl(9611.36, 100%, 50%) 100%);
}


#album-music-playedSN12402 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9613.36, 100%, 50%) 0%, hsl(9613.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12403 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9615.36, 100%, 50%) 0%, hsl(9615.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12403 {
background: linear-gradient(to bottom, hsl(9615.36, 100%, 50%) 0%, hsl(9615.36, 100%, 50%) 100%);
}

.bg-SN12403 {
background: linear-gradient(to bottom, hsl(9615.36, 100%, 50%) 0%, hsl(9615.36, 100%, 50%) 100%);
}


#album-music-playedSN12403 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9617.36, 100%, 50%) 0%, hsl(9617.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12404 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9619.36, 100%, 50%) 0%, hsl(9619.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12404 {
background: linear-gradient(to bottom, hsl(9619.36, 100%, 50%) 0%, hsl(9619.36, 100%, 50%) 100%);
}

.bg-SN12404 {
background: linear-gradient(to bottom, hsl(9619.36, 100%, 50%) 0%, hsl(9619.36, 100%, 50%) 100%);
}


#album-music-playedSN12404 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9621.36, 100%, 50%) 0%, hsl(9621.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12405 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9623.36, 100%, 50%) 0%, hsl(9623.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12405 {
background: linear-gradient(to bottom, hsl(9623.36, 100%, 50%) 0%, hsl(9623.36, 100%, 50%) 100%);
}

.bg-SN12405 {
background: linear-gradient(to bottom, hsl(9623.36, 100%, 50%) 0%, hsl(9623.36, 100%, 50%) 100%);
}


#album-music-playedSN12405 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9625.36, 100%, 50%) 0%, hsl(9625.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12406 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9627.36, 100%, 50%) 0%, hsl(9627.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12406 {
background: linear-gradient(to bottom, hsl(9627.36, 100%, 50%) 0%, hsl(9627.36, 100%, 50%) 100%);
}

.bg-SN12406 {
background: linear-gradient(to bottom, hsl(9627.36, 100%, 50%) 0%, hsl(9627.36, 100%, 50%) 100%);
}


#album-music-playedSN12406 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9629.36, 100%, 50%) 0%, hsl(9629.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12407 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9631.36, 100%, 50%) 0%, hsl(9631.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12407 {
background: linear-gradient(to bottom, hsl(9631.36, 100%, 50%) 0%, hsl(9631.36, 100%, 50%) 100%);
}

.bg-SN12407 {
background: linear-gradient(to bottom, hsl(9631.36, 100%, 50%) 0%, hsl(9631.36, 100%, 50%) 100%);
}


#album-music-playedSN12407 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9633.36, 100%, 50%) 0%, hsl(9633.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12408 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9635.36, 100%, 50%) 0%, hsl(9635.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12408 {
background: linear-gradient(to bottom, hsl(9635.36, 100%, 50%) 0%, hsl(9635.36, 100%, 50%) 100%);
}

.bg-SN12408 {
background: linear-gradient(to bottom, hsl(9635.36, 100%, 50%) 0%, hsl(9635.36, 100%, 50%) 100%);
}


#album-music-playedSN12408 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9637.36, 100%, 50%) 0%, hsl(9637.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12409 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9639.36, 100%, 50%) 0%, hsl(9639.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12409 {
background: linear-gradient(to bottom, hsl(9639.36, 100%, 50%) 0%, hsl(9639.36, 100%, 50%) 100%);
}

.bg-SN12409 {
background: linear-gradient(to bottom, hsl(9639.36, 100%, 50%) 0%, hsl(9639.36, 100%, 50%) 100%);
}


#album-music-playedSN12409 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9641.36, 100%, 50%) 0%, hsl(9641.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12410 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9643.36, 100%, 50%) 0%, hsl(9643.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12410 {
background: linear-gradient(to bottom, hsl(9643.36, 100%, 50%) 0%, hsl(9643.36, 100%, 50%) 100%);
}

.bg-SN12410 {
background: linear-gradient(to bottom, hsl(9643.36, 100%, 50%) 0%, hsl(9643.36, 100%, 50%) 100%);
}


#album-music-playedSN12410 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9645.36, 100%, 50%) 0%, hsl(9645.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12411 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9647.36, 100%, 50%) 0%, hsl(9647.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12411 {
background: linear-gradient(to bottom, hsl(9647.36, 100%, 50%) 0%, hsl(9647.36, 100%, 50%) 100%);
}

.bg-SN12411 {
background: linear-gradient(to bottom, hsl(9647.36, 100%, 50%) 0%, hsl(9647.36, 100%, 50%) 100%);
}


#album-music-playedSN12411 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9649.36, 100%, 50%) 0%, hsl(9649.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12412 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9651.36, 100%, 50%) 0%, hsl(9651.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12412 {
background: linear-gradient(to bottom, hsl(9651.36, 100%, 50%) 0%, hsl(9651.36, 100%, 50%) 100%);
}

.bg-SN12412 {
background: linear-gradient(to bottom, hsl(9651.36, 100%, 50%) 0%, hsl(9651.36, 100%, 50%) 100%);
}


#album-music-playedSN12412 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9653.36, 100%, 50%) 0%, hsl(9653.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12413 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9655.36, 100%, 50%) 0%, hsl(9655.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12413 {
background: linear-gradient(to bottom, hsl(9655.36, 100%, 50%) 0%, hsl(9655.36, 100%, 50%) 100%);
}

.bg-SN12413 {
background: linear-gradient(to bottom, hsl(9655.36, 100%, 50%) 0%, hsl(9655.36, 100%, 50%) 100%);
}


#album-music-playedSN12413 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9657.36, 100%, 50%) 0%, hsl(9657.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12414 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9659.36, 100%, 50%) 0%, hsl(9659.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12414 {
background: linear-gradient(to bottom, hsl(9659.36, 100%, 50%) 0%, hsl(9659.36, 100%, 50%) 100%);
}

.bg-SN12414 {
background: linear-gradient(to bottom, hsl(9659.36, 100%, 50%) 0%, hsl(9659.36, 100%, 50%) 100%);
}


#album-music-playedSN12414 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9661.36, 100%, 50%) 0%, hsl(9661.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12415 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9663.36, 100%, 50%) 0%, hsl(9663.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12415 {
background: linear-gradient(to bottom, hsl(9663.36, 100%, 50%) 0%, hsl(9663.36, 100%, 50%) 100%);
}

.bg-SN12415 {
background: linear-gradient(to bottom, hsl(9663.36, 100%, 50%) 0%, hsl(9663.36, 100%, 50%) 100%);
}


#album-music-playedSN12415 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9665.36, 100%, 50%) 0%, hsl(9665.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12416 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9667.36, 100%, 50%) 0%, hsl(9667.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12416 {
background: linear-gradient(to bottom, hsl(9667.36, 100%, 50%) 0%, hsl(9667.36, 100%, 50%) 100%);
}

.bg-SN12416 {
background: linear-gradient(to bottom, hsl(9667.36, 100%, 50%) 0%, hsl(9667.36, 100%, 50%) 100%);
}


#album-music-playedSN12416 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9669.36, 100%, 50%) 0%, hsl(9669.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12417 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9671.36, 100%, 50%) 0%, hsl(9671.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12417 {
background: linear-gradient(to bottom, hsl(9671.36, 100%, 50%) 0%, hsl(9671.36, 100%, 50%) 100%);
}

.bg-SN12417 {
background: linear-gradient(to bottom, hsl(9671.36, 100%, 50%) 0%, hsl(9671.36, 100%, 50%) 100%);
}


#album-music-playedSN12417 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9673.36, 100%, 50%) 0%, hsl(9673.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12418 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9675.36, 100%, 50%) 0%, hsl(9675.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12418 {
background: linear-gradient(to bottom, hsl(9675.36, 100%, 50%) 0%, hsl(9675.36, 100%, 50%) 100%);
}

.bg-SN12418 {
background: linear-gradient(to bottom, hsl(9675.36, 100%, 50%) 0%, hsl(9675.36, 100%, 50%) 100%);
}


#album-music-playedSN12418 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9677.36, 100%, 50%) 0%, hsl(9677.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12419 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9679.36, 100%, 50%) 0%, hsl(9679.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12419 {
background: linear-gradient(to bottom, hsl(9679.36, 100%, 50%) 0%, hsl(9679.36, 100%, 50%) 100%);
}

.bg-SN12419 {
background: linear-gradient(to bottom, hsl(9679.36, 100%, 50%) 0%, hsl(9679.36, 100%, 50%) 100%);
}


#album-music-playedSN12419 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9681.36, 100%, 50%) 0%, hsl(9681.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12420 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9683.36, 100%, 50%) 0%, hsl(9683.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12420 {
background: linear-gradient(to bottom, hsl(9683.36, 100%, 50%) 0%, hsl(9683.36, 100%, 50%) 100%);
}

.bg-SN12420 {
background: linear-gradient(to bottom, hsl(9683.36, 100%, 50%) 0%, hsl(9683.36, 100%, 50%) 100%);
}


#album-music-playedSN12420 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9685.36, 100%, 50%) 0%, hsl(9685.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12421 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9687.36, 100%, 50%) 0%, hsl(9687.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12421 {
background: linear-gradient(to bottom, hsl(9687.36, 100%, 50%) 0%, hsl(9687.36, 100%, 50%) 100%);
}

.bg-SN12421 {
background: linear-gradient(to bottom, hsl(9687.36, 100%, 50%) 0%, hsl(9687.36, 100%, 50%) 100%);
}


#album-music-playedSN12421 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9689.36, 100%, 50%) 0%, hsl(9689.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12422 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9691.36, 100%, 50%) 0%, hsl(9691.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12422 {
background: linear-gradient(to bottom, hsl(9691.36, 100%, 50%) 0%, hsl(9691.36, 100%, 50%) 100%);
}

.bg-SN12422 {
background: linear-gradient(to bottom, hsl(9691.36, 100%, 50%) 0%, hsl(9691.36, 100%, 50%) 100%);
}


#album-music-playedSN12422 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9693.36, 100%, 50%) 0%, hsl(9693.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12423 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9695.36, 100%, 50%) 0%, hsl(9695.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12423 {
background: linear-gradient(to bottom, hsl(9695.36, 100%, 50%) 0%, hsl(9695.36, 100%, 50%) 100%);
}

.bg-SN12423 {
background: linear-gradient(to bottom, hsl(9695.36, 100%, 50%) 0%, hsl(9695.36, 100%, 50%) 100%);
}


#album-music-playedSN12423 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9697.36, 100%, 50%) 0%, hsl(9697.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12424 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9699.36, 100%, 50%) 0%, hsl(9699.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12424 {
background: linear-gradient(to bottom, hsl(9699.36, 100%, 50%) 0%, hsl(9699.36, 100%, 50%) 100%);
}

.bg-SN12424 {
background: linear-gradient(to bottom, hsl(9699.36, 100%, 50%) 0%, hsl(9699.36, 100%, 50%) 100%);
}


#album-music-playedSN12424 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9701.36, 100%, 50%) 0%, hsl(9701.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12425 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9703.36, 100%, 50%) 0%, hsl(9703.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12425 {
background: linear-gradient(to bottom, hsl(9703.36, 100%, 50%) 0%, hsl(9703.36, 100%, 50%) 100%);
}

.bg-SN12425 {
background: linear-gradient(to bottom, hsl(9703.36, 100%, 50%) 0%, hsl(9703.36, 100%, 50%) 100%);
}


#album-music-playedSN12425 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9705.36, 100%, 50%) 0%, hsl(9705.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12426 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9707.36, 100%, 50%) 0%, hsl(9707.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12426 {
background: linear-gradient(to bottom, hsl(9707.36, 100%, 50%) 0%, hsl(9707.36, 100%, 50%) 100%);
}

.bg-SN12426 {
background: linear-gradient(to bottom, hsl(9707.36, 100%, 50%) 0%, hsl(9707.36, 100%, 50%) 100%);
}


#album-music-playedSN12426 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9709.36, 100%, 50%) 0%, hsl(9709.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12427 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9711.36, 100%, 50%) 0%, hsl(9711.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12427 {
background: linear-gradient(to bottom, hsl(9711.36, 100%, 50%) 0%, hsl(9711.36, 100%, 50%) 100%);
}

.bg-SN12427 {
background: linear-gradient(to bottom, hsl(9711.36, 100%, 50%) 0%, hsl(9711.36, 100%, 50%) 100%);
}


#album-music-playedSN12427 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9713.36, 100%, 50%) 0%, hsl(9713.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12428 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9715.36, 100%, 50%) 0%, hsl(9715.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12428 {
background: linear-gradient(to bottom, hsl(9715.36, 100%, 50%) 0%, hsl(9715.36, 100%, 50%) 100%);
}

.bg-SN12428 {
background: linear-gradient(to bottom, hsl(9715.36, 100%, 50%) 0%, hsl(9715.36, 100%, 50%) 100%);
}


#album-music-playedSN12428 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9717.36, 100%, 50%) 0%, hsl(9717.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12429 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9719.36, 100%, 50%) 0%, hsl(9719.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12429 {
background: linear-gradient(to bottom, hsl(9719.36, 100%, 50%) 0%, hsl(9719.36, 100%, 50%) 100%);
}

.bg-SN12429 {
background: linear-gradient(to bottom, hsl(9719.36, 100%, 50%) 0%, hsl(9719.36, 100%, 50%) 100%);
}


#album-music-playedSN12429 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9721.36, 100%, 50%) 0%, hsl(9721.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12430 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9723.36, 100%, 50%) 0%, hsl(9723.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12430 {
background: linear-gradient(to bottom, hsl(9723.36, 100%, 50%) 0%, hsl(9723.36, 100%, 50%) 100%);
}

.bg-SN12430 {
background: linear-gradient(to bottom, hsl(9723.36, 100%, 50%) 0%, hsl(9723.36, 100%, 50%) 100%);
}


#album-music-playedSN12430 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9725.36, 100%, 50%) 0%, hsl(9725.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12431 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9727.36, 100%, 50%) 0%, hsl(9727.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12431 {
background: linear-gradient(to bottom, hsl(9727.36, 100%, 50%) 0%, hsl(9727.36, 100%, 50%) 100%);
}

.bg-SN12431 {
background: linear-gradient(to bottom, hsl(9727.36, 100%, 50%) 0%, hsl(9727.36, 100%, 50%) 100%);
}


#album-music-playedSN12431 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9729.36, 100%, 50%) 0%, hsl(9729.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12432 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9731.36, 100%, 50%) 0%, hsl(9731.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12432 {
background: linear-gradient(to bottom, hsl(9731.36, 100%, 50%) 0%, hsl(9731.36, 100%, 50%) 100%);
}

.bg-SN12432 {
background: linear-gradient(to bottom, hsl(9731.36, 100%, 50%) 0%, hsl(9731.36, 100%, 50%) 100%);
}


#album-music-playedSN12432 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9733.36, 100%, 50%) 0%, hsl(9733.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12433 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9735.36, 100%, 50%) 0%, hsl(9735.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12433 {
background: linear-gradient(to bottom, hsl(9735.36, 100%, 50%) 0%, hsl(9735.36, 100%, 50%) 100%);
}

.bg-SN12433 {
background: linear-gradient(to bottom, hsl(9735.36, 100%, 50%) 0%, hsl(9735.36, 100%, 50%) 100%);
}


#album-music-playedSN12433 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9737.36, 100%, 50%) 0%, hsl(9737.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12434 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9739.36, 100%, 50%) 0%, hsl(9739.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12434 {
background: linear-gradient(to bottom, hsl(9739.36, 100%, 50%) 0%, hsl(9739.36, 100%, 50%) 100%);
}

.bg-SN12434 {
background: linear-gradient(to bottom, hsl(9739.36, 100%, 50%) 0%, hsl(9739.36, 100%, 50%) 100%);
}


#album-music-playedSN12434 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9741.36, 100%, 50%) 0%, hsl(9741.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12435 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9743.36, 100%, 50%) 0%, hsl(9743.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12435 {
background: linear-gradient(to bottom, hsl(9743.36, 100%, 50%) 0%, hsl(9743.36, 100%, 50%) 100%);
}

.bg-SN12435 {
background: linear-gradient(to bottom, hsl(9743.36, 100%, 50%) 0%, hsl(9743.36, 100%, 50%) 100%);
}


#album-music-playedSN12435 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9745.36, 100%, 50%) 0%, hsl(9745.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12436 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9747.36, 100%, 50%) 0%, hsl(9747.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12436 {
background: linear-gradient(to bottom, hsl(9747.36, 100%, 50%) 0%, hsl(9747.36, 100%, 50%) 100%);
}

.bg-SN12436 {
background: linear-gradient(to bottom, hsl(9747.36, 100%, 50%) 0%, hsl(9747.36, 100%, 50%) 100%);
}


#album-music-playedSN12436 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9749.36, 100%, 50%) 0%, hsl(9749.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12437 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9751.36, 100%, 50%) 0%, hsl(9751.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12437 {
background: linear-gradient(to bottom, hsl(9751.36, 100%, 50%) 0%, hsl(9751.36, 100%, 50%) 100%);
}

.bg-SN12437 {
background: linear-gradient(to bottom, hsl(9751.36, 100%, 50%) 0%, hsl(9751.36, 100%, 50%) 100%);
}


#album-music-playedSN12437 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9753.36, 100%, 50%) 0%, hsl(9753.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12438 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9755.36, 100%, 50%) 0%, hsl(9755.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12438 {
background: linear-gradient(to bottom, hsl(9755.36, 100%, 50%) 0%, hsl(9755.36, 100%, 50%) 100%);
}

.bg-SN12438 {
background: linear-gradient(to bottom, hsl(9755.36, 100%, 50%) 0%, hsl(9755.36, 100%, 50%) 100%);
}


#album-music-playedSN12438 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9757.36, 100%, 50%) 0%, hsl(9757.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12439 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9759.36, 100%, 50%) 0%, hsl(9759.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12439 {
background: linear-gradient(to bottom, hsl(9759.36, 100%, 50%) 0%, hsl(9759.36, 100%, 50%) 100%);
}

.bg-SN12439 {
background: linear-gradient(to bottom, hsl(9759.36, 100%, 50%) 0%, hsl(9759.36, 100%, 50%) 100%);
}


#album-music-playedSN12439 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9761.36, 100%, 50%) 0%, hsl(9761.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12440 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9763.36, 100%, 50%) 0%, hsl(9763.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12440 {
background: linear-gradient(to bottom, hsl(9763.36, 100%, 50%) 0%, hsl(9763.36, 100%, 50%) 100%);
}

.bg-SN12440 {
background: linear-gradient(to bottom, hsl(9763.36, 100%, 50%) 0%, hsl(9763.36, 100%, 50%) 100%);
}


#album-music-playedSN12440 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9765.36, 100%, 50%) 0%, hsl(9765.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12441 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9767.36, 100%, 50%) 0%, hsl(9767.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12441 {
background: linear-gradient(to bottom, hsl(9767.36, 100%, 50%) 0%, hsl(9767.36, 100%, 50%) 100%);
}

.bg-SN12441 {
background: linear-gradient(to bottom, hsl(9767.36, 100%, 50%) 0%, hsl(9767.36, 100%, 50%) 100%);
}


#album-music-playedSN12441 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9769.36, 100%, 50%) 0%, hsl(9769.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12442 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9771.36, 100%, 50%) 0%, hsl(9771.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12442 {
background: linear-gradient(to bottom, hsl(9771.36, 100%, 50%) 0%, hsl(9771.36, 100%, 50%) 100%);
}

.bg-SN12442 {
background: linear-gradient(to bottom, hsl(9771.36, 100%, 50%) 0%, hsl(9771.36, 100%, 50%) 100%);
}


#album-music-playedSN12442 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9773.36, 100%, 50%) 0%, hsl(9773.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12443 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9775.36, 100%, 50%) 0%, hsl(9775.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12443 {
background: linear-gradient(to bottom, hsl(9775.36, 100%, 50%) 0%, hsl(9775.36, 100%, 50%) 100%);
}

.bg-SN12443 {
background: linear-gradient(to bottom, hsl(9775.36, 100%, 50%) 0%, hsl(9775.36, 100%, 50%) 100%);
}


#album-music-playedSN12443 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9777.36, 100%, 50%) 0%, hsl(9777.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12444 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9779.36, 100%, 50%) 0%, hsl(9779.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12444 {
background: linear-gradient(to bottom, hsl(9779.36, 100%, 50%) 0%, hsl(9779.36, 100%, 50%) 100%);
}

.bg-SN12444 {
background: linear-gradient(to bottom, hsl(9779.36, 100%, 50%) 0%, hsl(9779.36, 100%, 50%) 100%);
}


#album-music-playedSN12444 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9781.36, 100%, 50%) 0%, hsl(9781.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12445 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9783.36, 100%, 50%) 0%, hsl(9783.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12445 {
background: linear-gradient(to bottom, hsl(9783.36, 100%, 50%) 0%, hsl(9783.36, 100%, 50%) 100%);
}

.bg-SN12445 {
background: linear-gradient(to bottom, hsl(9783.36, 100%, 50%) 0%, hsl(9783.36, 100%, 50%) 100%);
}


#album-music-playedSN12445 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9785.36, 100%, 50%) 0%, hsl(9785.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12446 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9787.36, 100%, 50%) 0%, hsl(9787.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12446 {
background: linear-gradient(to bottom, hsl(9787.36, 100%, 50%) 0%, hsl(9787.36, 100%, 50%) 100%);
}

.bg-SN12446 {
background: linear-gradient(to bottom, hsl(9787.36, 100%, 50%) 0%, hsl(9787.36, 100%, 50%) 100%);
}


#album-music-playedSN12446 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9789.36, 100%, 50%) 0%, hsl(9789.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12447 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9791.36, 100%, 50%) 0%, hsl(9791.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12447 {
background: linear-gradient(to bottom, hsl(9791.36, 100%, 50%) 0%, hsl(9791.36, 100%, 50%) 100%);
}

.bg-SN12447 {
background: linear-gradient(to bottom, hsl(9791.36, 100%, 50%) 0%, hsl(9791.36, 100%, 50%) 100%);
}


#album-music-playedSN12447 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9793.36, 100%, 50%) 0%, hsl(9793.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12448 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9795.36, 100%, 50%) 0%, hsl(9795.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12448 {
background: linear-gradient(to bottom, hsl(9795.36, 100%, 50%) 0%, hsl(9795.36, 100%, 50%) 100%);
}

.bg-SN12448 {
background: linear-gradient(to bottom, hsl(9795.36, 100%, 50%) 0%, hsl(9795.36, 100%, 50%) 100%);
}


#album-music-playedSN12448 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9797.36, 100%, 50%) 0%, hsl(9797.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12449 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9799.36, 100%, 50%) 0%, hsl(9799.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12449 {
background: linear-gradient(to bottom, hsl(9799.36, 100%, 50%) 0%, hsl(9799.36, 100%, 50%) 100%);
}

.bg-SN12449 {
background: linear-gradient(to bottom, hsl(9799.36, 100%, 50%) 0%, hsl(9799.36, 100%, 50%) 100%);
}


#album-music-playedSN12449 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9801.36, 100%, 50%) 0%, hsl(9801.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12450 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9803.36, 100%, 50%) 0%, hsl(9803.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12450 {
background: linear-gradient(to bottom, hsl(9803.36, 100%, 50%) 0%, hsl(9803.36, 100%, 50%) 100%);
}

.bg-SN12450 {
background: linear-gradient(to bottom, hsl(9803.36, 100%, 50%) 0%, hsl(9803.36, 100%, 50%) 100%);
}


#album-music-playedSN12450 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9805.36, 100%, 50%) 0%, hsl(9805.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12451 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9807.36, 100%, 50%) 0%, hsl(9807.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12451 {
background: linear-gradient(to bottom, hsl(9807.36, 100%, 50%) 0%, hsl(9807.36, 100%, 50%) 100%);
}

.bg-SN12451 {
background: linear-gradient(to bottom, hsl(9807.36, 100%, 50%) 0%, hsl(9807.36, 100%, 50%) 100%);
}


#album-music-playedSN12451 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9809.36, 100%, 50%) 0%, hsl(9809.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12452 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9811.36, 100%, 50%) 0%, hsl(9811.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12452 {
background: linear-gradient(to bottom, hsl(9811.36, 100%, 50%) 0%, hsl(9811.36, 100%, 50%) 100%);
}

.bg-SN12452 {
background: linear-gradient(to bottom, hsl(9811.36, 100%, 50%) 0%, hsl(9811.36, 100%, 50%) 100%);
}


#album-music-playedSN12452 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9813.36, 100%, 50%) 0%, hsl(9813.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12453 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9815.36, 100%, 50%) 0%, hsl(9815.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12453 {
background: linear-gradient(to bottom, hsl(9815.36, 100%, 50%) 0%, hsl(9815.36, 100%, 50%) 100%);
}

.bg-SN12453 {
background: linear-gradient(to bottom, hsl(9815.36, 100%, 50%) 0%, hsl(9815.36, 100%, 50%) 100%);
}


#album-music-playedSN12453 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9817.36, 100%, 50%) 0%, hsl(9817.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12454 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9819.36, 100%, 50%) 0%, hsl(9819.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12454 {
background: linear-gradient(to bottom, hsl(9819.36, 100%, 50%) 0%, hsl(9819.36, 100%, 50%) 100%);
}

.bg-SN12454 {
background: linear-gradient(to bottom, hsl(9819.36, 100%, 50%) 0%, hsl(9819.36, 100%, 50%) 100%);
}


#album-music-playedSN12454 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9821.36, 100%, 50%) 0%, hsl(9821.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12455 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9823.36, 100%, 50%) 0%, hsl(9823.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12455 {
background: linear-gradient(to bottom, hsl(9823.36, 100%, 50%) 0%, hsl(9823.36, 100%, 50%) 100%);
}

.bg-SN12455 {
background: linear-gradient(to bottom, hsl(9823.36, 100%, 50%) 0%, hsl(9823.36, 100%, 50%) 100%);
}


#album-music-playedSN12455 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9825.36, 100%, 50%) 0%, hsl(9825.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12456 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9827.36, 100%, 50%) 0%, hsl(9827.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12456 {
background: linear-gradient(to bottom, hsl(9827.36, 100%, 50%) 0%, hsl(9827.36, 100%, 50%) 100%);
}

.bg-SN12456 {
background: linear-gradient(to bottom, hsl(9827.36, 100%, 50%) 0%, hsl(9827.36, 100%, 50%) 100%);
}


#album-music-playedSN12456 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9829.36, 100%, 50%) 0%, hsl(9829.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12457 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9831.36, 100%, 50%) 0%, hsl(9831.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12457 {
background: linear-gradient(to bottom, hsl(9831.36, 100%, 50%) 0%, hsl(9831.36, 100%, 50%) 100%);
}

.bg-SN12457 {
background: linear-gradient(to bottom, hsl(9831.36, 100%, 50%) 0%, hsl(9831.36, 100%, 50%) 100%);
}


#album-music-playedSN12457 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9833.36, 100%, 50%) 0%, hsl(9833.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12458 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9835.36, 100%, 50%) 0%, hsl(9835.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12458 {
background: linear-gradient(to bottom, hsl(9835.36, 100%, 50%) 0%, hsl(9835.36, 100%, 50%) 100%);
}

.bg-SN12458 {
background: linear-gradient(to bottom, hsl(9835.36, 100%, 50%) 0%, hsl(9835.36, 100%, 50%) 100%);
}


#album-music-playedSN12458 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9837.36, 100%, 50%) 0%, hsl(9837.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12459 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9839.36, 100%, 50%) 0%, hsl(9839.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12459 {
background: linear-gradient(to bottom, hsl(9839.36, 100%, 50%) 0%, hsl(9839.36, 100%, 50%) 100%);
}

.bg-SN12459 {
background: linear-gradient(to bottom, hsl(9839.36, 100%, 50%) 0%, hsl(9839.36, 100%, 50%) 100%);
}


#album-music-playedSN12459 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9841.36, 100%, 50%) 0%, hsl(9841.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12460 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9843.36, 100%, 50%) 0%, hsl(9843.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12460 {
background: linear-gradient(to bottom, hsl(9843.36, 100%, 50%) 0%, hsl(9843.36, 100%, 50%) 100%);
}

.bg-SN12460 {
background: linear-gradient(to bottom, hsl(9843.36, 100%, 50%) 0%, hsl(9843.36, 100%, 50%) 100%);
}


#album-music-playedSN12460 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9845.36, 100%, 50%) 0%, hsl(9845.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12461 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9847.36, 100%, 50%) 0%, hsl(9847.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12461 {
background: linear-gradient(to bottom, hsl(9847.36, 100%, 50%) 0%, hsl(9847.36, 100%, 50%) 100%);
}

.bg-SN12461 {
background: linear-gradient(to bottom, hsl(9847.36, 100%, 50%) 0%, hsl(9847.36, 100%, 50%) 100%);
}


#album-music-playedSN12461 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9849.36, 100%, 50%) 0%, hsl(9849.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12462 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9851.36, 100%, 50%) 0%, hsl(9851.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12462 {
background: linear-gradient(to bottom, hsl(9851.36, 100%, 50%) 0%, hsl(9851.36, 100%, 50%) 100%);
}

.bg-SN12462 {
background: linear-gradient(to bottom, hsl(9851.36, 100%, 50%) 0%, hsl(9851.36, 100%, 50%) 100%);
}


#album-music-playedSN12462 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9853.36, 100%, 50%) 0%, hsl(9853.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12463 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9855.36, 100%, 50%) 0%, hsl(9855.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12463 {
background: linear-gradient(to bottom, hsl(9855.36, 100%, 50%) 0%, hsl(9855.36, 100%, 50%) 100%);
}

.bg-SN12463 {
background: linear-gradient(to bottom, hsl(9855.36, 100%, 50%) 0%, hsl(9855.36, 100%, 50%) 100%);
}


#album-music-playedSN12463 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9857.36, 100%, 50%) 0%, hsl(9857.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12464 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9859.36, 100%, 50%) 0%, hsl(9859.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12464 {
background: linear-gradient(to bottom, hsl(9859.36, 100%, 50%) 0%, hsl(9859.36, 100%, 50%) 100%);
}

.bg-SN12464 {
background: linear-gradient(to bottom, hsl(9859.36, 100%, 50%) 0%, hsl(9859.36, 100%, 50%) 100%);
}


#album-music-playedSN12464 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9861.36, 100%, 50%) 0%, hsl(9861.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12465 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9863.36, 100%, 50%) 0%, hsl(9863.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12465 {
background: linear-gradient(to bottom, hsl(9863.36, 100%, 50%) 0%, hsl(9863.36, 100%, 50%) 100%);
}

.bg-SN12465 {
background: linear-gradient(to bottom, hsl(9863.36, 100%, 50%) 0%, hsl(9863.36, 100%, 50%) 100%);
}


#album-music-playedSN12465 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9865.36, 100%, 50%) 0%, hsl(9865.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12466 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9867.36, 100%, 50%) 0%, hsl(9867.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12466 {
background: linear-gradient(to bottom, hsl(9867.36, 100%, 50%) 0%, hsl(9867.36, 100%, 50%) 100%);
}

.bg-SN12466 {
background: linear-gradient(to bottom, hsl(9867.36, 100%, 50%) 0%, hsl(9867.36, 100%, 50%) 100%);
}


#album-music-playedSN12466 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9869.36, 100%, 50%) 0%, hsl(9869.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12467 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9871.36, 100%, 50%) 0%, hsl(9871.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12467 {
background: linear-gradient(to bottom, hsl(9871.36, 100%, 50%) 0%, hsl(9871.36, 100%, 50%) 100%);
}

.bg-SN12467 {
background: linear-gradient(to bottom, hsl(9871.36, 100%, 50%) 0%, hsl(9871.36, 100%, 50%) 100%);
}


#album-music-playedSN12467 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9873.36, 100%, 50%) 0%, hsl(9873.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12468 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9875.36, 100%, 50%) 0%, hsl(9875.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12468 {
background: linear-gradient(to bottom, hsl(9875.36, 100%, 50%) 0%, hsl(9875.36, 100%, 50%) 100%);
}

.bg-SN12468 {
background: linear-gradient(to bottom, hsl(9875.36, 100%, 50%) 0%, hsl(9875.36, 100%, 50%) 100%);
}


#album-music-playedSN12468 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9877.36, 100%, 50%) 0%, hsl(9877.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12469 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9879.36, 100%, 50%) 0%, hsl(9879.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12469 {
background: linear-gradient(to bottom, hsl(9879.36, 100%, 50%) 0%, hsl(9879.36, 100%, 50%) 100%);
}

.bg-SN12469 {
background: linear-gradient(to bottom, hsl(9879.36, 100%, 50%) 0%, hsl(9879.36, 100%, 50%) 100%);
}


#album-music-playedSN12469 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9881.36, 100%, 50%) 0%, hsl(9881.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12470 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9883.36, 100%, 50%) 0%, hsl(9883.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12470 {
background: linear-gradient(to bottom, hsl(9883.36, 100%, 50%) 0%, hsl(9883.36, 100%, 50%) 100%);
}

.bg-SN12470 {
background: linear-gradient(to bottom, hsl(9883.36, 100%, 50%) 0%, hsl(9883.36, 100%, 50%) 100%);
}


#album-music-playedSN12470 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9885.36, 100%, 50%) 0%, hsl(9885.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12471 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9887.36, 100%, 50%) 0%, hsl(9887.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12471 {
background: linear-gradient(to bottom, hsl(9887.36, 100%, 50%) 0%, hsl(9887.36, 100%, 50%) 100%);
}

.bg-SN12471 {
background: linear-gradient(to bottom, hsl(9887.36, 100%, 50%) 0%, hsl(9887.36, 100%, 50%) 100%);
}


#album-music-playedSN12471 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9889.36, 100%, 50%) 0%, hsl(9889.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12472 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9891.36, 100%, 50%) 0%, hsl(9891.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12472 {
background: linear-gradient(to bottom, hsl(9891.36, 100%, 50%) 0%, hsl(9891.36, 100%, 50%) 100%);
}

.bg-SN12472 {
background: linear-gradient(to bottom, hsl(9891.36, 100%, 50%) 0%, hsl(9891.36, 100%, 50%) 100%);
}


#album-music-playedSN12472 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9893.36, 100%, 50%) 0%, hsl(9893.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12473 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9895.36, 100%, 50%) 0%, hsl(9895.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12473 {
background: linear-gradient(to bottom, hsl(9895.36, 100%, 50%) 0%, hsl(9895.36, 100%, 50%) 100%);
}

.bg-SN12473 {
background: linear-gradient(to bottom, hsl(9895.36, 100%, 50%) 0%, hsl(9895.36, 100%, 50%) 100%);
}


#album-music-playedSN12473 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9897.36, 100%, 50%) 0%, hsl(9897.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12474 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9899.36, 100%, 50%) 0%, hsl(9899.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12474 {
background: linear-gradient(to bottom, hsl(9899.36, 100%, 50%) 0%, hsl(9899.36, 100%, 50%) 100%);
}

.bg-SN12474 {
background: linear-gradient(to bottom, hsl(9899.36, 100%, 50%) 0%, hsl(9899.36, 100%, 50%) 100%);
}


#album-music-playedSN12474 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9901.36, 100%, 50%) 0%, hsl(9901.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12475 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9903.36, 100%, 50%) 0%, hsl(9903.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12475 {
background: linear-gradient(to bottom, hsl(9903.36, 100%, 50%) 0%, hsl(9903.36, 100%, 50%) 100%);
}

.bg-SN12475 {
background: linear-gradient(to bottom, hsl(9903.36, 100%, 50%) 0%, hsl(9903.36, 100%, 50%) 100%);
}


#album-music-playedSN12475 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9905.36, 100%, 50%) 0%, hsl(9905.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12476 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9907.36, 100%, 50%) 0%, hsl(9907.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12476 {
background: linear-gradient(to bottom, hsl(9907.36, 100%, 50%) 0%, hsl(9907.36, 100%, 50%) 100%);
}

.bg-SN12476 {
background: linear-gradient(to bottom, hsl(9907.36, 100%, 50%) 0%, hsl(9907.36, 100%, 50%) 100%);
}


#album-music-playedSN12476 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9909.36, 100%, 50%) 0%, hsl(9909.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12477 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9911.36, 100%, 50%) 0%, hsl(9911.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12477 {
background: linear-gradient(to bottom, hsl(9911.36, 100%, 50%) 0%, hsl(9911.36, 100%, 50%) 100%);
}

.bg-SN12477 {
background: linear-gradient(to bottom, hsl(9911.36, 100%, 50%) 0%, hsl(9911.36, 100%, 50%) 100%);
}


#album-music-playedSN12477 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9913.36, 100%, 50%) 0%, hsl(9913.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12478 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9915.36, 100%, 50%) 0%, hsl(9915.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12478 {
background: linear-gradient(to bottom, hsl(9915.36, 100%, 50%) 0%, hsl(9915.36, 100%, 50%) 100%);
}

.bg-SN12478 {
background: linear-gradient(to bottom, hsl(9915.36, 100%, 50%) 0%, hsl(9915.36, 100%, 50%) 100%);
}


#album-music-playedSN12478 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9917.36, 100%, 50%) 0%, hsl(9917.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12479 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9919.36, 100%, 50%) 0%, hsl(9919.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12479 {
background: linear-gradient(to bottom, hsl(9919.36, 100%, 50%) 0%, hsl(9919.36, 100%, 50%) 100%);
}

.bg-SN12479 {
background: linear-gradient(to bottom, hsl(9919.36, 100%, 50%) 0%, hsl(9919.36, 100%, 50%) 100%);
}


#album-music-playedSN12479 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9921.36, 100%, 50%) 0%, hsl(9921.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12480 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9923.36, 100%, 50%) 0%, hsl(9923.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12480 {
background: linear-gradient(to bottom, hsl(9923.36, 100%, 50%) 0%, hsl(9923.36, 100%, 50%) 100%);
}

.bg-SN12480 {
background: linear-gradient(to bottom, hsl(9923.36, 100%, 50%) 0%, hsl(9923.36, 100%, 50%) 100%);
}


#album-music-playedSN12480 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9925.36, 100%, 50%) 0%, hsl(9925.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12481 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9927.36, 100%, 50%) 0%, hsl(9927.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12481 {
background: linear-gradient(to bottom, hsl(9927.36, 100%, 50%) 0%, hsl(9927.36, 100%, 50%) 100%);
}

.bg-SN12481 {
background: linear-gradient(to bottom, hsl(9927.36, 100%, 50%) 0%, hsl(9927.36, 100%, 50%) 100%);
}


#album-music-playedSN12481 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9929.36, 100%, 50%) 0%, hsl(9929.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12482 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9931.36, 100%, 50%) 0%, hsl(9931.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12482 {
background: linear-gradient(to bottom, hsl(9931.36, 100%, 50%) 0%, hsl(9931.36, 100%, 50%) 100%);
}

.bg-SN12482 {
background: linear-gradient(to bottom, hsl(9931.36, 100%, 50%) 0%, hsl(9931.36, 100%, 50%) 100%);
}


#album-music-playedSN12482 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9933.36, 100%, 50%) 0%, hsl(9933.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12483 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9935.36, 100%, 50%) 0%, hsl(9935.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12483 {
background: linear-gradient(to bottom, hsl(9935.36, 100%, 50%) 0%, hsl(9935.36, 100%, 50%) 100%);
}

.bg-SN12483 {
background: linear-gradient(to bottom, hsl(9935.36, 100%, 50%) 0%, hsl(9935.36, 100%, 50%) 100%);
}


#album-music-playedSN12483 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9937.36, 100%, 50%) 0%, hsl(9937.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12484 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9939.36, 100%, 50%) 0%, hsl(9939.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12484 {
background: linear-gradient(to bottom, hsl(9939.36, 100%, 50%) 0%, hsl(9939.36, 100%, 50%) 100%);
}

.bg-SN12484 {
background: linear-gradient(to bottom, hsl(9939.36, 100%, 50%) 0%, hsl(9939.36, 100%, 50%) 100%);
}


#album-music-playedSN12484 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9941.36, 100%, 50%) 0%, hsl(9941.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12485 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9943.36, 100%, 50%) 0%, hsl(9943.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12485 {
background: linear-gradient(to bottom, hsl(9943.36, 100%, 50%) 0%, hsl(9943.36, 100%, 50%) 100%);
}

.bg-SN12485 {
background: linear-gradient(to bottom, hsl(9943.36, 100%, 50%) 0%, hsl(9943.36, 100%, 50%) 100%);
}


#album-music-playedSN12485 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9945.36, 100%, 50%) 0%, hsl(9945.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12486 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9947.36, 100%, 50%) 0%, hsl(9947.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12486 {
background: linear-gradient(to bottom, hsl(9947.36, 100%, 50%) 0%, hsl(9947.36, 100%, 50%) 100%);
}

.bg-SN12486 {
background: linear-gradient(to bottom, hsl(9947.36, 100%, 50%) 0%, hsl(9947.36, 100%, 50%) 100%);
}


#album-music-playedSN12486 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9949.36, 100%, 50%) 0%, hsl(9949.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12487 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9951.36, 100%, 50%) 0%, hsl(9951.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12487 {
background: linear-gradient(to bottom, hsl(9951.36, 100%, 50%) 0%, hsl(9951.36, 100%, 50%) 100%);
}

.bg-SN12487 {
background: linear-gradient(to bottom, hsl(9951.36, 100%, 50%) 0%, hsl(9951.36, 100%, 50%) 100%);
}


#album-music-playedSN12487 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9953.36, 100%, 50%) 0%, hsl(9953.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12488 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9955.36, 100%, 50%) 0%, hsl(9955.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12488 {
background: linear-gradient(to bottom, hsl(9955.36, 100%, 50%) 0%, hsl(9955.36, 100%, 50%) 100%);
}

.bg-SN12488 {
background: linear-gradient(to bottom, hsl(9955.36, 100%, 50%) 0%, hsl(9955.36, 100%, 50%) 100%);
}


#album-music-playedSN12488 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9957.36, 100%, 50%) 0%, hsl(9957.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12489 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9959.36, 100%, 50%) 0%, hsl(9959.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12489 {
background: linear-gradient(to bottom, hsl(9959.36, 100%, 50%) 0%, hsl(9959.36, 100%, 50%) 100%);
}

.bg-SN12489 {
background: linear-gradient(to bottom, hsl(9959.36, 100%, 50%) 0%, hsl(9959.36, 100%, 50%) 100%);
}


#album-music-playedSN12489 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9961.36, 100%, 50%) 0%, hsl(9961.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12490 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9963.36, 100%, 50%) 0%, hsl(9963.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12490 {
background: linear-gradient(to bottom, hsl(9963.36, 100%, 50%) 0%, hsl(9963.36, 100%, 50%) 100%);
}

.bg-SN12490 {
background: linear-gradient(to bottom, hsl(9963.36, 100%, 50%) 0%, hsl(9963.36, 100%, 50%) 100%);
}


#album-music-playedSN12490 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9965.36, 100%, 50%) 0%, hsl(9965.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12491 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9967.36, 100%, 50%) 0%, hsl(9967.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12491 {
background: linear-gradient(to bottom, hsl(9967.36, 100%, 50%) 0%, hsl(9967.36, 100%, 50%) 100%);
}

.bg-SN12491 {
background: linear-gradient(to bottom, hsl(9967.36, 100%, 50%) 0%, hsl(9967.36, 100%, 50%) 100%);
}


#album-music-playedSN12491 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9969.36, 100%, 50%) 0%, hsl(9969.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12492 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9971.36, 100%, 50%) 0%, hsl(9971.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12492 {
background: linear-gradient(to bottom, hsl(9971.36, 100%, 50%) 0%, hsl(9971.36, 100%, 50%) 100%);
}

.bg-SN12492 {
background: linear-gradient(to bottom, hsl(9971.36, 100%, 50%) 0%, hsl(9971.36, 100%, 50%) 100%);
}


#album-music-playedSN12492 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9973.36, 100%, 50%) 0%, hsl(9973.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12493 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9975.36, 100%, 50%) 0%, hsl(9975.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12493 {
background: linear-gradient(to bottom, hsl(9975.36, 100%, 50%) 0%, hsl(9975.36, 100%, 50%) 100%);
}

.bg-SN12493 {
background: linear-gradient(to bottom, hsl(9975.36, 100%, 50%) 0%, hsl(9975.36, 100%, 50%) 100%);
}


#album-music-playedSN12493 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9977.36, 100%, 50%) 0%, hsl(9977.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12494 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9979.36, 100%, 50%) 0%, hsl(9979.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12494 {
background: linear-gradient(to bottom, hsl(9979.36, 100%, 50%) 0%, hsl(9979.36, 100%, 50%) 100%);
}

.bg-SN12494 {
background: linear-gradient(to bottom, hsl(9979.36, 100%, 50%) 0%, hsl(9979.36, 100%, 50%) 100%);
}


#album-music-playedSN12494 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9981.36, 100%, 50%) 0%, hsl(9981.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12495 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9983.36, 100%, 50%) 0%, hsl(9983.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12495 {
background: linear-gradient(to bottom, hsl(9983.36, 100%, 50%) 0%, hsl(9983.36, 100%, 50%) 100%);
}

.bg-SN12495 {
background: linear-gradient(to bottom, hsl(9983.36, 100%, 50%) 0%, hsl(9983.36, 100%, 50%) 100%);
}


#album-music-playedSN12495 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9985.36, 100%, 50%) 0%, hsl(9985.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12496 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9987.36, 100%, 50%) 0%, hsl(9987.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12496 {
background: linear-gradient(to bottom, hsl(9987.36, 100%, 50%) 0%, hsl(9987.36, 100%, 50%) 100%);
}

.bg-SN12496 {
background: linear-gradient(to bottom, hsl(9987.36, 100%, 50%) 0%, hsl(9987.36, 100%, 50%) 100%);
}


#album-music-playedSN12496 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9989.36, 100%, 50%) 0%, hsl(9989.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12497 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9991.36, 100%, 50%) 0%, hsl(9991.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12497 {
background: linear-gradient(to bottom, hsl(9991.36, 100%, 50%) 0%, hsl(9991.36, 100%, 50%) 100%);
}

.bg-SN12497 {
background: linear-gradient(to bottom, hsl(9991.36, 100%, 50%) 0%, hsl(9991.36, 100%, 50%) 100%);
}


#album-music-playedSN12497 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9993.36, 100%, 50%) 0%, hsl(9993.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12498 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9995.36, 100%, 50%) 0%, hsl(9995.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12498 {
background: linear-gradient(to bottom, hsl(9995.36, 100%, 50%) 0%, hsl(9995.36, 100%, 50%) 100%);
}

.bg-SN12498 {
background: linear-gradient(to bottom, hsl(9995.36, 100%, 50%) 0%, hsl(9995.36, 100%, 50%) 100%);
}


#album-music-playedSN12498 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9997.36, 100%, 50%) 0%, hsl(9997.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12499 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(9999.36, 100%, 50%) 0%, hsl(9999.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12499 {
background: linear-gradient(to bottom, hsl(9999.36, 100%, 50%) 0%, hsl(9999.36, 100%, 50%) 100%);
}

.bg-SN12499 {
background: linear-gradient(to bottom, hsl(9999.36, 100%, 50%) 0%, hsl(9999.36, 100%, 50%) 100%);
}


#album-music-playedSN12499 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10001.36, 100%, 50%) 0%, hsl(10001.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12500 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10003.36, 100%, 50%) 0%, hsl(10003.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12500 {
background: linear-gradient(to bottom, hsl(10003.36, 100%, 50%) 0%, hsl(10003.36, 100%, 50%) 100%);
}

.bg-SN12500 {
background: linear-gradient(to bottom, hsl(10003.36, 100%, 50%) 0%, hsl(10003.36, 100%, 50%) 100%);
}


#album-music-playedSN12500 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10005.36, 100%, 50%) 0%, hsl(10005.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12501 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10007.36, 100%, 50%) 0%, hsl(10007.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12501 {
background: linear-gradient(to bottom, hsl(10007.36, 100%, 50%) 0%, hsl(10007.36, 100%, 50%) 100%);
}

.bg-SN12501 {
background: linear-gradient(to bottom, hsl(10007.36, 100%, 50%) 0%, hsl(10007.36, 100%, 50%) 100%);
}


#album-music-playedSN12501 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10009.36, 100%, 50%) 0%, hsl(10009.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12502 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10011.36, 100%, 50%) 0%, hsl(10011.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12502 {
background: linear-gradient(to bottom, hsl(10011.36, 100%, 50%) 0%, hsl(10011.36, 100%, 50%) 100%);
}

.bg-SN12502 {
background: linear-gradient(to bottom, hsl(10011.36, 100%, 50%) 0%, hsl(10011.36, 100%, 50%) 100%);
}


#album-music-playedSN12502 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10013.36, 100%, 50%) 0%, hsl(10013.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12503 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10015.36, 100%, 50%) 0%, hsl(10015.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12503 {
background: linear-gradient(to bottom, hsl(10015.36, 100%, 50%) 0%, hsl(10015.36, 100%, 50%) 100%);
}

.bg-SN12503 {
background: linear-gradient(to bottom, hsl(10015.36, 100%, 50%) 0%, hsl(10015.36, 100%, 50%) 100%);
}


#album-music-playedSN12503 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10017.36, 100%, 50%) 0%, hsl(10017.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12504 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10019.36, 100%, 50%) 0%, hsl(10019.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12504 {
background: linear-gradient(to bottom, hsl(10019.36, 100%, 50%) 0%, hsl(10019.36, 100%, 50%) 100%);
}

.bg-SN12504 {
background: linear-gradient(to bottom, hsl(10019.36, 100%, 50%) 0%, hsl(10019.36, 100%, 50%) 100%);
}


#album-music-playedSN12504 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10021.36, 100%, 50%) 0%, hsl(10021.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12505 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10023.36, 100%, 50%) 0%, hsl(10023.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12505 {
background: linear-gradient(to bottom, hsl(10023.36, 100%, 50%) 0%, hsl(10023.36, 100%, 50%) 100%);
}

.bg-SN12505 {
background: linear-gradient(to bottom, hsl(10023.36, 100%, 50%) 0%, hsl(10023.36, 100%, 50%) 100%);
}


#album-music-playedSN12505 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10025.36, 100%, 50%) 0%, hsl(10025.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12506 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10027.36, 100%, 50%) 0%, hsl(10027.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12506 {
background: linear-gradient(to bottom, hsl(10027.36, 100%, 50%) 0%, hsl(10027.36, 100%, 50%) 100%);
}

.bg-SN12506 {
background: linear-gradient(to bottom, hsl(10027.36, 100%, 50%) 0%, hsl(10027.36, 100%, 50%) 100%);
}


#album-music-playedSN12506 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10029.36, 100%, 50%) 0%, hsl(10029.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12507 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10031.36, 100%, 50%) 0%, hsl(10031.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12507 {
background: linear-gradient(to bottom, hsl(10031.36, 100%, 50%) 0%, hsl(10031.36, 100%, 50%) 100%);
}

.bg-SN12507 {
background: linear-gradient(to bottom, hsl(10031.36, 100%, 50%) 0%, hsl(10031.36, 100%, 50%) 100%);
}


#album-music-playedSN12507 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10033.36, 100%, 50%) 0%, hsl(10033.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12508 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10035.36, 100%, 50%) 0%, hsl(10035.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12508 {
background: linear-gradient(to bottom, hsl(10035.36, 100%, 50%) 0%, hsl(10035.36, 100%, 50%) 100%);
}

.bg-SN12508 {
background: linear-gradient(to bottom, hsl(10035.36, 100%, 50%) 0%, hsl(10035.36, 100%, 50%) 100%);
}


#album-music-playedSN12508 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10037.36, 100%, 50%) 0%, hsl(10037.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12509 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10039.36, 100%, 50%) 0%, hsl(10039.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12509 {
background: linear-gradient(to bottom, hsl(10039.36, 100%, 50%) 0%, hsl(10039.36, 100%, 50%) 100%);
}

.bg-SN12509 {
background: linear-gradient(to bottom, hsl(10039.36, 100%, 50%) 0%, hsl(10039.36, 100%, 50%) 100%);
}


#album-music-playedSN12509 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10041.36, 100%, 50%) 0%, hsl(10041.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12510 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10043.36, 100%, 50%) 0%, hsl(10043.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12510 {
background: linear-gradient(to bottom, hsl(10043.36, 100%, 50%) 0%, hsl(10043.36, 100%, 50%) 100%);
}

.bg-SN12510 {
background: linear-gradient(to bottom, hsl(10043.36, 100%, 50%) 0%, hsl(10043.36, 100%, 50%) 100%);
}


#album-music-playedSN12510 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10045.36, 100%, 50%) 0%, hsl(10045.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12511 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10047.36, 100%, 50%) 0%, hsl(10047.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12511 {
background: linear-gradient(to bottom, hsl(10047.36, 100%, 50%) 0%, hsl(10047.36, 100%, 50%) 100%);
}

.bg-SN12511 {
background: linear-gradient(to bottom, hsl(10047.36, 100%, 50%) 0%, hsl(10047.36, 100%, 50%) 100%);
}


#album-music-playedSN12511 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10049.36, 100%, 50%) 0%, hsl(10049.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12512 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10051.36, 100%, 50%) 0%, hsl(10051.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12512 {
background: linear-gradient(to bottom, hsl(10051.36, 100%, 50%) 0%, hsl(10051.36, 100%, 50%) 100%);
}

.bg-SN12512 {
background: linear-gradient(to bottom, hsl(10051.36, 100%, 50%) 0%, hsl(10051.36, 100%, 50%) 100%);
}


#album-music-playedSN12512 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10053.36, 100%, 50%) 0%, hsl(10053.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12513 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10055.36, 100%, 50%) 0%, hsl(10055.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12513 {
background: linear-gradient(to bottom, hsl(10055.36, 100%, 50%) 0%, hsl(10055.36, 100%, 50%) 100%);
}

.bg-SN12513 {
background: linear-gradient(to bottom, hsl(10055.36, 100%, 50%) 0%, hsl(10055.36, 100%, 50%) 100%);
}


#album-music-playedSN12513 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10057.36, 100%, 50%) 0%, hsl(10057.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12514 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10059.36, 100%, 50%) 0%, hsl(10059.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12514 {
background: linear-gradient(to bottom, hsl(10059.36, 100%, 50%) 0%, hsl(10059.36, 100%, 50%) 100%);
}

.bg-SN12514 {
background: linear-gradient(to bottom, hsl(10059.36, 100%, 50%) 0%, hsl(10059.36, 100%, 50%) 100%);
}


#album-music-playedSN12514 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10061.36, 100%, 50%) 0%, hsl(10061.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12515 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10063.36, 100%, 50%) 0%, hsl(10063.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12515 {
background: linear-gradient(to bottom, hsl(10063.36, 100%, 50%) 0%, hsl(10063.36, 100%, 50%) 100%);
}

.bg-SN12515 {
background: linear-gradient(to bottom, hsl(10063.36, 100%, 50%) 0%, hsl(10063.36, 100%, 50%) 100%);
}


#album-music-playedSN12515 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10065.36, 100%, 50%) 0%, hsl(10065.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12516 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10067.36, 100%, 50%) 0%, hsl(10067.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12516 {
background: linear-gradient(to bottom, hsl(10067.36, 100%, 50%) 0%, hsl(10067.36, 100%, 50%) 100%);
}

.bg-SN12516 {
background: linear-gradient(to bottom, hsl(10067.36, 100%, 50%) 0%, hsl(10067.36, 100%, 50%) 100%);
}


#album-music-playedSN12516 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10069.36, 100%, 50%) 0%, hsl(10069.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12517 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10071.36, 100%, 50%) 0%, hsl(10071.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12517 {
background: linear-gradient(to bottom, hsl(10071.36, 100%, 50%) 0%, hsl(10071.36, 100%, 50%) 100%);
}

.bg-SN12517 {
background: linear-gradient(to bottom, hsl(10071.36, 100%, 50%) 0%, hsl(10071.36, 100%, 50%) 100%);
}


#album-music-playedSN12517 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10073.36, 100%, 50%) 0%, hsl(10073.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12518 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10075.36, 100%, 50%) 0%, hsl(10075.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12518 {
background: linear-gradient(to bottom, hsl(10075.36, 100%, 50%) 0%, hsl(10075.36, 100%, 50%) 100%);
}

.bg-SN12518 {
background: linear-gradient(to bottom, hsl(10075.36, 100%, 50%) 0%, hsl(10075.36, 100%, 50%) 100%);
}


#album-music-playedSN12518 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10077.36, 100%, 50%) 0%, hsl(10077.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12519 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10079.36, 100%, 50%) 0%, hsl(10079.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12519 {
background: linear-gradient(to bottom, hsl(10079.36, 100%, 50%) 0%, hsl(10079.36, 100%, 50%) 100%);
}

.bg-SN12519 {
background: linear-gradient(to bottom, hsl(10079.36, 100%, 50%) 0%, hsl(10079.36, 100%, 50%) 100%);
}


#album-music-playedSN12519 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10081.36, 100%, 50%) 0%, hsl(10081.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12520 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10083.36, 100%, 50%) 0%, hsl(10083.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12520 {
background: linear-gradient(to bottom, hsl(10083.36, 100%, 50%) 0%, hsl(10083.36, 100%, 50%) 100%);
}

.bg-SN12520 {
background: linear-gradient(to bottom, hsl(10083.36, 100%, 50%) 0%, hsl(10083.36, 100%, 50%) 100%);
}


#album-music-playedSN12520 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10085.36, 100%, 50%) 0%, hsl(10085.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12521 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10087.36, 100%, 50%) 0%, hsl(10087.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12521 {
background: linear-gradient(to bottom, hsl(10087.36, 100%, 50%) 0%, hsl(10087.36, 100%, 50%) 100%);
}

.bg-SN12521 {
background: linear-gradient(to bottom, hsl(10087.36, 100%, 50%) 0%, hsl(10087.36, 100%, 50%) 100%);
}


#album-music-playedSN12521 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10089.36, 100%, 50%) 0%, hsl(10089.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12522 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10091.36, 100%, 50%) 0%, hsl(10091.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12522 {
background: linear-gradient(to bottom, hsl(10091.36, 100%, 50%) 0%, hsl(10091.36, 100%, 50%) 100%);
}

.bg-SN12522 {
background: linear-gradient(to bottom, hsl(10091.36, 100%, 50%) 0%, hsl(10091.36, 100%, 50%) 100%);
}


#album-music-playedSN12522 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10093.36, 100%, 50%) 0%, hsl(10093.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12523 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10095.36, 100%, 50%) 0%, hsl(10095.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12523 {
background: linear-gradient(to bottom, hsl(10095.36, 100%, 50%) 0%, hsl(10095.36, 100%, 50%) 100%);
}

.bg-SN12523 {
background: linear-gradient(to bottom, hsl(10095.36, 100%, 50%) 0%, hsl(10095.36, 100%, 50%) 100%);
}


#album-music-playedSN12523 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10097.36, 100%, 50%) 0%, hsl(10097.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12524 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10099.36, 100%, 50%) 0%, hsl(10099.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12524 {
background: linear-gradient(to bottom, hsl(10099.36, 100%, 50%) 0%, hsl(10099.36, 100%, 50%) 100%);
}

.bg-SN12524 {
background: linear-gradient(to bottom, hsl(10099.36, 100%, 50%) 0%, hsl(10099.36, 100%, 50%) 100%);
}


#album-music-playedSN12524 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10101.36, 100%, 50%) 0%, hsl(10101.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12525 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10103.36, 100%, 50%) 0%, hsl(10103.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12525 {
background: linear-gradient(to bottom, hsl(10103.36, 100%, 50%) 0%, hsl(10103.36, 100%, 50%) 100%);
}

.bg-SN12525 {
background: linear-gradient(to bottom, hsl(10103.36, 100%, 50%) 0%, hsl(10103.36, 100%, 50%) 100%);
}


#album-music-playedSN12525 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10105.36, 100%, 50%) 0%, hsl(10105.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12526 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10107.36, 100%, 50%) 0%, hsl(10107.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12526 {
background: linear-gradient(to bottom, hsl(10107.36, 100%, 50%) 0%, hsl(10107.36, 100%, 50%) 100%);
}

.bg-SN12526 {
background: linear-gradient(to bottom, hsl(10107.36, 100%, 50%) 0%, hsl(10107.36, 100%, 50%) 100%);
}


#album-music-playedSN12526 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10109.36, 100%, 50%) 0%, hsl(10109.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12527 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10111.36, 100%, 50%) 0%, hsl(10111.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12527 {
background: linear-gradient(to bottom, hsl(10111.36, 100%, 50%) 0%, hsl(10111.36, 100%, 50%) 100%);
}

.bg-SN12527 {
background: linear-gradient(to bottom, hsl(10111.36, 100%, 50%) 0%, hsl(10111.36, 100%, 50%) 100%);
}


#album-music-playedSN12527 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10113.36, 100%, 50%) 0%, hsl(10113.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12528 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10115.36, 100%, 50%) 0%, hsl(10115.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12528 {
background: linear-gradient(to bottom, hsl(10115.36, 100%, 50%) 0%, hsl(10115.36, 100%, 50%) 100%);
}

.bg-SN12528 {
background: linear-gradient(to bottom, hsl(10115.36, 100%, 50%) 0%, hsl(10115.36, 100%, 50%) 100%);
}


#album-music-playedSN12528 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10117.36, 100%, 50%) 0%, hsl(10117.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12529 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10119.36, 100%, 50%) 0%, hsl(10119.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12529 {
background: linear-gradient(to bottom, hsl(10119.36, 100%, 50%) 0%, hsl(10119.36, 100%, 50%) 100%);
}

.bg-SN12529 {
background: linear-gradient(to bottom, hsl(10119.36, 100%, 50%) 0%, hsl(10119.36, 100%, 50%) 100%);
}


#album-music-playedSN12529 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10121.36, 100%, 50%) 0%, hsl(10121.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12530 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10123.36, 100%, 50%) 0%, hsl(10123.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12530 {
background: linear-gradient(to bottom, hsl(10123.36, 100%, 50%) 0%, hsl(10123.36, 100%, 50%) 100%);
}

.bg-SN12530 {
background: linear-gradient(to bottom, hsl(10123.36, 100%, 50%) 0%, hsl(10123.36, 100%, 50%) 100%);
}


#album-music-playedSN12530 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10125.36, 100%, 50%) 0%, hsl(10125.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12531 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10127.36, 100%, 50%) 0%, hsl(10127.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12531 {
background: linear-gradient(to bottom, hsl(10127.36, 100%, 50%) 0%, hsl(10127.36, 100%, 50%) 100%);
}

.bg-SN12531 {
background: linear-gradient(to bottom, hsl(10127.36, 100%, 50%) 0%, hsl(10127.36, 100%, 50%) 100%);
}


#album-music-playedSN12531 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10129.36, 100%, 50%) 0%, hsl(10129.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12532 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10131.36, 100%, 50%) 0%, hsl(10131.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12532 {
background: linear-gradient(to bottom, hsl(10131.36, 100%, 50%) 0%, hsl(10131.36, 100%, 50%) 100%);
}

.bg-SN12532 {
background: linear-gradient(to bottom, hsl(10131.36, 100%, 50%) 0%, hsl(10131.36, 100%, 50%) 100%);
}


#album-music-playedSN12532 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10133.36, 100%, 50%) 0%, hsl(10133.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12533 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10135.36, 100%, 50%) 0%, hsl(10135.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12533 {
background: linear-gradient(to bottom, hsl(10135.36, 100%, 50%) 0%, hsl(10135.36, 100%, 50%) 100%);
}

.bg-SN12533 {
background: linear-gradient(to bottom, hsl(10135.36, 100%, 50%) 0%, hsl(10135.36, 100%, 50%) 100%);
}


#album-music-playedSN12533 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10137.36, 100%, 50%) 0%, hsl(10137.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12534 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10139.36, 100%, 50%) 0%, hsl(10139.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12534 {
background: linear-gradient(to bottom, hsl(10139.36, 100%, 50%) 0%, hsl(10139.36, 100%, 50%) 100%);
}

.bg-SN12534 {
background: linear-gradient(to bottom, hsl(10139.36, 100%, 50%) 0%, hsl(10139.36, 100%, 50%) 100%);
}


#album-music-playedSN12534 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10141.36, 100%, 50%) 0%, hsl(10141.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12535 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10143.36, 100%, 50%) 0%, hsl(10143.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12535 {
background: linear-gradient(to bottom, hsl(10143.36, 100%, 50%) 0%, hsl(10143.36, 100%, 50%) 100%);
}

.bg-SN12535 {
background: linear-gradient(to bottom, hsl(10143.36, 100%, 50%) 0%, hsl(10143.36, 100%, 50%) 100%);
}


#album-music-playedSN12535 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10145.36, 100%, 50%) 0%, hsl(10145.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12536 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10147.36, 100%, 50%) 0%, hsl(10147.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12536 {
background: linear-gradient(to bottom, hsl(10147.36, 100%, 50%) 0%, hsl(10147.36, 100%, 50%) 100%);
}

.bg-SN12536 {
background: linear-gradient(to bottom, hsl(10147.36, 100%, 50%) 0%, hsl(10147.36, 100%, 50%) 100%);
}


#album-music-playedSN12536 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10149.36, 100%, 50%) 0%, hsl(10149.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12537 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10151.36, 100%, 50%) 0%, hsl(10151.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12537 {
background: linear-gradient(to bottom, hsl(10151.36, 100%, 50%) 0%, hsl(10151.36, 100%, 50%) 100%);
}

.bg-SN12537 {
background: linear-gradient(to bottom, hsl(10151.36, 100%, 50%) 0%, hsl(10151.36, 100%, 50%) 100%);
}


#album-music-playedSN12537 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10153.36, 100%, 50%) 0%, hsl(10153.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12538 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10155.36, 100%, 50%) 0%, hsl(10155.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12538 {
background: linear-gradient(to bottom, hsl(10155.36, 100%, 50%) 0%, hsl(10155.36, 100%, 50%) 100%);
}

.bg-SN12538 {
background: linear-gradient(to bottom, hsl(10155.36, 100%, 50%) 0%, hsl(10155.36, 100%, 50%) 100%);
}


#album-music-playedSN12538 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10157.36, 100%, 50%) 0%, hsl(10157.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12539 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10159.36, 100%, 50%) 0%, hsl(10159.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12539 {
background: linear-gradient(to bottom, hsl(10159.36, 100%, 50%) 0%, hsl(10159.36, 100%, 50%) 100%);
}

.bg-SN12539 {
background: linear-gradient(to bottom, hsl(10159.36, 100%, 50%) 0%, hsl(10159.36, 100%, 50%) 100%);
}


#album-music-playedSN12539 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10161.36, 100%, 50%) 0%, hsl(10161.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12540 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10163.36, 100%, 50%) 0%, hsl(10163.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12540 {
background: linear-gradient(to bottom, hsl(10163.36, 100%, 50%) 0%, hsl(10163.36, 100%, 50%) 100%);
}

.bg-SN12540 {
background: linear-gradient(to bottom, hsl(10163.36, 100%, 50%) 0%, hsl(10163.36, 100%, 50%) 100%);
}


#album-music-playedSN12540 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10165.36, 100%, 50%) 0%, hsl(10165.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12541 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10167.36, 100%, 50%) 0%, hsl(10167.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12541 {
background: linear-gradient(to bottom, hsl(10167.36, 100%, 50%) 0%, hsl(10167.36, 100%, 50%) 100%);
}

.bg-SN12541 {
background: linear-gradient(to bottom, hsl(10167.36, 100%, 50%) 0%, hsl(10167.36, 100%, 50%) 100%);
}


#album-music-playedSN12541 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10169.36, 100%, 50%) 0%, hsl(10169.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12542 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10171.36, 100%, 50%) 0%, hsl(10171.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12542 {
background: linear-gradient(to bottom, hsl(10171.36, 100%, 50%) 0%, hsl(10171.36, 100%, 50%) 100%);
}

.bg-SN12542 {
background: linear-gradient(to bottom, hsl(10171.36, 100%, 50%) 0%, hsl(10171.36, 100%, 50%) 100%);
}


#album-music-playedSN12542 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10173.36, 100%, 50%) 0%, hsl(10173.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12543 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10175.36, 100%, 50%) 0%, hsl(10175.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12543 {
background: linear-gradient(to bottom, hsl(10175.36, 100%, 50%) 0%, hsl(10175.36, 100%, 50%) 100%);
}

.bg-SN12543 {
background: linear-gradient(to bottom, hsl(10175.36, 100%, 50%) 0%, hsl(10175.36, 100%, 50%) 100%);
}


#album-music-playedSN12543 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10177.36, 100%, 50%) 0%, hsl(10177.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12544 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10179.36, 100%, 50%) 0%, hsl(10179.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12544 {
background: linear-gradient(to bottom, hsl(10179.36, 100%, 50%) 0%, hsl(10179.36, 100%, 50%) 100%);
}

.bg-SN12544 {
background: linear-gradient(to bottom, hsl(10179.36, 100%, 50%) 0%, hsl(10179.36, 100%, 50%) 100%);
}


#album-music-playedSN12544 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10181.36, 100%, 50%) 0%, hsl(10181.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12545 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10183.36, 100%, 50%) 0%, hsl(10183.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12545 {
background: linear-gradient(to bottom, hsl(10183.36, 100%, 50%) 0%, hsl(10183.36, 100%, 50%) 100%);
}

.bg-SN12545 {
background: linear-gradient(to bottom, hsl(10183.36, 100%, 50%) 0%, hsl(10183.36, 100%, 50%) 100%);
}


#album-music-playedSN12545 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10185.36, 100%, 50%) 0%, hsl(10185.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12546 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10187.36, 100%, 50%) 0%, hsl(10187.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12546 {
background: linear-gradient(to bottom, hsl(10187.36, 100%, 50%) 0%, hsl(10187.36, 100%, 50%) 100%);
}

.bg-SN12546 {
background: linear-gradient(to bottom, hsl(10187.36, 100%, 50%) 0%, hsl(10187.36, 100%, 50%) 100%);
}


#album-music-playedSN12546 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10189.36, 100%, 50%) 0%, hsl(10189.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12547 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10191.36, 100%, 50%) 0%, hsl(10191.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12547 {
background: linear-gradient(to bottom, hsl(10191.36, 100%, 50%) 0%, hsl(10191.36, 100%, 50%) 100%);
}

.bg-SN12547 {
background: linear-gradient(to bottom, hsl(10191.36, 100%, 50%) 0%, hsl(10191.36, 100%, 50%) 100%);
}


#album-music-playedSN12547 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10193.36, 100%, 50%) 0%, hsl(10193.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12548 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10195.36, 100%, 50%) 0%, hsl(10195.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12548 {
background: linear-gradient(to bottom, hsl(10195.36, 100%, 50%) 0%, hsl(10195.36, 100%, 50%) 100%);
}

.bg-SN12548 {
background: linear-gradient(to bottom, hsl(10195.36, 100%, 50%) 0%, hsl(10195.36, 100%, 50%) 100%);
}


#album-music-playedSN12548 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10197.36, 100%, 50%) 0%, hsl(10197.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12549 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10199.36, 100%, 50%) 0%, hsl(10199.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12549 {
background: linear-gradient(to bottom, hsl(10199.36, 100%, 50%) 0%, hsl(10199.36, 100%, 50%) 100%);
}

.bg-SN12549 {
background: linear-gradient(to bottom, hsl(10199.36, 100%, 50%) 0%, hsl(10199.36, 100%, 50%) 100%);
}


#album-music-playedSN12549 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10201.36, 100%, 50%) 0%, hsl(10201.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12550 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10203.36, 100%, 50%) 0%, hsl(10203.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12550 {
background: linear-gradient(to bottom, hsl(10203.36, 100%, 50%) 0%, hsl(10203.36, 100%, 50%) 100%);
}

.bg-SN12550 {
background: linear-gradient(to bottom, hsl(10203.36, 100%, 50%) 0%, hsl(10203.36, 100%, 50%) 100%);
}


#album-music-playedSN12550 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10205.36, 100%, 50%) 0%, hsl(10205.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12551 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10207.36, 100%, 50%) 0%, hsl(10207.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12551 {
background: linear-gradient(to bottom, hsl(10207.36, 100%, 50%) 0%, hsl(10207.36, 100%, 50%) 100%);
}

.bg-SN12551 {
background: linear-gradient(to bottom, hsl(10207.36, 100%, 50%) 0%, hsl(10207.36, 100%, 50%) 100%);
}


#album-music-playedSN12551 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10209.36, 100%, 50%) 0%, hsl(10209.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12552 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10211.36, 100%, 50%) 0%, hsl(10211.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12552 {
background: linear-gradient(to bottom, hsl(10211.36, 100%, 50%) 0%, hsl(10211.36, 100%, 50%) 100%);
}

.bg-SN12552 {
background: linear-gradient(to bottom, hsl(10211.36, 100%, 50%) 0%, hsl(10211.36, 100%, 50%) 100%);
}


#album-music-playedSN12552 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10213.36, 100%, 50%) 0%, hsl(10213.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12553 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10215.36, 100%, 50%) 0%, hsl(10215.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12553 {
background: linear-gradient(to bottom, hsl(10215.36, 100%, 50%) 0%, hsl(10215.36, 100%, 50%) 100%);
}

.bg-SN12553 {
background: linear-gradient(to bottom, hsl(10215.36, 100%, 50%) 0%, hsl(10215.36, 100%, 50%) 100%);
}


#album-music-playedSN12553 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10217.36, 100%, 50%) 0%, hsl(10217.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12554 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10219.36, 100%, 50%) 0%, hsl(10219.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12554 {
background: linear-gradient(to bottom, hsl(10219.36, 100%, 50%) 0%, hsl(10219.36, 100%, 50%) 100%);
}

.bg-SN12554 {
background: linear-gradient(to bottom, hsl(10219.36, 100%, 50%) 0%, hsl(10219.36, 100%, 50%) 100%);
}


#album-music-playedSN12554 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10221.36, 100%, 50%) 0%, hsl(10221.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12555 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10223.36, 100%, 50%) 0%, hsl(10223.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12555 {
background: linear-gradient(to bottom, hsl(10223.36, 100%, 50%) 0%, hsl(10223.36, 100%, 50%) 100%);
}

.bg-SN12555 {
background: linear-gradient(to bottom, hsl(10223.36, 100%, 50%) 0%, hsl(10223.36, 100%, 50%) 100%);
}


#album-music-playedSN12555 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10225.36, 100%, 50%) 0%, hsl(10225.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12556 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10227.36, 100%, 50%) 0%, hsl(10227.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12556 {
background: linear-gradient(to bottom, hsl(10227.36, 100%, 50%) 0%, hsl(10227.36, 100%, 50%) 100%);
}

.bg-SN12556 {
background: linear-gradient(to bottom, hsl(10227.36, 100%, 50%) 0%, hsl(10227.36, 100%, 50%) 100%);
}


#album-music-playedSN12556 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10229.36, 100%, 50%) 0%, hsl(10229.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12557 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10231.36, 100%, 50%) 0%, hsl(10231.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12557 {
background: linear-gradient(to bottom, hsl(10231.36, 100%, 50%) 0%, hsl(10231.36, 100%, 50%) 100%);
}

.bg-SN12557 {
background: linear-gradient(to bottom, hsl(10231.36, 100%, 50%) 0%, hsl(10231.36, 100%, 50%) 100%);
}


#album-music-playedSN12557 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10233.36, 100%, 50%) 0%, hsl(10233.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12558 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10235.36, 100%, 50%) 0%, hsl(10235.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12558 {
background: linear-gradient(to bottom, hsl(10235.36, 100%, 50%) 0%, hsl(10235.36, 100%, 50%) 100%);
}

.bg-SN12558 {
background: linear-gradient(to bottom, hsl(10235.36, 100%, 50%) 0%, hsl(10235.36, 100%, 50%) 100%);
}


#album-music-playedSN12558 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10237.36, 100%, 50%) 0%, hsl(10237.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12559 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10239.36, 100%, 50%) 0%, hsl(10239.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12559 {
background: linear-gradient(to bottom, hsl(10239.36, 100%, 50%) 0%, hsl(10239.36, 100%, 50%) 100%);
}

.bg-SN12559 {
background: linear-gradient(to bottom, hsl(10239.36, 100%, 50%) 0%, hsl(10239.36, 100%, 50%) 100%);
}


#album-music-playedSN12559 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10241.36, 100%, 50%) 0%, hsl(10241.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12560 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10243.36, 100%, 50%) 0%, hsl(10243.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12560 {
background: linear-gradient(to bottom, hsl(10243.36, 100%, 50%) 0%, hsl(10243.36, 100%, 50%) 100%);
}

.bg-SN12560 {
background: linear-gradient(to bottom, hsl(10243.36, 100%, 50%) 0%, hsl(10243.36, 100%, 50%) 100%);
}


#album-music-playedSN12560 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10245.36, 100%, 50%) 0%, hsl(10245.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12561 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10247.36, 100%, 50%) 0%, hsl(10247.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12561 {
background: linear-gradient(to bottom, hsl(10247.36, 100%, 50%) 0%, hsl(10247.36, 100%, 50%) 100%);
}

.bg-SN12561 {
background: linear-gradient(to bottom, hsl(10247.36, 100%, 50%) 0%, hsl(10247.36, 100%, 50%) 100%);
}


#album-music-playedSN12561 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10249.36, 100%, 50%) 0%, hsl(10249.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12562 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10251.36, 100%, 50%) 0%, hsl(10251.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12562 {
background: linear-gradient(to bottom, hsl(10251.36, 100%, 50%) 0%, hsl(10251.36, 100%, 50%) 100%);
}

.bg-SN12562 {
background: linear-gradient(to bottom, hsl(10251.36, 100%, 50%) 0%, hsl(10251.36, 100%, 50%) 100%);
}


#album-music-playedSN12562 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10253.36, 100%, 50%) 0%, hsl(10253.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12563 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10255.36, 100%, 50%) 0%, hsl(10255.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12563 {
background: linear-gradient(to bottom, hsl(10255.36, 100%, 50%) 0%, hsl(10255.36, 100%, 50%) 100%);
}

.bg-SN12563 {
background: linear-gradient(to bottom, hsl(10255.36, 100%, 50%) 0%, hsl(10255.36, 100%, 50%) 100%);
}


#album-music-playedSN12563 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10257.36, 100%, 50%) 0%, hsl(10257.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12564 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10259.36, 100%, 50%) 0%, hsl(10259.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12564 {
background: linear-gradient(to bottom, hsl(10259.36, 100%, 50%) 0%, hsl(10259.36, 100%, 50%) 100%);
}

.bg-SN12564 {
background: linear-gradient(to bottom, hsl(10259.36, 100%, 50%) 0%, hsl(10259.36, 100%, 50%) 100%);
}


#album-music-playedSN12564 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10261.36, 100%, 50%) 0%, hsl(10261.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12565 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10263.36, 100%, 50%) 0%, hsl(10263.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12565 {
background: linear-gradient(to bottom, hsl(10263.36, 100%, 50%) 0%, hsl(10263.36, 100%, 50%) 100%);
}

.bg-SN12565 {
background: linear-gradient(to bottom, hsl(10263.36, 100%, 50%) 0%, hsl(10263.36, 100%, 50%) 100%);
}


#album-music-playedSN12565 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10265.36, 100%, 50%) 0%, hsl(10265.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12566 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10267.36, 100%, 50%) 0%, hsl(10267.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12566 {
background: linear-gradient(to bottom, hsl(10267.36, 100%, 50%) 0%, hsl(10267.36, 100%, 50%) 100%);
}

.bg-SN12566 {
background: linear-gradient(to bottom, hsl(10267.36, 100%, 50%) 0%, hsl(10267.36, 100%, 50%) 100%);
}


#album-music-playedSN12566 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10269.36, 100%, 50%) 0%, hsl(10269.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12567 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10271.36, 100%, 50%) 0%, hsl(10271.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12567 {
background: linear-gradient(to bottom, hsl(10271.36, 100%, 50%) 0%, hsl(10271.36, 100%, 50%) 100%);
}

.bg-SN12567 {
background: linear-gradient(to bottom, hsl(10271.36, 100%, 50%) 0%, hsl(10271.36, 100%, 50%) 100%);
}


#album-music-playedSN12567 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10273.36, 100%, 50%) 0%, hsl(10273.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12568 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10275.36, 100%, 50%) 0%, hsl(10275.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12568 {
background: linear-gradient(to bottom, hsl(10275.36, 100%, 50%) 0%, hsl(10275.36, 100%, 50%) 100%);
}

.bg-SN12568 {
background: linear-gradient(to bottom, hsl(10275.36, 100%, 50%) 0%, hsl(10275.36, 100%, 50%) 100%);
}


#album-music-playedSN12568 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10277.36, 100%, 50%) 0%, hsl(10277.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12569 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10279.36, 100%, 50%) 0%, hsl(10279.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12569 {
background: linear-gradient(to bottom, hsl(10279.36, 100%, 50%) 0%, hsl(10279.36, 100%, 50%) 100%);
}

.bg-SN12569 {
background: linear-gradient(to bottom, hsl(10279.36, 100%, 50%) 0%, hsl(10279.36, 100%, 50%) 100%);
}


#album-music-playedSN12569 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10281.36, 100%, 50%) 0%, hsl(10281.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12570 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10283.36, 100%, 50%) 0%, hsl(10283.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12570 {
background: linear-gradient(to bottom, hsl(10283.36, 100%, 50%) 0%, hsl(10283.36, 100%, 50%) 100%);
}

.bg-SN12570 {
background: linear-gradient(to bottom, hsl(10283.36, 100%, 50%) 0%, hsl(10283.36, 100%, 50%) 100%);
}


#album-music-playedSN12570 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10285.36, 100%, 50%) 0%, hsl(10285.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12571 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10287.36, 100%, 50%) 0%, hsl(10287.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12571 {
background: linear-gradient(to bottom, hsl(10287.36, 100%, 50%) 0%, hsl(10287.36, 100%, 50%) 100%);
}

.bg-SN12571 {
background: linear-gradient(to bottom, hsl(10287.36, 100%, 50%) 0%, hsl(10287.36, 100%, 50%) 100%);
}


#album-music-playedSN12571 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10289.36, 100%, 50%) 0%, hsl(10289.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12572 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10291.36, 100%, 50%) 0%, hsl(10291.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12572 {
background: linear-gradient(to bottom, hsl(10291.36, 100%, 50%) 0%, hsl(10291.36, 100%, 50%) 100%);
}

.bg-SN12572 {
background: linear-gradient(to bottom, hsl(10291.36, 100%, 50%) 0%, hsl(10291.36, 100%, 50%) 100%);
}


#album-music-playedSN12572 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10293.36, 100%, 50%) 0%, hsl(10293.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12573 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10295.36, 100%, 50%) 0%, hsl(10295.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12573 {
background: linear-gradient(to bottom, hsl(10295.36, 100%, 50%) 0%, hsl(10295.36, 100%, 50%) 100%);
}

.bg-SN12573 {
background: linear-gradient(to bottom, hsl(10295.36, 100%, 50%) 0%, hsl(10295.36, 100%, 50%) 100%);
}


#album-music-playedSN12573 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10297.36, 100%, 50%) 0%, hsl(10297.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12574 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10299.36, 100%, 50%) 0%, hsl(10299.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12574 {
background: linear-gradient(to bottom, hsl(10299.36, 100%, 50%) 0%, hsl(10299.36, 100%, 50%) 100%);
}

.bg-SN12574 {
background: linear-gradient(to bottom, hsl(10299.36, 100%, 50%) 0%, hsl(10299.36, 100%, 50%) 100%);
}


#album-music-playedSN12574 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10301.36, 100%, 50%) 0%, hsl(10301.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12575 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10303.36, 100%, 50%) 0%, hsl(10303.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12575 {
background: linear-gradient(to bottom, hsl(10303.36, 100%, 50%) 0%, hsl(10303.36, 100%, 50%) 100%);
}

.bg-SN12575 {
background: linear-gradient(to bottom, hsl(10303.36, 100%, 50%) 0%, hsl(10303.36, 100%, 50%) 100%);
}


#album-music-playedSN12575 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10305.36, 100%, 50%) 0%, hsl(10305.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12576 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10307.36, 100%, 50%) 0%, hsl(10307.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12576 {
background: linear-gradient(to bottom, hsl(10307.36, 100%, 50%) 0%, hsl(10307.36, 100%, 50%) 100%);
}

.bg-SN12576 {
background: linear-gradient(to bottom, hsl(10307.36, 100%, 50%) 0%, hsl(10307.36, 100%, 50%) 100%);
}


#album-music-playedSN12576 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10309.36, 100%, 50%) 0%, hsl(10309.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12577 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10311.36, 100%, 50%) 0%, hsl(10311.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12577 {
background: linear-gradient(to bottom, hsl(10311.36, 100%, 50%) 0%, hsl(10311.36, 100%, 50%) 100%);
}

.bg-SN12577 {
background: linear-gradient(to bottom, hsl(10311.36, 100%, 50%) 0%, hsl(10311.36, 100%, 50%) 100%);
}


#album-music-playedSN12577 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10313.36, 100%, 50%) 0%, hsl(10313.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12578 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10315.36, 100%, 50%) 0%, hsl(10315.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12578 {
background: linear-gradient(to bottom, hsl(10315.36, 100%, 50%) 0%, hsl(10315.36, 100%, 50%) 100%);
}

.bg-SN12578 {
background: linear-gradient(to bottom, hsl(10315.36, 100%, 50%) 0%, hsl(10315.36, 100%, 50%) 100%);
}


#album-music-playedSN12578 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10317.36, 100%, 50%) 0%, hsl(10317.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12579 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10319.36, 100%, 50%) 0%, hsl(10319.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12579 {
background: linear-gradient(to bottom, hsl(10319.36, 100%, 50%) 0%, hsl(10319.36, 100%, 50%) 100%);
}

.bg-SN12579 {
background: linear-gradient(to bottom, hsl(10319.36, 100%, 50%) 0%, hsl(10319.36, 100%, 50%) 100%);
}


#album-music-playedSN12579 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10321.36, 100%, 50%) 0%, hsl(10321.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12580 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10323.36, 100%, 50%) 0%, hsl(10323.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12580 {
background: linear-gradient(to bottom, hsl(10323.36, 100%, 50%) 0%, hsl(10323.36, 100%, 50%) 100%);
}

.bg-SN12580 {
background: linear-gradient(to bottom, hsl(10323.36, 100%, 50%) 0%, hsl(10323.36, 100%, 50%) 100%);
}


#album-music-playedSN12580 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10325.36, 100%, 50%) 0%, hsl(10325.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12581 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10327.36, 100%, 50%) 0%, hsl(10327.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12581 {
background: linear-gradient(to bottom, hsl(10327.36, 100%, 50%) 0%, hsl(10327.36, 100%, 50%) 100%);
}

.bg-SN12581 {
background: linear-gradient(to bottom, hsl(10327.36, 100%, 50%) 0%, hsl(10327.36, 100%, 50%) 100%);
}


#album-music-playedSN12581 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10329.36, 100%, 50%) 0%, hsl(10329.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12582 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10331.36, 100%, 50%) 0%, hsl(10331.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12582 {
background: linear-gradient(to bottom, hsl(10331.36, 100%, 50%) 0%, hsl(10331.36, 100%, 50%) 100%);
}

.bg-SN12582 {
background: linear-gradient(to bottom, hsl(10331.36, 100%, 50%) 0%, hsl(10331.36, 100%, 50%) 100%);
}


#album-music-playedSN12582 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10333.36, 100%, 50%) 0%, hsl(10333.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12583 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10335.36, 100%, 50%) 0%, hsl(10335.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12583 {
background: linear-gradient(to bottom, hsl(10335.36, 100%, 50%) 0%, hsl(10335.36, 100%, 50%) 100%);
}

.bg-SN12583 {
background: linear-gradient(to bottom, hsl(10335.36, 100%, 50%) 0%, hsl(10335.36, 100%, 50%) 100%);
}


#album-music-playedSN12583 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10337.36, 100%, 50%) 0%, hsl(10337.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12584 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10339.36, 100%, 50%) 0%, hsl(10339.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12584 {
background: linear-gradient(to bottom, hsl(10339.36, 100%, 50%) 0%, hsl(10339.36, 100%, 50%) 100%);
}

.bg-SN12584 {
background: linear-gradient(to bottom, hsl(10339.36, 100%, 50%) 0%, hsl(10339.36, 100%, 50%) 100%);
}


#album-music-playedSN12584 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10341.36, 100%, 50%) 0%, hsl(10341.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12585 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10343.36, 100%, 50%) 0%, hsl(10343.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12585 {
background: linear-gradient(to bottom, hsl(10343.36, 100%, 50%) 0%, hsl(10343.36, 100%, 50%) 100%);
}

.bg-SN12585 {
background: linear-gradient(to bottom, hsl(10343.36, 100%, 50%) 0%, hsl(10343.36, 100%, 50%) 100%);
}


#album-music-playedSN12585 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10345.36, 100%, 50%) 0%, hsl(10345.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12586 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10347.36, 100%, 50%) 0%, hsl(10347.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12586 {
background: linear-gradient(to bottom, hsl(10347.36, 100%, 50%) 0%, hsl(10347.36, 100%, 50%) 100%);
}

.bg-SN12586 {
background: linear-gradient(to bottom, hsl(10347.36, 100%, 50%) 0%, hsl(10347.36, 100%, 50%) 100%);
}


#album-music-playedSN12586 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10349.36, 100%, 50%) 0%, hsl(10349.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12587 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10351.36, 100%, 50%) 0%, hsl(10351.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12587 {
background: linear-gradient(to bottom, hsl(10351.36, 100%, 50%) 0%, hsl(10351.36, 100%, 50%) 100%);
}

.bg-SN12587 {
background: linear-gradient(to bottom, hsl(10351.36, 100%, 50%) 0%, hsl(10351.36, 100%, 50%) 100%);
}


#album-music-playedSN12587 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10353.36, 100%, 50%) 0%, hsl(10353.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12588 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10355.36, 100%, 50%) 0%, hsl(10355.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12588 {
background: linear-gradient(to bottom, hsl(10355.36, 100%, 50%) 0%, hsl(10355.36, 100%, 50%) 100%);
}

.bg-SN12588 {
background: linear-gradient(to bottom, hsl(10355.36, 100%, 50%) 0%, hsl(10355.36, 100%, 50%) 100%);
}


#album-music-playedSN12588 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10357.36, 100%, 50%) 0%, hsl(10357.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12589 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10359.36, 100%, 50%) 0%, hsl(10359.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12589 {
background: linear-gradient(to bottom, hsl(10359.36, 100%, 50%) 0%, hsl(10359.36, 100%, 50%) 100%);
}

.bg-SN12589 {
background: linear-gradient(to bottom, hsl(10359.36, 100%, 50%) 0%, hsl(10359.36, 100%, 50%) 100%);
}


#album-music-playedSN12589 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10361.36, 100%, 50%) 0%, hsl(10361.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12590 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10363.36, 100%, 50%) 0%, hsl(10363.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12590 {
background: linear-gradient(to bottom, hsl(10363.36, 100%, 50%) 0%, hsl(10363.36, 100%, 50%) 100%);
}

.bg-SN12590 {
background: linear-gradient(to bottom, hsl(10363.36, 100%, 50%) 0%, hsl(10363.36, 100%, 50%) 100%);
}


#album-music-playedSN12590 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10365.36, 100%, 50%) 0%, hsl(10365.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12591 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10367.36, 100%, 50%) 0%, hsl(10367.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12591 {
background: linear-gradient(to bottom, hsl(10367.36, 100%, 50%) 0%, hsl(10367.36, 100%, 50%) 100%);
}

.bg-SN12591 {
background: linear-gradient(to bottom, hsl(10367.36, 100%, 50%) 0%, hsl(10367.36, 100%, 50%) 100%);
}


#album-music-playedSN12591 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10369.36, 100%, 50%) 0%, hsl(10369.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12592 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10371.36, 100%, 50%) 0%, hsl(10371.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12592 {
background: linear-gradient(to bottom, hsl(10371.36, 100%, 50%) 0%, hsl(10371.36, 100%, 50%) 100%);
}

.bg-SN12592 {
background: linear-gradient(to bottom, hsl(10371.36, 100%, 50%) 0%, hsl(10371.36, 100%, 50%) 100%);
}


#album-music-playedSN12592 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10373.36, 100%, 50%) 0%, hsl(10373.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12593 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10375.36, 100%, 50%) 0%, hsl(10375.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12593 {
background: linear-gradient(to bottom, hsl(10375.36, 100%, 50%) 0%, hsl(10375.36, 100%, 50%) 100%);
}

.bg-SN12593 {
background: linear-gradient(to bottom, hsl(10375.36, 100%, 50%) 0%, hsl(10375.36, 100%, 50%) 100%);
}


#album-music-playedSN12593 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10377.36, 100%, 50%) 0%, hsl(10377.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12594 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10379.36, 100%, 50%) 0%, hsl(10379.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12594 {
background: linear-gradient(to bottom, hsl(10379.36, 100%, 50%) 0%, hsl(10379.36, 100%, 50%) 100%);
}

.bg-SN12594 {
background: linear-gradient(to bottom, hsl(10379.36, 100%, 50%) 0%, hsl(10379.36, 100%, 50%) 100%);
}


#album-music-playedSN12594 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10381.36, 100%, 50%) 0%, hsl(10381.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12595 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10383.36, 100%, 50%) 0%, hsl(10383.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12595 {
background: linear-gradient(to bottom, hsl(10383.36, 100%, 50%) 0%, hsl(10383.36, 100%, 50%) 100%);
}

.bg-SN12595 {
background: linear-gradient(to bottom, hsl(10383.36, 100%, 50%) 0%, hsl(10383.36, 100%, 50%) 100%);
}


#album-music-playedSN12595 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10385.36, 100%, 50%) 0%, hsl(10385.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12596 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10387.36, 100%, 50%) 0%, hsl(10387.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12596 {
background: linear-gradient(to bottom, hsl(10387.36, 100%, 50%) 0%, hsl(10387.36, 100%, 50%) 100%);
}

.bg-SN12596 {
background: linear-gradient(to bottom, hsl(10387.36, 100%, 50%) 0%, hsl(10387.36, 100%, 50%) 100%);
}


#album-music-playedSN12596 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10389.36, 100%, 50%) 0%, hsl(10389.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12597 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10391.36, 100%, 50%) 0%, hsl(10391.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12597 {
background: linear-gradient(to bottom, hsl(10391.36, 100%, 50%) 0%, hsl(10391.36, 100%, 50%) 100%);
}

.bg-SN12597 {
background: linear-gradient(to bottom, hsl(10391.36, 100%, 50%) 0%, hsl(10391.36, 100%, 50%) 100%);
}


#album-music-playedSN12597 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10393.36, 100%, 50%) 0%, hsl(10393.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12598 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10395.36, 100%, 50%) 0%, hsl(10395.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12598 {
background: linear-gradient(to bottom, hsl(10395.36, 100%, 50%) 0%, hsl(10395.36, 100%, 50%) 100%);
}

.bg-SN12598 {
background: linear-gradient(to bottom, hsl(10395.36, 100%, 50%) 0%, hsl(10395.36, 100%, 50%) 100%);
}


#album-music-playedSN12598 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10397.36, 100%, 50%) 0%, hsl(10397.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12599 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10399.36, 100%, 50%) 0%, hsl(10399.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12599 {
background: linear-gradient(to bottom, hsl(10399.36, 100%, 50%) 0%, hsl(10399.36, 100%, 50%) 100%);
}

.bg-SN12599 {
background: linear-gradient(to bottom, hsl(10399.36, 100%, 50%) 0%, hsl(10399.36, 100%, 50%) 100%);
}


#album-music-playedSN12599 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10401.36, 100%, 50%) 0%, hsl(10401.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12600 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10403.36, 100%, 50%) 0%, hsl(10403.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12600 {
background: linear-gradient(to bottom, hsl(10403.36, 100%, 50%) 0%, hsl(10403.36, 100%, 50%) 100%);
}

.bg-SN12600 {
background: linear-gradient(to bottom, hsl(10403.36, 100%, 50%) 0%, hsl(10403.36, 100%, 50%) 100%);
}


#album-music-playedSN12600 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10405.36, 100%, 50%) 0%, hsl(10405.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12601 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10407.36, 100%, 50%) 0%, hsl(10407.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12601 {
background: linear-gradient(to bottom, hsl(10407.36, 100%, 50%) 0%, hsl(10407.36, 100%, 50%) 100%);
}

.bg-SN12601 {
background: linear-gradient(to bottom, hsl(10407.36, 100%, 50%) 0%, hsl(10407.36, 100%, 50%) 100%);
}


#album-music-playedSN12601 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10409.36, 100%, 50%) 0%, hsl(10409.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12602 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10411.36, 100%, 50%) 0%, hsl(10411.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12602 {
background: linear-gradient(to bottom, hsl(10411.36, 100%, 50%) 0%, hsl(10411.36, 100%, 50%) 100%);
}

.bg-SN12602 {
background: linear-gradient(to bottom, hsl(10411.36, 100%, 50%) 0%, hsl(10411.36, 100%, 50%) 100%);
}


#album-music-playedSN12602 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10413.36, 100%, 50%) 0%, hsl(10413.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12603 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10415.36, 100%, 50%) 0%, hsl(10415.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12603 {
background: linear-gradient(to bottom, hsl(10415.36, 100%, 50%) 0%, hsl(10415.36, 100%, 50%) 100%);
}

.bg-SN12603 {
background: linear-gradient(to bottom, hsl(10415.36, 100%, 50%) 0%, hsl(10415.36, 100%, 50%) 100%);
}


#album-music-playedSN12603 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10417.36, 100%, 50%) 0%, hsl(10417.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12604 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10419.36, 100%, 50%) 0%, hsl(10419.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12604 {
background: linear-gradient(to bottom, hsl(10419.36, 100%, 50%) 0%, hsl(10419.36, 100%, 50%) 100%);
}

.bg-SN12604 {
background: linear-gradient(to bottom, hsl(10419.36, 100%, 50%) 0%, hsl(10419.36, 100%, 50%) 100%);
}


#album-music-playedSN12604 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10421.36, 100%, 50%) 0%, hsl(10421.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12605 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10423.36, 100%, 50%) 0%, hsl(10423.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12605 {
background: linear-gradient(to bottom, hsl(10423.36, 100%, 50%) 0%, hsl(10423.36, 100%, 50%) 100%);
}

.bg-SN12605 {
background: linear-gradient(to bottom, hsl(10423.36, 100%, 50%) 0%, hsl(10423.36, 100%, 50%) 100%);
}


#album-music-playedSN12605 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10425.36, 100%, 50%) 0%, hsl(10425.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12606 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10427.36, 100%, 50%) 0%, hsl(10427.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12606 {
background: linear-gradient(to bottom, hsl(10427.36, 100%, 50%) 0%, hsl(10427.36, 100%, 50%) 100%);
}

.bg-SN12606 {
background: linear-gradient(to bottom, hsl(10427.36, 100%, 50%) 0%, hsl(10427.36, 100%, 50%) 100%);
}


#album-music-playedSN12606 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10429.36, 100%, 50%) 0%, hsl(10429.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12607 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10431.36, 100%, 50%) 0%, hsl(10431.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12607 {
background: linear-gradient(to bottom, hsl(10431.36, 100%, 50%) 0%, hsl(10431.36, 100%, 50%) 100%);
}

.bg-SN12607 {
background: linear-gradient(to bottom, hsl(10431.36, 100%, 50%) 0%, hsl(10431.36, 100%, 50%) 100%);
}


#album-music-playedSN12607 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10433.36, 100%, 50%) 0%, hsl(10433.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12608 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10435.36, 100%, 50%) 0%, hsl(10435.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12608 {
background: linear-gradient(to bottom, hsl(10435.36, 100%, 50%) 0%, hsl(10435.36, 100%, 50%) 100%);
}

.bg-SN12608 {
background: linear-gradient(to bottom, hsl(10435.36, 100%, 50%) 0%, hsl(10435.36, 100%, 50%) 100%);
}


#album-music-playedSN12608 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10437.36, 100%, 50%) 0%, hsl(10437.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12609 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10439.36, 100%, 50%) 0%, hsl(10439.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12609 {
background: linear-gradient(to bottom, hsl(10439.36, 100%, 50%) 0%, hsl(10439.36, 100%, 50%) 100%);
}

.bg-SN12609 {
background: linear-gradient(to bottom, hsl(10439.36, 100%, 50%) 0%, hsl(10439.36, 100%, 50%) 100%);
}


#album-music-playedSN12609 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10441.36, 100%, 50%) 0%, hsl(10441.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12610 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10443.36, 100%, 50%) 0%, hsl(10443.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12610 {
background: linear-gradient(to bottom, hsl(10443.36, 100%, 50%) 0%, hsl(10443.36, 100%, 50%) 100%);
}

.bg-SN12610 {
background: linear-gradient(to bottom, hsl(10443.36, 100%, 50%) 0%, hsl(10443.36, 100%, 50%) 100%);
}


#album-music-playedSN12610 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10445.36, 100%, 50%) 0%, hsl(10445.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12611 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10447.36, 100%, 50%) 0%, hsl(10447.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12611 {
background: linear-gradient(to bottom, hsl(10447.36, 100%, 50%) 0%, hsl(10447.36, 100%, 50%) 100%);
}

.bg-SN12611 {
background: linear-gradient(to bottom, hsl(10447.36, 100%, 50%) 0%, hsl(10447.36, 100%, 50%) 100%);
}


#album-music-playedSN12611 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10449.36, 100%, 50%) 0%, hsl(10449.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12612 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10451.36, 100%, 50%) 0%, hsl(10451.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12612 {
background: linear-gradient(to bottom, hsl(10451.36, 100%, 50%) 0%, hsl(10451.36, 100%, 50%) 100%);
}

.bg-SN12612 {
background: linear-gradient(to bottom, hsl(10451.36, 100%, 50%) 0%, hsl(10451.36, 100%, 50%) 100%);
}


#album-music-playedSN12612 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10453.36, 100%, 50%) 0%, hsl(10453.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12613 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10455.36, 100%, 50%) 0%, hsl(10455.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12613 {
background: linear-gradient(to bottom, hsl(10455.36, 100%, 50%) 0%, hsl(10455.36, 100%, 50%) 100%);
}

.bg-SN12613 {
background: linear-gradient(to bottom, hsl(10455.36, 100%, 50%) 0%, hsl(10455.36, 100%, 50%) 100%);
}


#album-music-playedSN12613 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10457.36, 100%, 50%) 0%, hsl(10457.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12614 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10459.36, 100%, 50%) 0%, hsl(10459.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12614 {
background: linear-gradient(to bottom, hsl(10459.36, 100%, 50%) 0%, hsl(10459.36, 100%, 50%) 100%);
}

.bg-SN12614 {
background: linear-gradient(to bottom, hsl(10459.36, 100%, 50%) 0%, hsl(10459.36, 100%, 50%) 100%);
}


#album-music-playedSN12614 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10461.36, 100%, 50%) 0%, hsl(10461.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12615 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10463.36, 100%, 50%) 0%, hsl(10463.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12615 {
background: linear-gradient(to bottom, hsl(10463.36, 100%, 50%) 0%, hsl(10463.36, 100%, 50%) 100%);
}

.bg-SN12615 {
background: linear-gradient(to bottom, hsl(10463.36, 100%, 50%) 0%, hsl(10463.36, 100%, 50%) 100%);
}


#album-music-playedSN12615 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10465.36, 100%, 50%) 0%, hsl(10465.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12616 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10467.36, 100%, 50%) 0%, hsl(10467.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12616 {
background: linear-gradient(to bottom, hsl(10467.36, 100%, 50%) 0%, hsl(10467.36, 100%, 50%) 100%);
}

.bg-SN12616 {
background: linear-gradient(to bottom, hsl(10467.36, 100%, 50%) 0%, hsl(10467.36, 100%, 50%) 100%);
}


#album-music-playedSN12616 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10469.36, 100%, 50%) 0%, hsl(10469.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12617 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10471.36, 100%, 50%) 0%, hsl(10471.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12617 {
background: linear-gradient(to bottom, hsl(10471.36, 100%, 50%) 0%, hsl(10471.36, 100%, 50%) 100%);
}

.bg-SN12617 {
background: linear-gradient(to bottom, hsl(10471.36, 100%, 50%) 0%, hsl(10471.36, 100%, 50%) 100%);
}


#album-music-playedSN12617 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10473.36, 100%, 50%) 0%, hsl(10473.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12618 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10475.36, 100%, 50%) 0%, hsl(10475.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12618 {
background: linear-gradient(to bottom, hsl(10475.36, 100%, 50%) 0%, hsl(10475.36, 100%, 50%) 100%);
}

.bg-SN12618 {
background: linear-gradient(to bottom, hsl(10475.36, 100%, 50%) 0%, hsl(10475.36, 100%, 50%) 100%);
}


#album-music-playedSN12618 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10477.36, 100%, 50%) 0%, hsl(10477.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12619 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10479.36, 100%, 50%) 0%, hsl(10479.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12619 {
background: linear-gradient(to bottom, hsl(10479.36, 100%, 50%) 0%, hsl(10479.36, 100%, 50%) 100%);
}

.bg-SN12619 {
background: linear-gradient(to bottom, hsl(10479.36, 100%, 50%) 0%, hsl(10479.36, 100%, 50%) 100%);
}


#album-music-playedSN12619 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10481.36, 100%, 50%) 0%, hsl(10481.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12620 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10483.36, 100%, 50%) 0%, hsl(10483.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12620 {
background: linear-gradient(to bottom, hsl(10483.36, 100%, 50%) 0%, hsl(10483.36, 100%, 50%) 100%);
}

.bg-SN12620 {
background: linear-gradient(to bottom, hsl(10483.36, 100%, 50%) 0%, hsl(10483.36, 100%, 50%) 100%);
}


#album-music-playedSN12620 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10485.36, 100%, 50%) 0%, hsl(10485.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12621 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10487.36, 100%, 50%) 0%, hsl(10487.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12621 {
background: linear-gradient(to bottom, hsl(10487.36, 100%, 50%) 0%, hsl(10487.36, 100%, 50%) 100%);
}

.bg-SN12621 {
background: linear-gradient(to bottom, hsl(10487.36, 100%, 50%) 0%, hsl(10487.36, 100%, 50%) 100%);
}


#album-music-playedSN12621 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10489.36, 100%, 50%) 0%, hsl(10489.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12622 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10491.36, 100%, 50%) 0%, hsl(10491.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12622 {
background: linear-gradient(to bottom, hsl(10491.36, 100%, 50%) 0%, hsl(10491.36, 100%, 50%) 100%);
}

.bg-SN12622 {
background: linear-gradient(to bottom, hsl(10491.36, 100%, 50%) 0%, hsl(10491.36, 100%, 50%) 100%);
}


#album-music-playedSN12622 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10493.36, 100%, 50%) 0%, hsl(10493.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12623 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10495.36, 100%, 50%) 0%, hsl(10495.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12623 {
background: linear-gradient(to bottom, hsl(10495.36, 100%, 50%) 0%, hsl(10495.36, 100%, 50%) 100%);
}

.bg-SN12623 {
background: linear-gradient(to bottom, hsl(10495.36, 100%, 50%) 0%, hsl(10495.36, 100%, 50%) 100%);
}


#album-music-playedSN12623 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10497.36, 100%, 50%) 0%, hsl(10497.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12624 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10499.36, 100%, 50%) 0%, hsl(10499.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12624 {
background: linear-gradient(to bottom, hsl(10499.36, 100%, 50%) 0%, hsl(10499.36, 100%, 50%) 100%);
}

.bg-SN12624 {
background: linear-gradient(to bottom, hsl(10499.36, 100%, 50%) 0%, hsl(10499.36, 100%, 50%) 100%);
}


#album-music-playedSN12624 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10501.36, 100%, 50%) 0%, hsl(10501.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12625 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10503.36, 100%, 50%) 0%, hsl(10503.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12625 {
background: linear-gradient(to bottom, hsl(10503.36, 100%, 50%) 0%, hsl(10503.36, 100%, 50%) 100%);
}

.bg-SN12625 {
background: linear-gradient(to bottom, hsl(10503.36, 100%, 50%) 0%, hsl(10503.36, 100%, 50%) 100%);
}


#album-music-playedSN12625 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10505.36, 100%, 50%) 0%, hsl(10505.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12626 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10507.36, 100%, 50%) 0%, hsl(10507.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12626 {
background: linear-gradient(to bottom, hsl(10507.36, 100%, 50%) 0%, hsl(10507.36, 100%, 50%) 100%);
}

.bg-SN12626 {
background: linear-gradient(to bottom, hsl(10507.36, 100%, 50%) 0%, hsl(10507.36, 100%, 50%) 100%);
}


#album-music-playedSN12626 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10509.36, 100%, 50%) 0%, hsl(10509.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12627 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10511.36, 100%, 50%) 0%, hsl(10511.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12627 {
background: linear-gradient(to bottom, hsl(10511.36, 100%, 50%) 0%, hsl(10511.36, 100%, 50%) 100%);
}

.bg-SN12627 {
background: linear-gradient(to bottom, hsl(10511.36, 100%, 50%) 0%, hsl(10511.36, 100%, 50%) 100%);
}


#album-music-playedSN12627 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10513.36, 100%, 50%) 0%, hsl(10513.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12628 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10515.36, 100%, 50%) 0%, hsl(10515.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12628 {
background: linear-gradient(to bottom, hsl(10515.36, 100%, 50%) 0%, hsl(10515.36, 100%, 50%) 100%);
}

.bg-SN12628 {
background: linear-gradient(to bottom, hsl(10515.36, 100%, 50%) 0%, hsl(10515.36, 100%, 50%) 100%);
}


#album-music-playedSN12628 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10517.36, 100%, 50%) 0%, hsl(10517.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12629 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10519.36, 100%, 50%) 0%, hsl(10519.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12629 {
background: linear-gradient(to bottom, hsl(10519.36, 100%, 50%) 0%, hsl(10519.36, 100%, 50%) 100%);
}

.bg-SN12629 {
background: linear-gradient(to bottom, hsl(10519.36, 100%, 50%) 0%, hsl(10519.36, 100%, 50%) 100%);
}


#album-music-playedSN12629 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10521.36, 100%, 50%) 0%, hsl(10521.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12630 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10523.36, 100%, 50%) 0%, hsl(10523.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12630 {
background: linear-gradient(to bottom, hsl(10523.36, 100%, 50%) 0%, hsl(10523.36, 100%, 50%) 100%);
}

.bg-SN12630 {
background: linear-gradient(to bottom, hsl(10523.36, 100%, 50%) 0%, hsl(10523.36, 100%, 50%) 100%);
}


#album-music-playedSN12630 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10525.36, 100%, 50%) 0%, hsl(10525.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12631 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10527.36, 100%, 50%) 0%, hsl(10527.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12631 {
background: linear-gradient(to bottom, hsl(10527.36, 100%, 50%) 0%, hsl(10527.36, 100%, 50%) 100%);
}

.bg-SN12631 {
background: linear-gradient(to bottom, hsl(10527.36, 100%, 50%) 0%, hsl(10527.36, 100%, 50%) 100%);
}


#album-music-playedSN12631 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10529.36, 100%, 50%) 0%, hsl(10529.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12632 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10531.36, 100%, 50%) 0%, hsl(10531.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12632 {
background: linear-gradient(to bottom, hsl(10531.36, 100%, 50%) 0%, hsl(10531.36, 100%, 50%) 100%);
}

.bg-SN12632 {
background: linear-gradient(to bottom, hsl(10531.36, 100%, 50%) 0%, hsl(10531.36, 100%, 50%) 100%);
}


#album-music-playedSN12632 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10533.36, 100%, 50%) 0%, hsl(10533.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12633 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10535.36, 100%, 50%) 0%, hsl(10535.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12633 {
background: linear-gradient(to bottom, hsl(10535.36, 100%, 50%) 0%, hsl(10535.36, 100%, 50%) 100%);
}

.bg-SN12633 {
background: linear-gradient(to bottom, hsl(10535.36, 100%, 50%) 0%, hsl(10535.36, 100%, 50%) 100%);
}


#album-music-playedSN12633 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10537.36, 100%, 50%) 0%, hsl(10537.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12634 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10539.36, 100%, 50%) 0%, hsl(10539.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12634 {
background: linear-gradient(to bottom, hsl(10539.36, 100%, 50%) 0%, hsl(10539.36, 100%, 50%) 100%);
}

.bg-SN12634 {
background: linear-gradient(to bottom, hsl(10539.36, 100%, 50%) 0%, hsl(10539.36, 100%, 50%) 100%);
}


#album-music-playedSN12634 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10541.36, 100%, 50%) 0%, hsl(10541.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12635 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10543.36, 100%, 50%) 0%, hsl(10543.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12635 {
background: linear-gradient(to bottom, hsl(10543.36, 100%, 50%) 0%, hsl(10543.36, 100%, 50%) 100%);
}

.bg-SN12635 {
background: linear-gradient(to bottom, hsl(10543.36, 100%, 50%) 0%, hsl(10543.36, 100%, 50%) 100%);
}


#album-music-playedSN12635 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10545.36, 100%, 50%) 0%, hsl(10545.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12636 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10547.36, 100%, 50%) 0%, hsl(10547.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12636 {
background: linear-gradient(to bottom, hsl(10547.36, 100%, 50%) 0%, hsl(10547.36, 100%, 50%) 100%);
}

.bg-SN12636 {
background: linear-gradient(to bottom, hsl(10547.36, 100%, 50%) 0%, hsl(10547.36, 100%, 50%) 100%);
}


#album-music-playedSN12636 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10549.36, 100%, 50%) 0%, hsl(10549.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12637 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10551.36, 100%, 50%) 0%, hsl(10551.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12637 {
background: linear-gradient(to bottom, hsl(10551.36, 100%, 50%) 0%, hsl(10551.36, 100%, 50%) 100%);
}

.bg-SN12637 {
background: linear-gradient(to bottom, hsl(10551.36, 100%, 50%) 0%, hsl(10551.36, 100%, 50%) 100%);
}


#album-music-playedSN12637 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10553.36, 100%, 50%) 0%, hsl(10553.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12638 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10555.36, 100%, 50%) 0%, hsl(10555.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12638 {
background: linear-gradient(to bottom, hsl(10555.36, 100%, 50%) 0%, hsl(10555.36, 100%, 50%) 100%);
}

.bg-SN12638 {
background: linear-gradient(to bottom, hsl(10555.36, 100%, 50%) 0%, hsl(10555.36, 100%, 50%) 100%);
}


#album-music-playedSN12638 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10557.36, 100%, 50%) 0%, hsl(10557.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12639 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10559.36, 100%, 50%) 0%, hsl(10559.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12639 {
background: linear-gradient(to bottom, hsl(10559.36, 100%, 50%) 0%, hsl(10559.36, 100%, 50%) 100%);
}

.bg-SN12639 {
background: linear-gradient(to bottom, hsl(10559.36, 100%, 50%) 0%, hsl(10559.36, 100%, 50%) 100%);
}


#album-music-playedSN12639 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10561.36, 100%, 50%) 0%, hsl(10561.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12640 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10563.36, 100%, 50%) 0%, hsl(10563.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12640 {
background: linear-gradient(to bottom, hsl(10563.36, 100%, 50%) 0%, hsl(10563.36, 100%, 50%) 100%);
}

.bg-SN12640 {
background: linear-gradient(to bottom, hsl(10563.36, 100%, 50%) 0%, hsl(10563.36, 100%, 50%) 100%);
}


#album-music-playedSN12640 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10565.36, 100%, 50%) 0%, hsl(10565.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12641 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10567.36, 100%, 50%) 0%, hsl(10567.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12641 {
background: linear-gradient(to bottom, hsl(10567.36, 100%, 50%) 0%, hsl(10567.36, 100%, 50%) 100%);
}

.bg-SN12641 {
background: linear-gradient(to bottom, hsl(10567.36, 100%, 50%) 0%, hsl(10567.36, 100%, 50%) 100%);
}


#album-music-playedSN12641 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10569.36, 100%, 50%) 0%, hsl(10569.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12642 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10571.36, 100%, 50%) 0%, hsl(10571.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12642 {
background: linear-gradient(to bottom, hsl(10571.36, 100%, 50%) 0%, hsl(10571.36, 100%, 50%) 100%);
}

.bg-SN12642 {
background: linear-gradient(to bottom, hsl(10571.36, 100%, 50%) 0%, hsl(10571.36, 100%, 50%) 100%);
}


#album-music-playedSN12642 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10573.36, 100%, 50%) 0%, hsl(10573.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12643 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10575.36, 100%, 50%) 0%, hsl(10575.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12643 {
background: linear-gradient(to bottom, hsl(10575.36, 100%, 50%) 0%, hsl(10575.36, 100%, 50%) 100%);
}

.bg-SN12643 {
background: linear-gradient(to bottom, hsl(10575.36, 100%, 50%) 0%, hsl(10575.36, 100%, 50%) 100%);
}


#album-music-playedSN12643 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10577.36, 100%, 50%) 0%, hsl(10577.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12644 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10579.36, 100%, 50%) 0%, hsl(10579.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12644 {
background: linear-gradient(to bottom, hsl(10579.36, 100%, 50%) 0%, hsl(10579.36, 100%, 50%) 100%);
}

.bg-SN12644 {
background: linear-gradient(to bottom, hsl(10579.36, 100%, 50%) 0%, hsl(10579.36, 100%, 50%) 100%);
}


#album-music-playedSN12644 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10581.36, 100%, 50%) 0%, hsl(10581.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12645 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10583.36, 100%, 50%) 0%, hsl(10583.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12645 {
background: linear-gradient(to bottom, hsl(10583.36, 100%, 50%) 0%, hsl(10583.36, 100%, 50%) 100%);
}

.bg-SN12645 {
background: linear-gradient(to bottom, hsl(10583.36, 100%, 50%) 0%, hsl(10583.36, 100%, 50%) 100%);
}


#album-music-playedSN12645 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10585.36, 100%, 50%) 0%, hsl(10585.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12646 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10587.36, 100%, 50%) 0%, hsl(10587.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12646 {
background: linear-gradient(to bottom, hsl(10587.36, 100%, 50%) 0%, hsl(10587.36, 100%, 50%) 100%);
}

.bg-SN12646 {
background: linear-gradient(to bottom, hsl(10587.36, 100%, 50%) 0%, hsl(10587.36, 100%, 50%) 100%);
}


#album-music-playedSN12646 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10589.36, 100%, 50%) 0%, hsl(10589.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12647 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10591.36, 100%, 50%) 0%, hsl(10591.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12647 {
background: linear-gradient(to bottom, hsl(10591.36, 100%, 50%) 0%, hsl(10591.36, 100%, 50%) 100%);
}

.bg-SN12647 {
background: linear-gradient(to bottom, hsl(10591.36, 100%, 50%) 0%, hsl(10591.36, 100%, 50%) 100%);
}


#album-music-playedSN12647 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10593.36, 100%, 50%) 0%, hsl(10593.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12648 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10595.36, 100%, 50%) 0%, hsl(10595.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12648 {
background: linear-gradient(to bottom, hsl(10595.36, 100%, 50%) 0%, hsl(10595.36, 100%, 50%) 100%);
}

.bg-SN12648 {
background: linear-gradient(to bottom, hsl(10595.36, 100%, 50%) 0%, hsl(10595.36, 100%, 50%) 100%);
}


#album-music-playedSN12648 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10597.36, 100%, 50%) 0%, hsl(10597.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12649 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10599.36, 100%, 50%) 0%, hsl(10599.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12649 {
background: linear-gradient(to bottom, hsl(10599.36, 100%, 50%) 0%, hsl(10599.36, 100%, 50%) 100%);
}

.bg-SN12649 {
background: linear-gradient(to bottom, hsl(10599.36, 100%, 50%) 0%, hsl(10599.36, 100%, 50%) 100%);
}


#album-music-playedSN12649 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10601.36, 100%, 50%) 0%, hsl(10601.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12650 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10603.36, 100%, 50%) 0%, hsl(10603.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12650 {
background: linear-gradient(to bottom, hsl(10603.36, 100%, 50%) 0%, hsl(10603.36, 100%, 50%) 100%);
}

.bg-SN12650 {
background: linear-gradient(to bottom, hsl(10603.36, 100%, 50%) 0%, hsl(10603.36, 100%, 50%) 100%);
}


#album-music-playedSN12650 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10605.36, 100%, 50%) 0%, hsl(10605.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12651 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10607.36, 100%, 50%) 0%, hsl(10607.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12651 {
background: linear-gradient(to bottom, hsl(10607.36, 100%, 50%) 0%, hsl(10607.36, 100%, 50%) 100%);
}

.bg-SN12651 {
background: linear-gradient(to bottom, hsl(10607.36, 100%, 50%) 0%, hsl(10607.36, 100%, 50%) 100%);
}


#album-music-playedSN12651 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10609.36, 100%, 50%) 0%, hsl(10609.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12652 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10611.36, 100%, 50%) 0%, hsl(10611.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12652 {
background: linear-gradient(to bottom, hsl(10611.36, 100%, 50%) 0%, hsl(10611.36, 100%, 50%) 100%);
}

.bg-SN12652 {
background: linear-gradient(to bottom, hsl(10611.36, 100%, 50%) 0%, hsl(10611.36, 100%, 50%) 100%);
}


#album-music-playedSN12652 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10613.36, 100%, 50%) 0%, hsl(10613.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12653 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10615.36, 100%, 50%) 0%, hsl(10615.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12653 {
background: linear-gradient(to bottom, hsl(10615.36, 100%, 50%) 0%, hsl(10615.36, 100%, 50%) 100%);
}

.bg-SN12653 {
background: linear-gradient(to bottom, hsl(10615.36, 100%, 50%) 0%, hsl(10615.36, 100%, 50%) 100%);
}


#album-music-playedSN12653 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10617.36, 100%, 50%) 0%, hsl(10617.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12654 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10619.36, 100%, 50%) 0%, hsl(10619.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12654 {
background: linear-gradient(to bottom, hsl(10619.36, 100%, 50%) 0%, hsl(10619.36, 100%, 50%) 100%);
}

.bg-SN12654 {
background: linear-gradient(to bottom, hsl(10619.36, 100%, 50%) 0%, hsl(10619.36, 100%, 50%) 100%);
}


#album-music-playedSN12654 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10621.36, 100%, 50%) 0%, hsl(10621.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12655 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10623.36, 100%, 50%) 0%, hsl(10623.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12655 {
background: linear-gradient(to bottom, hsl(10623.36, 100%, 50%) 0%, hsl(10623.36, 100%, 50%) 100%);
}

.bg-SN12655 {
background: linear-gradient(to bottom, hsl(10623.36, 100%, 50%) 0%, hsl(10623.36, 100%, 50%) 100%);
}


#album-music-playedSN12655 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10625.36, 100%, 50%) 0%, hsl(10625.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12656 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10627.36, 100%, 50%) 0%, hsl(10627.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12656 {
background: linear-gradient(to bottom, hsl(10627.36, 100%, 50%) 0%, hsl(10627.36, 100%, 50%) 100%);
}

.bg-SN12656 {
background: linear-gradient(to bottom, hsl(10627.36, 100%, 50%) 0%, hsl(10627.36, 100%, 50%) 100%);
}


#album-music-playedSN12656 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10629.36, 100%, 50%) 0%, hsl(10629.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12657 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10631.36, 100%, 50%) 0%, hsl(10631.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12657 {
background: linear-gradient(to bottom, hsl(10631.36, 100%, 50%) 0%, hsl(10631.36, 100%, 50%) 100%);
}

.bg-SN12657 {
background: linear-gradient(to bottom, hsl(10631.36, 100%, 50%) 0%, hsl(10631.36, 100%, 50%) 100%);
}


#album-music-playedSN12657 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10633.36, 100%, 50%) 0%, hsl(10633.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12658 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10635.36, 100%, 50%) 0%, hsl(10635.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12658 {
background: linear-gradient(to bottom, hsl(10635.36, 100%, 50%) 0%, hsl(10635.36, 100%, 50%) 100%);
}

.bg-SN12658 {
background: linear-gradient(to bottom, hsl(10635.36, 100%, 50%) 0%, hsl(10635.36, 100%, 50%) 100%);
}


#album-music-playedSN12658 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10637.36, 100%, 50%) 0%, hsl(10637.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12659 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10639.36, 100%, 50%) 0%, hsl(10639.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12659 {
background: linear-gradient(to bottom, hsl(10639.36, 100%, 50%) 0%, hsl(10639.36, 100%, 50%) 100%);
}

.bg-SN12659 {
background: linear-gradient(to bottom, hsl(10639.36, 100%, 50%) 0%, hsl(10639.36, 100%, 50%) 100%);
}


#album-music-playedSN12659 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10641.36, 100%, 50%) 0%, hsl(10641.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12660 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10643.36, 100%, 50%) 0%, hsl(10643.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12660 {
background: linear-gradient(to bottom, hsl(10643.36, 100%, 50%) 0%, hsl(10643.36, 100%, 50%) 100%);
}

.bg-SN12660 {
background: linear-gradient(to bottom, hsl(10643.36, 100%, 50%) 0%, hsl(10643.36, 100%, 50%) 100%);
}


#album-music-playedSN12660 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10645.36, 100%, 50%) 0%, hsl(10645.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12661 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10647.36, 100%, 50%) 0%, hsl(10647.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12661 {
background: linear-gradient(to bottom, hsl(10647.36, 100%, 50%) 0%, hsl(10647.36, 100%, 50%) 100%);
}

.bg-SN12661 {
background: linear-gradient(to bottom, hsl(10647.36, 100%, 50%) 0%, hsl(10647.36, 100%, 50%) 100%);
}


#album-music-playedSN12661 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10649.36, 100%, 50%) 0%, hsl(10649.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12662 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10651.36, 100%, 50%) 0%, hsl(10651.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12662 {
background: linear-gradient(to bottom, hsl(10651.36, 100%, 50%) 0%, hsl(10651.36, 100%, 50%) 100%);
}

.bg-SN12662 {
background: linear-gradient(to bottom, hsl(10651.36, 100%, 50%) 0%, hsl(10651.36, 100%, 50%) 100%);
}


#album-music-playedSN12662 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10653.36, 100%, 50%) 0%, hsl(10653.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12663 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10655.36, 100%, 50%) 0%, hsl(10655.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12663 {
background: linear-gradient(to bottom, hsl(10655.36, 100%, 50%) 0%, hsl(10655.36, 100%, 50%) 100%);
}

.bg-SN12663 {
background: linear-gradient(to bottom, hsl(10655.36, 100%, 50%) 0%, hsl(10655.36, 100%, 50%) 100%);
}


#album-music-playedSN12663 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10657.36, 100%, 50%) 0%, hsl(10657.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12664 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10659.36, 100%, 50%) 0%, hsl(10659.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12664 {
background: linear-gradient(to bottom, hsl(10659.36, 100%, 50%) 0%, hsl(10659.36, 100%, 50%) 100%);
}

.bg-SN12664 {
background: linear-gradient(to bottom, hsl(10659.36, 100%, 50%) 0%, hsl(10659.36, 100%, 50%) 100%);
}


#album-music-playedSN12664 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10661.36, 100%, 50%) 0%, hsl(10661.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12665 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10663.36, 100%, 50%) 0%, hsl(10663.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12665 {
background: linear-gradient(to bottom, hsl(10663.36, 100%, 50%) 0%, hsl(10663.36, 100%, 50%) 100%);
}

.bg-SN12665 {
background: linear-gradient(to bottom, hsl(10663.36, 100%, 50%) 0%, hsl(10663.36, 100%, 50%) 100%);
}


#album-music-playedSN12665 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10665.36, 100%, 50%) 0%, hsl(10665.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12666 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10667.36, 100%, 50%) 0%, hsl(10667.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12666 {
background: linear-gradient(to bottom, hsl(10667.36, 100%, 50%) 0%, hsl(10667.36, 100%, 50%) 100%);
}

.bg-SN12666 {
background: linear-gradient(to bottom, hsl(10667.36, 100%, 50%) 0%, hsl(10667.36, 100%, 50%) 100%);
}


#album-music-playedSN12666 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10669.36, 100%, 50%) 0%, hsl(10669.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12667 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10671.36, 100%, 50%) 0%, hsl(10671.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12667 {
background: linear-gradient(to bottom, hsl(10671.36, 100%, 50%) 0%, hsl(10671.36, 100%, 50%) 100%);
}

.bg-SN12667 {
background: linear-gradient(to bottom, hsl(10671.36, 100%, 50%) 0%, hsl(10671.36, 100%, 50%) 100%);
}


#album-music-playedSN12667 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10673.36, 100%, 50%) 0%, hsl(10673.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12668 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10675.36, 100%, 50%) 0%, hsl(10675.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12668 {
background: linear-gradient(to bottom, hsl(10675.36, 100%, 50%) 0%, hsl(10675.36, 100%, 50%) 100%);
}

.bg-SN12668 {
background: linear-gradient(to bottom, hsl(10675.36, 100%, 50%) 0%, hsl(10675.36, 100%, 50%) 100%);
}


#album-music-playedSN12668 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10677.36, 100%, 50%) 0%, hsl(10677.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12669 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10679.36, 100%, 50%) 0%, hsl(10679.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12669 {
background: linear-gradient(to bottom, hsl(10679.36, 100%, 50%) 0%, hsl(10679.36, 100%, 50%) 100%);
}

.bg-SN12669 {
background: linear-gradient(to bottom, hsl(10679.36, 100%, 50%) 0%, hsl(10679.36, 100%, 50%) 100%);
}


#album-music-playedSN12669 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10681.36, 100%, 50%) 0%, hsl(10681.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12670 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10683.36, 100%, 50%) 0%, hsl(10683.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12670 {
background: linear-gradient(to bottom, hsl(10683.36, 100%, 50%) 0%, hsl(10683.36, 100%, 50%) 100%);
}

.bg-SN12670 {
background: linear-gradient(to bottom, hsl(10683.36, 100%, 50%) 0%, hsl(10683.36, 100%, 50%) 100%);
}


#album-music-playedSN12670 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10685.36, 100%, 50%) 0%, hsl(10685.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12671 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10687.36, 100%, 50%) 0%, hsl(10687.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12671 {
background: linear-gradient(to bottom, hsl(10687.36, 100%, 50%) 0%, hsl(10687.36, 100%, 50%) 100%);
}

.bg-SN12671 {
background: linear-gradient(to bottom, hsl(10687.36, 100%, 50%) 0%, hsl(10687.36, 100%, 50%) 100%);
}


#album-music-playedSN12671 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10689.36, 100%, 50%) 0%, hsl(10689.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12672 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10691.36, 100%, 50%) 0%, hsl(10691.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12672 {
background: linear-gradient(to bottom, hsl(10691.36, 100%, 50%) 0%, hsl(10691.36, 100%, 50%) 100%);
}

.bg-SN12672 {
background: linear-gradient(to bottom, hsl(10691.36, 100%, 50%) 0%, hsl(10691.36, 100%, 50%) 100%);
}


#album-music-playedSN12672 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10693.36, 100%, 50%) 0%, hsl(10693.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12673 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10695.36, 100%, 50%) 0%, hsl(10695.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12673 {
background: linear-gradient(to bottom, hsl(10695.36, 100%, 50%) 0%, hsl(10695.36, 100%, 50%) 100%);
}

.bg-SN12673 {
background: linear-gradient(to bottom, hsl(10695.36, 100%, 50%) 0%, hsl(10695.36, 100%, 50%) 100%);
}


#album-music-playedSN12673 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10697.36, 100%, 50%) 0%, hsl(10697.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12674 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10699.36, 100%, 50%) 0%, hsl(10699.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12674 {
background: linear-gradient(to bottom, hsl(10699.36, 100%, 50%) 0%, hsl(10699.36, 100%, 50%) 100%);
}

.bg-SN12674 {
background: linear-gradient(to bottom, hsl(10699.36, 100%, 50%) 0%, hsl(10699.36, 100%, 50%) 100%);
}


#album-music-playedSN12674 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10701.36, 100%, 50%) 0%, hsl(10701.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12675 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10703.36, 100%, 50%) 0%, hsl(10703.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12675 {
background: linear-gradient(to bottom, hsl(10703.36, 100%, 50%) 0%, hsl(10703.36, 100%, 50%) 100%);
}

.bg-SN12675 {
background: linear-gradient(to bottom, hsl(10703.36, 100%, 50%) 0%, hsl(10703.36, 100%, 50%) 100%);
}


#album-music-playedSN12675 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10705.36, 100%, 50%) 0%, hsl(10705.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12676 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10707.36, 100%, 50%) 0%, hsl(10707.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12676 {
background: linear-gradient(to bottom, hsl(10707.36, 100%, 50%) 0%, hsl(10707.36, 100%, 50%) 100%);
}

.bg-SN12676 {
background: linear-gradient(to bottom, hsl(10707.36, 100%, 50%) 0%, hsl(10707.36, 100%, 50%) 100%);
}


#album-music-playedSN12676 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10709.36, 100%, 50%) 0%, hsl(10709.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12677 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10711.36, 100%, 50%) 0%, hsl(10711.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12677 {
background: linear-gradient(to bottom, hsl(10711.36, 100%, 50%) 0%, hsl(10711.36, 100%, 50%) 100%);
}

.bg-SN12677 {
background: linear-gradient(to bottom, hsl(10711.36, 100%, 50%) 0%, hsl(10711.36, 100%, 50%) 100%);
}


#album-music-playedSN12677 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10713.36, 100%, 50%) 0%, hsl(10713.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12678 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10715.36, 100%, 50%) 0%, hsl(10715.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12678 {
background: linear-gradient(to bottom, hsl(10715.36, 100%, 50%) 0%, hsl(10715.36, 100%, 50%) 100%);
}

.bg-SN12678 {
background: linear-gradient(to bottom, hsl(10715.36, 100%, 50%) 0%, hsl(10715.36, 100%, 50%) 100%);
}


#album-music-playedSN12678 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10717.36, 100%, 50%) 0%, hsl(10717.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12679 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10719.36, 100%, 50%) 0%, hsl(10719.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12679 {
background: linear-gradient(to bottom, hsl(10719.36, 100%, 50%) 0%, hsl(10719.36, 100%, 50%) 100%);
}

.bg-SN12679 {
background: linear-gradient(to bottom, hsl(10719.36, 100%, 50%) 0%, hsl(10719.36, 100%, 50%) 100%);
}


#album-music-playedSN12679 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10721.36, 100%, 50%) 0%, hsl(10721.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12680 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10723.36, 100%, 50%) 0%, hsl(10723.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12680 {
background: linear-gradient(to bottom, hsl(10723.36, 100%, 50%) 0%, hsl(10723.36, 100%, 50%) 100%);
}

.bg-SN12680 {
background: linear-gradient(to bottom, hsl(10723.36, 100%, 50%) 0%, hsl(10723.36, 100%, 50%) 100%);
}


#album-music-playedSN12680 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10725.36, 100%, 50%) 0%, hsl(10725.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12681 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10727.36, 100%, 50%) 0%, hsl(10727.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12681 {
background: linear-gradient(to bottom, hsl(10727.36, 100%, 50%) 0%, hsl(10727.36, 100%, 50%) 100%);
}

.bg-SN12681 {
background: linear-gradient(to bottom, hsl(10727.36, 100%, 50%) 0%, hsl(10727.36, 100%, 50%) 100%);
}


#album-music-playedSN12681 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10729.36, 100%, 50%) 0%, hsl(10729.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12682 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10731.36, 100%, 50%) 0%, hsl(10731.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12682 {
background: linear-gradient(to bottom, hsl(10731.36, 100%, 50%) 0%, hsl(10731.36, 100%, 50%) 100%);
}

.bg-SN12682 {
background: linear-gradient(to bottom, hsl(10731.36, 100%, 50%) 0%, hsl(10731.36, 100%, 50%) 100%);
}


#album-music-playedSN12682 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10733.36, 100%, 50%) 0%, hsl(10733.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12683 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10735.36, 100%, 50%) 0%, hsl(10735.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12683 {
background: linear-gradient(to bottom, hsl(10735.36, 100%, 50%) 0%, hsl(10735.36, 100%, 50%) 100%);
}

.bg-SN12683 {
background: linear-gradient(to bottom, hsl(10735.36, 100%, 50%) 0%, hsl(10735.36, 100%, 50%) 100%);
}


#album-music-playedSN12683 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10737.36, 100%, 50%) 0%, hsl(10737.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12684 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10739.36, 100%, 50%) 0%, hsl(10739.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12684 {
background: linear-gradient(to bottom, hsl(10739.36, 100%, 50%) 0%, hsl(10739.36, 100%, 50%) 100%);
}

.bg-SN12684 {
background: linear-gradient(to bottom, hsl(10739.36, 100%, 50%) 0%, hsl(10739.36, 100%, 50%) 100%);
}


#album-music-playedSN12684 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10741.36, 100%, 50%) 0%, hsl(10741.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12685 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10743.36, 100%, 50%) 0%, hsl(10743.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12685 {
background: linear-gradient(to bottom, hsl(10743.36, 100%, 50%) 0%, hsl(10743.36, 100%, 50%) 100%);
}

.bg-SN12685 {
background: linear-gradient(to bottom, hsl(10743.36, 100%, 50%) 0%, hsl(10743.36, 100%, 50%) 100%);
}


#album-music-playedSN12685 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10745.36, 100%, 50%) 0%, hsl(10745.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12686 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10747.36, 100%, 50%) 0%, hsl(10747.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12686 {
background: linear-gradient(to bottom, hsl(10747.36, 100%, 50%) 0%, hsl(10747.36, 100%, 50%) 100%);
}

.bg-SN12686 {
background: linear-gradient(to bottom, hsl(10747.36, 100%, 50%) 0%, hsl(10747.36, 100%, 50%) 100%);
}


#album-music-playedSN12686 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10749.36, 100%, 50%) 0%, hsl(10749.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12687 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10751.36, 100%, 50%) 0%, hsl(10751.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12687 {
background: linear-gradient(to bottom, hsl(10751.36, 100%, 50%) 0%, hsl(10751.36, 100%, 50%) 100%);
}

.bg-SN12687 {
background: linear-gradient(to bottom, hsl(10751.36, 100%, 50%) 0%, hsl(10751.36, 100%, 50%) 100%);
}


#album-music-playedSN12687 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10753.36, 100%, 50%) 0%, hsl(10753.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12688 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10755.36, 100%, 50%) 0%, hsl(10755.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12688 {
background: linear-gradient(to bottom, hsl(10755.36, 100%, 50%) 0%, hsl(10755.36, 100%, 50%) 100%);
}

.bg-SN12688 {
background: linear-gradient(to bottom, hsl(10755.36, 100%, 50%) 0%, hsl(10755.36, 100%, 50%) 100%);
}


#album-music-playedSN12688 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10757.36, 100%, 50%) 0%, hsl(10757.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12689 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10759.36, 100%, 50%) 0%, hsl(10759.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12689 {
background: linear-gradient(to bottom, hsl(10759.36, 100%, 50%) 0%, hsl(10759.36, 100%, 50%) 100%);
}

.bg-SN12689 {
background: linear-gradient(to bottom, hsl(10759.36, 100%, 50%) 0%, hsl(10759.36, 100%, 50%) 100%);
}


#album-music-playedSN12689 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10761.36, 100%, 50%) 0%, hsl(10761.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12690 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10763.36, 100%, 50%) 0%, hsl(10763.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12690 {
background: linear-gradient(to bottom, hsl(10763.36, 100%, 50%) 0%, hsl(10763.36, 100%, 50%) 100%);
}

.bg-SN12690 {
background: linear-gradient(to bottom, hsl(10763.36, 100%, 50%) 0%, hsl(10763.36, 100%, 50%) 100%);
}


#album-music-playedSN12690 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10765.36, 100%, 50%) 0%, hsl(10765.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12691 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10767.36, 100%, 50%) 0%, hsl(10767.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12691 {
background: linear-gradient(to bottom, hsl(10767.36, 100%, 50%) 0%, hsl(10767.36, 100%, 50%) 100%);
}

.bg-SN12691 {
background: linear-gradient(to bottom, hsl(10767.36, 100%, 50%) 0%, hsl(10767.36, 100%, 50%) 100%);
}


#album-music-playedSN12691 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10769.36, 100%, 50%) 0%, hsl(10769.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12692 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10771.36, 100%, 50%) 0%, hsl(10771.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12692 {
background: linear-gradient(to bottom, hsl(10771.36, 100%, 50%) 0%, hsl(10771.36, 100%, 50%) 100%);
}

.bg-SN12692 {
background: linear-gradient(to bottom, hsl(10771.36, 100%, 50%) 0%, hsl(10771.36, 100%, 50%) 100%);
}


#album-music-playedSN12692 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10773.36, 100%, 50%) 0%, hsl(10773.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12693 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10775.36, 100%, 50%) 0%, hsl(10775.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12693 {
background: linear-gradient(to bottom, hsl(10775.36, 100%, 50%) 0%, hsl(10775.36, 100%, 50%) 100%);
}

.bg-SN12693 {
background: linear-gradient(to bottom, hsl(10775.36, 100%, 50%) 0%, hsl(10775.36, 100%, 50%) 100%);
}


#album-music-playedSN12693 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10777.36, 100%, 50%) 0%, hsl(10777.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12694 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10779.36, 100%, 50%) 0%, hsl(10779.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12694 {
background: linear-gradient(to bottom, hsl(10779.36, 100%, 50%) 0%, hsl(10779.36, 100%, 50%) 100%);
}

.bg-SN12694 {
background: linear-gradient(to bottom, hsl(10779.36, 100%, 50%) 0%, hsl(10779.36, 100%, 50%) 100%);
}


#album-music-playedSN12694 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10781.36, 100%, 50%) 0%, hsl(10781.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12695 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10783.36, 100%, 50%) 0%, hsl(10783.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12695 {
background: linear-gradient(to bottom, hsl(10783.36, 100%, 50%) 0%, hsl(10783.36, 100%, 50%) 100%);
}

.bg-SN12695 {
background: linear-gradient(to bottom, hsl(10783.36, 100%, 50%) 0%, hsl(10783.36, 100%, 50%) 100%);
}


#album-music-playedSN12695 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10785.36, 100%, 50%) 0%, hsl(10785.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12696 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10787.36, 100%, 50%) 0%, hsl(10787.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12696 {
background: linear-gradient(to bottom, hsl(10787.36, 100%, 50%) 0%, hsl(10787.36, 100%, 50%) 100%);
}

.bg-SN12696 {
background: linear-gradient(to bottom, hsl(10787.36, 100%, 50%) 0%, hsl(10787.36, 100%, 50%) 100%);
}


#album-music-playedSN12696 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10789.36, 100%, 50%) 0%, hsl(10789.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12697 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10791.36, 100%, 50%) 0%, hsl(10791.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12697 {
background: linear-gradient(to bottom, hsl(10791.36, 100%, 50%) 0%, hsl(10791.36, 100%, 50%) 100%);
}

.bg-SN12697 {
background: linear-gradient(to bottom, hsl(10791.36, 100%, 50%) 0%, hsl(10791.36, 100%, 50%) 100%);
}


#album-music-playedSN12697 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10793.36, 100%, 50%) 0%, hsl(10793.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12698 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10795.36, 100%, 50%) 0%, hsl(10795.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12698 {
background: linear-gradient(to bottom, hsl(10795.36, 100%, 50%) 0%, hsl(10795.36, 100%, 50%) 100%);
}

.bg-SN12698 {
background: linear-gradient(to bottom, hsl(10795.36, 100%, 50%) 0%, hsl(10795.36, 100%, 50%) 100%);
}


#album-music-playedSN12698 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10797.36, 100%, 50%) 0%, hsl(10797.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12699 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10799.36, 100%, 50%) 0%, hsl(10799.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12699 {
background: linear-gradient(to bottom, hsl(10799.36, 100%, 50%) 0%, hsl(10799.36, 100%, 50%) 100%);
}

.bg-SN12699 {
background: linear-gradient(to bottom, hsl(10799.36, 100%, 50%) 0%, hsl(10799.36, 100%, 50%) 100%);
}


#album-music-playedSN12699 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10801.36, 100%, 50%) 0%, hsl(10801.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12700 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10803.36, 100%, 50%) 0%, hsl(10803.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12700 {
background: linear-gradient(to bottom, hsl(10803.36, 100%, 50%) 0%, hsl(10803.36, 100%, 50%) 100%);
}

.bg-SN12700 {
background: linear-gradient(to bottom, hsl(10803.36, 100%, 50%) 0%, hsl(10803.36, 100%, 50%) 100%);
}


#album-music-playedSN12700 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10805.36, 100%, 50%) 0%, hsl(10805.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12701 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10807.36, 100%, 50%) 0%, hsl(10807.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12701 {
background: linear-gradient(to bottom, hsl(10807.36, 100%, 50%) 0%, hsl(10807.36, 100%, 50%) 100%);
}

.bg-SN12701 {
background: linear-gradient(to bottom, hsl(10807.36, 100%, 50%) 0%, hsl(10807.36, 100%, 50%) 100%);
}


#album-music-playedSN12701 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10809.36, 100%, 50%) 0%, hsl(10809.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12702 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10811.36, 100%, 50%) 0%, hsl(10811.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12702 {
background: linear-gradient(to bottom, hsl(10811.36, 100%, 50%) 0%, hsl(10811.36, 100%, 50%) 100%);
}

.bg-SN12702 {
background: linear-gradient(to bottom, hsl(10811.36, 100%, 50%) 0%, hsl(10811.36, 100%, 50%) 100%);
}


#album-music-playedSN12702 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10813.36, 100%, 50%) 0%, hsl(10813.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12703 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10815.36, 100%, 50%) 0%, hsl(10815.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12703 {
background: linear-gradient(to bottom, hsl(10815.36, 100%, 50%) 0%, hsl(10815.36, 100%, 50%) 100%);
}

.bg-SN12703 {
background: linear-gradient(to bottom, hsl(10815.36, 100%, 50%) 0%, hsl(10815.36, 100%, 50%) 100%);
}


#album-music-playedSN12703 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10817.36, 100%, 50%) 0%, hsl(10817.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12704 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10819.36, 100%, 50%) 0%, hsl(10819.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12704 {
background: linear-gradient(to bottom, hsl(10819.36, 100%, 50%) 0%, hsl(10819.36, 100%, 50%) 100%);
}

.bg-SN12704 {
background: linear-gradient(to bottom, hsl(10819.36, 100%, 50%) 0%, hsl(10819.36, 100%, 50%) 100%);
}


#album-music-playedSN12704 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10821.36, 100%, 50%) 0%, hsl(10821.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12705 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10823.36, 100%, 50%) 0%, hsl(10823.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12705 {
background: linear-gradient(to bottom, hsl(10823.36, 100%, 50%) 0%, hsl(10823.36, 100%, 50%) 100%);
}

.bg-SN12705 {
background: linear-gradient(to bottom, hsl(10823.36, 100%, 50%) 0%, hsl(10823.36, 100%, 50%) 100%);
}


#album-music-playedSN12705 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10825.36, 100%, 50%) 0%, hsl(10825.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12706 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10827.36, 100%, 50%) 0%, hsl(10827.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12706 {
background: linear-gradient(to bottom, hsl(10827.36, 100%, 50%) 0%, hsl(10827.36, 100%, 50%) 100%);
}

.bg-SN12706 {
background: linear-gradient(to bottom, hsl(10827.36, 100%, 50%) 0%, hsl(10827.36, 100%, 50%) 100%);
}


#album-music-playedSN12706 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10829.36, 100%, 50%) 0%, hsl(10829.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12707 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10831.36, 100%, 50%) 0%, hsl(10831.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12707 {
background: linear-gradient(to bottom, hsl(10831.36, 100%, 50%) 0%, hsl(10831.36, 100%, 50%) 100%);
}

.bg-SN12707 {
background: linear-gradient(to bottom, hsl(10831.36, 100%, 50%) 0%, hsl(10831.36, 100%, 50%) 100%);
}


#album-music-playedSN12707 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10833.36, 100%, 50%) 0%, hsl(10833.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12708 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10835.36, 100%, 50%) 0%, hsl(10835.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12708 {
background: linear-gradient(to bottom, hsl(10835.36, 100%, 50%) 0%, hsl(10835.36, 100%, 50%) 100%);
}

.bg-SN12708 {
background: linear-gradient(to bottom, hsl(10835.36, 100%, 50%) 0%, hsl(10835.36, 100%, 50%) 100%);
}


#album-music-playedSN12708 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10837.36, 100%, 50%) 0%, hsl(10837.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12709 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10839.36, 100%, 50%) 0%, hsl(10839.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12709 {
background: linear-gradient(to bottom, hsl(10839.36, 100%, 50%) 0%, hsl(10839.36, 100%, 50%) 100%);
}

.bg-SN12709 {
background: linear-gradient(to bottom, hsl(10839.36, 100%, 50%) 0%, hsl(10839.36, 100%, 50%) 100%);
}


#album-music-playedSN12709 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10841.36, 100%, 50%) 0%, hsl(10841.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12710 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10843.36, 100%, 50%) 0%, hsl(10843.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12710 {
background: linear-gradient(to bottom, hsl(10843.36, 100%, 50%) 0%, hsl(10843.36, 100%, 50%) 100%);
}

.bg-SN12710 {
background: linear-gradient(to bottom, hsl(10843.36, 100%, 50%) 0%, hsl(10843.36, 100%, 50%) 100%);
}


#album-music-playedSN12710 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10845.36, 100%, 50%) 0%, hsl(10845.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12711 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10847.36, 100%, 50%) 0%, hsl(10847.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12711 {
background: linear-gradient(to bottom, hsl(10847.36, 100%, 50%) 0%, hsl(10847.36, 100%, 50%) 100%);
}

.bg-SN12711 {
background: linear-gradient(to bottom, hsl(10847.36, 100%, 50%) 0%, hsl(10847.36, 100%, 50%) 100%);
}


#album-music-playedSN12711 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10849.36, 100%, 50%) 0%, hsl(10849.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12712 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10851.36, 100%, 50%) 0%, hsl(10851.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12712 {
background: linear-gradient(to bottom, hsl(10851.36, 100%, 50%) 0%, hsl(10851.36, 100%, 50%) 100%);
}

.bg-SN12712 {
background: linear-gradient(to bottom, hsl(10851.36, 100%, 50%) 0%, hsl(10851.36, 100%, 50%) 100%);
}


#album-music-playedSN12712 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10853.36, 100%, 50%) 0%, hsl(10853.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12713 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10855.36, 100%, 50%) 0%, hsl(10855.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12713 {
background: linear-gradient(to bottom, hsl(10855.36, 100%, 50%) 0%, hsl(10855.36, 100%, 50%) 100%);
}

.bg-SN12713 {
background: linear-gradient(to bottom, hsl(10855.36, 100%, 50%) 0%, hsl(10855.36, 100%, 50%) 100%);
}


#album-music-playedSN12713 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10857.36, 100%, 50%) 0%, hsl(10857.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12714 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10859.36, 100%, 50%) 0%, hsl(10859.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12714 {
background: linear-gradient(to bottom, hsl(10859.36, 100%, 50%) 0%, hsl(10859.36, 100%, 50%) 100%);
}

.bg-SN12714 {
background: linear-gradient(to bottom, hsl(10859.36, 100%, 50%) 0%, hsl(10859.36, 100%, 50%) 100%);
}


#album-music-playedSN12714 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10861.36, 100%, 50%) 0%, hsl(10861.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12715 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10863.36, 100%, 50%) 0%, hsl(10863.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12715 {
background: linear-gradient(to bottom, hsl(10863.36, 100%, 50%) 0%, hsl(10863.36, 100%, 50%) 100%);
}

.bg-SN12715 {
background: linear-gradient(to bottom, hsl(10863.36, 100%, 50%) 0%, hsl(10863.36, 100%, 50%) 100%);
}


#album-music-playedSN12715 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10865.36, 100%, 50%) 0%, hsl(10865.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12716 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10867.36, 100%, 50%) 0%, hsl(10867.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12716 {
background: linear-gradient(to bottom, hsl(10867.36, 100%, 50%) 0%, hsl(10867.36, 100%, 50%) 100%);
}

.bg-SN12716 {
background: linear-gradient(to bottom, hsl(10867.36, 100%, 50%) 0%, hsl(10867.36, 100%, 50%) 100%);
}


#album-music-playedSN12716 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10869.36, 100%, 50%) 0%, hsl(10869.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12717 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10871.36, 100%, 50%) 0%, hsl(10871.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12717 {
background: linear-gradient(to bottom, hsl(10871.36, 100%, 50%) 0%, hsl(10871.36, 100%, 50%) 100%);
}

.bg-SN12717 {
background: linear-gradient(to bottom, hsl(10871.36, 100%, 50%) 0%, hsl(10871.36, 100%, 50%) 100%);
}


#album-music-playedSN12717 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10873.36, 100%, 50%) 0%, hsl(10873.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12718 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10875.36, 100%, 50%) 0%, hsl(10875.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12718 {
background: linear-gradient(to bottom, hsl(10875.36, 100%, 50%) 0%, hsl(10875.36, 100%, 50%) 100%);
}

.bg-SN12718 {
background: linear-gradient(to bottom, hsl(10875.36, 100%, 50%) 0%, hsl(10875.36, 100%, 50%) 100%);
}


#album-music-playedSN12718 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10877.36, 100%, 50%) 0%, hsl(10877.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12719 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10879.36, 100%, 50%) 0%, hsl(10879.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12719 {
background: linear-gradient(to bottom, hsl(10879.36, 100%, 50%) 0%, hsl(10879.36, 100%, 50%) 100%);
}

.bg-SN12719 {
background: linear-gradient(to bottom, hsl(10879.36, 100%, 50%) 0%, hsl(10879.36, 100%, 50%) 100%);
}


#album-music-playedSN12719 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10881.36, 100%, 50%) 0%, hsl(10881.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12720 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10883.36, 100%, 50%) 0%, hsl(10883.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12720 {
background: linear-gradient(to bottom, hsl(10883.36, 100%, 50%) 0%, hsl(10883.36, 100%, 50%) 100%);
}

.bg-SN12720 {
background: linear-gradient(to bottom, hsl(10883.36, 100%, 50%) 0%, hsl(10883.36, 100%, 50%) 100%);
}


#album-music-playedSN12720 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10885.36, 100%, 50%) 0%, hsl(10885.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12721 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10887.36, 100%, 50%) 0%, hsl(10887.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12721 {
background: linear-gradient(to bottom, hsl(10887.36, 100%, 50%) 0%, hsl(10887.36, 100%, 50%) 100%);
}

.bg-SN12721 {
background: linear-gradient(to bottom, hsl(10887.36, 100%, 50%) 0%, hsl(10887.36, 100%, 50%) 100%);
}


#album-music-playedSN12721 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10889.36, 100%, 50%) 0%, hsl(10889.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12722 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10891.36, 100%, 50%) 0%, hsl(10891.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12722 {
background: linear-gradient(to bottom, hsl(10891.36, 100%, 50%) 0%, hsl(10891.36, 100%, 50%) 100%);
}

.bg-SN12722 {
background: linear-gradient(to bottom, hsl(10891.36, 100%, 50%) 0%, hsl(10891.36, 100%, 50%) 100%);
}


#album-music-playedSN12722 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10893.36, 100%, 50%) 0%, hsl(10893.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12723 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10895.36, 100%, 50%) 0%, hsl(10895.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12723 {
background: linear-gradient(to bottom, hsl(10895.36, 100%, 50%) 0%, hsl(10895.36, 100%, 50%) 100%);
}

.bg-SN12723 {
background: linear-gradient(to bottom, hsl(10895.36, 100%, 50%) 0%, hsl(10895.36, 100%, 50%) 100%);
}


#album-music-playedSN12723 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10897.36, 100%, 50%) 0%, hsl(10897.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12724 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10899.36, 100%, 50%) 0%, hsl(10899.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12724 {
background: linear-gradient(to bottom, hsl(10899.36, 100%, 50%) 0%, hsl(10899.36, 100%, 50%) 100%);
}

.bg-SN12724 {
background: linear-gradient(to bottom, hsl(10899.36, 100%, 50%) 0%, hsl(10899.36, 100%, 50%) 100%);
}


#album-music-playedSN12724 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10901.36, 100%, 50%) 0%, hsl(10901.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12725 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10903.36, 100%, 50%) 0%, hsl(10903.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12725 {
background: linear-gradient(to bottom, hsl(10903.36, 100%, 50%) 0%, hsl(10903.36, 100%, 50%) 100%);
}

.bg-SN12725 {
background: linear-gradient(to bottom, hsl(10903.36, 100%, 50%) 0%, hsl(10903.36, 100%, 50%) 100%);
}


#album-music-playedSN12725 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10905.36, 100%, 50%) 0%, hsl(10905.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12726 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10907.36, 100%, 50%) 0%, hsl(10907.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12726 {
background: linear-gradient(to bottom, hsl(10907.36, 100%, 50%) 0%, hsl(10907.36, 100%, 50%) 100%);
}

.bg-SN12726 {
background: linear-gradient(to bottom, hsl(10907.36, 100%, 50%) 0%, hsl(10907.36, 100%, 50%) 100%);
}


#album-music-playedSN12726 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10909.36, 100%, 50%) 0%, hsl(10909.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12727 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10911.36, 100%, 50%) 0%, hsl(10911.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12727 {
background: linear-gradient(to bottom, hsl(10911.36, 100%, 50%) 0%, hsl(10911.36, 100%, 50%) 100%);
}

.bg-SN12727 {
background: linear-gradient(to bottom, hsl(10911.36, 100%, 50%) 0%, hsl(10911.36, 100%, 50%) 100%);
}


#album-music-playedSN12727 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10913.36, 100%, 50%) 0%, hsl(10913.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12728 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10915.36, 100%, 50%) 0%, hsl(10915.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12728 {
background: linear-gradient(to bottom, hsl(10915.36, 100%, 50%) 0%, hsl(10915.36, 100%, 50%) 100%);
}

.bg-SN12728 {
background: linear-gradient(to bottom, hsl(10915.36, 100%, 50%) 0%, hsl(10915.36, 100%, 50%) 100%);
}


#album-music-playedSN12728 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10917.36, 100%, 50%) 0%, hsl(10917.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12729 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10919.36, 100%, 50%) 0%, hsl(10919.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12729 {
background: linear-gradient(to bottom, hsl(10919.36, 100%, 50%) 0%, hsl(10919.36, 100%, 50%) 100%);
}

.bg-SN12729 {
background: linear-gradient(to bottom, hsl(10919.36, 100%, 50%) 0%, hsl(10919.36, 100%, 50%) 100%);
}


#album-music-playedSN12729 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10921.36, 100%, 50%) 0%, hsl(10921.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12730 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10923.36, 100%, 50%) 0%, hsl(10923.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12730 {
background: linear-gradient(to bottom, hsl(10923.36, 100%, 50%) 0%, hsl(10923.36, 100%, 50%) 100%);
}

.bg-SN12730 {
background: linear-gradient(to bottom, hsl(10923.36, 100%, 50%) 0%, hsl(10923.36, 100%, 50%) 100%);
}


#album-music-playedSN12730 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10925.36, 100%, 50%) 0%, hsl(10925.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12731 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10927.36, 100%, 50%) 0%, hsl(10927.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12731 {
background: linear-gradient(to bottom, hsl(10927.36, 100%, 50%) 0%, hsl(10927.36, 100%, 50%) 100%);
}

.bg-SN12731 {
background: linear-gradient(to bottom, hsl(10927.36, 100%, 50%) 0%, hsl(10927.36, 100%, 50%) 100%);
}


#album-music-playedSN12731 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10929.36, 100%, 50%) 0%, hsl(10929.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12732 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10931.36, 100%, 50%) 0%, hsl(10931.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12732 {
background: linear-gradient(to bottom, hsl(10931.36, 100%, 50%) 0%, hsl(10931.36, 100%, 50%) 100%);
}

.bg-SN12732 {
background: linear-gradient(to bottom, hsl(10931.36, 100%, 50%) 0%, hsl(10931.36, 100%, 50%) 100%);
}


#album-music-playedSN12732 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10933.36, 100%, 50%) 0%, hsl(10933.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12733 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10935.36, 100%, 50%) 0%, hsl(10935.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12733 {
background: linear-gradient(to bottom, hsl(10935.36, 100%, 50%) 0%, hsl(10935.36, 100%, 50%) 100%);
}

.bg-SN12733 {
background: linear-gradient(to bottom, hsl(10935.36, 100%, 50%) 0%, hsl(10935.36, 100%, 50%) 100%);
}


#album-music-playedSN12733 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10937.36, 100%, 50%) 0%, hsl(10937.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12734 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10939.36, 100%, 50%) 0%, hsl(10939.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12734 {
background: linear-gradient(to bottom, hsl(10939.36, 100%, 50%) 0%, hsl(10939.36, 100%, 50%) 100%);
}

.bg-SN12734 {
background: linear-gradient(to bottom, hsl(10939.36, 100%, 50%) 0%, hsl(10939.36, 100%, 50%) 100%);
}


#album-music-playedSN12734 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10941.36, 100%, 50%) 0%, hsl(10941.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12735 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10943.36, 100%, 50%) 0%, hsl(10943.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12735 {
background: linear-gradient(to bottom, hsl(10943.36, 100%, 50%) 0%, hsl(10943.36, 100%, 50%) 100%);
}

.bg-SN12735 {
background: linear-gradient(to bottom, hsl(10943.36, 100%, 50%) 0%, hsl(10943.36, 100%, 50%) 100%);
}


#album-music-playedSN12735 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10945.36, 100%, 50%) 0%, hsl(10945.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12736 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10947.36, 100%, 50%) 0%, hsl(10947.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12736 {
background: linear-gradient(to bottom, hsl(10947.36, 100%, 50%) 0%, hsl(10947.36, 100%, 50%) 100%);
}

.bg-SN12736 {
background: linear-gradient(to bottom, hsl(10947.36, 100%, 50%) 0%, hsl(10947.36, 100%, 50%) 100%);
}


#album-music-playedSN12736 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10949.36, 100%, 50%) 0%, hsl(10949.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12737 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10951.36, 100%, 50%) 0%, hsl(10951.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12737 {
background: linear-gradient(to bottom, hsl(10951.36, 100%, 50%) 0%, hsl(10951.36, 100%, 50%) 100%);
}

.bg-SN12737 {
background: linear-gradient(to bottom, hsl(10951.36, 100%, 50%) 0%, hsl(10951.36, 100%, 50%) 100%);
}


#album-music-playedSN12737 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10953.36, 100%, 50%) 0%, hsl(10953.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12738 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10955.36, 100%, 50%) 0%, hsl(10955.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12738 {
background: linear-gradient(to bottom, hsl(10955.36, 100%, 50%) 0%, hsl(10955.36, 100%, 50%) 100%);
}

.bg-SN12738 {
background: linear-gradient(to bottom, hsl(10955.36, 100%, 50%) 0%, hsl(10955.36, 100%, 50%) 100%);
}


#album-music-playedSN12738 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10957.36, 100%, 50%) 0%, hsl(10957.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12739 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10959.36, 100%, 50%) 0%, hsl(10959.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12739 {
background: linear-gradient(to bottom, hsl(10959.36, 100%, 50%) 0%, hsl(10959.36, 100%, 50%) 100%);
}

.bg-SN12739 {
background: linear-gradient(to bottom, hsl(10959.36, 100%, 50%) 0%, hsl(10959.36, 100%, 50%) 100%);
}


#album-music-playedSN12739 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10961.36, 100%, 50%) 0%, hsl(10961.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12740 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10963.36, 100%, 50%) 0%, hsl(10963.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12740 {
background: linear-gradient(to bottom, hsl(10963.36, 100%, 50%) 0%, hsl(10963.36, 100%, 50%) 100%);
}

.bg-SN12740 {
background: linear-gradient(to bottom, hsl(10963.36, 100%, 50%) 0%, hsl(10963.36, 100%, 50%) 100%);
}


#album-music-playedSN12740 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10965.36, 100%, 50%) 0%, hsl(10965.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12741 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10967.36, 100%, 50%) 0%, hsl(10967.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12741 {
background: linear-gradient(to bottom, hsl(10967.36, 100%, 50%) 0%, hsl(10967.36, 100%, 50%) 100%);
}

.bg-SN12741 {
background: linear-gradient(to bottom, hsl(10967.36, 100%, 50%) 0%, hsl(10967.36, 100%, 50%) 100%);
}


#album-music-playedSN12741 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10969.36, 100%, 50%) 0%, hsl(10969.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12742 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10971.36, 100%, 50%) 0%, hsl(10971.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12742 {
background: linear-gradient(to bottom, hsl(10971.36, 100%, 50%) 0%, hsl(10971.36, 100%, 50%) 100%);
}

.bg-SN12742 {
background: linear-gradient(to bottom, hsl(10971.36, 100%, 50%) 0%, hsl(10971.36, 100%, 50%) 100%);
}


#album-music-playedSN12742 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10973.36, 100%, 50%) 0%, hsl(10973.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12743 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10975.36, 100%, 50%) 0%, hsl(10975.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12743 {
background: linear-gradient(to bottom, hsl(10975.36, 100%, 50%) 0%, hsl(10975.36, 100%, 50%) 100%);
}

.bg-SN12743 {
background: linear-gradient(to bottom, hsl(10975.36, 100%, 50%) 0%, hsl(10975.36, 100%, 50%) 100%);
}


#album-music-playedSN12743 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10977.36, 100%, 50%) 0%, hsl(10977.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12744 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10979.36, 100%, 50%) 0%, hsl(10979.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12744 {
background: linear-gradient(to bottom, hsl(10979.36, 100%, 50%) 0%, hsl(10979.36, 100%, 50%) 100%);
}

.bg-SN12744 {
background: linear-gradient(to bottom, hsl(10979.36, 100%, 50%) 0%, hsl(10979.36, 100%, 50%) 100%);
}


#album-music-playedSN12744 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10981.36, 100%, 50%) 0%, hsl(10981.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12745 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10983.36, 100%, 50%) 0%, hsl(10983.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12745 {
background: linear-gradient(to bottom, hsl(10983.36, 100%, 50%) 0%, hsl(10983.36, 100%, 50%) 100%);
}

.bg-SN12745 {
background: linear-gradient(to bottom, hsl(10983.36, 100%, 50%) 0%, hsl(10983.36, 100%, 50%) 100%);
}


#album-music-playedSN12745 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10985.36, 100%, 50%) 0%, hsl(10985.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12746 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10987.36, 100%, 50%) 0%, hsl(10987.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12746 {
background: linear-gradient(to bottom, hsl(10987.36, 100%, 50%) 0%, hsl(10987.36, 100%, 50%) 100%);
}

.bg-SN12746 {
background: linear-gradient(to bottom, hsl(10987.36, 100%, 50%) 0%, hsl(10987.36, 100%, 50%) 100%);
}


#album-music-playedSN12746 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10989.36, 100%, 50%) 0%, hsl(10989.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12747 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10991.36, 100%, 50%) 0%, hsl(10991.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12747 {
background: linear-gradient(to bottom, hsl(10991.36, 100%, 50%) 0%, hsl(10991.36, 100%, 50%) 100%);
}

.bg-SN12747 {
background: linear-gradient(to bottom, hsl(10991.36, 100%, 50%) 0%, hsl(10991.36, 100%, 50%) 100%);
}


#album-music-playedSN12747 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10993.36, 100%, 50%) 0%, hsl(10993.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12748 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10995.36, 100%, 50%) 0%, hsl(10995.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12748 {
background: linear-gradient(to bottom, hsl(10995.36, 100%, 50%) 0%, hsl(10995.36, 100%, 50%) 100%);
}

.bg-SN12748 {
background: linear-gradient(to bottom, hsl(10995.36, 100%, 50%) 0%, hsl(10995.36, 100%, 50%) 100%);
}


#album-music-playedSN12748 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10997.36, 100%, 50%) 0%, hsl(10997.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12749 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(10999.36, 100%, 50%) 0%, hsl(10999.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12749 {
background: linear-gradient(to bottom, hsl(10999.36, 100%, 50%) 0%, hsl(10999.36, 100%, 50%) 100%);
}

.bg-SN12749 {
background: linear-gradient(to bottom, hsl(10999.36, 100%, 50%) 0%, hsl(10999.36, 100%, 50%) 100%);
}


#album-music-playedSN12749 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11001.36, 100%, 50%) 0%, hsl(11001.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12750 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11003.36, 100%, 50%) 0%, hsl(11003.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12750 {
background: linear-gradient(to bottom, hsl(11003.36, 100%, 50%) 0%, hsl(11003.36, 100%, 50%) 100%);
}

.bg-SN12750 {
background: linear-gradient(to bottom, hsl(11003.36, 100%, 50%) 0%, hsl(11003.36, 100%, 50%) 100%);
}


#album-music-playedSN12750 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11005.36, 100%, 50%) 0%, hsl(11005.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12751 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11007.36, 100%, 50%) 0%, hsl(11007.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12751 {
background: linear-gradient(to bottom, hsl(11007.36, 100%, 50%) 0%, hsl(11007.36, 100%, 50%) 100%);
}

.bg-SN12751 {
background: linear-gradient(to bottom, hsl(11007.36, 100%, 50%) 0%, hsl(11007.36, 100%, 50%) 100%);
}


#album-music-playedSN12751 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11009.36, 100%, 50%) 0%, hsl(11009.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12752 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11011.36, 100%, 50%) 0%, hsl(11011.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12752 {
background: linear-gradient(to bottom, hsl(11011.36, 100%, 50%) 0%, hsl(11011.36, 100%, 50%) 100%);
}

.bg-SN12752 {
background: linear-gradient(to bottom, hsl(11011.36, 100%, 50%) 0%, hsl(11011.36, 100%, 50%) 100%);
}


#album-music-playedSN12752 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11013.36, 100%, 50%) 0%, hsl(11013.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12753 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11015.36, 100%, 50%) 0%, hsl(11015.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12753 {
background: linear-gradient(to bottom, hsl(11015.36, 100%, 50%) 0%, hsl(11015.36, 100%, 50%) 100%);
}

.bg-SN12753 {
background: linear-gradient(to bottom, hsl(11015.36, 100%, 50%) 0%, hsl(11015.36, 100%, 50%) 100%);
}


#album-music-playedSN12753 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11017.36, 100%, 50%) 0%, hsl(11017.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12754 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11019.36, 100%, 50%) 0%, hsl(11019.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12754 {
background: linear-gradient(to bottom, hsl(11019.36, 100%, 50%) 0%, hsl(11019.36, 100%, 50%) 100%);
}

.bg-SN12754 {
background: linear-gradient(to bottom, hsl(11019.36, 100%, 50%) 0%, hsl(11019.36, 100%, 50%) 100%);
}


#album-music-playedSN12754 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11021.36, 100%, 50%) 0%, hsl(11021.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12755 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11023.36, 100%, 50%) 0%, hsl(11023.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12755 {
background: linear-gradient(to bottom, hsl(11023.36, 100%, 50%) 0%, hsl(11023.36, 100%, 50%) 100%);
}

.bg-SN12755 {
background: linear-gradient(to bottom, hsl(11023.36, 100%, 50%) 0%, hsl(11023.36, 100%, 50%) 100%);
}


#album-music-playedSN12755 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11025.36, 100%, 50%) 0%, hsl(11025.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12756 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11027.36, 100%, 50%) 0%, hsl(11027.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12756 {
background: linear-gradient(to bottom, hsl(11027.36, 100%, 50%) 0%, hsl(11027.36, 100%, 50%) 100%);
}

.bg-SN12756 {
background: linear-gradient(to bottom, hsl(11027.36, 100%, 50%) 0%, hsl(11027.36, 100%, 50%) 100%);
}


#album-music-playedSN12756 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11029.36, 100%, 50%) 0%, hsl(11029.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12757 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11031.36, 100%, 50%) 0%, hsl(11031.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12757 {
background: linear-gradient(to bottom, hsl(11031.36, 100%, 50%) 0%, hsl(11031.36, 100%, 50%) 100%);
}

.bg-SN12757 {
background: linear-gradient(to bottom, hsl(11031.36, 100%, 50%) 0%, hsl(11031.36, 100%, 50%) 100%);
}


#album-music-playedSN12757 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11033.36, 100%, 50%) 0%, hsl(11033.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12758 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11035.36, 100%, 50%) 0%, hsl(11035.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12758 {
background: linear-gradient(to bottom, hsl(11035.36, 100%, 50%) 0%, hsl(11035.36, 100%, 50%) 100%);
}

.bg-SN12758 {
background: linear-gradient(to bottom, hsl(11035.36, 100%, 50%) 0%, hsl(11035.36, 100%, 50%) 100%);
}


#album-music-playedSN12758 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11037.36, 100%, 50%) 0%, hsl(11037.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12759 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11039.36, 100%, 50%) 0%, hsl(11039.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12759 {
background: linear-gradient(to bottom, hsl(11039.36, 100%, 50%) 0%, hsl(11039.36, 100%, 50%) 100%);
}

.bg-SN12759 {
background: linear-gradient(to bottom, hsl(11039.36, 100%, 50%) 0%, hsl(11039.36, 100%, 50%) 100%);
}


#album-music-playedSN12759 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11041.36, 100%, 50%) 0%, hsl(11041.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12760 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11043.36, 100%, 50%) 0%, hsl(11043.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12760 {
background: linear-gradient(to bottom, hsl(11043.36, 100%, 50%) 0%, hsl(11043.36, 100%, 50%) 100%);
}

.bg-SN12760 {
background: linear-gradient(to bottom, hsl(11043.36, 100%, 50%) 0%, hsl(11043.36, 100%, 50%) 100%);
}


#album-music-playedSN12760 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11045.36, 100%, 50%) 0%, hsl(11045.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12761 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11047.36, 100%, 50%) 0%, hsl(11047.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12761 {
background: linear-gradient(to bottom, hsl(11047.36, 100%, 50%) 0%, hsl(11047.36, 100%, 50%) 100%);
}

.bg-SN12761 {
background: linear-gradient(to bottom, hsl(11047.36, 100%, 50%) 0%, hsl(11047.36, 100%, 50%) 100%);
}


#album-music-playedSN12761 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11049.36, 100%, 50%) 0%, hsl(11049.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12762 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11051.36, 100%, 50%) 0%, hsl(11051.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12762 {
background: linear-gradient(to bottom, hsl(11051.36, 100%, 50%) 0%, hsl(11051.36, 100%, 50%) 100%);
}

.bg-SN12762 {
background: linear-gradient(to bottom, hsl(11051.36, 100%, 50%) 0%, hsl(11051.36, 100%, 50%) 100%);
}


#album-music-playedSN12762 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11053.36, 100%, 50%) 0%, hsl(11053.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12763 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11055.36, 100%, 50%) 0%, hsl(11055.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12763 {
background: linear-gradient(to bottom, hsl(11055.36, 100%, 50%) 0%, hsl(11055.36, 100%, 50%) 100%);
}

.bg-SN12763 {
background: linear-gradient(to bottom, hsl(11055.36, 100%, 50%) 0%, hsl(11055.36, 100%, 50%) 100%);
}


#album-music-playedSN12763 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11057.36, 100%, 50%) 0%, hsl(11057.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12764 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11059.36, 100%, 50%) 0%, hsl(11059.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12764 {
background: linear-gradient(to bottom, hsl(11059.36, 100%, 50%) 0%, hsl(11059.36, 100%, 50%) 100%);
}

.bg-SN12764 {
background: linear-gradient(to bottom, hsl(11059.36, 100%, 50%) 0%, hsl(11059.36, 100%, 50%) 100%);
}


#album-music-playedSN12764 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11061.36, 100%, 50%) 0%, hsl(11061.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12765 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11063.36, 100%, 50%) 0%, hsl(11063.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12765 {
background: linear-gradient(to bottom, hsl(11063.36, 100%, 50%) 0%, hsl(11063.36, 100%, 50%) 100%);
}

.bg-SN12765 {
background: linear-gradient(to bottom, hsl(11063.36, 100%, 50%) 0%, hsl(11063.36, 100%, 50%) 100%);
}


#album-music-playedSN12765 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11065.36, 100%, 50%) 0%, hsl(11065.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12766 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11067.36, 100%, 50%) 0%, hsl(11067.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12766 {
background: linear-gradient(to bottom, hsl(11067.36, 100%, 50%) 0%, hsl(11067.36, 100%, 50%) 100%);
}

.bg-SN12766 {
background: linear-gradient(to bottom, hsl(11067.36, 100%, 50%) 0%, hsl(11067.36, 100%, 50%) 100%);
}


#album-music-playedSN12766 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11069.36, 100%, 50%) 0%, hsl(11069.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12767 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11071.36, 100%, 50%) 0%, hsl(11071.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12767 {
background: linear-gradient(to bottom, hsl(11071.36, 100%, 50%) 0%, hsl(11071.36, 100%, 50%) 100%);
}

.bg-SN12767 {
background: linear-gradient(to bottom, hsl(11071.36, 100%, 50%) 0%, hsl(11071.36, 100%, 50%) 100%);
}


#album-music-playedSN12767 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11073.36, 100%, 50%) 0%, hsl(11073.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12768 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11075.36, 100%, 50%) 0%, hsl(11075.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12768 {
background: linear-gradient(to bottom, hsl(11075.36, 100%, 50%) 0%, hsl(11075.36, 100%, 50%) 100%);
}

.bg-SN12768 {
background: linear-gradient(to bottom, hsl(11075.36, 100%, 50%) 0%, hsl(11075.36, 100%, 50%) 100%);
}


#album-music-playedSN12768 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11077.36, 100%, 50%) 0%, hsl(11077.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12769 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11079.36, 100%, 50%) 0%, hsl(11079.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12769 {
background: linear-gradient(to bottom, hsl(11079.36, 100%, 50%) 0%, hsl(11079.36, 100%, 50%) 100%);
}

.bg-SN12769 {
background: linear-gradient(to bottom, hsl(11079.36, 100%, 50%) 0%, hsl(11079.36, 100%, 50%) 100%);
}


#album-music-playedSN12769 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11081.36, 100%, 50%) 0%, hsl(11081.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12770 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11083.36, 100%, 50%) 0%, hsl(11083.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12770 {
background: linear-gradient(to bottom, hsl(11083.36, 100%, 50%) 0%, hsl(11083.36, 100%, 50%) 100%);
}

.bg-SN12770 {
background: linear-gradient(to bottom, hsl(11083.36, 100%, 50%) 0%, hsl(11083.36, 100%, 50%) 100%);
}


#album-music-playedSN12770 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11085.36, 100%, 50%) 0%, hsl(11085.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12771 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11087.36, 100%, 50%) 0%, hsl(11087.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12771 {
background: linear-gradient(to bottom, hsl(11087.36, 100%, 50%) 0%, hsl(11087.36, 100%, 50%) 100%);
}

.bg-SN12771 {
background: linear-gradient(to bottom, hsl(11087.36, 100%, 50%) 0%, hsl(11087.36, 100%, 50%) 100%);
}


#album-music-playedSN12771 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11089.36, 100%, 50%) 0%, hsl(11089.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12772 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11091.36, 100%, 50%) 0%, hsl(11091.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12772 {
background: linear-gradient(to bottom, hsl(11091.36, 100%, 50%) 0%, hsl(11091.36, 100%, 50%) 100%);
}

.bg-SN12772 {
background: linear-gradient(to bottom, hsl(11091.36, 100%, 50%) 0%, hsl(11091.36, 100%, 50%) 100%);
}


#album-music-playedSN12772 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11093.36, 100%, 50%) 0%, hsl(11093.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12773 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11095.36, 100%, 50%) 0%, hsl(11095.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12773 {
background: linear-gradient(to bottom, hsl(11095.36, 100%, 50%) 0%, hsl(11095.36, 100%, 50%) 100%);
}

.bg-SN12773 {
background: linear-gradient(to bottom, hsl(11095.36, 100%, 50%) 0%, hsl(11095.36, 100%, 50%) 100%);
}


#album-music-playedSN12773 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11097.36, 100%, 50%) 0%, hsl(11097.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12774 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11099.36, 100%, 50%) 0%, hsl(11099.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12774 {
background: linear-gradient(to bottom, hsl(11099.36, 100%, 50%) 0%, hsl(11099.36, 100%, 50%) 100%);
}

.bg-SN12774 {
background: linear-gradient(to bottom, hsl(11099.36, 100%, 50%) 0%, hsl(11099.36, 100%, 50%) 100%);
}


#album-music-playedSN12774 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11101.36, 100%, 50%) 0%, hsl(11101.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12775 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11103.36, 100%, 50%) 0%, hsl(11103.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12775 {
background: linear-gradient(to bottom, hsl(11103.36, 100%, 50%) 0%, hsl(11103.36, 100%, 50%) 100%);
}

.bg-SN12775 {
background: linear-gradient(to bottom, hsl(11103.36, 100%, 50%) 0%, hsl(11103.36, 100%, 50%) 100%);
}


#album-music-playedSN12775 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11105.36, 100%, 50%) 0%, hsl(11105.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12776 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11107.36, 100%, 50%) 0%, hsl(11107.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12776 {
background: linear-gradient(to bottom, hsl(11107.36, 100%, 50%) 0%, hsl(11107.36, 100%, 50%) 100%);
}

.bg-SN12776 {
background: linear-gradient(to bottom, hsl(11107.36, 100%, 50%) 0%, hsl(11107.36, 100%, 50%) 100%);
}


#album-music-playedSN12776 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11109.36, 100%, 50%) 0%, hsl(11109.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12777 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11111.36, 100%, 50%) 0%, hsl(11111.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12777 {
background: linear-gradient(to bottom, hsl(11111.36, 100%, 50%) 0%, hsl(11111.36, 100%, 50%) 100%);
}

.bg-SN12777 {
background: linear-gradient(to bottom, hsl(11111.36, 100%, 50%) 0%, hsl(11111.36, 100%, 50%) 100%);
}


#album-music-playedSN12777 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11113.36, 100%, 50%) 0%, hsl(11113.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12778 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11115.36, 100%, 50%) 0%, hsl(11115.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12778 {
background: linear-gradient(to bottom, hsl(11115.36, 100%, 50%) 0%, hsl(11115.36, 100%, 50%) 100%);
}

.bg-SN12778 {
background: linear-gradient(to bottom, hsl(11115.36, 100%, 50%) 0%, hsl(11115.36, 100%, 50%) 100%);
}


#album-music-playedSN12778 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11117.36, 100%, 50%) 0%, hsl(11117.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12779 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11119.36, 100%, 50%) 0%, hsl(11119.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12779 {
background: linear-gradient(to bottom, hsl(11119.36, 100%, 50%) 0%, hsl(11119.36, 100%, 50%) 100%);
}

.bg-SN12779 {
background: linear-gradient(to bottom, hsl(11119.36, 100%, 50%) 0%, hsl(11119.36, 100%, 50%) 100%);
}


#album-music-playedSN12779 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11121.36, 100%, 50%) 0%, hsl(11121.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12780 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11123.36, 100%, 50%) 0%, hsl(11123.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12780 {
background: linear-gradient(to bottom, hsl(11123.36, 100%, 50%) 0%, hsl(11123.36, 100%, 50%) 100%);
}

.bg-SN12780 {
background: linear-gradient(to bottom, hsl(11123.36, 100%, 50%) 0%, hsl(11123.36, 100%, 50%) 100%);
}


#album-music-playedSN12780 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11125.36, 100%, 50%) 0%, hsl(11125.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12781 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11127.36, 100%, 50%) 0%, hsl(11127.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12781 {
background: linear-gradient(to bottom, hsl(11127.36, 100%, 50%) 0%, hsl(11127.36, 100%, 50%) 100%);
}

.bg-SN12781 {
background: linear-gradient(to bottom, hsl(11127.36, 100%, 50%) 0%, hsl(11127.36, 100%, 50%) 100%);
}


#album-music-playedSN12781 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11129.36, 100%, 50%) 0%, hsl(11129.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12782 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11131.36, 100%, 50%) 0%, hsl(11131.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12782 {
background: linear-gradient(to bottom, hsl(11131.36, 100%, 50%) 0%, hsl(11131.36, 100%, 50%) 100%);
}

.bg-SN12782 {
background: linear-gradient(to bottom, hsl(11131.36, 100%, 50%) 0%, hsl(11131.36, 100%, 50%) 100%);
}


#album-music-playedSN12782 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11133.36, 100%, 50%) 0%, hsl(11133.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12783 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11135.36, 100%, 50%) 0%, hsl(11135.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12783 {
background: linear-gradient(to bottom, hsl(11135.36, 100%, 50%) 0%, hsl(11135.36, 100%, 50%) 100%);
}

.bg-SN12783 {
background: linear-gradient(to bottom, hsl(11135.36, 100%, 50%) 0%, hsl(11135.36, 100%, 50%) 100%);
}


#album-music-playedSN12783 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11137.36, 100%, 50%) 0%, hsl(11137.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12784 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11139.36, 100%, 50%) 0%, hsl(11139.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12784 {
background: linear-gradient(to bottom, hsl(11139.36, 100%, 50%) 0%, hsl(11139.36, 100%, 50%) 100%);
}

.bg-SN12784 {
background: linear-gradient(to bottom, hsl(11139.36, 100%, 50%) 0%, hsl(11139.36, 100%, 50%) 100%);
}


#album-music-playedSN12784 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11141.36, 100%, 50%) 0%, hsl(11141.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12785 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11143.36, 100%, 50%) 0%, hsl(11143.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12785 {
background: linear-gradient(to bottom, hsl(11143.36, 100%, 50%) 0%, hsl(11143.36, 100%, 50%) 100%);
}

.bg-SN12785 {
background: linear-gradient(to bottom, hsl(11143.36, 100%, 50%) 0%, hsl(11143.36, 100%, 50%) 100%);
}


#album-music-playedSN12785 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11145.36, 100%, 50%) 0%, hsl(11145.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12786 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11147.36, 100%, 50%) 0%, hsl(11147.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12786 {
background: linear-gradient(to bottom, hsl(11147.36, 100%, 50%) 0%, hsl(11147.36, 100%, 50%) 100%);
}

.bg-SN12786 {
background: linear-gradient(to bottom, hsl(11147.36, 100%, 50%) 0%, hsl(11147.36, 100%, 50%) 100%);
}


#album-music-playedSN12786 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11149.36, 100%, 50%) 0%, hsl(11149.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12787 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11151.36, 100%, 50%) 0%, hsl(11151.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12787 {
background: linear-gradient(to bottom, hsl(11151.36, 100%, 50%) 0%, hsl(11151.36, 100%, 50%) 100%);
}

.bg-SN12787 {
background: linear-gradient(to bottom, hsl(11151.36, 100%, 50%) 0%, hsl(11151.36, 100%, 50%) 100%);
}


#album-music-playedSN12787 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11153.36, 100%, 50%) 0%, hsl(11153.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12788 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11155.36, 100%, 50%) 0%, hsl(11155.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12788 {
background: linear-gradient(to bottom, hsl(11155.36, 100%, 50%) 0%, hsl(11155.36, 100%, 50%) 100%);
}

.bg-SN12788 {
background: linear-gradient(to bottom, hsl(11155.36, 100%, 50%) 0%, hsl(11155.36, 100%, 50%) 100%);
}


#album-music-playedSN12788 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11157.36, 100%, 50%) 0%, hsl(11157.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12789 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11159.36, 100%, 50%) 0%, hsl(11159.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12789 {
background: linear-gradient(to bottom, hsl(11159.36, 100%, 50%) 0%, hsl(11159.36, 100%, 50%) 100%);
}

.bg-SN12789 {
background: linear-gradient(to bottom, hsl(11159.36, 100%, 50%) 0%, hsl(11159.36, 100%, 50%) 100%);
}


#album-music-playedSN12789 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11161.36, 100%, 50%) 0%, hsl(11161.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12790 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11163.36, 100%, 50%) 0%, hsl(11163.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12790 {
background: linear-gradient(to bottom, hsl(11163.36, 100%, 50%) 0%, hsl(11163.36, 100%, 50%) 100%);
}

.bg-SN12790 {
background: linear-gradient(to bottom, hsl(11163.36, 100%, 50%) 0%, hsl(11163.36, 100%, 50%) 100%);
}


#album-music-playedSN12790 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11165.36, 100%, 50%) 0%, hsl(11165.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12791 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11167.36, 100%, 50%) 0%, hsl(11167.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12791 {
background: linear-gradient(to bottom, hsl(11167.36, 100%, 50%) 0%, hsl(11167.36, 100%, 50%) 100%);
}

.bg-SN12791 {
background: linear-gradient(to bottom, hsl(11167.36, 100%, 50%) 0%, hsl(11167.36, 100%, 50%) 100%);
}


#album-music-playedSN12791 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11169.36, 100%, 50%) 0%, hsl(11169.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12792 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11171.36, 100%, 50%) 0%, hsl(11171.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12792 {
background: linear-gradient(to bottom, hsl(11171.36, 100%, 50%) 0%, hsl(11171.36, 100%, 50%) 100%);
}

.bg-SN12792 {
background: linear-gradient(to bottom, hsl(11171.36, 100%, 50%) 0%, hsl(11171.36, 100%, 50%) 100%);
}


#album-music-playedSN12792 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11173.36, 100%, 50%) 0%, hsl(11173.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12793 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11175.36, 100%, 50%) 0%, hsl(11175.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12793 {
background: linear-gradient(to bottom, hsl(11175.36, 100%, 50%) 0%, hsl(11175.36, 100%, 50%) 100%);
}

.bg-SN12793 {
background: linear-gradient(to bottom, hsl(11175.36, 100%, 50%) 0%, hsl(11175.36, 100%, 50%) 100%);
}


#album-music-playedSN12793 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11177.36, 100%, 50%) 0%, hsl(11177.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12794 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11179.36, 100%, 50%) 0%, hsl(11179.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12794 {
background: linear-gradient(to bottom, hsl(11179.36, 100%, 50%) 0%, hsl(11179.36, 100%, 50%) 100%);
}

.bg-SN12794 {
background: linear-gradient(to bottom, hsl(11179.36, 100%, 50%) 0%, hsl(11179.36, 100%, 50%) 100%);
}


#album-music-playedSN12794 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11181.36, 100%, 50%) 0%, hsl(11181.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12795 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11183.36, 100%, 50%) 0%, hsl(11183.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12795 {
background: linear-gradient(to bottom, hsl(11183.36, 100%, 50%) 0%, hsl(11183.36, 100%, 50%) 100%);
}

.bg-SN12795 {
background: linear-gradient(to bottom, hsl(11183.36, 100%, 50%) 0%, hsl(11183.36, 100%, 50%) 100%);
}


#album-music-playedSN12795 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11185.36, 100%, 50%) 0%, hsl(11185.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12796 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11187.36, 100%, 50%) 0%, hsl(11187.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12796 {
background: linear-gradient(to bottom, hsl(11187.36, 100%, 50%) 0%, hsl(11187.36, 100%, 50%) 100%);
}

.bg-SN12796 {
background: linear-gradient(to bottom, hsl(11187.36, 100%, 50%) 0%, hsl(11187.36, 100%, 50%) 100%);
}


#album-music-playedSN12796 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11189.36, 100%, 50%) 0%, hsl(11189.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12797 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11191.36, 100%, 50%) 0%, hsl(11191.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12797 {
background: linear-gradient(to bottom, hsl(11191.36, 100%, 50%) 0%, hsl(11191.36, 100%, 50%) 100%);
}

.bg-SN12797 {
background: linear-gradient(to bottom, hsl(11191.36, 100%, 50%) 0%, hsl(11191.36, 100%, 50%) 100%);
}


#album-music-playedSN12797 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11193.36, 100%, 50%) 0%, hsl(11193.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12798 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11195.36, 100%, 50%) 0%, hsl(11195.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12798 {
background: linear-gradient(to bottom, hsl(11195.36, 100%, 50%) 0%, hsl(11195.36, 100%, 50%) 100%);
}

.bg-SN12798 {
background: linear-gradient(to bottom, hsl(11195.36, 100%, 50%) 0%, hsl(11195.36, 100%, 50%) 100%);
}


#album-music-playedSN12798 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11197.36, 100%, 50%) 0%, hsl(11197.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12799 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11199.36, 100%, 50%) 0%, hsl(11199.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12799 {
background: linear-gradient(to bottom, hsl(11199.36, 100%, 50%) 0%, hsl(11199.36, 100%, 50%) 100%);
}

.bg-SN12799 {
background: linear-gradient(to bottom, hsl(11199.36, 100%, 50%) 0%, hsl(11199.36, 100%, 50%) 100%);
}


#album-music-playedSN12799 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11201.36, 100%, 50%) 0%, hsl(11201.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12800 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11203.36, 100%, 50%) 0%, hsl(11203.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12800 {
background: linear-gradient(to bottom, hsl(11203.36, 100%, 50%) 0%, hsl(11203.36, 100%, 50%) 100%);
}

.bg-SN12800 {
background: linear-gradient(to bottom, hsl(11203.36, 100%, 50%) 0%, hsl(11203.36, 100%, 50%) 100%);
}


#album-music-playedSN12800 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11205.36, 100%, 50%) 0%, hsl(11205.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12801 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11207.36, 100%, 50%) 0%, hsl(11207.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12801 {
background: linear-gradient(to bottom, hsl(11207.36, 100%, 50%) 0%, hsl(11207.36, 100%, 50%) 100%);
}

.bg-SN12801 {
background: linear-gradient(to bottom, hsl(11207.36, 100%, 50%) 0%, hsl(11207.36, 100%, 50%) 100%);
}


#album-music-playedSN12801 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11209.36, 100%, 50%) 0%, hsl(11209.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12802 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11211.36, 100%, 50%) 0%, hsl(11211.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12802 {
background: linear-gradient(to bottom, hsl(11211.36, 100%, 50%) 0%, hsl(11211.36, 100%, 50%) 100%);
}

.bg-SN12802 {
background: linear-gradient(to bottom, hsl(11211.36, 100%, 50%) 0%, hsl(11211.36, 100%, 50%) 100%);
}


#album-music-playedSN12802 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11213.36, 100%, 50%) 0%, hsl(11213.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12803 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11215.36, 100%, 50%) 0%, hsl(11215.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12803 {
background: linear-gradient(to bottom, hsl(11215.36, 100%, 50%) 0%, hsl(11215.36, 100%, 50%) 100%);
}

.bg-SN12803 {
background: linear-gradient(to bottom, hsl(11215.36, 100%, 50%) 0%, hsl(11215.36, 100%, 50%) 100%);
}


#album-music-playedSN12803 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11217.36, 100%, 50%) 0%, hsl(11217.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12804 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11219.36, 100%, 50%) 0%, hsl(11219.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12804 {
background: linear-gradient(to bottom, hsl(11219.36, 100%, 50%) 0%, hsl(11219.36, 100%, 50%) 100%);
}

.bg-SN12804 {
background: linear-gradient(to bottom, hsl(11219.36, 100%, 50%) 0%, hsl(11219.36, 100%, 50%) 100%);
}


#album-music-playedSN12804 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11221.36, 100%, 50%) 0%, hsl(11221.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12805 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11223.36, 100%, 50%) 0%, hsl(11223.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12805 {
background: linear-gradient(to bottom, hsl(11223.36, 100%, 50%) 0%, hsl(11223.36, 100%, 50%) 100%);
}

.bg-SN12805 {
background: linear-gradient(to bottom, hsl(11223.36, 100%, 50%) 0%, hsl(11223.36, 100%, 50%) 100%);
}


#album-music-playedSN12805 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11225.36, 100%, 50%) 0%, hsl(11225.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12806 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11227.36, 100%, 50%) 0%, hsl(11227.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12806 {
background: linear-gradient(to bottom, hsl(11227.36, 100%, 50%) 0%, hsl(11227.36, 100%, 50%) 100%);
}

.bg-SN12806 {
background: linear-gradient(to bottom, hsl(11227.36, 100%, 50%) 0%, hsl(11227.36, 100%, 50%) 100%);
}


#album-music-playedSN12806 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11229.36, 100%, 50%) 0%, hsl(11229.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12807 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11231.36, 100%, 50%) 0%, hsl(11231.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12807 {
background: linear-gradient(to bottom, hsl(11231.36, 100%, 50%) 0%, hsl(11231.36, 100%, 50%) 100%);
}

.bg-SN12807 {
background: linear-gradient(to bottom, hsl(11231.36, 100%, 50%) 0%, hsl(11231.36, 100%, 50%) 100%);
}


#album-music-playedSN12807 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11233.36, 100%, 50%) 0%, hsl(11233.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12808 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11235.36, 100%, 50%) 0%, hsl(11235.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12808 {
background: linear-gradient(to bottom, hsl(11235.36, 100%, 50%) 0%, hsl(11235.36, 100%, 50%) 100%);
}

.bg-SN12808 {
background: linear-gradient(to bottom, hsl(11235.36, 100%, 50%) 0%, hsl(11235.36, 100%, 50%) 100%);
}


#album-music-playedSN12808 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11237.36, 100%, 50%) 0%, hsl(11237.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12809 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11239.36, 100%, 50%) 0%, hsl(11239.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12809 {
background: linear-gradient(to bottom, hsl(11239.36, 100%, 50%) 0%, hsl(11239.36, 100%, 50%) 100%);
}

.bg-SN12809 {
background: linear-gradient(to bottom, hsl(11239.36, 100%, 50%) 0%, hsl(11239.36, 100%, 50%) 100%);
}


#album-music-playedSN12809 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11241.36, 100%, 50%) 0%, hsl(11241.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12810 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11243.36, 100%, 50%) 0%, hsl(11243.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12810 {
background: linear-gradient(to bottom, hsl(11243.36, 100%, 50%) 0%, hsl(11243.36, 100%, 50%) 100%);
}

.bg-SN12810 {
background: linear-gradient(to bottom, hsl(11243.36, 100%, 50%) 0%, hsl(11243.36, 100%, 50%) 100%);
}


#album-music-playedSN12810 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11245.36, 100%, 50%) 0%, hsl(11245.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12811 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11247.36, 100%, 50%) 0%, hsl(11247.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12811 {
background: linear-gradient(to bottom, hsl(11247.36, 100%, 50%) 0%, hsl(11247.36, 100%, 50%) 100%);
}

.bg-SN12811 {
background: linear-gradient(to bottom, hsl(11247.36, 100%, 50%) 0%, hsl(11247.36, 100%, 50%) 100%);
}


#album-music-playedSN12811 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11249.36, 100%, 50%) 0%, hsl(11249.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12812 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11251.36, 100%, 50%) 0%, hsl(11251.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12812 {
background: linear-gradient(to bottom, hsl(11251.36, 100%, 50%) 0%, hsl(11251.36, 100%, 50%) 100%);
}

.bg-SN12812 {
background: linear-gradient(to bottom, hsl(11251.36, 100%, 50%) 0%, hsl(11251.36, 100%, 50%) 100%);
}


#album-music-playedSN12812 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11253.36, 100%, 50%) 0%, hsl(11253.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12813 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11255.36, 100%, 50%) 0%, hsl(11255.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12813 {
background: linear-gradient(to bottom, hsl(11255.36, 100%, 50%) 0%, hsl(11255.36, 100%, 50%) 100%);
}

.bg-SN12813 {
background: linear-gradient(to bottom, hsl(11255.36, 100%, 50%) 0%, hsl(11255.36, 100%, 50%) 100%);
}


#album-music-playedSN12813 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11257.36, 100%, 50%) 0%, hsl(11257.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12814 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11259.36, 100%, 50%) 0%, hsl(11259.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12814 {
background: linear-gradient(to bottom, hsl(11259.36, 100%, 50%) 0%, hsl(11259.36, 100%, 50%) 100%);
}

.bg-SN12814 {
background: linear-gradient(to bottom, hsl(11259.36, 100%, 50%) 0%, hsl(11259.36, 100%, 50%) 100%);
}


#album-music-playedSN12814 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11261.36, 100%, 50%) 0%, hsl(11261.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12815 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11263.36, 100%, 50%) 0%, hsl(11263.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12815 {
background: linear-gradient(to bottom, hsl(11263.36, 100%, 50%) 0%, hsl(11263.36, 100%, 50%) 100%);
}

.bg-SN12815 {
background: linear-gradient(to bottom, hsl(11263.36, 100%, 50%) 0%, hsl(11263.36, 100%, 50%) 100%);
}


#album-music-playedSN12815 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11265.36, 100%, 50%) 0%, hsl(11265.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12816 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11267.36, 100%, 50%) 0%, hsl(11267.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12816 {
background: linear-gradient(to bottom, hsl(11267.36, 100%, 50%) 0%, hsl(11267.36, 100%, 50%) 100%);
}

.bg-SN12816 {
background: linear-gradient(to bottom, hsl(11267.36, 100%, 50%) 0%, hsl(11267.36, 100%, 50%) 100%);
}


#album-music-playedSN12816 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11269.36, 100%, 50%) 0%, hsl(11269.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12817 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11271.36, 100%, 50%) 0%, hsl(11271.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12817 {
background: linear-gradient(to bottom, hsl(11271.36, 100%, 50%) 0%, hsl(11271.36, 100%, 50%) 100%);
}

.bg-SN12817 {
background: linear-gradient(to bottom, hsl(11271.36, 100%, 50%) 0%, hsl(11271.36, 100%, 50%) 100%);
}


#album-music-playedSN12817 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11273.36, 100%, 50%) 0%, hsl(11273.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12818 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11275.36, 100%, 50%) 0%, hsl(11275.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12818 {
background: linear-gradient(to bottom, hsl(11275.36, 100%, 50%) 0%, hsl(11275.36, 100%, 50%) 100%);
}

.bg-SN12818 {
background: linear-gradient(to bottom, hsl(11275.36, 100%, 50%) 0%, hsl(11275.36, 100%, 50%) 100%);
}


#album-music-playedSN12818 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11277.36, 100%, 50%) 0%, hsl(11277.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12819 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11279.36, 100%, 50%) 0%, hsl(11279.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12819 {
background: linear-gradient(to bottom, hsl(11279.36, 100%, 50%) 0%, hsl(11279.36, 100%, 50%) 100%);
}

.bg-SN12819 {
background: linear-gradient(to bottom, hsl(11279.36, 100%, 50%) 0%, hsl(11279.36, 100%, 50%) 100%);
}


#album-music-playedSN12819 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11281.36, 100%, 50%) 0%, hsl(11281.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12820 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11283.36, 100%, 50%) 0%, hsl(11283.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12820 {
background: linear-gradient(to bottom, hsl(11283.36, 100%, 50%) 0%, hsl(11283.36, 100%, 50%) 100%);
}

.bg-SN12820 {
background: linear-gradient(to bottom, hsl(11283.36, 100%, 50%) 0%, hsl(11283.36, 100%, 50%) 100%);
}


#album-music-playedSN12820 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11285.36, 100%, 50%) 0%, hsl(11285.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12821 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11287.36, 100%, 50%) 0%, hsl(11287.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12821 {
background: linear-gradient(to bottom, hsl(11287.36, 100%, 50%) 0%, hsl(11287.36, 100%, 50%) 100%);
}

.bg-SN12821 {
background: linear-gradient(to bottom, hsl(11287.36, 100%, 50%) 0%, hsl(11287.36, 100%, 50%) 100%);
}


#album-music-playedSN12821 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11289.36, 100%, 50%) 0%, hsl(11289.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12822 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11291.36, 100%, 50%) 0%, hsl(11291.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12822 {
background: linear-gradient(to bottom, hsl(11291.36, 100%, 50%) 0%, hsl(11291.36, 100%, 50%) 100%);
}

.bg-SN12822 {
background: linear-gradient(to bottom, hsl(11291.36, 100%, 50%) 0%, hsl(11291.36, 100%, 50%) 100%);
}


#album-music-playedSN12822 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11293.36, 100%, 50%) 0%, hsl(11293.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12823 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11295.36, 100%, 50%) 0%, hsl(11295.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12823 {
background: linear-gradient(to bottom, hsl(11295.36, 100%, 50%) 0%, hsl(11295.36, 100%, 50%) 100%);
}

.bg-SN12823 {
background: linear-gradient(to bottom, hsl(11295.36, 100%, 50%) 0%, hsl(11295.36, 100%, 50%) 100%);
}


#album-music-playedSN12823 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11297.36, 100%, 50%) 0%, hsl(11297.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12824 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11299.36, 100%, 50%) 0%, hsl(11299.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12824 {
background: linear-gradient(to bottom, hsl(11299.36, 100%, 50%) 0%, hsl(11299.36, 100%, 50%) 100%);
}

.bg-SN12824 {
background: linear-gradient(to bottom, hsl(11299.36, 100%, 50%) 0%, hsl(11299.36, 100%, 50%) 100%);
}


#album-music-playedSN12824 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11301.36, 100%, 50%) 0%, hsl(11301.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12825 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11303.36, 100%, 50%) 0%, hsl(11303.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12825 {
background: linear-gradient(to bottom, hsl(11303.36, 100%, 50%) 0%, hsl(11303.36, 100%, 50%) 100%);
}

.bg-SN12825 {
background: linear-gradient(to bottom, hsl(11303.36, 100%, 50%) 0%, hsl(11303.36, 100%, 50%) 100%);
}


#album-music-playedSN12825 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11305.36, 100%, 50%) 0%, hsl(11305.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12826 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11307.36, 100%, 50%) 0%, hsl(11307.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12826 {
background: linear-gradient(to bottom, hsl(11307.36, 100%, 50%) 0%, hsl(11307.36, 100%, 50%) 100%);
}

.bg-SN12826 {
background: linear-gradient(to bottom, hsl(11307.36, 100%, 50%) 0%, hsl(11307.36, 100%, 50%) 100%);
}


#album-music-playedSN12826 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11309.36, 100%, 50%) 0%, hsl(11309.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12827 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11311.36, 100%, 50%) 0%, hsl(11311.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12827 {
background: linear-gradient(to bottom, hsl(11311.36, 100%, 50%) 0%, hsl(11311.36, 100%, 50%) 100%);
}

.bg-SN12827 {
background: linear-gradient(to bottom, hsl(11311.36, 100%, 50%) 0%, hsl(11311.36, 100%, 50%) 100%);
}


#album-music-playedSN12827 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11313.36, 100%, 50%) 0%, hsl(11313.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12828 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11315.36, 100%, 50%) 0%, hsl(11315.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12828 {
background: linear-gradient(to bottom, hsl(11315.36, 100%, 50%) 0%, hsl(11315.36, 100%, 50%) 100%);
}

.bg-SN12828 {
background: linear-gradient(to bottom, hsl(11315.36, 100%, 50%) 0%, hsl(11315.36, 100%, 50%) 100%);
}


#album-music-playedSN12828 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11317.36, 100%, 50%) 0%, hsl(11317.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12829 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11319.36, 100%, 50%) 0%, hsl(11319.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12829 {
background: linear-gradient(to bottom, hsl(11319.36, 100%, 50%) 0%, hsl(11319.36, 100%, 50%) 100%);
}

.bg-SN12829 {
background: linear-gradient(to bottom, hsl(11319.36, 100%, 50%) 0%, hsl(11319.36, 100%, 50%) 100%);
}


#album-music-playedSN12829 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11321.36, 100%, 50%) 0%, hsl(11321.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12830 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11323.36, 100%, 50%) 0%, hsl(11323.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12830 {
background: linear-gradient(to bottom, hsl(11323.36, 100%, 50%) 0%, hsl(11323.36, 100%, 50%) 100%);
}

.bg-SN12830 {
background: linear-gradient(to bottom, hsl(11323.36, 100%, 50%) 0%, hsl(11323.36, 100%, 50%) 100%);
}


#album-music-playedSN12830 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11325.36, 100%, 50%) 0%, hsl(11325.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12831 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11327.36, 100%, 50%) 0%, hsl(11327.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12831 {
background: linear-gradient(to bottom, hsl(11327.36, 100%, 50%) 0%, hsl(11327.36, 100%, 50%) 100%);
}

.bg-SN12831 {
background: linear-gradient(to bottom, hsl(11327.36, 100%, 50%) 0%, hsl(11327.36, 100%, 50%) 100%);
}


#album-music-playedSN12831 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11329.36, 100%, 50%) 0%, hsl(11329.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12832 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11331.36, 100%, 50%) 0%, hsl(11331.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12832 {
background: linear-gradient(to bottom, hsl(11331.36, 100%, 50%) 0%, hsl(11331.36, 100%, 50%) 100%);
}

.bg-SN12832 {
background: linear-gradient(to bottom, hsl(11331.36, 100%, 50%) 0%, hsl(11331.36, 100%, 50%) 100%);
}


#album-music-playedSN12832 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11333.36, 100%, 50%) 0%, hsl(11333.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12833 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11335.36, 100%, 50%) 0%, hsl(11335.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12833 {
background: linear-gradient(to bottom, hsl(11335.36, 100%, 50%) 0%, hsl(11335.36, 100%, 50%) 100%);
}

.bg-SN12833 {
background: linear-gradient(to bottom, hsl(11335.36, 100%, 50%) 0%, hsl(11335.36, 100%, 50%) 100%);
}


#album-music-playedSN12833 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11337.36, 100%, 50%) 0%, hsl(11337.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12834 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11339.36, 100%, 50%) 0%, hsl(11339.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12834 {
background: linear-gradient(to bottom, hsl(11339.36, 100%, 50%) 0%, hsl(11339.36, 100%, 50%) 100%);
}

.bg-SN12834 {
background: linear-gradient(to bottom, hsl(11339.36, 100%, 50%) 0%, hsl(11339.36, 100%, 50%) 100%);
}


#album-music-playedSN12834 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11341.36, 100%, 50%) 0%, hsl(11341.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12835 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11343.36, 100%, 50%) 0%, hsl(11343.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12835 {
background: linear-gradient(to bottom, hsl(11343.36, 100%, 50%) 0%, hsl(11343.36, 100%, 50%) 100%);
}

.bg-SN12835 {
background: linear-gradient(to bottom, hsl(11343.36, 100%, 50%) 0%, hsl(11343.36, 100%, 50%) 100%);
}


#album-music-playedSN12835 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11345.36, 100%, 50%) 0%, hsl(11345.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12836 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11347.36, 100%, 50%) 0%, hsl(11347.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12836 {
background: linear-gradient(to bottom, hsl(11347.36, 100%, 50%) 0%, hsl(11347.36, 100%, 50%) 100%);
}

.bg-SN12836 {
background: linear-gradient(to bottom, hsl(11347.36, 100%, 50%) 0%, hsl(11347.36, 100%, 50%) 100%);
}


#album-music-playedSN12836 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11349.36, 100%, 50%) 0%, hsl(11349.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12837 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11351.36, 100%, 50%) 0%, hsl(11351.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12837 {
background: linear-gradient(to bottom, hsl(11351.36, 100%, 50%) 0%, hsl(11351.36, 100%, 50%) 100%);
}

.bg-SN12837 {
background: linear-gradient(to bottom, hsl(11351.36, 100%, 50%) 0%, hsl(11351.36, 100%, 50%) 100%);
}


#album-music-playedSN12837 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11353.36, 100%, 50%) 0%, hsl(11353.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12838 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11355.36, 100%, 50%) 0%, hsl(11355.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12838 {
background: linear-gradient(to bottom, hsl(11355.36, 100%, 50%) 0%, hsl(11355.36, 100%, 50%) 100%);
}

.bg-SN12838 {
background: linear-gradient(to bottom, hsl(11355.36, 100%, 50%) 0%, hsl(11355.36, 100%, 50%) 100%);
}


#album-music-playedSN12838 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11357.36, 100%, 50%) 0%, hsl(11357.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12839 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11359.36, 100%, 50%) 0%, hsl(11359.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12839 {
background: linear-gradient(to bottom, hsl(11359.36, 100%, 50%) 0%, hsl(11359.36, 100%, 50%) 100%);
}

.bg-SN12839 {
background: linear-gradient(to bottom, hsl(11359.36, 100%, 50%) 0%, hsl(11359.36, 100%, 50%) 100%);
}


#album-music-playedSN12839 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11361.36, 100%, 50%) 0%, hsl(11361.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12840 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11363.36, 100%, 50%) 0%, hsl(11363.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12840 {
background: linear-gradient(to bottom, hsl(11363.36, 100%, 50%) 0%, hsl(11363.36, 100%, 50%) 100%);
}

.bg-SN12840 {
background: linear-gradient(to bottom, hsl(11363.36, 100%, 50%) 0%, hsl(11363.36, 100%, 50%) 100%);
}


#album-music-playedSN12840 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11365.36, 100%, 50%) 0%, hsl(11365.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12841 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11367.36, 100%, 50%) 0%, hsl(11367.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12841 {
background: linear-gradient(to bottom, hsl(11367.36, 100%, 50%) 0%, hsl(11367.36, 100%, 50%) 100%);
}

.bg-SN12841 {
background: linear-gradient(to bottom, hsl(11367.36, 100%, 50%) 0%, hsl(11367.36, 100%, 50%) 100%);
}


#album-music-playedSN12841 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11369.36, 100%, 50%) 0%, hsl(11369.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12842 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11371.36, 100%, 50%) 0%, hsl(11371.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12842 {
background: linear-gradient(to bottom, hsl(11371.36, 100%, 50%) 0%, hsl(11371.36, 100%, 50%) 100%);
}

.bg-SN12842 {
background: linear-gradient(to bottom, hsl(11371.36, 100%, 50%) 0%, hsl(11371.36, 100%, 50%) 100%);
}


#album-music-playedSN12842 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11373.36, 100%, 50%) 0%, hsl(11373.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12843 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11375.36, 100%, 50%) 0%, hsl(11375.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12843 {
background: linear-gradient(to bottom, hsl(11375.36, 100%, 50%) 0%, hsl(11375.36, 100%, 50%) 100%);
}

.bg-SN12843 {
background: linear-gradient(to bottom, hsl(11375.36, 100%, 50%) 0%, hsl(11375.36, 100%, 50%) 100%);
}


#album-music-playedSN12843 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11377.36, 100%, 50%) 0%, hsl(11377.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12844 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11379.36, 100%, 50%) 0%, hsl(11379.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12844 {
background: linear-gradient(to bottom, hsl(11379.36, 100%, 50%) 0%, hsl(11379.36, 100%, 50%) 100%);
}

.bg-SN12844 {
background: linear-gradient(to bottom, hsl(11379.36, 100%, 50%) 0%, hsl(11379.36, 100%, 50%) 100%);
}


#album-music-playedSN12844 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11381.36, 100%, 50%) 0%, hsl(11381.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12845 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11383.36, 100%, 50%) 0%, hsl(11383.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12845 {
background: linear-gradient(to bottom, hsl(11383.36, 100%, 50%) 0%, hsl(11383.36, 100%, 50%) 100%);
}

.bg-SN12845 {
background: linear-gradient(to bottom, hsl(11383.36, 100%, 50%) 0%, hsl(11383.36, 100%, 50%) 100%);
}


#album-music-playedSN12845 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11385.36, 100%, 50%) 0%, hsl(11385.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12846 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11387.36, 100%, 50%) 0%, hsl(11387.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12846 {
background: linear-gradient(to bottom, hsl(11387.36, 100%, 50%) 0%, hsl(11387.36, 100%, 50%) 100%);
}

.bg-SN12846 {
background: linear-gradient(to bottom, hsl(11387.36, 100%, 50%) 0%, hsl(11387.36, 100%, 50%) 100%);
}


#album-music-playedSN12846 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11389.36, 100%, 50%) 0%, hsl(11389.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12847 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11391.36, 100%, 50%) 0%, hsl(11391.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12847 {
background: linear-gradient(to bottom, hsl(11391.36, 100%, 50%) 0%, hsl(11391.36, 100%, 50%) 100%);
}

.bg-SN12847 {
background: linear-gradient(to bottom, hsl(11391.36, 100%, 50%) 0%, hsl(11391.36, 100%, 50%) 100%);
}


#album-music-playedSN12847 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11393.36, 100%, 50%) 0%, hsl(11393.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12848 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11395.36, 100%, 50%) 0%, hsl(11395.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12848 {
background: linear-gradient(to bottom, hsl(11395.36, 100%, 50%) 0%, hsl(11395.36, 100%, 50%) 100%);
}

.bg-SN12848 {
background: linear-gradient(to bottom, hsl(11395.36, 100%, 50%) 0%, hsl(11395.36, 100%, 50%) 100%);
}


#album-music-playedSN12848 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11397.36, 100%, 50%) 0%, hsl(11397.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12849 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11399.36, 100%, 50%) 0%, hsl(11399.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12849 {
background: linear-gradient(to bottom, hsl(11399.36, 100%, 50%) 0%, hsl(11399.36, 100%, 50%) 100%);
}

.bg-SN12849 {
background: linear-gradient(to bottom, hsl(11399.36, 100%, 50%) 0%, hsl(11399.36, 100%, 50%) 100%);
}


#album-music-playedSN12849 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11401.36, 100%, 50%) 0%, hsl(11401.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12850 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11403.36, 100%, 50%) 0%, hsl(11403.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12850 {
background: linear-gradient(to bottom, hsl(11403.36, 100%, 50%) 0%, hsl(11403.36, 100%, 50%) 100%);
}

.bg-SN12850 {
background: linear-gradient(to bottom, hsl(11403.36, 100%, 50%) 0%, hsl(11403.36, 100%, 50%) 100%);
}


#album-music-playedSN12850 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11405.36, 100%, 50%) 0%, hsl(11405.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12851 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11407.36, 100%, 50%) 0%, hsl(11407.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12851 {
background: linear-gradient(to bottom, hsl(11407.36, 100%, 50%) 0%, hsl(11407.36, 100%, 50%) 100%);
}

.bg-SN12851 {
background: linear-gradient(to bottom, hsl(11407.36, 100%, 50%) 0%, hsl(11407.36, 100%, 50%) 100%);
}


#album-music-playedSN12851 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11409.36, 100%, 50%) 0%, hsl(11409.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12852 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11411.36, 100%, 50%) 0%, hsl(11411.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12852 {
background: linear-gradient(to bottom, hsl(11411.36, 100%, 50%) 0%, hsl(11411.36, 100%, 50%) 100%);
}

.bg-SN12852 {
background: linear-gradient(to bottom, hsl(11411.36, 100%, 50%) 0%, hsl(11411.36, 100%, 50%) 100%);
}


#album-music-playedSN12852 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11413.36, 100%, 50%) 0%, hsl(11413.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12853 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11415.36, 100%, 50%) 0%, hsl(11415.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12853 {
background: linear-gradient(to bottom, hsl(11415.36, 100%, 50%) 0%, hsl(11415.36, 100%, 50%) 100%);
}

.bg-SN12853 {
background: linear-gradient(to bottom, hsl(11415.36, 100%, 50%) 0%, hsl(11415.36, 100%, 50%) 100%);
}


#album-music-playedSN12853 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11417.36, 100%, 50%) 0%, hsl(11417.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12854 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11419.36, 100%, 50%) 0%, hsl(11419.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12854 {
background: linear-gradient(to bottom, hsl(11419.36, 100%, 50%) 0%, hsl(11419.36, 100%, 50%) 100%);
}

.bg-SN12854 {
background: linear-gradient(to bottom, hsl(11419.36, 100%, 50%) 0%, hsl(11419.36, 100%, 50%) 100%);
}


#album-music-playedSN12854 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11421.36, 100%, 50%) 0%, hsl(11421.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12855 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11423.36, 100%, 50%) 0%, hsl(11423.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12855 {
background: linear-gradient(to bottom, hsl(11423.36, 100%, 50%) 0%, hsl(11423.36, 100%, 50%) 100%);
}

.bg-SN12855 {
background: linear-gradient(to bottom, hsl(11423.36, 100%, 50%) 0%, hsl(11423.36, 100%, 50%) 100%);
}


#album-music-playedSN12855 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11425.36, 100%, 50%) 0%, hsl(11425.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12856 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11427.36, 100%, 50%) 0%, hsl(11427.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12856 {
background: linear-gradient(to bottom, hsl(11427.36, 100%, 50%) 0%, hsl(11427.36, 100%, 50%) 100%);
}

.bg-SN12856 {
background: linear-gradient(to bottom, hsl(11427.36, 100%, 50%) 0%, hsl(11427.36, 100%, 50%) 100%);
}


#album-music-playedSN12856 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11429.36, 100%, 50%) 0%, hsl(11429.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12857 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11431.36, 100%, 50%) 0%, hsl(11431.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12857 {
background: linear-gradient(to bottom, hsl(11431.36, 100%, 50%) 0%, hsl(11431.36, 100%, 50%) 100%);
}

.bg-SN12857 {
background: linear-gradient(to bottom, hsl(11431.36, 100%, 50%) 0%, hsl(11431.36, 100%, 50%) 100%);
}


#album-music-playedSN12857 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11433.36, 100%, 50%) 0%, hsl(11433.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12858 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11435.36, 100%, 50%) 0%, hsl(11435.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12858 {
background: linear-gradient(to bottom, hsl(11435.36, 100%, 50%) 0%, hsl(11435.36, 100%, 50%) 100%);
}

.bg-SN12858 {
background: linear-gradient(to bottom, hsl(11435.36, 100%, 50%) 0%, hsl(11435.36, 100%, 50%) 100%);
}


#album-music-playedSN12858 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11437.36, 100%, 50%) 0%, hsl(11437.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12859 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11439.36, 100%, 50%) 0%, hsl(11439.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12859 {
background: linear-gradient(to bottom, hsl(11439.36, 100%, 50%) 0%, hsl(11439.36, 100%, 50%) 100%);
}

.bg-SN12859 {
background: linear-gradient(to bottom, hsl(11439.36, 100%, 50%) 0%, hsl(11439.36, 100%, 50%) 100%);
}


#album-music-playedSN12859 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11441.36, 100%, 50%) 0%, hsl(11441.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12860 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11443.36, 100%, 50%) 0%, hsl(11443.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12860 {
background: linear-gradient(to bottom, hsl(11443.36, 100%, 50%) 0%, hsl(11443.36, 100%, 50%) 100%);
}

.bg-SN12860 {
background: linear-gradient(to bottom, hsl(11443.36, 100%, 50%) 0%, hsl(11443.36, 100%, 50%) 100%);
}


#album-music-playedSN12860 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11445.36, 100%, 50%) 0%, hsl(11445.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12861 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11447.36, 100%, 50%) 0%, hsl(11447.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12861 {
background: linear-gradient(to bottom, hsl(11447.36, 100%, 50%) 0%, hsl(11447.36, 100%, 50%) 100%);
}

.bg-SN12861 {
background: linear-gradient(to bottom, hsl(11447.36, 100%, 50%) 0%, hsl(11447.36, 100%, 50%) 100%);
}


#album-music-playedSN12861 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11449.36, 100%, 50%) 0%, hsl(11449.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12862 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11451.36, 100%, 50%) 0%, hsl(11451.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12862 {
background: linear-gradient(to bottom, hsl(11451.36, 100%, 50%) 0%, hsl(11451.36, 100%, 50%) 100%);
}

.bg-SN12862 {
background: linear-gradient(to bottom, hsl(11451.36, 100%, 50%) 0%, hsl(11451.36, 100%, 50%) 100%);
}


#album-music-playedSN12862 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11453.36, 100%, 50%) 0%, hsl(11453.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12863 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11455.36, 100%, 50%) 0%, hsl(11455.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12863 {
background: linear-gradient(to bottom, hsl(11455.36, 100%, 50%) 0%, hsl(11455.36, 100%, 50%) 100%);
}

.bg-SN12863 {
background: linear-gradient(to bottom, hsl(11455.36, 100%, 50%) 0%, hsl(11455.36, 100%, 50%) 100%);
}


#album-music-playedSN12863 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11457.36, 100%, 50%) 0%, hsl(11457.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12864 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11459.36, 100%, 50%) 0%, hsl(11459.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12864 {
background: linear-gradient(to bottom, hsl(11459.36, 100%, 50%) 0%, hsl(11459.36, 100%, 50%) 100%);
}

.bg-SN12864 {
background: linear-gradient(to bottom, hsl(11459.36, 100%, 50%) 0%, hsl(11459.36, 100%, 50%) 100%);
}


#album-music-playedSN12864 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11461.36, 100%, 50%) 0%, hsl(11461.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12865 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11463.36, 100%, 50%) 0%, hsl(11463.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12865 {
background: linear-gradient(to bottom, hsl(11463.36, 100%, 50%) 0%, hsl(11463.36, 100%, 50%) 100%);
}

.bg-SN12865 {
background: linear-gradient(to bottom, hsl(11463.36, 100%, 50%) 0%, hsl(11463.36, 100%, 50%) 100%);
}


#album-music-playedSN12865 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11465.36, 100%, 50%) 0%, hsl(11465.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12866 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11467.36, 100%, 50%) 0%, hsl(11467.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12866 {
background: linear-gradient(to bottom, hsl(11467.36, 100%, 50%) 0%, hsl(11467.36, 100%, 50%) 100%);
}

.bg-SN12866 {
background: linear-gradient(to bottom, hsl(11467.36, 100%, 50%) 0%, hsl(11467.36, 100%, 50%) 100%);
}


#album-music-playedSN12866 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11469.36, 100%, 50%) 0%, hsl(11469.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12867 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11471.36, 100%, 50%) 0%, hsl(11471.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12867 {
background: linear-gradient(to bottom, hsl(11471.36, 100%, 50%) 0%, hsl(11471.36, 100%, 50%) 100%);
}

.bg-SN12867 {
background: linear-gradient(to bottom, hsl(11471.36, 100%, 50%) 0%, hsl(11471.36, 100%, 50%) 100%);
}


#album-music-playedSN12867 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11473.36, 100%, 50%) 0%, hsl(11473.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12868 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11475.36, 100%, 50%) 0%, hsl(11475.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12868 {
background: linear-gradient(to bottom, hsl(11475.36, 100%, 50%) 0%, hsl(11475.36, 100%, 50%) 100%);
}

.bg-SN12868 {
background: linear-gradient(to bottom, hsl(11475.36, 100%, 50%) 0%, hsl(11475.36, 100%, 50%) 100%);
}


#album-music-playedSN12868 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11477.36, 100%, 50%) 0%, hsl(11477.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12869 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11479.36, 100%, 50%) 0%, hsl(11479.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12869 {
background: linear-gradient(to bottom, hsl(11479.36, 100%, 50%) 0%, hsl(11479.36, 100%, 50%) 100%);
}

.bg-SN12869 {
background: linear-gradient(to bottom, hsl(11479.36, 100%, 50%) 0%, hsl(11479.36, 100%, 50%) 100%);
}


#album-music-playedSN12869 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11481.36, 100%, 50%) 0%, hsl(11481.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12870 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11483.36, 100%, 50%) 0%, hsl(11483.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12870 {
background: linear-gradient(to bottom, hsl(11483.36, 100%, 50%) 0%, hsl(11483.36, 100%, 50%) 100%);
}

.bg-SN12870 {
background: linear-gradient(to bottom, hsl(11483.36, 100%, 50%) 0%, hsl(11483.36, 100%, 50%) 100%);
}


#album-music-playedSN12870 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11485.36, 100%, 50%) 0%, hsl(11485.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12871 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11487.36, 100%, 50%) 0%, hsl(11487.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12871 {
background: linear-gradient(to bottom, hsl(11487.36, 100%, 50%) 0%, hsl(11487.36, 100%, 50%) 100%);
}

.bg-SN12871 {
background: linear-gradient(to bottom, hsl(11487.36, 100%, 50%) 0%, hsl(11487.36, 100%, 50%) 100%);
}


#album-music-playedSN12871 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11489.36, 100%, 50%) 0%, hsl(11489.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12872 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11491.36, 100%, 50%) 0%, hsl(11491.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12872 {
background: linear-gradient(to bottom, hsl(11491.36, 100%, 50%) 0%, hsl(11491.36, 100%, 50%) 100%);
}

.bg-SN12872 {
background: linear-gradient(to bottom, hsl(11491.36, 100%, 50%) 0%, hsl(11491.36, 100%, 50%) 100%);
}


#album-music-playedSN12872 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11493.36, 100%, 50%) 0%, hsl(11493.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12873 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11495.36, 100%, 50%) 0%, hsl(11495.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12873 {
background: linear-gradient(to bottom, hsl(11495.36, 100%, 50%) 0%, hsl(11495.36, 100%, 50%) 100%);
}

.bg-SN12873 {
background: linear-gradient(to bottom, hsl(11495.36, 100%, 50%) 0%, hsl(11495.36, 100%, 50%) 100%);
}


#album-music-playedSN12873 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11497.36, 100%, 50%) 0%, hsl(11497.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12874 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11499.36, 100%, 50%) 0%, hsl(11499.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12874 {
background: linear-gradient(to bottom, hsl(11499.36, 100%, 50%) 0%, hsl(11499.36, 100%, 50%) 100%);
}

.bg-SN12874 {
background: linear-gradient(to bottom, hsl(11499.36, 100%, 50%) 0%, hsl(11499.36, 100%, 50%) 100%);
}


#album-music-playedSN12874 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11501.36, 100%, 50%) 0%, hsl(11501.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12875 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11503.36, 100%, 50%) 0%, hsl(11503.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12875 {
background: linear-gradient(to bottom, hsl(11503.36, 100%, 50%) 0%, hsl(11503.36, 100%, 50%) 100%);
}

.bg-SN12875 {
background: linear-gradient(to bottom, hsl(11503.36, 100%, 50%) 0%, hsl(11503.36, 100%, 50%) 100%);
}


#album-music-playedSN12875 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11505.36, 100%, 50%) 0%, hsl(11505.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12876 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11507.36, 100%, 50%) 0%, hsl(11507.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12876 {
background: linear-gradient(to bottom, hsl(11507.36, 100%, 50%) 0%, hsl(11507.36, 100%, 50%) 100%);
}

.bg-SN12876 {
background: linear-gradient(to bottom, hsl(11507.36, 100%, 50%) 0%, hsl(11507.36, 100%, 50%) 100%);
}


#album-music-playedSN12876 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11509.36, 100%, 50%) 0%, hsl(11509.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12877 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11511.36, 100%, 50%) 0%, hsl(11511.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12877 {
background: linear-gradient(to bottom, hsl(11511.36, 100%, 50%) 0%, hsl(11511.36, 100%, 50%) 100%);
}

.bg-SN12877 {
background: linear-gradient(to bottom, hsl(11511.36, 100%, 50%) 0%, hsl(11511.36, 100%, 50%) 100%);
}


#album-music-playedSN12877 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11513.36, 100%, 50%) 0%, hsl(11513.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12878 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11515.36, 100%, 50%) 0%, hsl(11515.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12878 {
background: linear-gradient(to bottom, hsl(11515.36, 100%, 50%) 0%, hsl(11515.36, 100%, 50%) 100%);
}

.bg-SN12878 {
background: linear-gradient(to bottom, hsl(11515.36, 100%, 50%) 0%, hsl(11515.36, 100%, 50%) 100%);
}


#album-music-playedSN12878 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11517.36, 100%, 50%) 0%, hsl(11517.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12879 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11519.36, 100%, 50%) 0%, hsl(11519.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12879 {
background: linear-gradient(to bottom, hsl(11519.36, 100%, 50%) 0%, hsl(11519.36, 100%, 50%) 100%);
}

.bg-SN12879 {
background: linear-gradient(to bottom, hsl(11519.36, 100%, 50%) 0%, hsl(11519.36, 100%, 50%) 100%);
}


#album-music-playedSN12879 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11521.36, 100%, 50%) 0%, hsl(11521.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12880 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11523.36, 100%, 50%) 0%, hsl(11523.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12880 {
background: linear-gradient(to bottom, hsl(11523.36, 100%, 50%) 0%, hsl(11523.36, 100%, 50%) 100%);
}

.bg-SN12880 {
background: linear-gradient(to bottom, hsl(11523.36, 100%, 50%) 0%, hsl(11523.36, 100%, 50%) 100%);
}


#album-music-playedSN12880 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11525.36, 100%, 50%) 0%, hsl(11525.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12881 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11527.36, 100%, 50%) 0%, hsl(11527.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12881 {
background: linear-gradient(to bottom, hsl(11527.36, 100%, 50%) 0%, hsl(11527.36, 100%, 50%) 100%);
}

.bg-SN12881 {
background: linear-gradient(to bottom, hsl(11527.36, 100%, 50%) 0%, hsl(11527.36, 100%, 50%) 100%);
}


#album-music-playedSN12881 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11529.36, 100%, 50%) 0%, hsl(11529.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12882 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11531.36, 100%, 50%) 0%, hsl(11531.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12882 {
background: linear-gradient(to bottom, hsl(11531.36, 100%, 50%) 0%, hsl(11531.36, 100%, 50%) 100%);
}

.bg-SN12882 {
background: linear-gradient(to bottom, hsl(11531.36, 100%, 50%) 0%, hsl(11531.36, 100%, 50%) 100%);
}


#album-music-playedSN12882 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11533.36, 100%, 50%) 0%, hsl(11533.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12883 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11535.36, 100%, 50%) 0%, hsl(11535.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12883 {
background: linear-gradient(to bottom, hsl(11535.36, 100%, 50%) 0%, hsl(11535.36, 100%, 50%) 100%);
}

.bg-SN12883 {
background: linear-gradient(to bottom, hsl(11535.36, 100%, 50%) 0%, hsl(11535.36, 100%, 50%) 100%);
}


#album-music-playedSN12883 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11537.36, 100%, 50%) 0%, hsl(11537.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12884 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11539.36, 100%, 50%) 0%, hsl(11539.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12884 {
background: linear-gradient(to bottom, hsl(11539.36, 100%, 50%) 0%, hsl(11539.36, 100%, 50%) 100%);
}

.bg-SN12884 {
background: linear-gradient(to bottom, hsl(11539.36, 100%, 50%) 0%, hsl(11539.36, 100%, 50%) 100%);
}


#album-music-playedSN12884 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11541.36, 100%, 50%) 0%, hsl(11541.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12885 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11543.36, 100%, 50%) 0%, hsl(11543.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12885 {
background: linear-gradient(to bottom, hsl(11543.36, 100%, 50%) 0%, hsl(11543.36, 100%, 50%) 100%);
}

.bg-SN12885 {
background: linear-gradient(to bottom, hsl(11543.36, 100%, 50%) 0%, hsl(11543.36, 100%, 50%) 100%);
}


#album-music-playedSN12885 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11545.36, 100%, 50%) 0%, hsl(11545.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12886 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11547.36, 100%, 50%) 0%, hsl(11547.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12886 {
background: linear-gradient(to bottom, hsl(11547.36, 100%, 50%) 0%, hsl(11547.36, 100%, 50%) 100%);
}

.bg-SN12886 {
background: linear-gradient(to bottom, hsl(11547.36, 100%, 50%) 0%, hsl(11547.36, 100%, 50%) 100%);
}


#album-music-playedSN12886 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11549.36, 100%, 50%) 0%, hsl(11549.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12887 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11551.36, 100%, 50%) 0%, hsl(11551.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12887 {
background: linear-gradient(to bottom, hsl(11551.36, 100%, 50%) 0%, hsl(11551.36, 100%, 50%) 100%);
}

.bg-SN12887 {
background: linear-gradient(to bottom, hsl(11551.36, 100%, 50%) 0%, hsl(11551.36, 100%, 50%) 100%);
}


#album-music-playedSN12887 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11553.36, 100%, 50%) 0%, hsl(11553.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12888 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11555.36, 100%, 50%) 0%, hsl(11555.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12888 {
background: linear-gradient(to bottom, hsl(11555.36, 100%, 50%) 0%, hsl(11555.36, 100%, 50%) 100%);
}

.bg-SN12888 {
background: linear-gradient(to bottom, hsl(11555.36, 100%, 50%) 0%, hsl(11555.36, 100%, 50%) 100%);
}


#album-music-playedSN12888 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11557.36, 100%, 50%) 0%, hsl(11557.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12889 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11559.36, 100%, 50%) 0%, hsl(11559.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12889 {
background: linear-gradient(to bottom, hsl(11559.36, 100%, 50%) 0%, hsl(11559.36, 100%, 50%) 100%);
}

.bg-SN12889 {
background: linear-gradient(to bottom, hsl(11559.36, 100%, 50%) 0%, hsl(11559.36, 100%, 50%) 100%);
}


#album-music-playedSN12889 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11561.36, 100%, 50%) 0%, hsl(11561.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12890 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11563.36, 100%, 50%) 0%, hsl(11563.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12890 {
background: linear-gradient(to bottom, hsl(11563.36, 100%, 50%) 0%, hsl(11563.36, 100%, 50%) 100%);
}

.bg-SN12890 {
background: linear-gradient(to bottom, hsl(11563.36, 100%, 50%) 0%, hsl(11563.36, 100%, 50%) 100%);
}


#album-music-playedSN12890 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11565.36, 100%, 50%) 0%, hsl(11565.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12891 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11567.36, 100%, 50%) 0%, hsl(11567.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12891 {
background: linear-gradient(to bottom, hsl(11567.36, 100%, 50%) 0%, hsl(11567.36, 100%, 50%) 100%);
}

.bg-SN12891 {
background: linear-gradient(to bottom, hsl(11567.36, 100%, 50%) 0%, hsl(11567.36, 100%, 50%) 100%);
}


#album-music-playedSN12891 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11569.36, 100%, 50%) 0%, hsl(11569.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12892 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11571.36, 100%, 50%) 0%, hsl(11571.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12892 {
background: linear-gradient(to bottom, hsl(11571.36, 100%, 50%) 0%, hsl(11571.36, 100%, 50%) 100%);
}

.bg-SN12892 {
background: linear-gradient(to bottom, hsl(11571.36, 100%, 50%) 0%, hsl(11571.36, 100%, 50%) 100%);
}


#album-music-playedSN12892 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11573.36, 100%, 50%) 0%, hsl(11573.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12893 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11575.36, 100%, 50%) 0%, hsl(11575.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12893 {
background: linear-gradient(to bottom, hsl(11575.36, 100%, 50%) 0%, hsl(11575.36, 100%, 50%) 100%);
}

.bg-SN12893 {
background: linear-gradient(to bottom, hsl(11575.36, 100%, 50%) 0%, hsl(11575.36, 100%, 50%) 100%);
}


#album-music-playedSN12893 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11577.36, 100%, 50%) 0%, hsl(11577.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12894 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11579.36, 100%, 50%) 0%, hsl(11579.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12894 {
background: linear-gradient(to bottom, hsl(11579.36, 100%, 50%) 0%, hsl(11579.36, 100%, 50%) 100%);
}

.bg-SN12894 {
background: linear-gradient(to bottom, hsl(11579.36, 100%, 50%) 0%, hsl(11579.36, 100%, 50%) 100%);
}


#album-music-playedSN12894 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11581.36, 100%, 50%) 0%, hsl(11581.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12895 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11583.36, 100%, 50%) 0%, hsl(11583.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12895 {
background: linear-gradient(to bottom, hsl(11583.36, 100%, 50%) 0%, hsl(11583.36, 100%, 50%) 100%);
}

.bg-SN12895 {
background: linear-gradient(to bottom, hsl(11583.36, 100%, 50%) 0%, hsl(11583.36, 100%, 50%) 100%);
}


#album-music-playedSN12895 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11585.36, 100%, 50%) 0%, hsl(11585.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12896 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11587.36, 100%, 50%) 0%, hsl(11587.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12896 {
background: linear-gradient(to bottom, hsl(11587.36, 100%, 50%) 0%, hsl(11587.36, 100%, 50%) 100%);
}

.bg-SN12896 {
background: linear-gradient(to bottom, hsl(11587.36, 100%, 50%) 0%, hsl(11587.36, 100%, 50%) 100%);
}


#album-music-playedSN12896 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11589.36, 100%, 50%) 0%, hsl(11589.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12897 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11591.36, 100%, 50%) 0%, hsl(11591.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12897 {
background: linear-gradient(to bottom, hsl(11591.36, 100%, 50%) 0%, hsl(11591.36, 100%, 50%) 100%);
}

.bg-SN12897 {
background: linear-gradient(to bottom, hsl(11591.36, 100%, 50%) 0%, hsl(11591.36, 100%, 50%) 100%);
}


#album-music-playedSN12897 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11593.36, 100%, 50%) 0%, hsl(11593.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12898 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11595.36, 100%, 50%) 0%, hsl(11595.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12898 {
background: linear-gradient(to bottom, hsl(11595.36, 100%, 50%) 0%, hsl(11595.36, 100%, 50%) 100%);
}

.bg-SN12898 {
background: linear-gradient(to bottom, hsl(11595.36, 100%, 50%) 0%, hsl(11595.36, 100%, 50%) 100%);
}


#album-music-playedSN12898 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11597.36, 100%, 50%) 0%, hsl(11597.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12899 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11599.36, 100%, 50%) 0%, hsl(11599.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12899 {
background: linear-gradient(to bottom, hsl(11599.36, 100%, 50%) 0%, hsl(11599.36, 100%, 50%) 100%);
}

.bg-SN12899 {
background: linear-gradient(to bottom, hsl(11599.36, 100%, 50%) 0%, hsl(11599.36, 100%, 50%) 100%);
}


#album-music-playedSN12899 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11601.36, 100%, 50%) 0%, hsl(11601.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12900 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11603.36, 100%, 50%) 0%, hsl(11603.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12900 {
background: linear-gradient(to bottom, hsl(11603.36, 100%, 50%) 0%, hsl(11603.36, 100%, 50%) 100%);
}

.bg-SN12900 {
background: linear-gradient(to bottom, hsl(11603.36, 100%, 50%) 0%, hsl(11603.36, 100%, 50%) 100%);
}


#album-music-playedSN12900 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11605.36, 100%, 50%) 0%, hsl(11605.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12901 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11607.36, 100%, 50%) 0%, hsl(11607.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12901 {
background: linear-gradient(to bottom, hsl(11607.36, 100%, 50%) 0%, hsl(11607.36, 100%, 50%) 100%);
}

.bg-SN12901 {
background: linear-gradient(to bottom, hsl(11607.36, 100%, 50%) 0%, hsl(11607.36, 100%, 50%) 100%);
}


#album-music-playedSN12901 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11609.36, 100%, 50%) 0%, hsl(11609.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12902 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11611.36, 100%, 50%) 0%, hsl(11611.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12902 {
background: linear-gradient(to bottom, hsl(11611.36, 100%, 50%) 0%, hsl(11611.36, 100%, 50%) 100%);
}

.bg-SN12902 {
background: linear-gradient(to bottom, hsl(11611.36, 100%, 50%) 0%, hsl(11611.36, 100%, 50%) 100%);
}


#album-music-playedSN12902 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11613.36, 100%, 50%) 0%, hsl(11613.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12903 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11615.36, 100%, 50%) 0%, hsl(11615.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12903 {
background: linear-gradient(to bottom, hsl(11615.36, 100%, 50%) 0%, hsl(11615.36, 100%, 50%) 100%);
}

.bg-SN12903 {
background: linear-gradient(to bottom, hsl(11615.36, 100%, 50%) 0%, hsl(11615.36, 100%, 50%) 100%);
}


#album-music-playedSN12903 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11617.36, 100%, 50%) 0%, hsl(11617.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12904 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11619.36, 100%, 50%) 0%, hsl(11619.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12904 {
background: linear-gradient(to bottom, hsl(11619.36, 100%, 50%) 0%, hsl(11619.36, 100%, 50%) 100%);
}

.bg-SN12904 {
background: linear-gradient(to bottom, hsl(11619.36, 100%, 50%) 0%, hsl(11619.36, 100%, 50%) 100%);
}


#album-music-playedSN12904 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11621.36, 100%, 50%) 0%, hsl(11621.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12905 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11623.36, 100%, 50%) 0%, hsl(11623.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12905 {
background: linear-gradient(to bottom, hsl(11623.36, 100%, 50%) 0%, hsl(11623.36, 100%, 50%) 100%);
}

.bg-SN12905 {
background: linear-gradient(to bottom, hsl(11623.36, 100%, 50%) 0%, hsl(11623.36, 100%, 50%) 100%);
}


#album-music-playedSN12905 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11625.36, 100%, 50%) 0%, hsl(11625.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12906 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11627.36, 100%, 50%) 0%, hsl(11627.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12906 {
background: linear-gradient(to bottom, hsl(11627.36, 100%, 50%) 0%, hsl(11627.36, 100%, 50%) 100%);
}

.bg-SN12906 {
background: linear-gradient(to bottom, hsl(11627.36, 100%, 50%) 0%, hsl(11627.36, 100%, 50%) 100%);
}


#album-music-playedSN12906 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11629.36, 100%, 50%) 0%, hsl(11629.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12907 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11631.36, 100%, 50%) 0%, hsl(11631.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12907 {
background: linear-gradient(to bottom, hsl(11631.36, 100%, 50%) 0%, hsl(11631.36, 100%, 50%) 100%);
}

.bg-SN12907 {
background: linear-gradient(to bottom, hsl(11631.36, 100%, 50%) 0%, hsl(11631.36, 100%, 50%) 100%);
}


#album-music-playedSN12907 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11633.36, 100%, 50%) 0%, hsl(11633.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12908 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11635.36, 100%, 50%) 0%, hsl(11635.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12908 {
background: linear-gradient(to bottom, hsl(11635.36, 100%, 50%) 0%, hsl(11635.36, 100%, 50%) 100%);
}

.bg-SN12908 {
background: linear-gradient(to bottom, hsl(11635.36, 100%, 50%) 0%, hsl(11635.36, 100%, 50%) 100%);
}


#album-music-playedSN12908 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11637.36, 100%, 50%) 0%, hsl(11637.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12909 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11639.36, 100%, 50%) 0%, hsl(11639.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12909 {
background: linear-gradient(to bottom, hsl(11639.36, 100%, 50%) 0%, hsl(11639.36, 100%, 50%) 100%);
}

.bg-SN12909 {
background: linear-gradient(to bottom, hsl(11639.36, 100%, 50%) 0%, hsl(11639.36, 100%, 50%) 100%);
}


#album-music-playedSN12909 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11641.36, 100%, 50%) 0%, hsl(11641.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12910 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11643.36, 100%, 50%) 0%, hsl(11643.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12910 {
background: linear-gradient(to bottom, hsl(11643.36, 100%, 50%) 0%, hsl(11643.36, 100%, 50%) 100%);
}

.bg-SN12910 {
background: linear-gradient(to bottom, hsl(11643.36, 100%, 50%) 0%, hsl(11643.36, 100%, 50%) 100%);
}


#album-music-playedSN12910 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11645.36, 100%, 50%) 0%, hsl(11645.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12911 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11647.36, 100%, 50%) 0%, hsl(11647.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12911 {
background: linear-gradient(to bottom, hsl(11647.36, 100%, 50%) 0%, hsl(11647.36, 100%, 50%) 100%);
}

.bg-SN12911 {
background: linear-gradient(to bottom, hsl(11647.36, 100%, 50%) 0%, hsl(11647.36, 100%, 50%) 100%);
}


#album-music-playedSN12911 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11649.36, 100%, 50%) 0%, hsl(11649.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12912 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11651.36, 100%, 50%) 0%, hsl(11651.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12912 {
background: linear-gradient(to bottom, hsl(11651.36, 100%, 50%) 0%, hsl(11651.36, 100%, 50%) 100%);
}

.bg-SN12912 {
background: linear-gradient(to bottom, hsl(11651.36, 100%, 50%) 0%, hsl(11651.36, 100%, 50%) 100%);
}


#album-music-playedSN12912 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11653.36, 100%, 50%) 0%, hsl(11653.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12913 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11655.36, 100%, 50%) 0%, hsl(11655.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12913 {
background: linear-gradient(to bottom, hsl(11655.36, 100%, 50%) 0%, hsl(11655.36, 100%, 50%) 100%);
}

.bg-SN12913 {
background: linear-gradient(to bottom, hsl(11655.36, 100%, 50%) 0%, hsl(11655.36, 100%, 50%) 100%);
}


#album-music-playedSN12913 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11657.36, 100%, 50%) 0%, hsl(11657.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12914 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11659.36, 100%, 50%) 0%, hsl(11659.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12914 {
background: linear-gradient(to bottom, hsl(11659.36, 100%, 50%) 0%, hsl(11659.36, 100%, 50%) 100%);
}

.bg-SN12914 {
background: linear-gradient(to bottom, hsl(11659.36, 100%, 50%) 0%, hsl(11659.36, 100%, 50%) 100%);
}


#album-music-playedSN12914 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11661.36, 100%, 50%) 0%, hsl(11661.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12915 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11663.36, 100%, 50%) 0%, hsl(11663.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12915 {
background: linear-gradient(to bottom, hsl(11663.36, 100%, 50%) 0%, hsl(11663.36, 100%, 50%) 100%);
}

.bg-SN12915 {
background: linear-gradient(to bottom, hsl(11663.36, 100%, 50%) 0%, hsl(11663.36, 100%, 50%) 100%);
}


#album-music-playedSN12915 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11665.36, 100%, 50%) 0%, hsl(11665.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12916 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11667.36, 100%, 50%) 0%, hsl(11667.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12916 {
background: linear-gradient(to bottom, hsl(11667.36, 100%, 50%) 0%, hsl(11667.36, 100%, 50%) 100%);
}

.bg-SN12916 {
background: linear-gradient(to bottom, hsl(11667.36, 100%, 50%) 0%, hsl(11667.36, 100%, 50%) 100%);
}


#album-music-playedSN12916 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11669.36, 100%, 50%) 0%, hsl(11669.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12917 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11671.36, 100%, 50%) 0%, hsl(11671.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12917 {
background: linear-gradient(to bottom, hsl(11671.36, 100%, 50%) 0%, hsl(11671.36, 100%, 50%) 100%);
}

.bg-SN12917 {
background: linear-gradient(to bottom, hsl(11671.36, 100%, 50%) 0%, hsl(11671.36, 100%, 50%) 100%);
}


#album-music-playedSN12917 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11673.36, 100%, 50%) 0%, hsl(11673.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12918 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11675.36, 100%, 50%) 0%, hsl(11675.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12918 {
background: linear-gradient(to bottom, hsl(11675.36, 100%, 50%) 0%, hsl(11675.36, 100%, 50%) 100%);
}

.bg-SN12918 {
background: linear-gradient(to bottom, hsl(11675.36, 100%, 50%) 0%, hsl(11675.36, 100%, 50%) 100%);
}


#album-music-playedSN12918 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11677.36, 100%, 50%) 0%, hsl(11677.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12919 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11679.36, 100%, 50%) 0%, hsl(11679.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12919 {
background: linear-gradient(to bottom, hsl(11679.36, 100%, 50%) 0%, hsl(11679.36, 100%, 50%) 100%);
}

.bg-SN12919 {
background: linear-gradient(to bottom, hsl(11679.36, 100%, 50%) 0%, hsl(11679.36, 100%, 50%) 100%);
}


#album-music-playedSN12919 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11681.36, 100%, 50%) 0%, hsl(11681.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12920 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11683.36, 100%, 50%) 0%, hsl(11683.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12920 {
background: linear-gradient(to bottom, hsl(11683.36, 100%, 50%) 0%, hsl(11683.36, 100%, 50%) 100%);
}

.bg-SN12920 {
background: linear-gradient(to bottom, hsl(11683.36, 100%, 50%) 0%, hsl(11683.36, 100%, 50%) 100%);
}


#album-music-playedSN12920 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11685.36, 100%, 50%) 0%, hsl(11685.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12921 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11687.36, 100%, 50%) 0%, hsl(11687.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12921 {
background: linear-gradient(to bottom, hsl(11687.36, 100%, 50%) 0%, hsl(11687.36, 100%, 50%) 100%);
}

.bg-SN12921 {
background: linear-gradient(to bottom, hsl(11687.36, 100%, 50%) 0%, hsl(11687.36, 100%, 50%) 100%);
}


#album-music-playedSN12921 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11689.36, 100%, 50%) 0%, hsl(11689.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12922 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11691.36, 100%, 50%) 0%, hsl(11691.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12922 {
background: linear-gradient(to bottom, hsl(11691.36, 100%, 50%) 0%, hsl(11691.36, 100%, 50%) 100%);
}

.bg-SN12922 {
background: linear-gradient(to bottom, hsl(11691.36, 100%, 50%) 0%, hsl(11691.36, 100%, 50%) 100%);
}


#album-music-playedSN12922 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11693.36, 100%, 50%) 0%, hsl(11693.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12923 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11695.36, 100%, 50%) 0%, hsl(11695.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12923 {
background: linear-gradient(to bottom, hsl(11695.36, 100%, 50%) 0%, hsl(11695.36, 100%, 50%) 100%);
}

.bg-SN12923 {
background: linear-gradient(to bottom, hsl(11695.36, 100%, 50%) 0%, hsl(11695.36, 100%, 50%) 100%);
}


#album-music-playedSN12923 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11697.36, 100%, 50%) 0%, hsl(11697.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12924 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11699.36, 100%, 50%) 0%, hsl(11699.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12924 {
background: linear-gradient(to bottom, hsl(11699.36, 100%, 50%) 0%, hsl(11699.36, 100%, 50%) 100%);
}

.bg-SN12924 {
background: linear-gradient(to bottom, hsl(11699.36, 100%, 50%) 0%, hsl(11699.36, 100%, 50%) 100%);
}


#album-music-playedSN12924 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11701.36, 100%, 50%) 0%, hsl(11701.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12925 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11703.36, 100%, 50%) 0%, hsl(11703.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12925 {
background: linear-gradient(to bottom, hsl(11703.36, 100%, 50%) 0%, hsl(11703.36, 100%, 50%) 100%);
}

.bg-SN12925 {
background: linear-gradient(to bottom, hsl(11703.36, 100%, 50%) 0%, hsl(11703.36, 100%, 50%) 100%);
}


#album-music-playedSN12925 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11705.36, 100%, 50%) 0%, hsl(11705.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12926 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11707.36, 100%, 50%) 0%, hsl(11707.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12926 {
background: linear-gradient(to bottom, hsl(11707.36, 100%, 50%) 0%, hsl(11707.36, 100%, 50%) 100%);
}

.bg-SN12926 {
background: linear-gradient(to bottom, hsl(11707.36, 100%, 50%) 0%, hsl(11707.36, 100%, 50%) 100%);
}


#album-music-playedSN12926 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11709.36, 100%, 50%) 0%, hsl(11709.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12927 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11711.36, 100%, 50%) 0%, hsl(11711.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12927 {
background: linear-gradient(to bottom, hsl(11711.36, 100%, 50%) 0%, hsl(11711.36, 100%, 50%) 100%);
}

.bg-SN12927 {
background: linear-gradient(to bottom, hsl(11711.36, 100%, 50%) 0%, hsl(11711.36, 100%, 50%) 100%);
}


#album-music-playedSN12927 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11713.36, 100%, 50%) 0%, hsl(11713.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12928 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11715.36, 100%, 50%) 0%, hsl(11715.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12928 {
background: linear-gradient(to bottom, hsl(11715.36, 100%, 50%) 0%, hsl(11715.36, 100%, 50%) 100%);
}

.bg-SN12928 {
background: linear-gradient(to bottom, hsl(11715.36, 100%, 50%) 0%, hsl(11715.36, 100%, 50%) 100%);
}


#album-music-playedSN12928 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11717.36, 100%, 50%) 0%, hsl(11717.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12929 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11719.36, 100%, 50%) 0%, hsl(11719.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12929 {
background: linear-gradient(to bottom, hsl(11719.36, 100%, 50%) 0%, hsl(11719.36, 100%, 50%) 100%);
}

.bg-SN12929 {
background: linear-gradient(to bottom, hsl(11719.36, 100%, 50%) 0%, hsl(11719.36, 100%, 50%) 100%);
}


#album-music-playedSN12929 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11721.36, 100%, 50%) 0%, hsl(11721.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12930 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11723.36, 100%, 50%) 0%, hsl(11723.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12930 {
background: linear-gradient(to bottom, hsl(11723.36, 100%, 50%) 0%, hsl(11723.36, 100%, 50%) 100%);
}

.bg-SN12930 {
background: linear-gradient(to bottom, hsl(11723.36, 100%, 50%) 0%, hsl(11723.36, 100%, 50%) 100%);
}


#album-music-playedSN12930 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11725.36, 100%, 50%) 0%, hsl(11725.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12931 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11727.36, 100%, 50%) 0%, hsl(11727.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12931 {
background: linear-gradient(to bottom, hsl(11727.36, 100%, 50%) 0%, hsl(11727.36, 100%, 50%) 100%);
}

.bg-SN12931 {
background: linear-gradient(to bottom, hsl(11727.36, 100%, 50%) 0%, hsl(11727.36, 100%, 50%) 100%);
}


#album-music-playedSN12931 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11729.36, 100%, 50%) 0%, hsl(11729.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12932 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11731.36, 100%, 50%) 0%, hsl(11731.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12932 {
background: linear-gradient(to bottom, hsl(11731.36, 100%, 50%) 0%, hsl(11731.36, 100%, 50%) 100%);
}

.bg-SN12932 {
background: linear-gradient(to bottom, hsl(11731.36, 100%, 50%) 0%, hsl(11731.36, 100%, 50%) 100%);
}


#album-music-playedSN12932 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11733.36, 100%, 50%) 0%, hsl(11733.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12933 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11735.36, 100%, 50%) 0%, hsl(11735.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12933 {
background: linear-gradient(to bottom, hsl(11735.36, 100%, 50%) 0%, hsl(11735.36, 100%, 50%) 100%);
}

.bg-SN12933 {
background: linear-gradient(to bottom, hsl(11735.36, 100%, 50%) 0%, hsl(11735.36, 100%, 50%) 100%);
}


#album-music-playedSN12933 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11737.36, 100%, 50%) 0%, hsl(11737.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12934 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11739.36, 100%, 50%) 0%, hsl(11739.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12934 {
background: linear-gradient(to bottom, hsl(11739.36, 100%, 50%) 0%, hsl(11739.36, 100%, 50%) 100%);
}

.bg-SN12934 {
background: linear-gradient(to bottom, hsl(11739.36, 100%, 50%) 0%, hsl(11739.36, 100%, 50%) 100%);
}


#album-music-playedSN12934 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11741.36, 100%, 50%) 0%, hsl(11741.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12935 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11743.36, 100%, 50%) 0%, hsl(11743.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12935 {
background: linear-gradient(to bottom, hsl(11743.36, 100%, 50%) 0%, hsl(11743.36, 100%, 50%) 100%);
}

.bg-SN12935 {
background: linear-gradient(to bottom, hsl(11743.36, 100%, 50%) 0%, hsl(11743.36, 100%, 50%) 100%);
}


#album-music-playedSN12935 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11745.36, 100%, 50%) 0%, hsl(11745.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12936 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11747.36, 100%, 50%) 0%, hsl(11747.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12936 {
background: linear-gradient(to bottom, hsl(11747.36, 100%, 50%) 0%, hsl(11747.36, 100%, 50%) 100%);
}

.bg-SN12936 {
background: linear-gradient(to bottom, hsl(11747.36, 100%, 50%) 0%, hsl(11747.36, 100%, 50%) 100%);
}


#album-music-playedSN12936 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11749.36, 100%, 50%) 0%, hsl(11749.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12937 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11751.36, 100%, 50%) 0%, hsl(11751.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12937 {
background: linear-gradient(to bottom, hsl(11751.36, 100%, 50%) 0%, hsl(11751.36, 100%, 50%) 100%);
}

.bg-SN12937 {
background: linear-gradient(to bottom, hsl(11751.36, 100%, 50%) 0%, hsl(11751.36, 100%, 50%) 100%);
}


#album-music-playedSN12937 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11753.36, 100%, 50%) 0%, hsl(11753.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12938 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11755.36, 100%, 50%) 0%, hsl(11755.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12938 {
background: linear-gradient(to bottom, hsl(11755.36, 100%, 50%) 0%, hsl(11755.36, 100%, 50%) 100%);
}

.bg-SN12938 {
background: linear-gradient(to bottom, hsl(11755.36, 100%, 50%) 0%, hsl(11755.36, 100%, 50%) 100%);
}


#album-music-playedSN12938 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11757.36, 100%, 50%) 0%, hsl(11757.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12939 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11759.36, 100%, 50%) 0%, hsl(11759.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12939 {
background: linear-gradient(to bottom, hsl(11759.36, 100%, 50%) 0%, hsl(11759.36, 100%, 50%) 100%);
}

.bg-SN12939 {
background: linear-gradient(to bottom, hsl(11759.36, 100%, 50%) 0%, hsl(11759.36, 100%, 50%) 100%);
}


#album-music-playedSN12939 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11761.36, 100%, 50%) 0%, hsl(11761.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12940 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11763.36, 100%, 50%) 0%, hsl(11763.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12940 {
background: linear-gradient(to bottom, hsl(11763.36, 100%, 50%) 0%, hsl(11763.36, 100%, 50%) 100%);
}

.bg-SN12940 {
background: linear-gradient(to bottom, hsl(11763.36, 100%, 50%) 0%, hsl(11763.36, 100%, 50%) 100%);
}


#album-music-playedSN12940 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11765.36, 100%, 50%) 0%, hsl(11765.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12941 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11767.36, 100%, 50%) 0%, hsl(11767.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12941 {
background: linear-gradient(to bottom, hsl(11767.36, 100%, 50%) 0%, hsl(11767.36, 100%, 50%) 100%);
}

.bg-SN12941 {
background: linear-gradient(to bottom, hsl(11767.36, 100%, 50%) 0%, hsl(11767.36, 100%, 50%) 100%);
}


#album-music-playedSN12941 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11769.36, 100%, 50%) 0%, hsl(11769.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12942 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11771.36, 100%, 50%) 0%, hsl(11771.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12942 {
background: linear-gradient(to bottom, hsl(11771.36, 100%, 50%) 0%, hsl(11771.36, 100%, 50%) 100%);
}

.bg-SN12942 {
background: linear-gradient(to bottom, hsl(11771.36, 100%, 50%) 0%, hsl(11771.36, 100%, 50%) 100%);
}


#album-music-playedSN12942 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11773.36, 100%, 50%) 0%, hsl(11773.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12943 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11775.36, 100%, 50%) 0%, hsl(11775.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12943 {
background: linear-gradient(to bottom, hsl(11775.36, 100%, 50%) 0%, hsl(11775.36, 100%, 50%) 100%);
}

.bg-SN12943 {
background: linear-gradient(to bottom, hsl(11775.36, 100%, 50%) 0%, hsl(11775.36, 100%, 50%) 100%);
}


#album-music-playedSN12943 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11777.36, 100%, 50%) 0%, hsl(11777.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12944 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11779.36, 100%, 50%) 0%, hsl(11779.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12944 {
background: linear-gradient(to bottom, hsl(11779.36, 100%, 50%) 0%, hsl(11779.36, 100%, 50%) 100%);
}

.bg-SN12944 {
background: linear-gradient(to bottom, hsl(11779.36, 100%, 50%) 0%, hsl(11779.36, 100%, 50%) 100%);
}


#album-music-playedSN12944 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11781.36, 100%, 50%) 0%, hsl(11781.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12945 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11783.36, 100%, 50%) 0%, hsl(11783.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12945 {
background: linear-gradient(to bottom, hsl(11783.36, 100%, 50%) 0%, hsl(11783.36, 100%, 50%) 100%);
}

.bg-SN12945 {
background: linear-gradient(to bottom, hsl(11783.36, 100%, 50%) 0%, hsl(11783.36, 100%, 50%) 100%);
}


#album-music-playedSN12945 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11785.36, 100%, 50%) 0%, hsl(11785.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12946 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11787.36, 100%, 50%) 0%, hsl(11787.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12946 {
background: linear-gradient(to bottom, hsl(11787.36, 100%, 50%) 0%, hsl(11787.36, 100%, 50%) 100%);
}

.bg-SN12946 {
background: linear-gradient(to bottom, hsl(11787.36, 100%, 50%) 0%, hsl(11787.36, 100%, 50%) 100%);
}


#album-music-playedSN12946 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11789.36, 100%, 50%) 0%, hsl(11789.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12947 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11791.36, 100%, 50%) 0%, hsl(11791.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12947 {
background: linear-gradient(to bottom, hsl(11791.36, 100%, 50%) 0%, hsl(11791.36, 100%, 50%) 100%);
}

.bg-SN12947 {
background: linear-gradient(to bottom, hsl(11791.36, 100%, 50%) 0%, hsl(11791.36, 100%, 50%) 100%);
}


#album-music-playedSN12947 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11793.36, 100%, 50%) 0%, hsl(11793.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12948 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11795.36, 100%, 50%) 0%, hsl(11795.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12948 {
background: linear-gradient(to bottom, hsl(11795.36, 100%, 50%) 0%, hsl(11795.36, 100%, 50%) 100%);
}

.bg-SN12948 {
background: linear-gradient(to bottom, hsl(11795.36, 100%, 50%) 0%, hsl(11795.36, 100%, 50%) 100%);
}


#album-music-playedSN12948 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11797.36, 100%, 50%) 0%, hsl(11797.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12949 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11799.36, 100%, 50%) 0%, hsl(11799.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12949 {
background: linear-gradient(to bottom, hsl(11799.36, 100%, 50%) 0%, hsl(11799.36, 100%, 50%) 100%);
}

.bg-SN12949 {
background: linear-gradient(to bottom, hsl(11799.36, 100%, 50%) 0%, hsl(11799.36, 100%, 50%) 100%);
}


#album-music-playedSN12949 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11801.36, 100%, 50%) 0%, hsl(11801.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12950 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11803.36, 100%, 50%) 0%, hsl(11803.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12950 {
background: linear-gradient(to bottom, hsl(11803.36, 100%, 50%) 0%, hsl(11803.36, 100%, 50%) 100%);
}

.bg-SN12950 {
background: linear-gradient(to bottom, hsl(11803.36, 100%, 50%) 0%, hsl(11803.36, 100%, 50%) 100%);
}


#album-music-playedSN12950 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11805.36, 100%, 50%) 0%, hsl(11805.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12951 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11807.36, 100%, 50%) 0%, hsl(11807.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12951 {
background: linear-gradient(to bottom, hsl(11807.36, 100%, 50%) 0%, hsl(11807.36, 100%, 50%) 100%);
}

.bg-SN12951 {
background: linear-gradient(to bottom, hsl(11807.36, 100%, 50%) 0%, hsl(11807.36, 100%, 50%) 100%);
}


#album-music-playedSN12951 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11809.36, 100%, 50%) 0%, hsl(11809.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12952 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11811.36, 100%, 50%) 0%, hsl(11811.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12952 {
background: linear-gradient(to bottom, hsl(11811.36, 100%, 50%) 0%, hsl(11811.36, 100%, 50%) 100%);
}

.bg-SN12952 {
background: linear-gradient(to bottom, hsl(11811.36, 100%, 50%) 0%, hsl(11811.36, 100%, 50%) 100%);
}


#album-music-playedSN12952 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11813.36, 100%, 50%) 0%, hsl(11813.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12953 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11815.36, 100%, 50%) 0%, hsl(11815.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12953 {
background: linear-gradient(to bottom, hsl(11815.36, 100%, 50%) 0%, hsl(11815.36, 100%, 50%) 100%);
}

.bg-SN12953 {
background: linear-gradient(to bottom, hsl(11815.36, 100%, 50%) 0%, hsl(11815.36, 100%, 50%) 100%);
}


#album-music-playedSN12953 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11817.36, 100%, 50%) 0%, hsl(11817.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12954 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11819.36, 100%, 50%) 0%, hsl(11819.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12954 {
background: linear-gradient(to bottom, hsl(11819.36, 100%, 50%) 0%, hsl(11819.36, 100%, 50%) 100%);
}

.bg-SN12954 {
background: linear-gradient(to bottom, hsl(11819.36, 100%, 50%) 0%, hsl(11819.36, 100%, 50%) 100%);
}


#album-music-playedSN12954 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11821.36, 100%, 50%) 0%, hsl(11821.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12955 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11823.36, 100%, 50%) 0%, hsl(11823.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12955 {
background: linear-gradient(to bottom, hsl(11823.36, 100%, 50%) 0%, hsl(11823.36, 100%, 50%) 100%);
}

.bg-SN12955 {
background: linear-gradient(to bottom, hsl(11823.36, 100%, 50%) 0%, hsl(11823.36, 100%, 50%) 100%);
}


#album-music-playedSN12955 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11825.36, 100%, 50%) 0%, hsl(11825.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12956 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11827.36, 100%, 50%) 0%, hsl(11827.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12956 {
background: linear-gradient(to bottom, hsl(11827.36, 100%, 50%) 0%, hsl(11827.36, 100%, 50%) 100%);
}

.bg-SN12956 {
background: linear-gradient(to bottom, hsl(11827.36, 100%, 50%) 0%, hsl(11827.36, 100%, 50%) 100%);
}


#album-music-playedSN12956 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11829.36, 100%, 50%) 0%, hsl(11829.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12957 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11831.36, 100%, 50%) 0%, hsl(11831.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12957 {
background: linear-gradient(to bottom, hsl(11831.36, 100%, 50%) 0%, hsl(11831.36, 100%, 50%) 100%);
}

.bg-SN12957 {
background: linear-gradient(to bottom, hsl(11831.36, 100%, 50%) 0%, hsl(11831.36, 100%, 50%) 100%);
}


#album-music-playedSN12957 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11833.36, 100%, 50%) 0%, hsl(11833.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12958 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11835.36, 100%, 50%) 0%, hsl(11835.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12958 {
background: linear-gradient(to bottom, hsl(11835.36, 100%, 50%) 0%, hsl(11835.36, 100%, 50%) 100%);
}

.bg-SN12958 {
background: linear-gradient(to bottom, hsl(11835.36, 100%, 50%) 0%, hsl(11835.36, 100%, 50%) 100%);
}


#album-music-playedSN12958 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11837.36, 100%, 50%) 0%, hsl(11837.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12959 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11839.36, 100%, 50%) 0%, hsl(11839.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12959 {
background: linear-gradient(to bottom, hsl(11839.36, 100%, 50%) 0%, hsl(11839.36, 100%, 50%) 100%);
}

.bg-SN12959 {
background: linear-gradient(to bottom, hsl(11839.36, 100%, 50%) 0%, hsl(11839.36, 100%, 50%) 100%);
}


#album-music-playedSN12959 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11841.36, 100%, 50%) 0%, hsl(11841.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12960 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11843.36, 100%, 50%) 0%, hsl(11843.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12960 {
background: linear-gradient(to bottom, hsl(11843.36, 100%, 50%) 0%, hsl(11843.36, 100%, 50%) 100%);
}

.bg-SN12960 {
background: linear-gradient(to bottom, hsl(11843.36, 100%, 50%) 0%, hsl(11843.36, 100%, 50%) 100%);
}


#album-music-playedSN12960 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11845.36, 100%, 50%) 0%, hsl(11845.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12961 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11847.36, 100%, 50%) 0%, hsl(11847.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12961 {
background: linear-gradient(to bottom, hsl(11847.36, 100%, 50%) 0%, hsl(11847.36, 100%, 50%) 100%);
}

.bg-SN12961 {
background: linear-gradient(to bottom, hsl(11847.36, 100%, 50%) 0%, hsl(11847.36, 100%, 50%) 100%);
}


#album-music-playedSN12961 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11849.36, 100%, 50%) 0%, hsl(11849.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12962 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11851.36, 100%, 50%) 0%, hsl(11851.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12962 {
background: linear-gradient(to bottom, hsl(11851.36, 100%, 50%) 0%, hsl(11851.36, 100%, 50%) 100%);
}

.bg-SN12962 {
background: linear-gradient(to bottom, hsl(11851.36, 100%, 50%) 0%, hsl(11851.36, 100%, 50%) 100%);
}


#album-music-playedSN12962 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11853.36, 100%, 50%) 0%, hsl(11853.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12963 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11855.36, 100%, 50%) 0%, hsl(11855.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12963 {
background: linear-gradient(to bottom, hsl(11855.36, 100%, 50%) 0%, hsl(11855.36, 100%, 50%) 100%);
}

.bg-SN12963 {
background: linear-gradient(to bottom, hsl(11855.36, 100%, 50%) 0%, hsl(11855.36, 100%, 50%) 100%);
}


#album-music-playedSN12963 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11857.36, 100%, 50%) 0%, hsl(11857.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12964 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11859.36, 100%, 50%) 0%, hsl(11859.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12964 {
background: linear-gradient(to bottom, hsl(11859.36, 100%, 50%) 0%, hsl(11859.36, 100%, 50%) 100%);
}

.bg-SN12964 {
background: linear-gradient(to bottom, hsl(11859.36, 100%, 50%) 0%, hsl(11859.36, 100%, 50%) 100%);
}


#album-music-playedSN12964 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11861.36, 100%, 50%) 0%, hsl(11861.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12965 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11863.36, 100%, 50%) 0%, hsl(11863.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12965 {
background: linear-gradient(to bottom, hsl(11863.36, 100%, 50%) 0%, hsl(11863.36, 100%, 50%) 100%);
}

.bg-SN12965 {
background: linear-gradient(to bottom, hsl(11863.36, 100%, 50%) 0%, hsl(11863.36, 100%, 50%) 100%);
}


#album-music-playedSN12965 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11865.36, 100%, 50%) 0%, hsl(11865.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12966 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11867.36, 100%, 50%) 0%, hsl(11867.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12966 {
background: linear-gradient(to bottom, hsl(11867.36, 100%, 50%) 0%, hsl(11867.36, 100%, 50%) 100%);
}

.bg-SN12966 {
background: linear-gradient(to bottom, hsl(11867.36, 100%, 50%) 0%, hsl(11867.36, 100%, 50%) 100%);
}


#album-music-playedSN12966 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11869.36, 100%, 50%) 0%, hsl(11869.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12967 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11871.36, 100%, 50%) 0%, hsl(11871.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12967 {
background: linear-gradient(to bottom, hsl(11871.36, 100%, 50%) 0%, hsl(11871.36, 100%, 50%) 100%);
}

.bg-SN12967 {
background: linear-gradient(to bottom, hsl(11871.36, 100%, 50%) 0%, hsl(11871.36, 100%, 50%) 100%);
}


#album-music-playedSN12967 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11873.36, 100%, 50%) 0%, hsl(11873.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12968 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11875.36, 100%, 50%) 0%, hsl(11875.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12968 {
background: linear-gradient(to bottom, hsl(11875.36, 100%, 50%) 0%, hsl(11875.36, 100%, 50%) 100%);
}

.bg-SN12968 {
background: linear-gradient(to bottom, hsl(11875.36, 100%, 50%) 0%, hsl(11875.36, 100%, 50%) 100%);
}


#album-music-playedSN12968 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11877.36, 100%, 50%) 0%, hsl(11877.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12969 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11879.36, 100%, 50%) 0%, hsl(11879.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12969 {
background: linear-gradient(to bottom, hsl(11879.36, 100%, 50%) 0%, hsl(11879.36, 100%, 50%) 100%);
}

.bg-SN12969 {
background: linear-gradient(to bottom, hsl(11879.36, 100%, 50%) 0%, hsl(11879.36, 100%, 50%) 100%);
}


#album-music-playedSN12969 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11881.36, 100%, 50%) 0%, hsl(11881.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12970 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11883.36, 100%, 50%) 0%, hsl(11883.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12970 {
background: linear-gradient(to bottom, hsl(11883.36, 100%, 50%) 0%, hsl(11883.36, 100%, 50%) 100%);
}

.bg-SN12970 {
background: linear-gradient(to bottom, hsl(11883.36, 100%, 50%) 0%, hsl(11883.36, 100%, 50%) 100%);
}


#album-music-playedSN12970 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11885.36, 100%, 50%) 0%, hsl(11885.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12971 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11887.36, 100%, 50%) 0%, hsl(11887.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12971 {
background: linear-gradient(to bottom, hsl(11887.36, 100%, 50%) 0%, hsl(11887.36, 100%, 50%) 100%);
}

.bg-SN12971 {
background: linear-gradient(to bottom, hsl(11887.36, 100%, 50%) 0%, hsl(11887.36, 100%, 50%) 100%);
}


#album-music-playedSN12971 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11889.36, 100%, 50%) 0%, hsl(11889.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12972 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11891.36, 100%, 50%) 0%, hsl(11891.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12972 {
background: linear-gradient(to bottom, hsl(11891.36, 100%, 50%) 0%, hsl(11891.36, 100%, 50%) 100%);
}

.bg-SN12972 {
background: linear-gradient(to bottom, hsl(11891.36, 100%, 50%) 0%, hsl(11891.36, 100%, 50%) 100%);
}


#album-music-playedSN12972 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11893.36, 100%, 50%) 0%, hsl(11893.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12973 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11895.36, 100%, 50%) 0%, hsl(11895.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12973 {
background: linear-gradient(to bottom, hsl(11895.36, 100%, 50%) 0%, hsl(11895.36, 100%, 50%) 100%);
}

.bg-SN12973 {
background: linear-gradient(to bottom, hsl(11895.36, 100%, 50%) 0%, hsl(11895.36, 100%, 50%) 100%);
}


#album-music-playedSN12973 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11897.36, 100%, 50%) 0%, hsl(11897.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12974 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11899.36, 100%, 50%) 0%, hsl(11899.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12974 {
background: linear-gradient(to bottom, hsl(11899.36, 100%, 50%) 0%, hsl(11899.36, 100%, 50%) 100%);
}

.bg-SN12974 {
background: linear-gradient(to bottom, hsl(11899.36, 100%, 50%) 0%, hsl(11899.36, 100%, 50%) 100%);
}


#album-music-playedSN12974 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11901.36, 100%, 50%) 0%, hsl(11901.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12975 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11903.36, 100%, 50%) 0%, hsl(11903.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12975 {
background: linear-gradient(to bottom, hsl(11903.36, 100%, 50%) 0%, hsl(11903.36, 100%, 50%) 100%);
}

.bg-SN12975 {
background: linear-gradient(to bottom, hsl(11903.36, 100%, 50%) 0%, hsl(11903.36, 100%, 50%) 100%);
}


#album-music-playedSN12975 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11905.36, 100%, 50%) 0%, hsl(11905.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12976 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11907.36, 100%, 50%) 0%, hsl(11907.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12976 {
background: linear-gradient(to bottom, hsl(11907.36, 100%, 50%) 0%, hsl(11907.36, 100%, 50%) 100%);
}

.bg-SN12976 {
background: linear-gradient(to bottom, hsl(11907.36, 100%, 50%) 0%, hsl(11907.36, 100%, 50%) 100%);
}


#album-music-playedSN12976 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11909.36, 100%, 50%) 0%, hsl(11909.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12977 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11911.36, 100%, 50%) 0%, hsl(11911.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12977 {
background: linear-gradient(to bottom, hsl(11911.36, 100%, 50%) 0%, hsl(11911.36, 100%, 50%) 100%);
}

.bg-SN12977 {
background: linear-gradient(to bottom, hsl(11911.36, 100%, 50%) 0%, hsl(11911.36, 100%, 50%) 100%);
}


#album-music-playedSN12977 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11913.36, 100%, 50%) 0%, hsl(11913.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12978 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11915.36, 100%, 50%) 0%, hsl(11915.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12978 {
background: linear-gradient(to bottom, hsl(11915.36, 100%, 50%) 0%, hsl(11915.36, 100%, 50%) 100%);
}

.bg-SN12978 {
background: linear-gradient(to bottom, hsl(11915.36, 100%, 50%) 0%, hsl(11915.36, 100%, 50%) 100%);
}


#album-music-playedSN12978 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11917.36, 100%, 50%) 0%, hsl(11917.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12979 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11919.36, 100%, 50%) 0%, hsl(11919.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12979 {
background: linear-gradient(to bottom, hsl(11919.36, 100%, 50%) 0%, hsl(11919.36, 100%, 50%) 100%);
}

.bg-SN12979 {
background: linear-gradient(to bottom, hsl(11919.36, 100%, 50%) 0%, hsl(11919.36, 100%, 50%) 100%);
}


#album-music-playedSN12979 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11921.36, 100%, 50%) 0%, hsl(11921.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12980 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11923.36, 100%, 50%) 0%, hsl(11923.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12980 {
background: linear-gradient(to bottom, hsl(11923.36, 100%, 50%) 0%, hsl(11923.36, 100%, 50%) 100%);
}

.bg-SN12980 {
background: linear-gradient(to bottom, hsl(11923.36, 100%, 50%) 0%, hsl(11923.36, 100%, 50%) 100%);
}


#album-music-playedSN12980 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11925.36, 100%, 50%) 0%, hsl(11925.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12981 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11927.36, 100%, 50%) 0%, hsl(11927.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12981 {
background: linear-gradient(to bottom, hsl(11927.36, 100%, 50%) 0%, hsl(11927.36, 100%, 50%) 100%);
}

.bg-SN12981 {
background: linear-gradient(to bottom, hsl(11927.36, 100%, 50%) 0%, hsl(11927.36, 100%, 50%) 100%);
}


#album-music-playedSN12981 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11929.36, 100%, 50%) 0%, hsl(11929.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12982 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11931.36, 100%, 50%) 0%, hsl(11931.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12982 {
background: linear-gradient(to bottom, hsl(11931.36, 100%, 50%) 0%, hsl(11931.36, 100%, 50%) 100%);
}

.bg-SN12982 {
background: linear-gradient(to bottom, hsl(11931.36, 100%, 50%) 0%, hsl(11931.36, 100%, 50%) 100%);
}


#album-music-playedSN12982 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11933.36, 100%, 50%) 0%, hsl(11933.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12983 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11935.36, 100%, 50%) 0%, hsl(11935.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12983 {
background: linear-gradient(to bottom, hsl(11935.36, 100%, 50%) 0%, hsl(11935.36, 100%, 50%) 100%);
}

.bg-SN12983 {
background: linear-gradient(to bottom, hsl(11935.36, 100%, 50%) 0%, hsl(11935.36, 100%, 50%) 100%);
}


#album-music-playedSN12983 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11937.36, 100%, 50%) 0%, hsl(11937.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12984 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11939.36, 100%, 50%) 0%, hsl(11939.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12984 {
background: linear-gradient(to bottom, hsl(11939.36, 100%, 50%) 0%, hsl(11939.36, 100%, 50%) 100%);
}

.bg-SN12984 {
background: linear-gradient(to bottom, hsl(11939.36, 100%, 50%) 0%, hsl(11939.36, 100%, 50%) 100%);
}


#album-music-playedSN12984 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11941.36, 100%, 50%) 0%, hsl(11941.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12985 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11943.36, 100%, 50%) 0%, hsl(11943.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12985 {
background: linear-gradient(to bottom, hsl(11943.36, 100%, 50%) 0%, hsl(11943.36, 100%, 50%) 100%);
}

.bg-SN12985 {
background: linear-gradient(to bottom, hsl(11943.36, 100%, 50%) 0%, hsl(11943.36, 100%, 50%) 100%);
}


#album-music-playedSN12985 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11945.36, 100%, 50%) 0%, hsl(11945.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12986 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11947.36, 100%, 50%) 0%, hsl(11947.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12986 {
background: linear-gradient(to bottom, hsl(11947.36, 100%, 50%) 0%, hsl(11947.36, 100%, 50%) 100%);
}

.bg-SN12986 {
background: linear-gradient(to bottom, hsl(11947.36, 100%, 50%) 0%, hsl(11947.36, 100%, 50%) 100%);
}


#album-music-playedSN12986 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11949.36, 100%, 50%) 0%, hsl(11949.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12987 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11951.36, 100%, 50%) 0%, hsl(11951.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12987 {
background: linear-gradient(to bottom, hsl(11951.36, 100%, 50%) 0%, hsl(11951.36, 100%, 50%) 100%);
}

.bg-SN12987 {
background: linear-gradient(to bottom, hsl(11951.36, 100%, 50%) 0%, hsl(11951.36, 100%, 50%) 100%);
}


#album-music-playedSN12987 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11953.36, 100%, 50%) 0%, hsl(11953.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12988 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11955.36, 100%, 50%) 0%, hsl(11955.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12988 {
background: linear-gradient(to bottom, hsl(11955.36, 100%, 50%) 0%, hsl(11955.36, 100%, 50%) 100%);
}

.bg-SN12988 {
background: linear-gradient(to bottom, hsl(11955.36, 100%, 50%) 0%, hsl(11955.36, 100%, 50%) 100%);
}


#album-music-playedSN12988 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11957.36, 100%, 50%) 0%, hsl(11957.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}


#album-music-playSN12989 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11959.36, 100%, 50%) 0%, hsl(11959.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
}


#bg-SN12989 {
background: linear-gradient(to bottom, hsl(11959.36, 100%, 50%) 0%, hsl(11959.36, 100%, 50%) 100%);
}

.bg-SN12989 {
background: linear-gradient(to bottom, hsl(11959.36, 100%, 50%) 0%, hsl(11959.36, 100%, 50%) 100%);
}


#album-music-playedSN12989 {
width: 45px;
height: 45px;
border-radius: 50px;
outline: none;
border: none;
position: absolute;
margin-left: 100px;
margin-top: 120px;
font-weight: 500;
background: linear-gradient(to bottom, hsl(11961.36, 100%, 50%) 0%, hsl(11961.36, 100%, 50%) 100%);
color: #ffffff;
font-size: 30px;
padding-top: 8px;
padding-left: 6px;
display: none;
font-weight: 500;
}



#album-music-played {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  display: none;
  outline: none;
  border: none;
  position: absolute;
  margin-left: 100px;
  margin-top: 120px;
  font-weight: 500;
  background: linear-gradient(to bottom, #cc4b7e 0%, #f2721d 100%);
  color: #ffffff;
  font-size: 30px;
  padding-top: 8px;
  padding-left: 6px;
}

#album-music-played span {
  font-size: 30px;
}

#album-music-played1 {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  display: none;
  outline: none;
  border: none;
  position: absolute;
  margin-left: 100px;
  margin-top: 120px;
  font-weight: 500;
  background: linear-gradient(to bottom, #cc4b7e 0%, #f2721d 100%);
  color: #ffffff;
  font-size: 30px;
  padding-top: 8px;
  padding-left: 6px;
}

#album-music-played1 span {
  font-size: 30px;
}

.lis-nav {
  background-color: #3b3b3bfa;
  width: 100%;
  height: 75px;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 20;
  
  filter: drop-shadow(0px 1px 5px #272727);
}

.nav-logo {
  padding-top: 10px;
  padding-left: 0px;
  display: flex;
  float: left;
  cursor: pointer;
}

.nav-logo a {
  display: flex;
  text-decoration: none;
}

.nav-logo img {
  width: 50px;
}

.navlogo-text {
  text-decoration: none;
  color: aliceblue;
  font-size: 25px;
  margin-left: 0px;
  margin-top: 11px;
  font-family: 'Righteous', cursive;
}


#login-btn {
  width: 75px;
  height: 32px;
  margin-top: 22px;
  margin-left: 30px;
  border-radius: 4px;
  font-size: 13px;
  outline: none;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  color: #808080;
  background-color: #4b4b4b;
  border: none;
  transition: 0.8s;
  
  display:none;
}

#login-btn:hover {
  background-color: #575656;
}

.web-player {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 88;
    width: 100%;
    height: 15%;
    background-color: #181818;
    color: #fff;
    user-select: none;
}

.content-img {
  width: 400px;
}

.web-player-div {
  display: flex;
}

.web-player img {
    user-select: none;
    pointer-events: none;
}

#timebar {
	padding-left: 6%;
}

.music-player-div {
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 25%;
    padding-right: 10px;
    display: flex;
    text-align: center;
	color:  #b8b8b8;
	transform: scale(0.85);
}

#music-player-play-btn {
    width: 41px;
    height: 41px;
    border-radius: 50px;
    background-color: #fff;
    font-size: 20px;
    padding-top: 6px;
    padding-left: 8px;
    font-size: 25px;
    cursor: pointer;
    display: block;
    transition: 1s;
    border: none;
    outline: none;
}

#music-player-play-btn:active{
    transform: scale(0.1);
}

#previous-song2:active{
    transform: scale(0.9);
}
#next-song2:active{
    transform: scale(0.9);
}

#img-next-song2, #img-previous-song2 {
  padding-top: 0.015em;
  transform: scale(1.275);
}

#img-previous-song3 {
  padding-top: 0.015em;
  transform: scale(1.125);
}
#img-next-song3 {
  padding-top: 0.015em;
  transform: scale(0.92);
}

#img-previous-song3b {
  transform: scale(1.55);
}
#img-previous-song2b {
  transform: scale(2.2);
}
#img-previous-song2c {
  padding-top: 0.015em;
  transform: scale(2.0);
}
#img-previous-songb {
  padding-top: 0.015em;
  transform: scale(1.225);
}
#img-next-song3c {
  padding-top: 0.0875em;
  transform: scale(1.25);
}
#next-song2b {  
  transform: scale(1.25);
}
#next-song3b {  
  transform: scale(1.325);
}

.music-play-pause {
	padding-left: 1.25em;
}

.menu-items {
				
    background-color: inherit;
    border: none;
    cursor: pointer;
    outline: none;
}
#previous-song3b{
  padding-top: 0.45em;
}
#img-previous-song2b {
  padding-top: 0.225em;
}
#previous-song, #previous-song2, #previous-song3, #previous-songb, #previous-song3b {
    background-color: inherit;
    border: none;
    cursor: pointer;
    outline: none;
}

#music-player-play-pause-ico {
    font-size: 30px;
    text-align: center;
}

#music-player-pause-btn {
    width: 41px;
    height: 41px;
    border-radius: 50px;
    background-color: #fff;
    font-size: 20px;
    padding-top: 7px;
    font-size: 25px;
    font-weight: bolder;
    cursor: pointer;
    display: none;
    transition: 1s;
    border: none;
    outline: none;
}

#music-player-pause-btn:active {
    transform: scale(0.1);
}

#music-player-pause-ico {
    font-size: 25px;
    user-select: none;
}

.previous-song {
    padding-right: 15px;
    padding-left: 10px;
    padding-top: 2px;
}


#previous-song {    
    border: none;
    cursor: pointer;
    outline: none;
}

#previous-song:active {
    transform: scale(1.2);
}

#next-song:active {
    transform: scale(1.2);
}

.previous-song-icon {
    width: 36px;
	color: white;
	font-size: 3em;
}

.next-song {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

#next-song, #next-song2, #next-song3, #next-songb, #next-song2b, #next-song3b, #next-song3c {
    background-color: inherit;
    border: none;
    cursor: pointer;
    outline: none;
}

.next-song-icon {
    width: 36px;
	color: white;
	font-size: 3em;
}

.shuffle-songs {
    padding-top: 10px;
}

#shuffle-btn {
    background-color: #181818;
    color: #fff;
    border: none;
    font-size: 36px;
    outline: none;
    cursor: pointer;
    display: block;
}

#shuffle-remove-btn {
    background-color: #181818;
    color: #fff;
    border: none;
    font-size: 22px;
    outline: none;
    cursor: pointer;
    display: none;
}

#shuffle-btn:active {
    transform: scale(1.2);
}

#shuffle-remove-btn:active {
    transform: scale(1.2);
}

#loop-btn {
    background-color: #181818;
    color: #fff;
    border: none;
    font-size: 20px;
    outline: none;
    cursor: pointer;
    display: block;
}

#loop-add-btn {
    background-color: #181818;
    color: #ff7b00;
    border: none;
    font-size: 30px;
    outline: none;
    cursor: pointer;
    display: none;
}

#loop-one {
    background-color: #181818;;
    border: none;
    font-size: 20px;
    outline: none;
    cursor: pointer;
    display: none;
}

#loop-btn:active {
    transform: scale(1.2);
}

#loop-add-btn:active {
    transform: scale(1.2);
}

#loop-one:active {
    transform: scale(1.2);
}


.loop-songs {
    padding-top: 9px;
}

.loop-songs img {
    width: 22px;
}

.content {
    text-align: center;
}

.music-player-right-side-controls {
    position: absolute;
    margin-left: 80%;
    margin-top: 10px;
    display: flex;
	transform: scale(0.5);
	color:  #b8b8b8;
}

.music-player-right-side-controls span {
  color: inherit;
}

.music-player-right-side-controls ion-iconi {
  color: inherit;
}

.music-player-right-side-controls i {
  color: inherit;
}

#file-open-btn {
    cursor: pointer;
}

#file-open-btn1 {
    display: none;
}

#file-open-btn:active {
    transform: scale(1.2);
}

#file-open-btn1:active {
    transform: scale(1.2);
}

  .main-img {
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    text-align: center;
    animation: mymove 5s infinite;
  }

  #them-progres-notify {
    visibility: hidden;
    min-width: 130px;
    margin-left: -125px;
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    background-color: #3d3d3df3;
    color: #fff;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    text-align: center;
    border-radius: 12px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 54%;
    text-align: center;
    top: 40%;
    font-size: 17px;
  }
  
  #them-progres-notify.show {
    visibility: visible;
  }
  
  .music-added-ntfs-img {
    width: 60px;
    height: 60px;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 20px;
    text-align: center;
  }
  
  .music-added-ntfs-img ion-icon {
    font-size: 60px;
  }
  
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }

  .download-music {
    font-size: 25px;
    padding-left: 10px;
    padding-top: 4px;
    display: flex;
  }

  #download-played-music {
    font-size: 25px;
    background-color: #181818;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
  }

  #download-played-music:active {
    transform: scale(1.2);
  }

  #music-downloaded {
    font-size: 25px;
    background-color: #181818;
    color: #fff;
    display: none;
    cursor: pointer;
    border: none;
    outline: none;
  }

  #download-music-on-player {
    background-color: #181818;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 24px;
    display: block;
  }

  #music-downloaded {
    background-color: #181818;
    color: #ffae00;
    border: none;
    cursor: pointer;
    font-size: 24px;
    display: none;
  }
  
  #download-music-on-player:active {
    transform: scale(1.2);
  }

  #user-device {
    font-size: 25px;
    display: none;
    cursor: pointer;
    border: none;
    outline: none;
  }

  .device-view {
    padding-top: 16px;
    padding-left: 7px;
  }

  .user-device {
    font-size: 23px;
    color: #fff;
    background-color: #181818;
    cursor: pointer;
    border: none;
  }

  .file-name-and-logo {
    padding-top: 15px;
    padding-left: 10px;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    display: flex;
  }

  .file-name {
    padding-left: 10px;
  }

  #outputfile {
    background-color: #181818;
    color: #fff;
    width: 205px;
    font-size: 16px;
    padding-top: 20px;
    font-family: 'Rubik', sans-serif;
    cursor: default;
    outline: none;
    border: none;
  }

  #outputfile::placeholder {
    color: #fff;
  }

  #outputfilename {
    background-color: transparent;
    color: #acacac;
    width: 309%;
    font-size: 25px;
    padding-top: 2px;
	margin-top: 0px;
    font-family: 'Rubik', sans-serif;
    cursor: pointer;
    outline: none;
    border: none;
  }

  #outputfilename::placeholder {
    color: #fff;
  }
  
  #outputfilename:hover {
	  text-decoration: underline;	  
    }

  #filenameartist {
    color: #aaaaaa;
    padding-left: 22px;
    padding-top: 2px;
  }

  .artisit-png {
    width: 22px;
	height: 22px;
  }

  .music-type {
    margin-top: 40px;
  }

  #file-type {
    padding-left: 22px;
    padding-top: 2px;
    color: #aaaaaa;
  }

  .music-type {
    display: flex;
  }

  .play-music-artist {
    margin-top: 40px;
    display: flex;
  }

  .music-elp-dur-time {
    margin-top: 40px;
    display: flex;
  }

  #audio-elp-dur-time-name {
    padding-left: 22px;
    padding-top: 2px;
    color: #aaaaaa;
  }

  .play-music-details-audio-player-controls {
    margin-top: 40px;
    display: flex;
  }

  .play-music-details-audio-player-controls-btns {
    display: none;
    width: 25px;
    height: 25px;
    font-size: 15px;
    padding-top: 3px;
    cursor: pointer;
    padding-right: 5px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #fff;
    border-radius: 50px;
  }

  .play-music-details-audio-player-controls-btns:hover {
    background-color: #3f3f3f;
  }

  #play-music-details-audio-player-controls-pause {
    width: 25px;
    height: 25px;
    font-size: 17px;
    padding-top: 4px;
    cursor: pointer;
    padding-left: 4.2px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #fff;
    border-radius: 50px;
  }

  #play-music-details-audio-player-controls-pause:hover {
    background-color: #3f3f3f;
  }

  #play-music-details-audio-player-controls-loop {
    width: 25px;
    height: 25px;
    font-size: 17px;
    padding-top: 3px;
    cursor: pointer;
    padding-left: 4.2px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #fff;
    border-radius: 50px;
    margin-left: 10px;
  }

  #play-music-details-audio-player-controls-loop:hover {
    background-color: #3f3f3f;
  }

  #play-music-details-audio-player-controls-loop-on {
    width: 25px;
    height: 25px;
    font-size: 17px;
    padding-top: 3px;
    cursor: pointer;
    display: none;
    padding-left: 4.2px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #fff;
    border-radius: 50px;
    margin-left: 10px;
  }

  #play-music-details-audio-player-controls-loop-on:hover {
    background-color: #3f3f3f;
  }

  #play-music-details-audio-player-controls-stop {
    width: 25px;
    height: 25px;
    font-size: 17px;
    padding-top: 3px;
    cursor: pointer;
    padding-left: 3.2px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #fff;
    border-radius: 50px;
    margin-left: 10px;
  }

  #play-music-details-audio-player-controls-stop:hover {
    background-color: #3f3f3f;
  }

  #play-music-details-audio-player-controls-shuffle {
    width: 25px;
    height: 25px;
    font-size: 17px;
    padding-top: 4px;
    cursor: pointer;
    padding-left: 4.2px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #fff;
    border-radius: 50px;
    margin-left: 10px;
  }

  #play-music-details-audio-player-controls-shuffle:hover {
    /*
	background-color: #3f3f3f;
	*/
  }

  #play-music-details-audio-player-controls-shuffle-on {
    width: 25px;
    height: 25px;
    font-size: 17px;
    padding-top: 4px;
    cursor: pointer;
    display: none;
    padding-left: 4.2px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #ff7b00;
    border-radius: 50px;
    margin-left: 10px;
  }

  #play-music-details-audio-player-controls-shuffle-on:hover {
    background-color: #3f3f3f;
  }

  #play-music-details-audio-player-info {
    width: 25px;
    height: 25px;
    font-size: 19px;
    padding-top: 3.3px;
    cursor: pointer;
    padding-left: 3.2px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #ffffff;
    border-radius: 50px;
    margin-left: 10px;
  }

  #play-music-details-audio-player-info:hover {
    background-color: #3f3f3f;
  }

  #play-music-details-audio-player-info1 {
    width: 25px;
    height: 25px;
    font-size: 19px;
    padding-top: 3.3px;
    cursor: pointer;
    padding-left: 3.2px;
    display: none;
    border: none;
    outline: none;
    background-color: transparent;
    color: #ffffff;
    border-radius: 50px;
    margin-left: 10px;
  }

  #play-music-details-audio-player-info1:hover {
    background-color: #3f3f3f;
  }

  .cover-art {
    padding-left: 10px;
    padding-top: 15px;	
  }

  /*.bg-area {
  	background: linear-gradient(to bottom, #cc4b7e 0%, #f2721d 100%);
    }*/
  
  .cover-art-img {
    width: 60px;
    border-radius: 4px;		
	background-color: black;	
  }

  .like-btns {
    padding-top: 33px;
    padding-left: 5px;
  }

  #like-song {
    background-color: transparent;
    border: none;
    color: #c2c2c2;
    font-size: 24px;
    display: block;
    cursor: pointer;
  }
  #unlike-song:active {
    transform: scale(1.2);
  }

  #unlike-song {
    background-color: transparent;
    border: none;
    color: #f00a43;
    font-size: 24px;
    display: none;
    cursor: pointer;
  }

  .file-name-and-uploader-detail-or-file-type {
    padding-top: 4px;
  }

  #file-type-or-artist-name {
    padding-left: 11px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #9c9c9c;
    top: 0;
    padding-top: 47px;
    position: absolute;
    margin: 0;
    user-select: none;
    text-decoration: none;
  }

  #file-type-or-artist-name:hover {
    text-decoration: 2px underline;
  }

  .menu-show {
    padding-top: 0px;
    padding-left: 0px;
  }

  #menu-show {
    background-color: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 24px;
    display: block;
  }

  #menu-show:active {
    transform: scale(1.2);
  }

  .music-side-link-txt1 {
    padding-top: 3px;
    padding-left: 20px;
  }

  .music-sidenav1 a.active {
    background-color: #3b3b3b;
    color: #ffffff;
  }
  

  
  .music-sidenav1 a:hover:not(.active) {
    background-color: #ffffff2a;
    }

  .music-sidenav-items:hover {
    background-color: #ffffff2a;
  }
  
 #filterSelectTab:hover {
  	background-color: #181818;
  }
  
  .progress-bar{
	padding-left: 0px;
  }
  
  .music-side-link-ico {
    font-size: 20px;
  }

  .bx-cloud-download {
    font-size: 27px;
  }

  .music-side-link-txt {
    padding-top: 2px;
    padding-left: 15px;
  }

  .install-app {
    position: fixed;
    display: flex;
    text-decoration: none;
    color: #a1a1a1;
  }

  .INT-ICO {
    font-size: 22px;
    padding-right: 10px;
  }

  .INT-TXT {
    padding-top: 3px;
    font-weight: 500;
    font-size: 15px;
  }

  .install-app:hover {
    color: #fff;
  }

  .int-app-down-link {
    position: absolute;
    z-index: 5;
    margin-left: 18px;
    margin-top: 35%;
    text-decoration: none;
  }

  #menu-hide {
    display: none;
    background-color: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 24px;
  }

  #menu-hide:active {
    transform: scale(1.2);
  }

  ::-webkit-scrollbar {	    
	z-index: 0;
  }
    ::-webkit-scrollbar-track {
    background: #252525; 
  }
    ::-webkit-scrollbar-thumb {
    background: #4e4e4e; 
      border-radius:10px;
  }
  ::-webkit-scrollbar-thumb:hover {
    
    background: #555; 
  }

    .time-progressbar {
      position: absolute;    
      bottom: 0;
      padding-bottom: 5px;
      display: flex;
      left: 27%;
    }

  #not-audio-play-progress {
      width: 100%;
      height: 2px;
      position: absolute;
      bottom: 10px;
      display: block;
      cursor: pointer;
      border: 1px solid #555;
      background-color: #555;
    }

    #progress {
      height: 11px;
      width: 500px;
      user-select: none;
      -webkit-user-drag: none;
      pointer-events: none;
      cursor: pointer;    
    }

    #progress1 {
      height: 11px;
      width: 500px;
      user-select: none;
      -webkit-user-drag: none;
      pointer-events: none;
      cursor: pointer;
      display: none;
    }

    .current-time {
      position: absolute;
      font-size: 14px;
      left: 30.2%;
      bottom: 10px;
      font-family: 'Rubik', sans-serif;
      color: #b8b8b8;
    }

    .duration {
      position: absolute;
      font-size: 14px;
      left: 103%;
      bottom: 10px;
      font-family: 'Rubik', sans-serif;
      color: #b8b8b8;
    }

  @media (device-width: 100vw) and (device-height: 100vh) {
    .web-player {
      height: 12%;
  }  
  .music-added-ntfs-img img {
    width: 85px;
  }

  .content-img {
    width: 600px;
    margin-top: 20px;
  }

  .music-sidenav {
    height: 79%;
  }
  .music-sidenav1 {
	position: absolute;
    height: 79%;
  }
  .int-app-down-link {
    margin-top: 46%;
  }

  .log-form {
    margin-top: 50%;
  }

  }
  
  #not-audio-play-progress {
    width: 500px;
    height: 2px;
    position: absolute;
    top: 3px;
    display: block;
    cursor: pointer;
    border: 1px solid #555;
    background-color: #555;
  }

  .rpt-ico {
    font-weight: bold;
  }

  .music-player-volume {
    display: flex;
    position: absolute;
    margin-left: 85%;
    margin-top: 60px;
  }

  .volume-0 {
    height: 30px;
    margin-right: 4px;
    padding-top: 0px;
    color: #b8b8b8;
    background-color: #181818;
    border: none;
    font-size: 24px;
    width: 30px;
    display: none;
    outline: none;
    cursor: pointer;
  }
  .volume-100 {
    height: 30px;
    margin-right: 4px;
    padding-top: 0px;
    color: #b8b8b8;
    background-color: #181818;
    border: none;
    font-size: 24px;
    width: 30px;
    outline: none;
    cursor: pointer;
  }





  .tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  #vol-control {
    -webkit-appearance: none;
    margin-top: 12px;
    width: 130%;
    height: 2px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    cursor: pointer;
    transition: opacity .2s;
  }

  #vol-control:active {
    cursor: pointer;
  }

  #vol-control::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: white;
    cursor: grab;
  }

  #vol-control::-webkit-slider-thumb:active {
    cursor: grabbing;
  }

  #music-player-play-music-details-div {
    display: none;
  }

  .play-music-detail {
    width: 100%;
    height: 480px;
    margin-top: 56px;
    padding-left: 300px;
    padding-top: 100px;
    display: flex;
    background: linear-gradient(to bottom top, #4f4f4f 0%, #242424 100%);
  }

  #play-music-detail-cover-art {
	position: relative;
	top: 0;
	left: 0;
    width: 300px;
    border-radius: 8px;
	background-image: url('cover art.png');
	background-size: cover;
	cursor: pointer;
	filter: drop-shadow(4px 4px 10px #272727);
	
  }
  
  #play-music-detail-cover-art-lg {
  	position: absolute;
  	top: 85px;
  	left: 280px;
    width: 750px;
    border-radius: 16px;
  	background-image: url('cover art.png');
  	background-size: cover;
	cursor: pointer;
  	opacity: 100%;
	
  	filter: drop-shadow(4px 4px 10px #272727);
	margin-bottom: 900px;
  	
    }

  .play-music-details {
	position: relative;
    color: #fff;
    margin-left: 90px;
    margin-top: 3px;
  }
  
  #play-detail-overlap{
	width: 300px;
	height: 300px;
	mix-blend-mode: normal;
	z-index: 0;
	
  }

  ::selection {
    background: linear-gradient(to bottom, #c84688 0%, #f77811 100%);
  }

  .loader {
    width: 80px;
    height: 75px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(180deg);
  }
  
  .bar {
    background: #fff;
    height: 0px;
    width: 15px;
    display: inline-block;
    margin-right: -3px;
    -webkit-animation: bar infinite 1s;
            animation: bar infinite 1s;
    vertical-align: top;
  }
  
  .bar-1 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  
  .bar-2 {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
  
  .bar-3 {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  
  .bar-4 {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  
  .bar-5 {
    -webkit-animation-delay: 1.9s;
            animation-delay: 1.9s;
  }
  
  @-webkit-keyframes bar {
    0% {
      height: 0px;
    }
    15% {
      height: 22px;
    }
    35% {
      height: 14px;
    }
    45% {
      height: 45px;
    }
    75% {
      height: 75px;
    }
    100% {
      height: 0px;
    }
  }
  
  @keyframes bar {
    0% {
      height: 0px;
    }
    15% {
      height: 22px;
    }
    35% {
      height: 14px;
    }
    45% {
      height: 45px;
    }
    75% {
      height: 75px;
    }
    100% {
      height: 0px;
    }
  }

  #audioloader {
    display: none;
  }

  .audio-sound-volume-rate {
    width: 220px;
    margin-left: 45%;
    padding-top: 10px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 3%;
    position: absolute;
    box-shadow: 2px 2px 8px 3px rgba(0,0,0,0.2);
    background-color: #3a3a3a;
  }
  
  #audio-sound-volume-rate {
    display: none;
  }

  .audio-sound-volume-rate a {
    margin-left: 45px;
  }

  #volume-value {
    margin-left: 20px;
    position: absolute;
  }

  .this-type-is-not-correct {
    position: absolute;
    margin-top: 20px;
    background-color: #1f1f1f;
    width: 100%;
    height: 74%;
    z-index: 88;
    display: none;
    text-align: center;
  }

  #Close-thistype {
    width: 130px;
    height: 40px;
    background-color: #097509;
    border: none;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    color: #ffffff;
    transition: 0.7s;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
  }

  #Close-thistype:hover {
    background-color: #005a00;
  }

  #help {
    background-color: transparent;
    border: none;
    padding-top: 2px;
    border-radius: 50px;
    font-size: 35px;
    margin-top: 15px;
    margin-left: 93%;
    color: #9b9b9b;
    cursor: pointer;
    transition: 0.2s;
  }

  #help:hover {
    color: #686868;
  }

  .help-div {
    width: 100%;
    height: 74%;
    margin-top: 19px;
    position: absolute;
    text-align: center;
    display: none;
    z-index: 99;
    background-color: #363636fd;
  }

  .detail-window {
    width: 60%;
    height: 400px;
    margin-left: 20%;
    margin-top: 3.2%;
    padding-top: 20px;
    padding-left: 20px;
    background: linear-gradient(to top right, #303030 0%, #404040 100%);
    position: absolute;
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border: 1px solid #3a3a3a;
  }

  #detail-window {
    display: none;
    opacity: 1;
  }

  #infosongname {
    background-color: transparent;
    text-align: center;
    width: 500px;
    color: #acacac;
    border: none;
    font-weight: 500;
    font-size: 27px;
    outline: none;
    font-family: 'Roboto', sans-serif;
  }

  .info-title {
    margin-right: 10px;
    margin-top: 2px;
  }

  .info-name {
    display: flex;
    margin-left: 18%;
    margin-top: 10px;
    text-align: center;
  }

  .info-rating {
    display: flex;
    margin-top: 10px;
  }

  .like-unlike {
    display: flex;
    margin-top: 50px;
    margin-left: 6%;
  }

  .like-song {
    margin-right: 80px;
  }

  #share-here {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: #444444c4;
    color: #777777;
    text-align: center;
    padding-top: 2px;
    font-size: 30px;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
  }

  #share-here:hover {
    background-color: #4b4b4bcc;
  }

  #like-here {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: #444444c4;
    color: #777777;
    text-align: center;
    padding-top: 2px;
    font-size: 30px;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
  }

  #like-here:hover {
    background-color: #4b4b4bcc;
  }

  .like-count {
    position: absolute;
    margin-top: 10px;
    margin-left: 5px;
    width: 62px;
    text-align: center;
    border: none;
    outline: none;
    cursor: default;
    color: #808080;
    font-size: 15px;
    background-color: transparent;
  }

  .unlike-song {
    margin-right: 80px;
  }

  #unlike-here {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: #444444c4;
    color: #777777;
    text-align: center;
    padding-top: 2px;
    font-size: 30px;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
  }

  #unlike-here:hover {
    background-color: #4b4b4bcc;
  }

  .unlike-count {
    position: absolute;
    margin-top: 10px;
    margin-left: 5px;
    width: 62px;
    text-align: center;
    border: none;
    outline: none;
    cursor: default;
    color: #808080;
    font-size: 15px;
    background-color: transparent;
  }


  #download-here {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: #444444c4;
    color: #777777;
    text-align: center;
    padding-top: 8px;
    font-size: 30px;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
  }

  #download-here:hover {
    background-color: #4b4b4bcc;
  }

  .download-count {
    position: absolute;
    margin-top: 10px;
    margin-left: 5px;
    width: 62px;
    text-align: center;
    border: none;
    outline: none;
    cursor: default;
    color: #808080;
    font-size: 15px;
    background-color: transparent;
  }
  
  .help-poster-img {
    width: 700px;
  }

  .help-post {
    font-size: 25px;
    margin-top: 12%;
  }

  #close-help-div {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: 0.1s;
    padding-top: 5px;
    border: none;
    background-color: transparent;
    color: #cfcfcf;
    font-size: 29px;
    cursor: pointer;
    float: right;
    margin-right: 15px;
    margin-top: 10px;
  }

  #close-help-div:hover {
    background-color: #424242;
  }








































  .like-ntfs-div {
    position: absolute;
  }

  #like-ntfs {
    visibility: hidden;
    min-width: 250px;
    background-color: rgb(97, 97, 97);
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    margin-top: 30px;
    margin-left: 20px;
    position: fixed;
    font-size: 17px;
  }
  
  #like-ntfs.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }

  .login-page {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 105;
    top: 0;
    background-color: #000000a2;
  }

  .log-form {
    width: 29%;
    text-align: center;
    height: 480px;
    padding-top: 15px;
    margin-top: 5%;
    margin-left: 34%;
    border-radius: 12px;
    background-color: #b1b1b18a;
  }

  .log-form h1 {
    margin-top: 60px;
  }

  .data-inps {
    margin-top: 50px;
  }

  .inputs {
    width: 80%;
    height: 45px;
    margin-bottom: 15px;
    background-color: #38383856;
    color: #ffffff;
    font-size: 15px;
    padding-left: 15px;
    border-radius: 4px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: none;
    outline: none;
  }

  .inputs::placeholder {
    color: #ffffff;
  }

  .inputs::selection {
    background-color: #097509;
  }

  .TRMSS {
    margin-top: 15px;
    color: #fff;
    margin-bottom: 30px;
  }

  .TRMSS input {
     margin-right: 20px;
     cursor: pointer;
  }

  .prvlink {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
  }

  .prvlink:hover {
    text-decoration: underline;
  }

  #login-page {
    display: none;
  }

  #loginow {
    width: 80%;
    height: 55px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    outline: none;
    border: none;
    color: #cfcfcf;
    transition: 0.5s;
    margin-bottom: 10px;
    z-index: 55;
    background-color: #b10832b0;
  }

  #loginow:hover {
    background-color: #cc0033b0;
  }

  .log-btn {
    margin-top: 10px;
  }

  .cnfm {
    margin-top: 10px;
  }

  #cancel-form {
    border-radius: 4px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    transition: 0.5s;
  }

  #cancel-form:hover {
    background-color: #ffffff13;
  }

  #play-music-details-audio-player-controls-shuffle {
  }
  
  /* The switch - the box around the slider */
  .switch {
    position: relative;
    display: inline-block;
	margin-top: 20px;
	    border-radius: 50px;
	    padding-top: 7px;
	    width: 60px;
	    height: 34px;		
  }

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(37, 37, 37);
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: black;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px black;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }
  
  
  
  
  .hex-main {
    display:flex;
    --s: 12px;  /* size  */
    --m: 4px;    /* margin */
    --f: calc(1.732 * var(--s) + 4 * var(--m)  - 1px);
  }

  .hex-container {
    font-size: 0; /*disable white space between inline block element */
	position: absolute;
	margin-top: -47px;
	margin-left: 390px;
  }

  .hex-container div {
    width: var(--s);
    margin: var(--m);
    height: calc(var(--s)*1.1547); 
    display: inline-block;
    font-size:initial;
    clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
    background: #3b3b3bfa;
    margin-bottom: calc(var(--m) - var(--s)*0.2885); 
  }
  
  .hex-container div:nth-child(odd):hover {
	background: #cc4b7e;
  }
  
  .hex-container div:hover{
		background: #f2721d;
	}
  
  .hex-container div:nth-child(odd) {
    background: #3b3b3bfa;
  }
  .hex-container::before {
    content: "";
    width: calc(var(--s)/2 + var(--m));
    float: left;
    height: 120%;
    shape-outside: repeating-linear-gradient(     
                     #0000 0 calc(var(--f) - 3px),      
                     #000  0 var(--f));
  }
  
  
  .module-bg {
	display: none;
	position: absolute;
	top: 85px;
	left: 250px;
	opacity: 100%;
	width: 86%;
	height: 900px;
	margin-bottom: 200px;	
  }
  
  .button2 {
    color: white;
    display: inline-block; 
    position: relative;
    padding: 16px 5px; 
	font-size: 36px;
	cursor: pointer;
  }
  
  

  
  .button__badge {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
	transition: all 100ms ease;
    padding: 1px 3px;
    font-size: 10px;
    
    position: absolute; 
    top: 14;
    right: 0;
	opacity: 0;
  }
  
  .glow-effect {
	box-shadow: 0 0 20px 5px rgba(52, 152, 219, 0.8); /* Outer glow */
  }
  
  .selected-glow-effect {
  	box-shadow: 0 0 20px 5px rgba(234, 0, 70, 0.8); /* selected Outer glow */
   }
   
   .hiddenNav {
     width: 100%;
     height: 40px;
     padding-top: 5px;
     padding-bottom: 5px;
     position: relative;
     top: 75px;
     left: 20px;     
     margin-bottom: 5px;
	 display: none;
	 flex-wrap: nowrap;
	 margin-bottom: 60px;
   }

   .button_sendSelections {	
     width: 200px;
     height: 22px;
	 max-width: 180px;
     border-radius: 20px;     
	 cursor: pointer;
	 border-style: ridge;
	 border-width: 3px; /* Adjust as needed */
	 border-color: #777; /* Adjust to match your design */	   
	 background-color: #464646;
	 color: white;
	 position: relative;
	 padding: 8px 24px 24px 24px;
	 border-radius: 20px;
	 margin: 10px 20px 10px 20px;
   }
   
   .button_sendSelections:hover {
	 border-color: #999; /* Adjust to match your design */	   
	 background-color: #969696;
	/* box-shadow: 0 0 10px 2px rgba(234, 0, 70, 0.8); /* selected Outer glow */
   }
  
   #selectedCount {
	 padding-top: 7px;
	 padding-bottom: 7px;	     
	 margin-top: 10px;
	 width: 100%;
	 font-size: 15px;	
	 position: relative;
	 float: right; 
   }
   
   #h2Heading {
	 padding-top: 75px;
   }
   
   #home-banner{
	font-family: 'Righteous', cursive;
	font-weight: 400;
	position: relative;
	padding-left: 10px; 
	margin-top:10px;
   }

   
   .blockflow {
       height: min(28%, 50px);
       width: 25%;   
   }

   .sect {
       margin-top: 0;
   }

   .listOfSides { 
       padding-left: 8px;
       padding-right: 8px;
       padding: 5px;
       text-align: center;
   }

   .listOfSides_spacers {
       padding-left: 75px;
       padding-right: 75px;
       padding: 5px;
       text-align: center;
   }

   #searchSide {
       padding-left: 15px;
       padding-right: 15px;
       width: 10em;
   }
  
   .grid-player-zoom {
       display: flex;
       position: relative;
       margin-left: 84%;
       margin-top: 6px;
       font-size: 12px;
       padding-top: 4px;
       height: 12px;
       cursor: pointer;
     }	 	
	 
   input {
       cursor: pointer;
   }

   #homebase {
       position: absolute;
       top: 140px;
       left: 240px;
       display: flexbox;       
       border: none;
       transform-origin: top left;  
	   padding: 10px; 
	   padding-left: 26px;  
	   padding-right: 20px;
	   padding-bottom: 40px;    
   }

   .list_alpha_frame{
       height: 100%;
       width: 1%;
       position: relative;
       float: left;    
   }
   
   .list_beta_frame{
       height: 100%;
       width: 99%;
       position: relative;
       float: left;
       -wekbkit-transition: all 0.4s linear;
       -moz-transition: all 0.4s linear;
       -o-transition: all 0.4s linear;
       transition: all 0.4s linear;
   }
#module-0-enter-icon, #module-1-enter-icon, #module-2-enter-icon, 
#module-3-enter-icon, #module-4-enter-icon, #module-5-enter-icon {
	position: absolute;
	right: 0.075em;	
	margin-top: -15px;
	font-size: 26px;
	height: 59px;	
	padding-right: 10px;
	padding-left: 5px;		
}

.module-0-reverse-icon {background-color: #ffc43d; background: linear-gradient(to left, rgb(59, 59, 59), #ffc43d);}
.module-0-hover-icon {background-color: #ffc43d; background: linear-gradient(to right, rgb(59, 59, 59), #ffc43d);}
.module-0-enter-icon {background-color: #ffc43d; background: linear-gradient(to right, #181818, #ffc43d);}

.module-1-reverse-icon {background-color: #ef082d; background: linear-gradient(to left, rgb(59, 59, 59), #ef082d);}
.module-1-hover-icon {background-color: #ef082d; background: linear-gradient(to right, rgb(59, 59, 59), #ef082d);}
.module-1-enter-icon {background-color: #ef082d; background: linear-gradient(to right, #181818, #ef082d);}

.module-2-reverse-icon {background-color: #590000; background: linear-gradient(to left, rgb(59, 59, 59), #590000);}
.module-2-hover-icon {background-color: #590000; background: linear-gradient(to right, rgb(59, 59, 59), #590000);}
.module-2-enter-icon {background-color: #590000; background: linear-gradient(to right, #181818, #590000);}

.module-3-reverse-icon {background-color: #417063; background: linear-gradient(to left, rgb(59, 59, 59), #417063);}
.module-3-hover-icon {background-color: #417063; background: linear-gradient(to right, rgb(59, 59, 59), #417063);}
.module-3-enter-icon {background-color: #417063; background: linear-gradient(to right, #181818, #417063);}

.module-4-reverse-icon {background-color: #1f80ff; background: linear-gradient(to left, rgb(59, 59, 59), #1f80ff);}
.module-4-hover-icon {background-color: #1f80ff; background: linear-gradient(to right, rgb(59, 59, 59), #1f80ff);}
.module-4-enter-icon {background-color: #1f80ff; background: linear-gradient(to right, #181818, #1f80ff);}

.module-5-reverse-icon {background-color: #1f48ff; background: linear-gradient(to left, rgb(59, 59, 59), #1f48ff);}
.module-5-hover-icon {background-color: #1f48ff; background: linear-gradient(to right, rgb(59, 59, 59), #1f48ff);}
.module-5-enter-icon {background-color: #1f48ff; background: linear-gradient(to right, #181818, #1f48ff);}

.music-sidenav1-links{
	height: 59px;
}
.music-sidenav2-links{
	height: 59px;
}



.stack-group-1 {
       border: 2px solid #2e2e2e;
}
.stack-group-2 {
       border: 2px solid #2e2e2e;
}
.stack-group-3 {
       border: 2px solid #2e2e2e;
}
.stack-group-4 {
       border: 2px solid #2e2e2e;
}
.stack-group-5 {
       border: 2px solid #2e2e2e;
}
.stack-group-6 {
       border: 2px solid #2e2e2e;
}
.stack-group-7 {
       border: 2px solid #2e2e2e;
}
.stack-group-8 {
       border: 2px solid #2e2e2e;
}
.stack-group-9 {
       border: 2px solid #2e2e2e;
}
.stack-group-10 {
       border: 2px solid #2e2e2e;
}
.stack-group-11 {
       border: 2px solid #2e2e2e;
}
.stack-group-12 {
       border: 2px solid #2e2e2e;
}
.stack-group-13 {
       border: 2px solid #2e2e2e;
}
.stack-group-14 {
       border: 2px solid #2e2e2e;
}
.stack-group-15 {
       border: 2px solid #2e2e2e;
}
.stack-group-16 {
       border: 2px solid #2e2e2e;
}
.stack-group-17 {
       border: 2px solid #2e2e2e;
}
.stack-group-18 {
       border: 2px solid #2e2e2e;
}
.stack-group-19 {
       border: 2px solid #2e2e2e;
}
.stack-group-20 {
       border: 2px solid #2e2e2e;
}
.stack-group-21 {
       border: 2px solid #2e2e2e;
}
.stack-group-22 {
       border: 2px solid #2e2e2e;
}
.stack-group-23 {
       border: 2px solid #2e2e2e;
}
.stack-group-24 {
       border: 2px solid #2e2e2e;
}
.stack-group-25 {
       border: 2px solid #2e2e2e;
}
.stack-group-26 {
       border: 2px solid #2e2e2e;
}
.stack-group-27 {
       border: 2px solid #2e2e2e;
}
.stack-group-28 {
       border: 2px solid #2e2e2e;
}
.stack-group-29 {
       border: 2px solid #2e2e2e;
}
.stack-group-30 {
       border: 2px solid #2e2e2e;
}
.stack-group-31 {
       border: 2px solid #2e2e2e;
}
.stack-group-32 {
       border: 2px solid #2e2e2e;
}
.stack-group-33 {
       border: 2px solid #2e2e2e;
}
.stack-group-34 {
       border: 2px solid #2e2e2e;
}
.stack-group-35 {
       border: 2px solid #2e2e2e;
}
.stack-group-36 {
       border: 2px solid #2e2e2e;
}
.stack-group-37 {
       border: 2px solid #2e2e2e;
}
.stack-group-38 {
       border: 2px solid #2e2e2e;
}
.stack-group-39 {
       border: 2px solid #2e2e2e;
}
.stack-group-40 {
       border: 2px solid #2e2e2e;
}
.stack-group-41 {
       border: 2px solid #2e2e2e;
}
.stack-group-42 {
       border: 2px solid #2e2e2e;
}
.stack-group-43 {
       border: 2px solid #2e2e2e;
}
.stack-group-44 {
       border: 2px solid #2e2e2e;
}
.stack-group-45 {
       border: 2px solid #2e2e2e;
}
.stack-group-46 {
       border: 2px solid #2e2e2e;
}
.stack-group-47 {
       border: 2px solid #2e2e2e;
}
.stack-group-48 {
       border: 2px solid #2e2e2e;
}
.stack-group-49 {
       border: 2px solid #2e2e2e;
}
.stack-group-50 {
       border: 2px solid #2e2e2e;
}
.stack-group-51 {
       border: 2px solid #2e2e2e;
}
.stack-group-52 {
       border: 2px solid #2e2e2e;
}
.stack-group-53 {
       border: 2px solid #2e2e2e;
}
.stack-group-54 {
       border: 2px solid #2e2e2e;
}
.stack-group-55 {
       border: 2px solid #2e2e2e;
}
.stack-group-56 {
       border: 2px solid #2e2e2e;
}
.stack-group-57 {
       border: 2px solid #2e2e2e;
}
.stack-group-58 {
       border: 2px solid #2e2e2e;
}
.stack-group-59 {
       border: 2px solid #2e2e2e;
}
.stack-group-60 {
       border: 2px solid #2e2e2e;
}
.stack-group-61 {
       border: 2px solid #2e2e2e;
}
.stack-group-62 {
       border: 2px solid #2e2e2e;
}
.stack-group-63 {
       border: 2px solid #2e2e2e;
}
.stack-group-64 {
       border: 2px solid #2e2e2e;
}
.stack-group-65 {
       border: 2px solid #2e2e2e;
}
.stack-group-66 {
       border: 2px solid #2e2e2e;
}
.stack-group-67 {
       border: 2px solid #2e2e2e;
}
.stack-group-68 {
       border: 2px solid #2e2e2e;
}
.stack-group-69 {
       border: 2px solid #2e2e2e;
}
.stack-group-70 {
       border: 2px solid #2e2e2e;
}
.stack-group-71 {
       border: 2px solid #2e2e2e;
}
.stack-group-72 {
       border: 2px solid #2e2e2e;
}
.stack-group-73 {
       border: 2px solid #2e2e2e;
}
.stack-group-74 {
       border: 2px solid #2e2e2e;
}
.stack-group-75 {
       border: 2px solid #2e2e2e;
}
.stack-group-76 {
       border: 2px solid #2e2e2e;
}
.stack-group-77 {
       border: 2px solid #2e2e2e;
}
.stack-group-78 {
       border: 2px solid #2e2e2e;
}
.stack-group-79 {
       border: 2px solid #2e2e2e;
}
.stack-group-80 {
       border: 2px solid #2e2e2e;
}
.stack-group-81 {
       border: 2px solid #2e2e2e;
}
.stack-group-82 {
       border: 2px solid #2e2e2e;
}
.stack-group-83 {
       border: 2px solid #2e2e2e;
}
.stack-group-84 {
       border: 2px solid #2e2e2e;
}
.stack-group-85 {
       border: 2px solid #2e2e2e;
}
.stack-group-86 {
       border: 2px solid #2e2e2e;
}
.stack-group-87 {
       border: 2px solid #2e2e2e;
}
.stack-group-88 {
       border: 2px solid #2e2e2e;
}
.stack-group-89 {
       border: 2px solid #2e2e2e;
}
.stack-group-90 {
       border: 2px solid #2e2e2e;
}
.stack-group-91 {
       border: 2px solid #2e2e2e;
}
.stack-group-92 {
       border: 2px solid #2e2e2e;
}
.stack-group-93 {
       border: 2px solid #2e2e2e;
}
.stack-group-94 {
       border: 2px solid #2e2e2e;
}
.stack-group-95 {
       border: 2px solid #2e2e2e;
}
.stack-group-96 {
       border: 2px solid #2e2e2e;
}
.stack-group-97 {
       border: 2px solid #2e2e2e;
}
.stack-group-98 {
       border: 2px solid #2e2e2e;
}
.stack-group-99 {
       border: 2px solid #2e2e2e;
}
.stack-group-100 {
       border: 2px solid #2e2e2e;
}
.stack-group-101 {
       border: 2px solid #2e2e2e;
}
.stack-group-102 {
       border: 2px solid #2e2e2e;
}
.stack-group-103 {
       border: 2px solid #2e2e2e;
}
.stack-group-104 {
       border: 2px solid #2e2e2e;
}
.stack-group-105 {
       border: 2px solid #2e2e2e;
}
.stack-group-106 {
       border: 2px solid #2e2e2e;
}
.stack-group-107 {
       border: 2px solid #2e2e2e;
}
.stack-group-108 {
       border: 2px solid #2e2e2e;
}
.stack-group-109 {
       border: 2px solid #2e2e2e;
}
.stack-group-110 {
       border: 2px solid #2e2e2e;
}
.stack-group-111 {
       border: 2px solid #2e2e2e;
}
.stack-group-112 {
       border: 2px solid #2e2e2e;
}
.stack-group-113 {
       border: 2px solid #2e2e2e;
}
.stack-group-114 {
       border: 2px solid #2e2e2e;
}
.stack-group-115 {
       border: 2px solid #2e2e2e;
}
.stack-group-116 {
       border: 2px solid #2e2e2e;
}
.stack-group-117 {
       border: 2px solid #2e2e2e;
}
.stack-group-118 {
       border: 2px solid #2e2e2e;
}
.stack-group-119 {
       border: 2px solid #2e2e2e;
}
.stack-group-120 {
       border: 2px solid #2e2e2e;
}
.stack-group-121 {
       border: 2px solid #2e2e2e;
}
.stack-group-122 {
       border: 2px solid #2e2e2e;
}
.stack-group-123 {
       border: 2px solid #2e2e2e;
}
.stack-group-124 {
       border: 2px solid #2e2e2e;
}
.stack-group-125 {
       border: 2px solid #2e2e2e;
}
.stack-group-126 {
       border: 2px solid #2e2e2e;
}
.stack-group-127 {
       border: 2px solid #2e2e2e;
}
.stack-group-128 {
       border: 2px solid #2e2e2e;
}
.stack-group-129 {
       border: 2px solid #2e2e2e;
}
.stack-group-130 {
       border: 2px solid #2e2e2e;
}
.stack-group-131 {
       border: 2px solid #2e2e2e;
}
.stack-group-132 {
       border: 2px solid #2e2e2e;
}
.stack-group-133 {
       border: 2px solid #2e2e2e;
}
.stack-group-134 {
       border: 2px solid #2e2e2e;
}
.stack-group-135 {
       border: 2px solid #2e2e2e;
}
.stack-group-136 {
       border: 2px solid #2e2e2e;
}
.stack-group-137 {
       border: 2px solid #2e2e2e;
}
.stack-group-138 {
       border: 2px solid #2e2e2e;
}
.stack-group-139 {
       border: 2px solid #2e2e2e;
}
.stack-group-140 {
       border: 2px solid #2e2e2e;
}
.stack-group-141 {
       border: 2px solid #2e2e2e;
}
.stack-group-142 {
       border: 2px solid #2e2e2e;
}
.stack-group-143 {
       border: 2px solid #2e2e2e;
}
.stack-group-144 {
       border: 2px solid #2e2e2e;
}
.stack-group-145 {
       border: 2px solid #2e2e2e;
}
.stack-group-146 {
       border: 2px solid #2e2e2e;
}
.stack-group-147 {
       border: 2px solid #2e2e2e;
}
.stack-group-148 {
       border: 2px solid #2e2e2e;
}
.stack-group-149 {
       border: 2px solid #2e2e2e;
}
.stack-group-150 {
       border: 2px solid #2e2e2e;
}
.stack-group-151 {
       border: 2px solid #2e2e2e;
}
.stack-group-152 {
       border: 2px solid #2e2e2e;
}
.stack-group-153 {
       border: 2px solid #2e2e2e;
}
.stack-group-154 {
       border: 2px solid #2e2e2e;
}
.stack-group-155 {
       border: 2px solid #2e2e2e;
}
.stack-group-156 {
       border: 2px solid #2e2e2e;
}
.stack-group-157 {
       border: 2px solid #2e2e2e;
}
.stack-group-158 {
       border: 2px solid #2e2e2e;
}
.stack-group-159 {
       border: 2px solid #2e2e2e;
}
.stack-group-160 {
       border: 2px solid #2e2e2e;
}
.stack-group-161 {
       border: 2px solid #2e2e2e;
}
.stack-group-162 {
       border: 2px solid #2e2e2e;
}
.stack-group-163 {
       border: 2px solid #2e2e2e;
}
.stack-group-164 {
       border: 2px solid #2e2e2e;
}
.stack-group-165 {
       border: 2px solid #2e2e2e;
}
.stack-group-166 {
       border: 2px solid #2e2e2e;
}
.stack-group-167 {
       border: 2px solid #2e2e2e;
}
.stack-group-168 {
       border: 2px solid #2e2e2e;
}
.stack-group-169 {
       border: 2px solid #2e2e2e;
}
.stack-group-170 {
       border: 2px solid #2e2e2e;
}
.stack-group-171 {
       border: 2px solid #2e2e2e;
}
.stack-group-172 {
       border: 2px solid #2e2e2e;
}
.stack-group-173 {
       border: 2px solid #2e2e2e;
}
.stack-group-174 {
       border: 2px solid #2e2e2e;
}
.stack-group-175 {
       border: 2px solid #2e2e2e;
}
.stack-group-176 {
       border: 2px solid #2e2e2e;
}
.stack-group-177 {
       border: 2px solid #2e2e2e;
}
.stack-group-178 {
       border: 2px solid #2e2e2e;
}
.stack-group-179 {
       border: 2px solid #2e2e2e;
}
.stack-group-180 {
       border: 2px solid #2e2e2e;
}
.stack-group-181 {
       border: 2px solid #2e2e2e;
}
.stack-group-182 {
       border: 2px solid #2e2e2e;
}
.stack-group-183 {
       border: 2px solid #2e2e2e;
}
.stack-group-184 {
       border: 2px solid #2e2e2e;
}
.stack-group-185 {
       border: 2px solid #2e2e2e;
}
.stack-group-186 {
       border: 2px solid #2e2e2e;
}
.stack-group-187 {
       border: 2px solid #2e2e2e;
}
.stack-group-188 {
       border: 2px solid #2e2e2e;
}
.stack-group-189 {
       border: 2px solid #2e2e2e;
}
.stack-group-190 {
       border: 2px solid #2e2e2e;
}
.stack-group-191 {
       border: 2px solid #2e2e2e;
}
.stack-group-192 {
       border: 2px solid #2e2e2e;
}
.stack-group-193 {
       border: 2px solid #2e2e2e;
}
.stack-group-194 {
       border: 2px solid #2e2e2e;
}
.stack-group-195 {
       border: 2px solid #2e2e2e;
}
.stack-group-196 {
       border: 2px solid #2e2e2e;
}
.stack-group-197 {
       border: 2px solid #2e2e2e;
}
.stack-group-198 {
       border: 2px solid #2e2e2e;
}
.stack-group-199 {
       border: 2px solid #2e2e2e;
}
.stack-group-200 {
       border: 2px solid #2e2e2e;
}
.stack-group-201 {
       border: 2px solid #2e2e2e;
}
.stack-group-202 {
       border: 2px solid #2e2e2e;
}
.stack-group-203 {
       border: 2px solid #2e2e2e;
}
.stack-group-204 {
       border: 2px solid #2e2e2e;
}
.stack-group-205 {
       border: 2px solid #2e2e2e;
}
.stack-group-206 {
       border: 2px solid #2e2e2e;
}
.stack-group-207 {
       border: 2px solid #2e2e2e;
}
.stack-group-208 {
       border: 2px solid #2e2e2e;
}
.stack-group-209 {
       border: 2px solid #2e2e2e;
}
.stack-group-210 {
       border: 2px solid #2e2e2e;
}
.stack-group-211 {
       border: 2px solid #2e2e2e;
}
.stack-group-212 {
       border: 2px solid #2e2e2e;
}
.stack-group-213 {
       border: 2px solid #2e2e2e;
}
.stack-group-214 {
       border: 2px solid #2e2e2e;
}
.stack-group-215 {
       border: 2px solid #2e2e2e;
}
.stack-group-216 {
       border: 2px solid #2e2e2e;
}
.stack-group-217 {
       border: 2px solid #2e2e2e;
}
.stack-group-218 {
       border: 2px solid #2e2e2e;
}
.stack-group-219 {
       border: 2px solid #2e2e2e;
}
.stack-group-220 {
       border: 2px solid #2e2e2e;
}
.stack-group-221 {
       border: 2px solid #2e2e2e;
}
.stack-group-222 {
       border: 2px solid #2e2e2e;
}
.stack-group-223 {
       border: 2px solid #2e2e2e;
}
.stack-group-224 {
       border: 2px solid #2e2e2e;
}
.stack-group-225 {
       border: 2px solid #2e2e2e;
}
.stack-group-226 {
       border: 2px solid #2e2e2e;
}
.stack-group-227 {
       border: 2px solid #2e2e2e;
}
.stack-group-228 {
       border: 2px solid #2e2e2e;
}
.stack-group-229 {
       border: 2px solid #2e2e2e;
}
.stack-group-230 {
       border: 2px solid #2e2e2e;
}
.stack-group-231 {
       border: 2px solid #2e2e2e;
}
.stack-group-232 {
       border: 2px solid #2e2e2e;
}
.stack-group-233 {
       border: 2px solid #2e2e2e;
}
.stack-group-234 {
       border: 2px solid #2e2e2e;
}
.stack-group-235 {
       border: 2px solid #2e2e2e;
}
.stack-group-236 {
       border: 2px solid #2e2e2e;
}
.stack-group-237 {
       border: 2px solid #2e2e2e;
}
.stack-group-238 {
       border: 2px solid #2e2e2e;
}
.stack-group-239 {
       border: 2px solid #2e2e2e;
}
.stack-group-240 {
       border: 2px solid #2e2e2e;
}
.stack-group-241 {
       border: 2px solid #2e2e2e;
}
.stack-group-242 {
       border: 2px solid #2e2e2e;
}
.stack-group-243 {
       border: 2px solid #2e2e2e;
}
.stack-group-244 {
       border: 2px solid #2e2e2e;
}
.stack-group-245 {
       border: 2px solid #2e2e2e;
}
.stack-group-246 {
       border: 2px solid #2e2e2e;
}
.stack-group-247 {
       border: 2px solid #2e2e2e;
}
.stack-group-248 {
       border: 2px solid #2e2e2e;
}
.stack-group-249 {
       border: 2px solid #2e2e2e;
}
.stack-group-250 {
       border: 2px solid #2e2e2e;
}
.stack-group-251 {
       border: 2px solid #2e2e2e;
}
.stack-group-252 {
       border: 2px solid #2e2e2e;
}
.stack-group-253 {
       border: 2px solid #2e2e2e;
}
.stack-group-254 {
       border: 2px solid #2e2e2e;
}
.stack-group-255 {
       border: 2px solid #2e2e2e;
}
.stack-group-256 {
       border: 2px solid #2e2e2e;
}
.stack-group-257 {
       border: 2px solid #2e2e2e;
}
.stack-group-258 {
       border: 2px solid #2e2e2e;
}
.stack-group-259 {
       border: 2px solid #2e2e2e;
}
.stack-group-260 {
       border: 2px solid #2e2e2e;
}
.stack-group-261 {
       border: 2px solid #2e2e2e;
}
.stack-group-262 {
       border: 2px solid #2e2e2e;
}
.stack-group-263 {
       border: 2px solid #2e2e2e;
}
.stack-group-264 {
       border: 2px solid #2e2e2e;
}
.stack-group-265 {
       border: 2px solid #2e2e2e;
}
.stack-group-266 {
       border: 2px solid #2e2e2e;
}
.stack-group-267 {
       border: 2px solid #2e2e2e;
}
.stack-group-268 {
       border: 2px solid #2e2e2e;
}
.stack-group-269 {
       border: 2px solid #2e2e2e;
}
.stack-group-270 {
       border: 2px solid #2e2e2e;
}
.stack-group-271 {
       border: 2px solid #2e2e2e;
}
.stack-group-272 {
       border: 2px solid #2e2e2e;
}
.stack-group-273 {
       border: 2px solid #2e2e2e;
}
.stack-group-274 {
       border: 2px solid #2e2e2e;
}
.stack-group-275 {
       border: 2px solid #2e2e2e;
}
.stack-group-276 {
       border: 2px solid #2e2e2e;
}
.stack-group-277 {
       border: 2px solid #2e2e2e;
}
.stack-group-278 {
       border: 2px solid #2e2e2e;
}
.stack-group-279 {
       border: 2px solid #2e2e2e;
}
.stack-group-280 {
       border: 2px solid #2e2e2e;
}
.stack-group-281 {
       border: 2px solid #2e2e2e;
}
.stack-group-282 {
       border: 2px solid #2e2e2e;
}
.stack-group-283 {
       border: 2px solid #2e2e2e;
}
.stack-group-284 {
       border: 2px solid #2e2e2e;
}
.stack-group-285 {
       border: 2px solid #2e2e2e;
}
.stack-group-286 {
       border: 2px solid #2e2e2e;
}
.stack-group-287 {
       border: 2px solid #2e2e2e;
}
.stack-group-288 {
       border: 2px solid #2e2e2e;
}
.stack-group-289 {
       border: 2px solid #2e2e2e;
}
.stack-group-290 {
       border: 2px solid #2e2e2e;
}
.stack-group-291 {
       border: 2px solid #2e2e2e;
}
.stack-group-292 {
       border: 2px solid #2e2e2e;
}
.stack-group-293 {
       border: 2px solid #2e2e2e;
}
.stack-group-294 {
       border: 2px solid #2e2e2e;
}
.stack-group-295 {
       border: 2px solid #2e2e2e;
}
.stack-group-296 {
       border: 2px solid #2e2e2e;
}
.stack-group-297 {
       border: 2px solid #2e2e2e;
}
.stack-group-298 {
       border: 2px solid #2e2e2e;
}
.stack-group-299 {
       border: 2px solid #2e2e2e;
}
.stack-group-300 {
       border: 2px solid #2e2e2e;
}
.stack-group-301 {
       border: 2px solid #2e2e2e;
}
.stack-group-302 {
       border: 2px solid #2e2e2e;
}
.stack-group-303 {
       border: 2px solid #2e2e2e;
}
.stack-group-304 {
       border: 2px solid #2e2e2e;
}
.stack-group-305 {
       border: 2px solid #2e2e2e;
}
.stack-group-306 {
       border: 2px solid #2e2e2e;
}
.stack-group-307 {
       border: 2px solid #2e2e2e;
}
.stack-group-308 {
       border: 2px solid #2e2e2e;
}
.stack-group-309 {
       border: 2px solid #2e2e2e;
}
.stack-group-310 {
       border: 2px solid #2e2e2e;
}
.stack-group-311 {
       border: 2px solid #2e2e2e;
}
.stack-group-312 {
       border: 2px solid #2e2e2e;
}
.stack-group-313 {
       border: 2px solid #2e2e2e;
}
.stack-group-314 {
       border: 2px solid #2e2e2e;
}
.stack-group-315 {
       border: 2px solid #2e2e2e;
}
.stack-group-316 {
       border: 2px solid #2e2e2e;
}
.stack-group-317 {
       border: 2px solid #2e2e2e;
}
.stack-group-318 {
       border: 2px solid #2e2e2e;
}
.stack-group-319 {
       border: 2px solid #2e2e2e;
}
.stack-group-320 {
       border: 2px solid #2e2e2e;
}
.stack-group-321 {
       border: 2px solid #2e2e2e;
}
.stack-group-322 {
       border: 2px solid #2e2e2e;
}
.stack-group-323 {
       border: 2px solid #2e2e2e;
}
.stack-group-324 {
       border: 2px solid #2e2e2e;
}
.stack-group-325 {
       border: 2px solid #2e2e2e;
}
.stack-group-326 {
       border: 2px solid #2e2e2e;
}
.stack-group-327 {
       border: 2px solid #2e2e2e;
}
.stack-group-328 {
       border: 2px solid #2e2e2e;
}
.stack-group-329 {
       border: 2px solid #2e2e2e;
}
.stack-group-330 {
       border: 2px solid #2e2e2e;
}
.stack-group-331 {
       border: 2px solid #2e2e2e;
}
.stack-group-332 {
       border: 2px solid #2e2e2e;
}
.stack-group-333 {
       border: 2px solid #2e2e2e;
}
.stack-group-334 {
       border: 2px solid #2e2e2e;
}
.stack-group-335 {
       border: 2px solid #2e2e2e;
}
.stack-group-336 {
       border: 2px solid #2e2e2e;
}
.stack-group-337 {
       border: 2px solid #2e2e2e;
}
.stack-group-338 {
       border: 2px solid #2e2e2e;
}
.stack-group-339 {
       border: 2px solid #2e2e2e;
}
.stack-group-340 {
       border: 2px solid #2e2e2e;
}
.stack-group-341 {
       border: 2px solid #2e2e2e;
}
.stack-group-342 {
       border: 2px solid #2e2e2e;
}
.stack-group-343 {
       border: 2px solid #2e2e2e;
}
.stack-group-344 {
       border: 2px solid #2e2e2e;
}
.stack-group-345 {
       border: 2px solid #2e2e2e;
}
.stack-group-346 {
       border: 2px solid #2e2e2e;
}
.stack-group-347 {
       border: 2px solid #2e2e2e;
}
.stack-group-348 {
       border: 2px solid #2e2e2e;
}
.stack-group-349 {
       border: 2px solid #2e2e2e;
}
.stack-group-350 {
       border: 2px solid #2e2e2e;
}
.stack-group-351 {
       border: 2px solid #2e2e2e;
}
.stack-group-352 {
       border: 2px solid #2e2e2e;
}
.stack-group-353 {
       border: 2px solid #2e2e2e;
}
.stack-group-354 {
       border: 2px solid #2e2e2e;
}
.stack-group-355 {
       border: 2px solid #2e2e2e;
}
.stack-group-356 {
       border: 2px solid #2e2e2e;
}
.stack-group-357 {
       border: 2px solid #2e2e2e;
}
.stack-group-358 {
       border: 2px solid #2e2e2e;
}
.stack-group-359 {
       border: 2px solid #2e2e2e;
}
.stack-group-360 {
       border: 2px solid #2e2e2e;
}
.stack-group-361 {
       border: 2px solid #2e2e2e;
}
.stack-group-362 {
       border: 2px solid #2e2e2e;
}
.stack-group-363 {
       border: 2px solid #2e2e2e;
}
.stack-group-364 {
       border: 2px solid #2e2e2e;
}
.stack-group-365 {
       border: 2px solid #2e2e2e;
}
.stack-group-366 {
       border: 2px solid #2e2e2e;
}
.stack-group-367 {
       border: 2px solid #2e2e2e;
}
.stack-group-368 {
       border: 2px solid #2e2e2e;
}
.stack-group-369 {
       border: 2px solid #2e2e2e;
}
.stack-group-370 {
       border: 2px solid #2e2e2e;
}
.stack-group-371 {
       border: 2px solid #2e2e2e;
}
.stack-group-372 {
       border: 2px solid #2e2e2e;
}
.stack-group-373 {
       border: 2px solid #2e2e2e;
}
.stack-group-374 {
       border: 2px solid #2e2e2e;
}
.stack-group-375 {
       border: 2px solid #2e2e2e;
}
.stack-group-376 {
       border: 2px solid #2e2e2e;
}
.stack-group-377 {
       border: 2px solid #2e2e2e;
}
.stack-group-378 {
       border: 2px solid #2e2e2e;
}
.stack-group-379 {
       border: 2px solid #2e2e2e;
}
.stack-group-380 {
       border: 2px solid #2e2e2e;
}
.stack-group-381 {
       border: 2px solid #2e2e2e;
}
.stack-group-382 {
       border: 2px solid #2e2e2e;
}
.stack-group-383 {
       border: 2px solid #2e2e2e;
}
.stack-group-384 {
       border: 2px solid #2e2e2e;
}
.stack-group-385 {
       border: 2px solid #2e2e2e;
}
.stack-group-386 {
       border: 2px solid #2e2e2e;
}
.stack-group-387 {
       border: 2px solid #2e2e2e;
}
.stack-group-388 {
       border: 2px solid #2e2e2e;
}
.stack-group-389 {
       border: 2px solid #2e2e2e;
}
.stack-group-390 {
       border: 2px solid #2e2e2e;
}
.stack-group-391 {
       border: 2px solid #2e2e2e;
}
.stack-group-392 {
       border: 2px solid #2e2e2e;
}
.stack-group-393 {
       border: 2px solid #2e2e2e;
}
.stack-group-394 {
       border: 2px solid #2e2e2e;
}
.stack-group-395 {
       border: 2px solid #2e2e2e;
}
.stack-group-396 {
       border: 2px solid #2e2e2e;
}
.stack-group-397 {
       border: 2px solid #2e2e2e;
}
.stack-group-398 {
       border: 2px solid #2e2e2e;
}
.stack-group-399 {
       border: 2px solid #2e2e2e;
}
.stack-group-400 {
       border: 2px solid #2e2e2e;
}
.stack-group-401 {
       border: 2px solid #2e2e2e;
}
.stack-group-402 {
       border: 2px solid #2e2e2e;
}
.stack-group-403 {
       border: 2px solid #2e2e2e;
}
.stack-group-404 {
       border: 2px solid #2e2e2e;
}
.stack-group-405 {
       border: 2px solid #2e2e2e;
}
.stack-group-406 {
       border: 2px solid #2e2e2e;
}
.stack-group-407 {
       border: 2px solid #2e2e2e;
}
.stack-group-408 {
       border: 2px solid #2e2e2e;
}
.stack-group-409 {
       border: 2px solid #2e2e2e;
}
.stack-group-410 {
       border: 2px solid #2e2e2e;
}
.stack-group-411 {
       border: 2px solid #2e2e2e;
}
.stack-group-412 {
       border: 2px solid #2e2e2e;
}
.stack-group-413 {
       border: 2px solid #2e2e2e;
}
.stack-group-414 {
       border: 2px solid #2e2e2e;
}
.stack-group-415 {
       border: 2px solid #2e2e2e;
}
.stack-group-416 {
       border: 2px solid #2e2e2e;
}
.stack-group-417 {
       border: 2px solid #2e2e2e;
}
.stack-group-418 {
       border: 2px solid #2e2e2e;
}
.stack-group-419 {
       border: 2px solid #2e2e2e;
}
.stack-group-420 {
       border: 2px solid #2e2e2e;
}
.stack-group-421 {
       border: 2px solid #2e2e2e;
}
.stack-group-422 {
       border: 2px solid #2e2e2e;
}
.stack-group-423 {
       border: 2px solid #2e2e2e;
}
.stack-group-424 {
       border: 2px solid #2e2e2e;
}
.stack-group-425 {
       border: 2px solid #2e2e2e;
}
.stack-group-426 {
       border: 2px solid #2e2e2e;
}
.stack-group-427 {
       border: 2px solid #2e2e2e;
}
.stack-group-428 {
       border: 2px solid #2e2e2e;
}
.stack-group-429 {
       border: 2px solid #2e2e2e;
}
.stack-group-430 {
       border: 2px solid #2e2e2e;
}
.stack-group-431 {
       border: 2px solid #2e2e2e;
}
.stack-group-432 {
       border: 2px solid #2e2e2e;
}
.stack-group-433 {
       border: 2px solid #2e2e2e;
}
.stack-group-434 {
       border: 2px solid #2e2e2e;
}
.stack-group-435 {
       border: 2px solid #2e2e2e;
}
.stack-group-436 {
       border: 2px solid #2e2e2e;
}
.stack-group-437 {
       border: 2px solid #2e2e2e;
}
.stack-group-438 {
       border: 2px solid #2e2e2e;
}
.stack-group-439 {
       border: 2px solid #2e2e2e;
}
.stack-group-440 {
       border: 2px solid #2e2e2e;
}
.stack-group-441 {
       border: 2px solid #2e2e2e;
}
.stack-group-442 {
       border: 2px solid #2e2e2e;
}
.stack-group-443 {
       border: 2px solid #2e2e2e;
}
.stack-group-444 {
       border: 2px solid #2e2e2e;
}
.stack-group-445 {
       border: 2px solid #2e2e2e;
}
.stack-group-446 {
       border: 2px solid #2e2e2e;
}
.stack-group-447 {
       border: 2px solid #2e2e2e;
}
.stack-group-448 {
       border: 2px solid #2e2e2e;
}
.stack-group-449 {
       border: 2px solid #2e2e2e;
}
.stack-group-450 {
       border: 2px solid #2e2e2e;
}
.stack-group-451 {
       border: 2px solid #2e2e2e;
}
.stack-group-452 {
       border: 2px solid #2e2e2e;
}
.stack-group-453 {
       border: 2px solid #2e2e2e;
}
.stack-group-454 {
       border: 2px solid #2e2e2e;
}
.stack-group-455 {
       border: 2px solid #2e2e2e;
}
.stack-group-456 {
       border: 2px solid #2e2e2e;
}
.stack-group-457 {
       border: 2px solid #2e2e2e;
}
.stack-group-458 {
       border: 2px solid #2e2e2e;
}
.stack-group-459 {
       border: 2px solid #2e2e2e;
}
.stack-group-460 {
       border: 2px solid #2e2e2e;
}
.stack-group-461 {
       border: 2px solid #2e2e2e;
}
.stack-group-462 {
       border: 2px solid #2e2e2e;
}
.stack-group-463 {
       border: 2px solid #2e2e2e;
}
.stack-group-464 {
       border: 2px solid #2e2e2e;
}
.stack-group-465 {
       border: 2px solid #2e2e2e;
}
.stack-group-466 {
       border: 2px solid #2e2e2e;
}
.stack-group-467 {
       border: 2px solid #2e2e2e;
}
.stack-group-468 {
       border: 2px solid #2e2e2e;
}
.stack-group-469 {
       border: 2px solid #2e2e2e;
}
.stack-group-470 {
       border: 2px solid #2e2e2e;
}
.stack-group-471 {
       border: 2px solid #2e2e2e;
}
.stack-group-472 {
       border: 2px solid #2e2e2e;
}
.stack-group-473 {
       border: 2px solid #2e2e2e;
}
.stack-group-474 {
       border: 2px solid #2e2e2e;
}
.stack-group-475 {
       border: 2px solid #2e2e2e;
}
.stack-group-476 {
       border: 2px solid #2e2e2e;
}
.stack-group-477 {
       border: 2px solid #2e2e2e;
}
.stack-group-478 {
       border: 2px solid #2e2e2e;
}
.stack-group-479 {
       border: 2px solid #2e2e2e;
}
.stack-group-480 {
       border: 2px solid #2e2e2e;
}
.stack-group-481 {
       border: 2px solid #2e2e2e;
}
.stack-group-482 {
       border: 2px solid #2e2e2e;
}
.stack-group-483 {
       border: 2px solid #2e2e2e;
}
.stack-group-484 {
       border: 2px solid #2e2e2e;
}
.stack-group-485 {
       border: 2px solid #2e2e2e;
}
.stack-group-486 {
       border: 2px solid #2e2e2e;
}
.stack-group-487 {
       border: 2px solid #2e2e2e;
}
.stack-group-488 {
       border: 2px solid #2e2e2e;
}
.stack-group-489 {
       border: 2px solid #2e2e2e;
}
.stack-group-490 {
       border: 2px solid #2e2e2e;
}
.stack-group-491 {
       border: 2px solid #2e2e2e;
}
.stack-group-492 {
       border: 2px solid #2e2e2e;
}
.stack-group-493 {
       border: 2px solid #2e2e2e;
}
.stack-group-494 {
       border: 2px solid #2e2e2e;
}
.stack-group-495 {
       border: 2px solid #2e2e2e;
}
.stack-group-496 {
       border: 2px solid #2e2e2e;
}
.stack-group-497 {
       border: 2px solid #2e2e2e;
}
.stack-group-498 {
       border: 2px solid #2e2e2e;
}
.stack-group-499 {
       border: 2px solid #2e2e2e;
}
.stack-group-500 {
       border: 2px solid #2e2e2e;
}
.stack-group-501 {
       border: 2px solid #2e2e2e;
}
.stack-group-502 {
       border: 2px solid #2e2e2e;
}
.stack-group-503 {
       border: 2px solid #2e2e2e;
}
.stack-group-504 {
       border: 2px solid #2e2e2e;
}
.stack-group-505 {
       border: 2px solid #2e2e2e;
}
.stack-group-506 {
       border: 2px solid #2e2e2e;
}
.stack-group-507 {
       border: 2px solid #2e2e2e;
}
.stack-group-508 {
       border: 2px solid #2e2e2e;
}
.stack-group-509 {
       border: 2px solid #2e2e2e;
}
.stack-group-510 {
       border: 2px solid #2e2e2e;
}
.stack-group-511 {
       border: 2px solid #2e2e2e;
}
.stack-group-512 {
       border: 2px solid #2e2e2e;
}
