.wrapper-chat-sms{
    display: flex;
    flex-direction: column;
    height: 300px;
    overflow: auto;
}

.sms{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 20px;
    padding: 3px;
}

.chat-sms-left-column{
    width: 40px;

}

.chat-photo-div img{
    width: 40px;
}

.chat-sms-info{
    display: flex;
    flex-direction: row;
}

.chat-form-element{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    padding: 5px;
    background: #efefef;
}

.chat-add-file{
    font-size: 20px;
    margin-right: 10px;
    transition: 0.5s;
}

.chat-add-smile{
    font-size: 20px;
    margin-right: 5px;
    transition: 0.5s;
}

.chat-add-smile:hover{
    color: #1fb5ac;
}

.chat-add-file:hover{
    color: #1fb5ac;
}



.chat-textarea{
    height: 70px;
    flex: auto;
}

.chat-textarea textarea{
    resize: none;
    width: 100%;
    height: 70px;
    outline: none;
    -moz-appearance: none;
}

.chat-form-submit{
    width: 40px;
    font-size: 20px;
    /*margin-left: 20px;*/
}

.add-file-form{
    position: absolute;
    display: none;
    background: #fff;
    left: 10px;
    bottom: 30px;
    border-radius: 7px;

    -webkit-box-shadow: 3px 3px 15px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 15px -4px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 15px -4px rgba(0,0,0,0.75);

    flex-direction: column;
}

.add-smile-form{
    position: absolute;
    display: none;
    background: #fff;
    left: 10px;
    bottom: 40px;
    border-radius: 7px;
    padding: 7px;
    width: 188px;
    flex-wrap: wrap;
    height: 200px;
    overflow: auto;
    
    -webkit-box-shadow: 3px 3px 15px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 15px -4px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 15px -4px rgba(0,0,0,0.75);
}

.add-smile-form h2{
    font-size: 14px;
    width: 100%;
}

.smile{
    background: #fff;
    transition: 0.3s;
}

.smile:hover{
    background: rgb(216, 216, 216);
}

.span-add-file-1{
    margin: 0px;
    padding: 10px;
    border-bottom: 0.1px solid #d2d0d0;
    transition: 0.5s;
}

.span-add-file-2{
    margin: 0px;
    padding: 10px;
    transition: 0.5s;
}

.add-file-form label:hover{
    background: #eef2f5;
}

#change_file_1{
    display: none;
}

#change_file_2{
    display: none;
}

.add-file-back{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.chat-form-submit button{
    width: 30px;
    height: 30px;
    background-color: #fff0;
    border: 0px solid black;
    outline: none !important;
    transition: 0.3s;
}

.chat-form-submit button:hover{
    margin-top: -20px;
    color: #1fb5ac;
    -moz-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);


}
.chat-sms-right-column{
    width: 100%;
    margin-left: 10px;
}
.chat-sms-content{
    width:100%;
}

.chat-sms-list-images{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.sms-image-div{
    width: 30%;
    margin-right: 3%;
    max-width: 170px;
    max-height: 550px;
}

.sms-image-div img{
    width: 100%;
}

.chat-sms-list-docs{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.sms-doc-div{
    width: 30%;
    margin-right: 3%;
    margin-top: 10px;
    max-width: 135px;
}

.cf-image-type{
    width: 100px;
    height: 100px;
    transition: 0.4s;
}

.cf-image-type:hover{
    background: #f5f5f5;
}

.cf{
    background: #fff;
    border-radius: 16px;
}

.cf a:hover{
    border-bottom: 0px solid black;
}

.cf-doc-name{
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px;
    border-top: 1px solid #e6e6e6;
    color: #6b6b6b;
    transition: 0.3s;
}

.cf-doc-name:hover{
    color: #000;
}

.wrapper-chat-form{
    margin-top: 15px;
}


.chat-sms-image {
    cursor: zoom-in;
}

.chat-view{
    position: fixed;
    top: 50px;
    left: 200px;
    background: #e6e6e6;
    border: 1px solid gray;
}

.chat-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px;
    background: #1fb5ac;
    color: #fff;
}

.chat-header p{
    margin: 0px;
}

.chat-header span{
    font-size: 16px;
}

.chat-wrapper{
    padding: 10px;
}

.el-chat{
    width: 100%;
    height: 25px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    transition: 0.3;
}

.el-chat b{
    color: red;
    float: right;
    margin-right: 5px;
}

.el-chat:hover{
    background: rgba(118, 118, 118, 1.0);
}

#loada{
    margin:0 auto;
    font-size: 16px;
    background: white;
    width: 90%;
    text-align: center;
    border-radius: 15px;
    margin-top: 5px;
    transition: 0.4s;
}

#loada:hover{
    background: #1fb5ac;
    color: #fff;
}

.chat-sms-date{
    margin-left: 30px;
    font-size: 10px;
}

