/* Rádio UFG 88,5 FM - Player 2025 (radio) */

.players {
    height: 70px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    display: flex;
    color: white;
    box-shadow: 0 -3px 10px 0 rgba(0,0,0,0.2);
}

.player {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}

.item-desativado {
    display: none !important;
}

.item-desativado2 {
    display: none !important;
}

.player1-duplo {
    width: 60%;
}

.player2-desativado {
    display: none;
}

.player2-duplo {
    width: 40%;
    display: inherit;
}

#player1 {
    background: rgb(0, 117, 190);
}

#player2 {
    color: #f3dd63;
    background: rgb(4, 19, 26);
}

.player-prog {
    height: 100%;
}

.player-play {
    font-size: 32px;
    margin-left: 20px;
    margin-right: 20px;
    transition: all .2s ease-in-out;
}

.player-play:hover {
    transform: scale(1.08);
}

.player-barra-direita {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
}

.player-barra-direita-icone {
    margin-right: 20px;
    transition: all .2s ease-in-out;
}

.player-barra-direita-icone:hover {
    transform: scale(1.2);
}

.player-volume-slider-area {
    display: flex;
    width: 70px;
    margin-right: 20px;
    
}

.player-volume-slider {
    padding: 0;
    width: 70px !important;
    margin-right: 20px;
}


.player-volume-mudo {
    margin-right: 10px;
    width: 18px;
    transition: all .2s ease-in-out;
}

.player-volume-mudo:hover {
    transform: scale(1.2);
}

.player-barra-esquerda {
    align-items: center;
    font-family: Lato;
    font-size: 14px;
    text-transform: uppercase;
    flex: 1 1 auto;
    overflow: hidden;
    display:flex;
    height: 100%;
    width: 100%;
}

.player-rds {
    align-items: center;
    font-family: Lato;
    font-size: 14px;
    text-transform: uppercase;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px;
}

.player-rds-titulo {
    font-weight: 700;
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.player-rds-artista {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
}

.player-ao-vivo {
    border-radius: 10px;
    box-shadow: 0 10px 10px 0 rgba(16, 24, 40, .25);
    background: linear-gradient(90deg, rgba(0, 117, 190) 30%, rgb(206, 27, 138) 80%, rgb(255, 123, 34) 100%);
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-bottom: 40px;
}

#player1-ao-vivo {
    background-image: url(https://files.cercomp.ufg.br/weby/up/120/o/radio-ufg-fundo.png);
    background-size: 100% 100%;
}


#player2-ao-vivo {
    color: #f3dd63;
    background: #04131a;
}

.player-ao-vivo-barra {
    display: flex;
    justify-content: space-between;
}

.player-ao-vivo-logo {
    display: flex;
    justify-content: center;
}

.player-ao-vivo-logo img {
    width: 120px;
}

.player-ao-vivo-play {
    font-size: 32px;
}

.player-ao-vivo-volume-mudo {
    display: flex;
    align-items: center;
    margin-right: 5px;
    font-size: 20px;
    width: 22px;
}

.player-ao-vivo-rds {
    align-items: center;
    font-family: Lato;
    font-size: 14px;
    text-transform: uppercase;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 35px;
}

.player-ao-vivo-rds-titulo {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.player-ao-vivo-rds-artista {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.player-info {
    background: linear-gradient(90deg, rgba(0, 117, 190) 30%, rgb(206, 27, 138) 80%, rgb(255, 123, 34) 100%);
    width: 100%;
    height: 100vh;
    color: white;
    display: flex;
    align-content: center;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 5;
}

#player1-pagina-inteira {
    background-image: url(https://files.cercomp.ufg.br/weby/up/120/o/radio-ufg-fundo.png);
    background-size: 100% 100%;
}

#player2-pagina-inteira {
    background: rgb(4, 19, 26);
    color: #f3dd63;
}

.player-info-desativado {
    display: none;
}

.desativar-rolagem {
    overflow: hidden;
}

.player-info-centro {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px;
}

#player1-info {
    background-image: url(https://files.cercomp.ufg.br/weby/up/120/o/radio-ufg-fundo.png);
    background-size: 100% 100%;
}

#player1-info-prog {
    box-shadow: 0 6px 16px 0 rgba(0,0,0,0.3);
}


#player2-info {
    color: #f3dd63;
    background: #04131a;
}

.player-info-barra {
    display: flex;
    justify-content: space-between;
}

.player-info-logo {
    display: flex;
    justify-content: center;
}

.player-info-logo img {
    width: 120px;
    height: 120px;
}

.player-info-play {
    font-size: 32px;
}

.player-info-volume {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.player-info-volume-mudo {
    margin-right: 5px;
}

.player-info-rds {
    font-family: Lato;
    text-transform: uppercase;
    margin-left: 40px;
    align-content: center;
    justify-content: center;
    height: 200px;
}

.player-info-rds-titulo {
    font-weight: 700;
    font-size: 2.5rem;
}

.player-info-rds-artista {
    font-size: 1.875rem;
}

.player-tela-cheia {
    display: none;
}

@media (max-width: 1024px) {
    .players {
        height: 55px;
    }

    .player-play {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .player {
    justify-content: space-between;
    }

    .player-volume-slider {
        display: none;
    }
    
    .player-volume-mudo {
        display: flex;
        margin-right: 20px;
    }

    .player-rds {
        display: none;
    }

    .player1-duplo {
        width: 100%;
    }

    .player2-duplo {
        width: 100%;
    }

    .player-info-centro {
        flex-direction: column;
    }

    .player-info-rds {
        margin-left: 0;
    }
}

input[type="range"] {
    -webkit-appearance: none;
    height: 10px;
    border-radius: 5px;  
    background: #d3d3d3;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%; 
    background: white;
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    border-color: transparent;
}