#spotify-fixed-player {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #283048;
	padding: 0px;
}

#spotify-fixed-player iframe {
    border: none;
}

/* #close-player {
	position: absolute;
    right: 45px;
    top: -15px;
    width: 28px;
    height: 28px;
    line-height: 22px;
    border-radius: 50px;
    border: 0px;
	
	cursor: pointer;
    font-size: 14px;
    transition: background 0.3s ease;
}

#close-player:hover {
    background: #cc0000; /* Cor ao passar o mouse */
} */