.qc_voice_audio_container{height: auto;}
.qc_voice_audio_upload_main, .qc_voice_audio_recorder{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 100%;
    align-items: center;
}

.qc_voice_audio_recorder{}
.qc_voice_audio_display{}
.qc_audio_or{margin: 0px 10px;}
#qc_audio_upload, #qc_audio_record{
    display: flex;
    align-items: center;
}
.qc_audio_recoding_details{}
.qc_voice_audio_display {
    margin: 0 auto;
    position: relative;
    top: 0%;
    text-align: center;
}
.qc_audio_record_div .bot_recoding_animation h2{}
.qc_audio_record_div .bot_recoding_animation{
    text-align: center;
}
.qc_audio_record_div .bot_recoding_animation canvas{
    display:block;
}
.qc_audio_record_div .bot_recoding_animation p{}
.qc_audio_record_div .bot_recoding_animation button{}
.qc_audio_record_div .voice_countdown{
  /*display: none !important;*/
  font-weight: bold;
}
.qc_voice_audio_template_wrapper{
    display: flex;
    justify-content: space-between;
}
.qc_audio_template_preview{

}

.qc_audio_template_settings table{}
.qc_audio_template_settings .qc_audio_call_to_action input[type=text]{
    width: 400px;
}
.qc_audio_remove_button{
    position: absolute;
    top: 17px;
    margin-left: 20px;
    cursor: pointer;
}



.qc_audio_record_button {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    background-color: #0170b9;
    border-radius: 2px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    transition: 0.3s ease all;    
    text-decoration: none !important;
    font-size: 16px;
    cursor: pointer;
}
.qc_audio_record_button:hover {
    color: #ffffff;
    background-color: #06568b;
}