#dynamic-text {
    max-width: 310px; 
    position: absolute;
    top: 20%;
    z-index:100000 !important;
    left:0;right:0;
    margin:auto;
    padding: 15px;
    color:#fff;
    border: thin solid #fff !important;
    border-radius: 5px;
    /* background-color: rgb(119,2,30, .4); */
}      

.absa_unmute_btns{
    position: absolute;
    top: 5px;
    left: 49%;
    z-index: 1000000 !important;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    width: 35px;
    cursor: pointer;
}

.textinput_bg_transparent{
    color: #333333 !important;
    background: transparent;
    border-radius: 10px;
    border: thin solid #fff;
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}

.textinput_bg_transparent::placeholder{
    color: #dcdcdc !important;
}

.text-13 {
    font-size: 13px !important;
}

.text-12 {
    font-size: 12px !important
}


.lh-1-2 {
    line-height: 1.2rem !important;
}

/* .answers-multiplechoice, .btn-info.active{
    width: 100% !important
} */