.start__record, .start__record:hover {
    width: 70px;
    height: 70px;
    background: transparent url('/wp-content/themes/english/assets/antago/img/icon_microphone.svg') center no-repeat;
    display: inline-block;
}

.stop__record, .stop__record:hover {
    width: 70px;
    height: 70px;
    background: transparent url('/wp-content/themes/english/assets/antago/img/icon_microphone.svg') center no-repeat;
    display: none;
}

.voice__box {
    position: absolute;
    width: 200px;
    z-index: 15;
    background: #e5e1e1;
    border: 1px solid #a3a2a2;
    border-radius: 3px;
    padding: 10px;
}

.voice__box-textarea {
    font-size: 20px;
    border: 1px solid #4bb56d8c;
}

.voice__buttons {
    float: bottom;
}

.voice__buttons button {
    width: 45%;
    color: white;
    font-size: 20px;
    border-radius: 3px;
    float: left;
}

.voice__box-btn_yes {
    vertical-align: bottom;
    margin-right: 5%;
    background: #50b46f;
    border-bottom: 4px solid #459e60;
}

.voice__box-btn_deactivated {
    background: #50b46f78;
    border-bottom: 4px solid #459e6047;
    cursor: default;
}

.voice__box-btn_rec_stop {
    vertical-align: bottom;
    margin-left: 5%;
    background: #50b46f;
    border-bottom: 4px solid #459e60;
}

.voice__box-btn_rec, .voice__box-btn_stop {
    vertical-align: bottom;
    margin-left: 5%;
    background: #50b46f;
    border-bottom: 4px solid #459e60;
}

.hidden {
    display: none;
}

.voice__timeline-box {
    margin-left: 20px;
    position: absolute;
    z-index: 15;
    background: #f0f6fa;
    border-radius: 3px;
    padding: 5px;
    right: 5px;
    width: 285px;
}

.voice__p-record {
    color: red;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.voice__timeline {
    background-color: red;
    height: 2px;
    margin: 4px 0;
}

.highlighted__answer:after {
    background-position: 0 -54px !important;
}

.highlighted__answer {
    background-color: #ffc843;
}

.voice__hint {
    position: absolute;
    background-color: #faf6f0;
    font-size: 15px;
    padding: 5px;
    border-radius: 10px;
    color: green;
}

.pid {
    width: 50px;
    height: 5px;
    /*display: inline-block;*/
}

.pids-wrapper {
    width: 50px;
    display: flex;
    flex-flow: column-reverse;
    margin: auto;
    margin-bottom: 20px;
}

.detected__word {
    color: #3cc142;
    font-weight: 700;
}


.translate__voice_btn_start,.translate__voice_btn_ready,.translate__voice_btn_record,.translate__voice_btn_disabled {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 10;
}

.translate__voice_btn_start{
    background: url("/templates/voice-input/mic_grey.png") no-repeat;
}

.translate__voice_btn_ready{
    background: url("/templates/voice-input/mic_allow.png") no-repeat;
    display: none;
}

.translate__voice_btn_record{
    background: url("/templates/voice-input/mic_speak.png") no-repeat;
    display: none;
}

.translate__voice_btn_disabled{
    background: url("/templates/voice-input/disable.png") no-repeat;
    display: none;
    cursor: default;
}

.translate__voice_btn_record:hover,.translate__voice_btn_ready:hover{
    background: url("/templates/voice-input/mute.png") no-repeat;
    z-index: 10;
}

.translate__voice_volume_meter{
    position: absolute;
    right: 8px;
    top: 8px;
    /*background-color: #e4e4e4;*/
    border-radius: 40px;
}

.translate__textarea_active{
    border: 1px solid #79c257 !important;
    background-color:#fefff0 ;
}

.translate__voice_btn_clear{
    width: 36px;
    height: 36px;
    position: absolute;
    right: 68px;
    top: 8px;
    background: url("/templates/voice-input/clear.png") no-repeat;
    z-index: 10;
    display: none;
}

.repetition__voice_volume_meter{
    position: absolute;
    right: 8px;
    top: 8px;
    /*background-color: rgba(119,135,149,0.12);*/
    border-radius: 40px;
}