
/* ========================================= */
#control_container{
  visibility: hidden;
}
#recordedAudio{
    display: block;
    width: 100%;
}
#control_container{text-align:center;}
#spinner{
  font-size: 24px;
  margin-top: -120px;
  text-align: center;
  /*visibility: hidden;*/
  display: none;
}
#lq1O8dzH2QlpplkJodHh {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 0px;
    padding-left: 15px;
    background-color: yellow;
    color: #333;
    display: none;
    padding-top: 12px;
    padding-bottom: 12px;
}

#lq1O8dzH2QlpplkJodHh .notice{
    color: red;
}



.controls button{
    border: none;
    border-radius: 5px;
    background: #0174AA;
    margin-left: 2px;
    cursor: pointer;
    color: #ffffff;
    font-size: 22px;
    padding: 8px 20px;
    margin: 0 10px;
}

.controls button:disabled{
    pointer-events:none;
    background: #d9d6d6;
    color: #000;
}
#controls{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 0;
}

#waveform{
  min-height: 100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #0073AA;
    border: 1px solid #D1DDE0;
    border-radius: 5px;
    background-image: url(/wp-content/uploads/site/10849300.svg);
    background-position: center;
    
}
#waveform.shown{background-image: none;}
#waveform wave{
  width: 100%;
}
#timer{
        text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: #0174AA;
}
#downloadRecordBtn{
    
    color: #0174AA;
    border: 2px solid #0174AA;
    display: inline-block;
    padding: 10px 20px;
    line-height: 1;
    font-size: 26px;
    margin: 20px 0 10px;
    font-weight: 500;
}