html{
--bg-color:linear-gradient(60deg,#000000,#000000);
}
.fontm{
 font-family:"Figtree";
 font-weight:500;
 font-style:normal;
}
body{
	background-color:black;
	background:var(--bg-color);
}
.bg-cover{
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:-1;
	filter:blur(20px);
	background:var(--bg-color);
}
.body-cover{
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	overflow-y:scroll;
}
.grid {
	position:absolute;
	display:none;
	top:0;
	left:0;
    height: 100%;
    width: 100%;
    margin: 0;
}
.grid {
    background-image:
      repeating-linear-gradient(#ccc 0 1px, transparent 1px 100%),
      repeating-linear-gradient(90deg, #ccc 0 1px, transparent 1px 100%);
    background-size: 71px 71px;
}
.player {
	position:fixed;
top:90vh;
	height:10vh;
display: flex;
flex-direction: column;
	left:0;
	justify-content:flex-start;
	align-items:start;
	width:100vw;
	padding:1vw;
	background:linear-gradient(40deg, #393939, #353535);
}

.details {
display: flex;
	width:100%;
flex-direction: row;
	padding-bottom:7vw;
	background:transparent;
	margin-left:0;
	webkit-border-horizontal-spacing:0;
	align-items:center;
}
.track-art {
	width:17%;
	height:9vh;
background-image: none;
background-size: cover;
background-position: center;
border-radius: 5%;
}

/* Changing the font sizes to suitable ones */
.now-playing {
font-size: 1rem;
}

.track-name {
	background:transparent;
font-size: 4vw;
	font-weight:600;
	color:#e4e4e6;
	padding:0vw 0vw 0vw 2vw;
	max-width:80%;
}
.track-artist {
	display:none;
font-size: 4vw;
	padding:0vw 0vw 0vw 2vw;
	color:#c2c2c2;
}
.play-list ul{
	background:transparent;
	margin: 0;
    padding: 0;
}
.play-list ul li::marker{
	display:none;
}
.play-list ul li{
	margin-top:1vw;
	background:transparent;
	display:flex;
	flex-direction:row;
	margin-left:0;
	padding-left:5vw;
	border-bottom:0.3vw solid #aaaaaa;
	padding-bottom:02vw;
	padding-top:1vw;
}
.play-list ul li img{
	width:13vw;
	height:13vw;
	object-fit:cover;
}
.playlist-text{
	display:flex;
	flex-direction:column;
	justify-content:center;
	background:transparent;
	max-width:70vw;
	padding-left:4vw;
}
.playlist-text .track-name, .track-artist{
	display:none;
	padding:0;
font-family:"Figtree";
 font-weight:700;
 font-style:normal;
	align-items:center;
	background:transparent;
}
.playlist-text .track-artist{
	 font-weight:400;
}
.buttons {
display: flex;
flex-direction: row;
align-items: center;
background:transparent;
}
.playpause-track:has(.play-circle) {
	z-index:2;
	background-image:url("/imgs/play.png");
	background-repeat:no-repeat;
	background-size:cover;
}
.playpause-track:has(.pause-circle) {
	z-index:2;
	background-image:url("/imgs/pause.png");
	background-repeat:no-repeat;
	background-size:cover;
}
.playpause-track,
.prev-track,
.next-track {
padding:6vw;
opacity: 0.8;

/* Smoothly transition the opacity */
transition: opacity .2s;
}
.prev-track{
	z-index:2;
	background-image:url("/imgs/backward.png");
	background-repeat:no-repeat;
	background-size:cover;
	background-size:65%;
	background-position: center;
}
.next-track{
	z-index:2;
	background-image:url("/imgs/forward.png");
	background-repeat:no-repeat;
	background-size:cover;
	background-size:65%;
	background-position: center;
}
/* Change the opacity when mouse is hovered */
.playpause-track:hover,
.prev-track:hover,
.next-track:hover {
opacity: 1.0;
}

/* Define the slider width so that it scales properly */
.slider_container {/* display: flex; */justify-content: center;align-items: center;flex-direction:column;}
.time-seek{
	display:flex;
	flex-direction:row;
	background:transparent;
	width:100%;
	justify-content:space-between;
	color:#e4e4e6;
}
/* General styles for the range input */
/* Modify the appearance of the slider */
.seek_slider, .volume_slider {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: 5px;
background: black;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}

/* Modify the appearance of the slider thumb */
.seek_slider::-webkit-slider-thumb,
.volume_slider::-webkit-slider-thumb {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 15px;
height: 15px;
background: white;
cursor: pointer;
border-radius: 50%;
}

/* Change the opacity when mouse is hovered */
.seek_slider:hover,
.volume_slider:hover {
opacity: 1.0;
}

.seek_slider {
width: 100%;
}

.volume_slider {
width: 30%;
}

.current-time,
.total-duration {
padding: 2vw 0.5vw 2vw 0.5vw;
	font-size:3vw;
	display:none;
}

i.fa-volume-down,
i.fa-volume-up {
padding: 10px;
}

/* Change the mouse cursor to a pointer
when hovered over */
i.fa-play-circle,
i.fa-pause-circle,
i.fa-step-forward,
i.fa-step-backward {
cursor: pointer;
}
.seek_slider {
	display:none;
    -webkit-appearance: none;
    width: 100%;
    height: 1vw;
    background: linear-gradient(to right, white 0%, white 0%, grey 0%, grey 100%);
    border-radius: 5px;
    outline: none;
}

.seek_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff;
    cursor: pointer;
    border-radius: 50%;
}
.seek_slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #ccc;
}