@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Poppins:wght@300;400;500;700;900&family=Titan+One&display=swap');


section.plugin-top10-videos {
    position: relative;
    font-family: Montserrat,sans-serif;
    font-size: 14;
    font-weight: 400;
    display: block;
    padding: 20px;
    padding-bottom: 12px;
    border-radius: 12px;
    background: linear-gradient(#2f2e3a 0%, #2b2a35 45.8%, #222129 93.56%, #212027 100%);
    color: #fff;
    margin-bottom:45px;
}

/* PREVINIR DISPLAY BLOCK DO TAILWIND CSS  */
section.plugin-top10-videos img{
    display: unset;
}

section.plugin-top10-videos.t10video-layout-1 {
    position: relative;
    display: block;
}

section.plugin-top10-videos.t10video-layout-2 {

}


section.plugin-top10-videos.t10video-layout-1 .diogenes-row .player {
    position: relative;
    display: block;
}
section.plugin-top10-videos.t10video-layout-1 .diogenes-row .player video,
section.plugin-top10-videos.t10video-layout-3 video {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

section.plugin-top10-videos.t10video-layout-1 .diogenes-row .player iframe,
section.plugin-top10-videos.t10video-layout-3 iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 386px;
    margin-bottom: 10px;
    border: none;
    outline: none;
}

section.plugin-top10-videos .player-container{
    position: relative;
    display: block;
    overflow: hidden;
}

section.plugin-top10-videos .player-container .video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 99;
  background: url("../images/background-controls-videos.png") transparent no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  width: 100%;
  height: 40px;
  color: #fff;
}

section.plugin-top10-videos .player-container .video-controls img{
    max-width: 32px;
}

section.plugin-top10-videos .loadingMessage {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 159;
}
section.plugin-top10-videos .loadingMessage img{
    width: 32px;
    height: auto;
    border-radius: 100%;
}


section.plugin-top10-videos .player-container .playPauseBtn,
section.plugin-top10-videos .player-container .volumeBtn,
section.plugin-top10-videos .player-container .fullscreenBtn,
section.plugin-top10-videos .player-container .currentTime,
section.plugin-top10-videos .player-container .totalDuration,
section.plugin-top10-videos .player-container .playlistBtn {
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
}

section.plugin-top10-videos .player-container .playPauseBtn{
    position: absolute;
    display: block;
    left: 5%;
}

section.plugin-top10-videos .player-container .playPauseBtn img{
    width: 12px;
}


section.plugin-top10-videos .player-container .volumeBtn{
    position: absolute;
    display: block;
    left: 10.5%;
}

section.plugin-top10-videos .player-container .volumeBtn img{
    width: 20px;
}



section.plugin-top10-videos .player-container .fullscreenBtn{
    position: absolute;
    display: block;
    right: 2.15%;
}

section.plugin-top10-videos .player-container .fullscreenBtn img{
    width: 17px;
}

section.plugin-top10-videos .player-container .playlistBtn{
    position: absolute;
    display: block;
    right: 7%;
    top: auto;
    z-index: 99;
    cursor: pointer;
}

section.plugin-top10-videos .player-container .playlistBtn img{
    width: 22px;
}

section.plugin-top10-videos .player-container .currentTime{
    font-size: 12px;
    font-weight: bold;
    width: 50px;
    position: absolute;
    display: block;
    left: 14%;
    text-align: right;

}

section.plugin-top10-videos .player-container .currentTime img{

}



section.plugin-top10-videos .player-container .totalDuration{
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    display: block;
    right: 18.5%;
    bottom: auto;
    width: auto;
}


section.plugin-top10-videos .player-container .progress-bar {
    height: 12px;
    border-radius: 14px;
    background: #ccc;
    margin-left: 10px;
    position: relative;
    width: 50%;
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -25%;
    cursor: pointer;
}

section.plugin-top10-videos .player-container .progress {
  height: 100%;
  background: #007bff;
  width: 0;
  border-radius: 12px;
}









.player section.plugin-top10-videos h1 {
    font-size: 18px;
}
.player section.plugin-top10-videos p {
    font-size: 12px;
    margin-top: -9px;
}




