body{background-color: black; overflow:none; margin:0; padding:0; overflow: hidden;}
#boxSend{z-index:9999 !important;}
#boxVoiceText{
    height: auto;
    max-height: 75%;
    min-height: 50px;
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 10px;
    /* right: 65px; */
    /* left: 10px; */
    width: 30%;
    overflow-y: auto;
    font-size: 0.9rem;
    background-size: 8px 8px;
    /* background-image: radial-gradient(circle, rgba(0,0,0,0.5) 3px, rgba(250,250,250, 0) 25px); */
    background-color: rgba(0,0,0,0.5);
    border: 1px solid #808080;    
}
#boxInfoCall {
    position: fixed;
    bottom: 5px;
    font-size: 0.6rem;
    text-align: center;
    left: 0;
    right: 0;
}

#boxInfoCall{
    display: none;
}
#listening, #loading {
    /*position: fixed;
    right: 16px;
     left: 410px; */
    bottom: 2px;    
}
#interim {
    border-bottom: 1px dotted gray;
}

/* DESKTOP */
@media screen and (max-width: 980px) {
    #boxVoiceText{
        left: 10px;
        right: 65px;
        width: auto;
        max-height: 30%;
        bottom: 10px;
    }
    #avatar {
        position: fixed;
        top: 30px;
    }
}

/* @media screen and (min-width: 980px) {
    #start {
        display: none;
    }
    #boxInfoCall{
        display: inline;
    }
} */