.telas__aluno header{

}


.chat-page .col-md-4{  
    display: flex;  
    justify-content: flex-end;
    background-color: #EEEEEE;
    padding-top: 50px;
}

.ch-col-content{
    max-width: 257px;
}

.ch-main-content{
    max-width: 870px;
    padding-top: 35px;
}

.chfoto{
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 50%;
    border: 2px solid #333;
    background-size: contain;
}

.chat-list{
    list-style: none;
    padding-left: 0;
}

.chat-list li{
    width: 100%;
    margin-bottom: 15px;
}

.chat-list a{
    display: block;
    width: 100%;
    background-color: #FFF;
    border-radius: 5px;
    text-decoration: none;
    padding: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 257px;
    font-weight: bold;
    color: #333;
    position: relative;
}

a .unread{
    color: #FFF;
    background-color: #F08D60;
    font-size: 14px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    position: absolute;
    right: 10px;
    top: -5px;
    text-align: center;
}

.chat-list a.active{
    color: #FFF;
    background-color: #EA5A16;
}

a.active .chfoto{
    border: 2px solid #FFF;
}

.chat-list h3{
    font-size: 16px;
    margin: 0;
}

.clearfix{
    clear: both;
}

.message-bubble{
    padding: 14px;
    border-radius: 10px;
    min-width: 300px; 
}

.message-aluno .message-bubble{
    background-color: #EEEEEE;
    border: 1px solid #CEC3B5;
    color: #333;
}

.message-aluno {
    float: left;
    max-width: 80%;
}

.message-box{
    margin-bottom: 10px;
}

.messagery-aluno .message-professor .message-bubble{
    background-color: #EA5A16;
    border: 1px solid #EA5A16;
    color: #FFF;
    text-align: left;
}

.messagery-professor .message-professor .message-bubble{
    background-color: #151E48;
    border: 1px solid #151E48;
    color: #FFF;
    text-align: left;
}

.message-professor {
    float: right;
    text-align: right;
    max-width: 80%;
}

.chat-page .col-md-8{
    padding-left: 30px;
    padding-right: 45px;
}

.messagery {
    padding-right: 10px;
    margin-bottom: 20px;
}

.messagery .text-muted{
    font-size: 13px;
    padding-top: 3px;
}


.box-att{
    width: 145px;
    height: 120px;
    border-radius: 5px;    
    background-color: #EEEEEE;
    border: 1px solid #CEC3B5;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}

.box-att.active{
    background-color: #EA5A16;
    color: #FFF;
    img{
        filter: invert(100%);
    }
}

.sendmsgform{
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
}

.box-send-msg{
    width: 100%;
}

.chat-arquivo{
    display: none;
}

.att-filename{
    display: block;
}

.box-att span{
    display: block;
    width: 100%;
}

.chat-mensagem{
    width: 100%;
    height: 120px;
    border-radius: 5px;    
    background-color: #EEEEEE;
    border: 1px solid #CEC3B5;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 10px 50px 10px 15px;
}



.chat-mensagem-enviar{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
    border: 0;
    background-color: transparent;
}

.box-send-msg{
    position: relative;
}

@media (min-width: 992px) {
  .dashboard__menu__list {
    top: 135px;
  }
}

.active .unread{
    display: none;
}

.unread[data-qtd=0]{
    display: none!important;
}

.message-admin .message-bubble{
    max-width: 300px;
    background-color: #329730;
    border-radius: 10px;
    border: 1px solid #cccccc;
    color: #fff;
}