.playbar {
    grid-area: playbar;
}

.volume {
    grid-area: volume;
    margin-top: -50px;
    transition: all 0.3s ease;
}

.volume-progress-fill{
	 height: 6px;
	 margin-top: -25px;
}

.volume-progress{
	 margin-top: -25px;
	 transition: all 0.3s ease;
}

@media (max-width: 600px) {
    .volume {
        display: block !important;
    }

    .volume-progress {
        display: none !important;
    }

    #volumen {
        cursor: pointer;
    }
}


.playbar-cont {
    height: 60px;
    margin-top: -15px;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.play-button-left {    
	display: inline;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    line-height: 50px;
}

.play-button-center {
    margin-top: -35px;
	display: inline;
    text-align: center;
    line-height: 35px;
    margin: 0px 15px 0px 15px;
}

.play-button-center img {
    width: 40px;
}

.play-button-center img {
    top: -12px;
    position: relative;
}

.play-button-right {
    display: inline;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    line-height: 50px;
}

.play-progress {
    width: 15%;
    height: 5px;
    border: 1px solid #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: -14px;
}

.play-progress-fill {
    width: 0%;
    height: 100%;
    background-color: #ffffff;
}

.current {
    position: absolute;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    margin-top: -4px;
    margin-left: -30px;
}

.total {
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    margin-top: -8px;
    margin-left: calc(100% + 10px);
}

.play-button-right{

}

.play-button-left{

}

#footer {
    position: fixed;
    z-index: 10 !important;
    left: 0 !important;
}

#footer2 {
    z-index: 10 !important;
    background-color: #292929;
    left: 0 !important;
}

#info {
    z-index: 11 !important;
}
