li#music a {
	color: #bbb;
}

* {
	color: white;

    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.content {
	display: flex;
	background: #111;
	width: 100%;
	/*padding-top: calc(66px + 4vh);*/
    padding-top: 66px;
}





.windows {
    display: flex;
    justify-content: space-between;
}

.hidden {
    display: none;
}



/* Albums */
.rightCol {
    background: linear-gradient(-45deg, #224, #448);
    /*background: linear-gradient(-45deg, #111, #222);*/
    width: 100%;
    padding: 32px;
    margin-left: 2px;
    overflow: hidden scroll; 
}

.rightCol h1, .leftCol h1 {
    text-align: center;
    padding-bottom: 30px;
}

.albums {
    width: 100%;
	justify-content: space-between;
	text-align: center;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));   /* Albums are 200x200px */
    gap: 32px; /* Adjust the gap between items as needed */
}

.albums h1 {
	color: #fff;
	padding: 0 18px 60px;
}

.albums img {
	width: 100%;

    display: block;
    cursor: pointer;
	aspect-ratio: 1 / 1;
	border-radius: 4px;
	opacity: 1;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.5);
}

.album {
	text-align: center;
}

.album img {
    min-width: 75px;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(200, 200, 200, 0);
	transition: 0.2s;
	border-radius: 10px;
}

.album img:hover {
	border-color: rgba(255, 255, 255, 1);
}

.album p {
	margin-top: 8px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

h1 {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}


/* Fancy Gallery */




.leftCol, .rightCol {
    /*background: linear-gradient(-45deg, #B81EDF, #E17028);*/
    border-radius: 16px;
    margin: 4px;
    height: 85vh;  
}



.horizontalWrapper {
    display: flex;
    padding: 16px 0;
}

.topRow, .bottomRow {
    width: 100%;
}

.topRow {
    flex: 1;
    padding: 0 16px;
    overflow: hidden auto; 
}

.showAlbum {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottomRow {
    flex-shrink: 0;
    position: sticky;
    bottom: 0;
    padding: 0 16px;
    /*height: 30%;*/
}

.slider {
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    cursor: pointer;
}



/* Songs */
.leftCol {
    background: linear-gradient(-45deg, #222, #444);
	width: 40%;
    min-width: 300px;
    margin-right: 2px;
    overflow: visible;
    padding: 16px 0;
}

.track-select {
    margin-bottom: 8px;
}

.track-select button {
    margin-right: -8px;
    padding: 16px 24px;
    border-radius: 0;
}

ol {
    list-style-type: none;
    font-weight: 500;

	li {
		height: 45px;
		display: flex;
		justify-content: space-between;
	}

    li:hover {
        background: rgba(0,0,0,0.4);
    }

	li p {
		vertical-align: middle;
		margin: auto 16px;
	}

    .rhs, .lhs {
        margin: auto 0;
        display: flex;
    }

    .lhs p {
        margin: 0 0 0 16px;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    }

    .rhs p {
        margin: 0 16px 0 0;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    }

    .rightAlign {
        text-align: right;
    }
}

.clickMe {
    cursor: pointer;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}






    
.player {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin:auto;
}
    
.details {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.view2 {
    flex: 1;
    /*padding: 0 0 0 16px;*/
    overflow-y: auto;
}
    
.track-art {
    margin: 16px;
    height: 250px;
    width: 250px;
    aspect-ratio: 1/1;
    /*border: 2px solid 	#FFFAFA;*/
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    /*background: linear-gradient(-45deg, #222, #444);*/
}
    
.now-playing {
    font-size: 1rem;
}
    
.track-name {
    font-size: 1.5rem;
}
    
.track-artist {
    margin-bottom: 6px;
    font-size: 1.25rem;
 }
    
.buttons {
    display: flex;
    /*flex-direction: row;*/
    align-items: center;
    /*margin-bottom: 30px;*/
    font-size: 12px;
    justify-content:center;
}



.active {
    color: black;
}
    
.repeat-track, .random-track, .queue, .playpause-track, .prev-track, .next-track {
    margin: 0 20px;
    padding: 4px;
    opacity: 0.8;
    transition: opacity .2s;
}
    
.repeat-track:hover, .random-track:hover, .queue:hover, .playpause-track:hover, .prev-track:hover, .next-track:hover {
    opacity: 1.0;
}
    
.slider_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
    
.seek_slider, .volume_slider {
    appearance: none;
    height: 5px;
    /*background: linear-gradient(-45deg, #222, #333);*/
    background: #111;
	accent-color: white;
    transition: opacity .2s;
}
    
.seek_slider:hover, .volume_slider:hover {
    opacity: 1.0;
}
    
.seek_slider {
    width: 100%;
    margin: 10px;
}
    
.volume_slider {
    width: 55%;
}
    
i.fa-volume-down, i.fa-volume-up {
    padding: 10px;
}
    
i, i.fa-play-circle, i.fa-pause-circle, i.fa-step-forward, i.fa-step-backward {
    cursor: pointer;
}

.randomActive{
    color: black;
}

.rotate {
    animation: rotation 8s infinite linear;
}

.loader {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .stroke {
    background: #f1f1f1;
    height: 150%;
    width: 10px;
    border-radius: 50px;
    margin: 0 5px;
    animation: animate 1.4s linear infinite;
    visibility: hidden;
}

@keyframes animate {

	50% {
		height: 20%;
		background: #4286f4;
	}
    
	100% {
		background: #4286f4;
		height: 100%;
	}
}
.stroke:nth-child(1){
    animation-delay: 0s;
}
.stroke:nth-child(2){
	animation-delay: 0.3s;
}
.stroke:nth-child(3){
	animation-delay: 0.6s;
}
.stroke:nth-child(4){
	animation-delay: 0.9s;
}
.stroke:nth-child(5){
	animation-delay: 0.6s;
}
.stroke:nth-child(6){
	animation-delay: 0.3s;
}
.stroke:nth-child(7){
	animation-delay: 0s;
}

/* Mobile support */
@media (max-width: 650px) {
    .content {
        display: block;
    }

    .leftCol, .rightCol {
        width: 100%;
    }

    .rightCol {
        height: auto;
    }
}