@media screen and  (max-width:992px){
    .icons-chat label i{
        font-size: 20px !important;
        color: #000000;
    }
    #text-texarea{
        width: 55% !important;
    }
    .icons-chat{
        width: 18% !important;
    }
}
@media screen and (max-width:768px) {
    .bg-answer{
        max-width:80% !important;
    }
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #D7DCDD !important;
}
.bg-chat{
    width: 100%;
    margin-top: 5px;
    height: 85vh;
    overflow-y:scroll;
    margin: 9.5px auto;
    display:flex;
    flex-direction:column-reverse;
}
.bg-chat1{
    border: 1px solid gray;
    border-radius: 20px;
}
.bg-metting{
    border-radius: 40px;
}
.bg-suported{
    width:fit-content;
    max-width: 50%;
    height: max-content;
    background-color: #ffff;
    border-radius: 20px 20px 1px 20px;
    margin-bottom:5%;

}
.bg-answer{
    width:fit-content;
    max-width: 50%;
    height: max-content;
    background-color: #f2bc0979;
    border-radius: 20px 20px 20px 1px;
    margin-left:1rem;
    margin-bottom:5%;

}
.column{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.image2{
    width:200px;
    height:auto;
}

.bg-submit{
    width:100%;
    overflow: hidden;
    height:100%;
    border-radius: 0px 0px 30px 20px;
}



.color{
    color:#0C5865;
}
.bg-chat::-webkit-scrollbar{
    width: 5px;
}
.bg-chat::-webkit-scrollbar-track{
    border-radius: 50px 0px 50px 0px;
    background: #0C5865 !important;
}
.bg-chat::-webkit-scrollbar-thumb{
    background-color: #F2BB09;
    border-radius: 50px 0px 50px 0px;
}
.bg-answer video , .bg-suported video{
    width: 250px;
    height: 200px;
}
#video{
    width: fit-content;
}

.bg-submit form{
    height:100% !important;
    padding: 2%;
    width: 100% !important;
    /*display:flex;*/
    /*justify-content:space-between !important;*/
    /*align-items:center !important;*/
}
.text-areaa div{
    /*padding:0;*/
    height:100% !important;

}
#chats-text{
    height: 100% !important;
    width: 100% !important;
    font-size: 16px;
    /*padding:0 !important;*/
    /*margin:0 !important;*/
}
.submit-chat{
    height: 100% !important;
    width: fit-content !important;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    padding:10px;
    margin: auto;
    background-color: #0C5865;
    color: #FFFFFF;
}
#chats-imagefile , #chats-audiofile, #chats-videofile , #chats-documentfile{
    display:none;
}
.icons-chat label i{
    font-size: 25px;
    font-weight:700;
}
.date{
    font-size:12px;
    margin:5px 10px !important;
}
.date-1{
    font-size:12px;
    text-align:left;
    margin:5px 10px !important;

}
.form-label{
    display:none;
}
.grp-name{
    margin-right:auto;
    margin-left:auto;
    padding:0 10px 10px;
    width:fit-content;
    font-size:24px;
    text-align:center;
    color:#0C5865;
    font-weight:700;
    margin-bottom:2%;
    border-bottom:3px solid #F2BB09;
}
/*.image*/
