﻿#tocador {
  text-align: center;
  display: inline;
  margin-top: 0;
  padding: 0;
}

.wrapper {
  display: flex;
  align-items: center;
  margin-top: 0px;
  padding: 0px;
}

.player_wrapper {
  display: flex;
  align-items: center;
  width: 70%; /* Largura desejada do player 70%*/
  height: 45px;  /* altura 50px*/
  margin-top: 0;
  right: 0;
  left: 0px;
}


.Slimsp_player {
  display: none; /* Esconde o elemento de áudio padrão */
}

.player_controls {
  display: flex;
  align-items: center;
  margin-top: 0px;
  padding: 0px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

#play_button {
  width: 16px; /* Largura do botão de reprodução */
  height: 16px; /* Altura do botão de reprodução */
  padding-left: 20%;
}

#div_timer {
  margin: 0 3px; /* Margem entre os elementos */
  font-color: #fff;
}

#cuTimer,
#slashTimer,
#toTimer {
  font-size: 14px; /* Tamanho da fonte do temporizador */
  display: inline;
  color: #fff;
}

#progress-bar {
  width: calc(50% - 100px); /* Largura da barra de progresso */
  height: 15px; /* Altura da barra de progresso */
  margin-left: 10px;
}

#pbar-move {
  height: 100%; /* Altura da parte preenchida da barra de progresso */
  background-color: #cccccc; /* Cor da parte preenchida da barra de progresso */
}

#div_vol {
  display: flex;
  align-items: center;
  margin-right: 5px; /* Margem direita */
}

#change_vol {
  width: 50px; /* Largura do controle de volume */
  margin-right: 5px; /* Margem direita */
}

#vol_img {
  width: 16px; /* Largura da imagem de volume */
  height: 16px; /* Altura da imagem de volume */  
  margin-left: 15px; /* Margem esquerda */
  padding-right: 25%;
}

#info {
  width: 95%;
  margin-top: 0px; /* Margem superior */
  height: 25px;
  font-size: 14px; /* Tamanho da fonte */
  color: #fff;
  padding: 0px;
  margin-top: 0px;
  align-items: center;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1.5px;
}
