#div_btn_muda_musica {
    margin: 30px; 
    align-items: flex-start; 
    flex-direction: column; 
    width: max-content;
    background-color: black;
}

body{
    background-color: rgba(17, 16, 16, 0.932);
    color: white;
    font-family: Arial, sans-serif;
    padding: 2px;
}

audio {
    
    color: #ec4242cb; /* Cor da fonte vermelha */
    margin-top: 15px;
    margin-bottom: 10px;
    
}
audio::-webkit-media-controls-panel {
    background-color: #3333; /* Cor de fundo dos controles no Chrome/Safari */
   
    
}
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-volume-slider {
    background-color: #3333; /* Cor dos botões de controle no Chrome/Safari */
}

#card-body {
    background-color: #3333;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    margin-bottom: 10px;
}

#label_panel {
    color: #ec4242cb;
    border-radius: 5px;
    background-color: #1113;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    margin-bottom: 10px;
}

#player_panel {
    color: #ec4242cb;
    border-radius: 5px;
    background-color: #1113;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    margin-bottom: 10px;
}

#label_panel div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#player_panel div {
    display: block;
    margin: 5px;
}

#label_panel h4,
#label_panel h5 {
    margin: 3px;
}

#inputFiles {
    display: none;
}

canvas {
    width: 100%;
    height: 100px;
    background-color: #000;
    border-radius:5px;
}