section.plugin-top10-videos.t10video-layout-1 .diogenes-row .player h1 {
    font-size: 18px;
}
section.plugin-top10-videos.t10video-layout-1 .diogenes-row .player p {
    font-size: 12px;
    margin-top: -9px;
}


section.plugin-top10-videos.t10video-layout-1 .diogenes-row .sidebar-playlist {
    position: relative;
    height: 386px;
    overflow-y: scroll;
    padding-bottom: 30px;
}
section.plugin-top10-videos.t10video-layout-1 .diogenes-row .sidebar-playlist::-webkit-scrollbar {
    width: 5px; /* Largura da barra de rolagem */
    background-color: #666; /* Cor de fundo da barra */
    border-radius: 30px; /* Borda arredondada para o botão */
}

/* Estilo para o botão da barra de rolagem */
section.plugin-top10-videos.t10video-layout-1 .diogenes-row .sidebar-playlist::-webkit-scrollbar-thumb {
    background-color: #f2f2f2; /* Cor do botão da barra */
    border-radius: 30px; /* Borda arredondada para o botão */
    background-clip: content-box; /* Isso é usado para não pintar a borda transparente */
    border: 2px solid transparent; /* Espaço transparente entre a barra e o botão */
}

/* Estilo para o botão da barra de rolagem ao passar o mouse */
section.plugin-top10-videos.t10video-layout-1 .diogenes-row .sidebar-playlist::-webkit-scrollbar-thumb:hover {
    background-color: #666; /* Cor do botão da barra ao passar o mouse */
    border-radius: 30px; /* Borda arredondada para o botão */
}


section.plugin-top10-videos.t10video-layout-3 .sidebar-playlist.sidebar-playlist-interna{
    background: url("../images/background-controls-videos-2.png") transparent no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: absolute;
    display: block;
    top: 0;
    right: -71%;
    width: 70%;
    height: 100%;
    overflow-y: scroll;
    padding: 30px;
    padding-bottom: 45px;
    z-index: 109;
    -webkit-transition: 600ms ease;
    transition: 600ms ease;
}
section.plugin-top10-videos.t10video-layout-3 .sidebar-playlist.sidebar-playlist-interna.aberto{
    right: 0;
    -webkit-transition: 600ms ease;
    transition: 600ms ease;
}


section.plugin-top10-videos.t10video-layout-3 .sidebar-playlist.sidebar-playlist-interna::-webkit-scrollbar {
    width: 5px; /* Largura da barra de rolagem */
    background-color: #666; /* Cor de fundo da barra */
    border-radius: 30px; /* Borda arredondada para o botão */
}

/* Estilo para o botão da barra de rolagem */
section.plugin-top10-videos.t10video-layout-3 .sidebar-playlist.sidebar-playlist-interna::-webkit-scrollbar-thumb {
    background-color: #f2f2f2; /* Cor do botão da barra */
    border-radius: 30px; /* Borda arredondada para o botão */
    background-clip: content-box; /* Isso é usado para não pintar a borda transparente */
    border: 2px solid transparent; /* Espaço transparente entre a barra e o botão */
}

/* Estilo para o botão da barra de rolagem ao passar o mouse */
section.plugin-top10-videos.t10video-layout-3 .sidebar-playlist.sidebar-playlist-interna::-webkit-scrollbar-thumb:hover {
    background-color: #666; /* Cor do botão da barra ao passar o mouse */
    border-radius: 30px; /* Borda arredondada para o botão */
}


section.plugin-top10-videos.t10video-layout-3 .sidebar-playlist.sidebar-playlist-interna .fechar-playlist{
    text-align: right;
    position: absolute;
    cursor: pointer;
    top: 0px;
    z-index: 119;
    right: 6px;
}
section.plugin-top10-videos.t10video-layout-3 .sidebar-playlist.sidebar-playlist-interna .fechar-playlist img{
    width: 28px;
    height: auto;
}




section.plugin-top10-videos.t10video-layout-1 .sidebar-playlist .diogenes-row{
    cursor: pointer;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-bottom: 5px;
    -webkit-transition: 600ms ease;
    transition: 600ms ease;
}


