.t06{font-size: 6px ! important; }
.t08{font-size: 8px ! important; }
.t09{font-size: 9px ! important; }
.t10{font-size: 10px !important; }
.t12{font-size: 12px !important; }
.t14{font-size: 14px !important; }
.t16{font-size: 16px !important; }
.t18{font-size: 18px !important; }
.t20{font-size: 20px !important; }
.t22{font-size: 22px !important; }
.t24{font-size: 24px !important; }

.bold{font-weight: bold !important;  }

.right{text-align: right;}
.left{text-align: left;}
.center{text-align: center;}

.chats, .chats-short{
    float: right;
    position: fixed;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    
    width: 400px !important;
    height: 90vh !important;
    right: 30px;
    bottom: 10px;

    padding: 15px;
    box-sizing: border-box;

    box-shadow: 5px 6px 5px -4px rgba(0,0,0,0.62);
    -webkit-box-shadow: 5px 6px 5px -4px rgba(0,0,0,0.62);
    -moz-box-shadow: 5px 6px 5px -4px rgba(0,0,0,0.62);
    z-index: 99999;
}


.row-sender {
    margin: 20px;
    color: #000;
    background-color: #f7ba1138;
    text-align: right;
}

.row-receives {
    margin: 20px;
    background-color: #11dcf738;
    color: #000;
}
.chat-text{
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.align-right {
    text-align: right;
}


/* .chats-short{
    float: right;
    position: fixed;
    z-index: 888;
    background:#FBFBFB;
    border: 1px solid #C6C5C5 ;
    top: 100px;
    right: 10px;
    width: 400px;
    height: 280px;
    padding: 15px;
} */

.chats .boxchat{
    /* height: 370px; */
    /* height: 55vh; */
    /* background-color: #daf0ff !important; */
    /* border: 1px solid #0b65991a; */
    /* border-radius: 5px; */
    /* padding: 5px; */
    /* overflow-y: auto;
    overflow-x: hidden; */
}

.chats .tools{
    padding-left: 10px;
}

.chats-agent{
    float: right;
    position: fixed;
    z-index: 888;
    /* background:#FBFBFB;
    border: 1px solid #C6C5C5 ; */
    background-color: #ffffffde;
    border: 1px solid #03a7bd73;
    top: 10px;
    right: 10px;
    width: 400px;
    height: 650px;
    padding: 15px;
    box-sizing: border-box;
}

.chats-agent .boxchat_agent{
    height: 450px;
    /* background: url("/assets/images/backchat.jpg") center center; */
    background-color: #ffffffde;
    border: 1px solid #03a7bd73;
    border-radius: 5px;
    padding: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

.back-sender{
    display: inline-block;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    background-color:#fffddf;
    border: 1px solid #dadada ;
    border-radius: 5px;
    color: #000;
    padding: 5px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 100px;
}

.back-recieved{
    display: inline-block;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    /* background-color: #f2fff0; */
    background-color: #fff;
    border: 1px solid #dadada ;
    border-radius: 5px;
    color: #000;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 100px;
}

.back-sender-error{
    display: inline-block;
    background-color:#E13B28;
    border: 1px solid #C6220F ;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.chat_a{
    font-weight: 400 !important;
    font-size: 11px !important;
}

.chat_b{
    font-weight: 700 !important;
    font-size: 10px !important;
}



.audioconference{
    float: right;
    position: fixed;
    z-index: 887;
    border-radius: 5px;
    background-color: #EF8D10;
    border: 1px solid #dadada ;
    top: 300px;
    right: 5px;
    width: 250px;
    height: 140px;
    color: #000;
    /*cursor: pointer;*/
    text-align: center;
    vertical-align: middle;
    padding: 15px;
}

.audioconference_alert{
    float: middle;
    position: fixed;
    z-index: 887;
    background:#f3f3f3;
    border: 1px solid #bdbdbd ;
    top: 250px;
    right: 5px;
    width: 300px;
    /* height: 300px; */
    padding: 15px;
}

.chatsaudio{
    float: right;
    position: fixed;
    z-index: 887;
    /* background:#c9dfc5;
    border: 1px solid #dadada ; */
    background:#FBFBFB;
    border: 1px solid #C6C5C5 ;


    top: 100px;
    right: 10px;
    width: 600px;
    height: 400px;
    padding: 15px;
}

.chatsaudio .boxchat{
    height: 250px;
    /* background: url("/assets/images/backchat.jpg") center center; */
    background-color:#6ab8e9;
    border: 1px solid #dadada ;
    border-radius: 5px;
    padding: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

.chatsaudio .boxchat_agent{
    height: 350px;
    /* background: url("/assets/images/backchat.jpg") center center; */
    background-color:#6ab8e9;
    border: 1px solid #dadada ;
    border-radius: 5px;
    padding: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

.chatsaudio .back-recieved{
    background-color: #f2fff0;
    border: 1px solid #dadada ;
    border-radius: 5px;
    color: #000;
    /*padding: 5px;*/
    padding-left: 1px;
    padding-right: 1px;
}

.chatsaudio .boxchat{
    height: 350px;
    /* background: url("/assets/images/backchat.jpg") center center; */
    background-color:#6ab8e9;
    border: 1px solid #dadada ;
    border-radius: 5px;
    padding: 1px;
    overflow-y: auto;
    overflow-x: hidden;
}

.screensharing{
    float: right;
    position: fixed;
    z-index: 886;
    /* background:#F5FBF4;
    border: 1px solid #dadada ; */
    background:#FBFBFB;
    border: 1px solid #C6C5C5 ;

    top: 0;
    left: 0;
    width: 100vw;
    height: 98vh;
    padding: 10px;
    box-sizing: border-box;
}

.screensharing .ifrm{
    position:relative;
    display:block;
    text-align: left !important;
    height: 95vh !important;
}
.screensharing .ifrmchat{
    position:relative;
    display:block;
    height: 95vh !important;
}

.screensharing .closebtm{
    float: right;
    position: fixed;
    /* position:relative;  */
    display:block;
    right: 15px;
    top:3px;
}

iframe{
    display:block;
    width:100%;
    left:0;
    border:none;
}

.screensharing .chatSharing {
    width:100%;
    height: 70vh ;
    /* background: url("/assets/images/backchat.jpg") center center; */
    background-color:#6ab8e9;
    border: 1px solid #dadada ;
    border-radius: 5px;
    padding: 5px;
    overflow-y: auto;

}


/* GENERAL */
.foot{
    float: center;
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 50px;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #dadada;
     /* background-color: #202225;   */
    /* background-color: #3498db;  */
}

.foot .back{
    padding: 5px;
    /* background-color: #2f3136;
    color: #dadada; */
}



.pad1{ padding: 1px; }
.pad2{ padding: 2px; }
.pad3{ padding: 3px; }
.pad5{ padding: 5px; }
.pad10{ padding: 5px; }

.pt1{ padding-top: 1px; }
.pt2{ padding-top: 2px; }
.pt3{ padding-top: 3px; }
.pt4{ padding-top: 4px; }
.pt5{ padding-top: 5px; }

.mt1{ margin-top: 1px;}
.mt2{ margin-top: 2px;}
.mt3{ margin-top: 3px;}
.mt4{ margin-top: 4px;}
.mt5{ margin-top: 5px;}

.ml1{ margin-left: 1px; }
.ml2{ margin-left: 2px; }
.ml3{ margin-left: 3px; }
.ml4{ margin-left: 4px; }
.ml5{ margin-left: 5px; }





.btn-circle{
    border-radius: 50px;
}

.btn-standard{
    /* background-color: #98D1F7; */
    /* color: #fff; */
    /* border: 1px solid #dadada; */
    background-color: rgba(255, 255, 255, .2);
}

/* .btn-standard>i{
    color: #F37F0B;
}  */

.btn-standard:hover{
    background-color: #FFA600;
    color: #fff;
}
.btn-standard:hover>i{
    color: #fff;
}




/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.boxchat::-webkit-scrollbar {
    -webkit-appearance: none;
}

.boxchat::-webkit-scrollbar:vertical {
    width:10px;
}

.boxchat::-webkit-scrollbar-button:increment,.boxchat::-webkit-scrollbar-button {
    display: none;
}

.boxchat::-webkit-scrollbar:horizontal {
    height: 10px;
}

.boxchat::-webkit-scrollbar-thumb {
    background-color: #1e4979;
    border-radius: 20px;
    border: 2px solid #1e4979;
}

.boxchat::-webkit-scrollbar-track {
    border-radius: 10px;
}



/*Boxchat Agent*/

.boxchat_agent::-webkit-scrollbar {
    -webkit-appearance: none;
}

.boxchat_agent::-webkit-scrollbar:vertical {
    width:10px;
}

.boxchat_agent::-webkit-scrollbar-button:increment,.boxchat_agent::-webkit-scrollbar-button {
    display: none;
}

.boxchat_agent::-webkit-scrollbar:horizontal {
    height: 10px;
}

.boxchat_agent::-webkit-scrollbar-thumb {
    background-color: #1e4979;
    border-radius: 20px;
    border: 2px solid #1e4979;
}

.boxchat_agent::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* .list-group-item-primary{
    border-radius: 10px !important;
    background-color: #ffffffea !important;
}

.list-group-item-info{
    border-radius: 10px !important;
    background-color: #1d42a8 !important;
    color: #fff;
}
 */

.row-sender {
    /* margin-bottom: 20px; */
    padding: 10px;
    background-color: #ffffff !important;
    border-radius: 10px;
    color: #000 !important;
    text-align: right;
    border: 2px solid #106586;
}
  
.row-receives {
    /* margin-bottom: 20px; */
    padding: 10px;
    background-color: #ffffff !important;
    border-radius: 10px;
    color: #000 !important;
    border: 2px solid #dadada;
}