section.plugin-top10-videos.t10video-layout-1 .sidebar-playlist .diogenes-row.item-ativo{
    -webkit-transition: 600ms ease;
    transition: 600ms ease;
}

section.plugin-top10-videos.t10video-layout-1 .sidebar-playlist .diogenes-row.item-ativo *{
    background: none !important;
}

section.plugin-top10-videos.t10video-layout-1 .sidebar-playlist .diogenes-row .diogenes-col-3{
    padding: 0;
}

section.plugin-top10-videos.t10video-layout-1 .sidebar-playlist .diogenes-row .diogenes-col-3 img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}


section.plugin-top10-videos.t10video-layout-1 .sidebar-playlist .diogenes-row .diogenes-col-9 h3 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0px;
}
section.plugin-top10-videos.t10video-layout-1 .sidebar-playlist .diogenes-row .diogenes-col-9 h3 span {
    font-size: 16px;
}
section.plugin-top10-videos.t10video-layout-1 .sidebar-playlist .diogenes-row .diogenes-col-9 h3 small {
    position: relative;
    display: block;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    padding-top: 4px;
    margin-bottom: 23px;
}



section.plugin-top10-videos.t10video-layout-2 .sidebar-playlist .diogenes-row{
    margin-left: 0;
    margin-right: 0;
}

section.plugin-top10-videos.t10video-layout-2 .sidebar-playlist .diogenes-row .diogenes-col-9 h3 {
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 16px;
}
section.plugin-top10-videos.t10video-layout-2 .sidebar-playlist .diogenes-row .diogenes-col-9 h3 span {
    font-size: 14px;
}
section.plugin-top10-videos.t10video-layout-2 .sidebar-playlist .diogenes-row .diogenes-col-9 h3 small {
    position: relative;
    display: block;
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    padding-top: 4px;
    margin-bottom: 19px;
}


@media(max-width:540px){

    section.plugin-top10-videos.t10video-layout-1 .diogenes-row .player {
        position: relative;
        display: block;
        max-width: 100%;
        flex: 100%;
        order: 0;
    }
    section.plugin-top10-videos.t10video-layout-1 .diogenes-row .sidebar-playlist {
        position: relative;
        height: auto;
        overflow-y: scroll;
        padding-bottom: 30px;
        max-width: 100%;
        flex: 100%;
        padding: 28px;
        order: 1;
    }
    section.plugin-top10-videos .diogenes-col-3.sidebar-playlist{
        padding-top: 0;
    }

    section.plugin-top10-videos .player-container .playPauseBtn {
        position: absolute;
        display: block;
        left: 2%;
    }
    section.plugin-top10-videos .player-container .volumeBtn {
        position: absolute;
        display: block;
        left: 9.5%;
    }
    section.plugin-top10-videos .player-container .progress-bar {
        height: 10px;
        border-radius: 14px;
        background: #ccc;
        margin-left: 10px;
        position: relative;
        width: 38%;
        position: absolute;
        display: block;
        left: 50%;
        margin-left: -19%;
        cursor: pointer;
    }
    section.plugin-top10-videos .player-container .currentTime {
        font-size: 11px;
        font-weight: bold;
        width: 50px;
        position: absolute;
        display: block;
        left: 15%;
        text-align: right;
    }
    section.plugin-top10-videos .player-container .totalDuration {
        font-size: 11px;
        font-weight: bold;
        position: absolute;
        display: block;
        right: 22.5%;
        bottom: auto;
        width: auto;
    }

    section.plugin-top10-videos .player-container .playlistBtn {
        position: absolute;
        display: block;
        right: 10%;
        top: auto;
        z-index: 99;
        cursor: pointer;
    }

    section.plugin-top10-videos.t10video-layout-3 .sidebar-playlist.sidebar-playlist-interna{
        width: 90%;
        right: -91%;
    }
    section.plugin-top10-videos.t10video-layout-3 .sidebar-playlist.sidebar-playlist-interna.aberto{
        right: 0;
    }

}