/* --- response mo chat view --- */
.view {
    width: 100%;
    height: 400px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}
.response {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: flex-end;
}
.response button {
    margin-bottom: 0;
}

.response textarea {
    width: 80%;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #dbd3d8;
}
.message {
    font-weight: lighter;
    width: 60%;
    margin-bottom: 5px;
}
.mo {
    margin-right: 35%;
}
.mt {
    margin-left: 35%;
}
.mo-text {
    background-color: #cfecfe;
}
.mt-text {
    background-color: #f6f6f6;
}
.date {
    font-size: 13px;
    color: #99abb4;
}
.text {
    padding: 10px;
    border-radius: 4px;
}
.phone {
    padding-bottom: 10px;
    border-bottom: 1px solid #dbd3d8;
    margin-bottom: 5px;
}
.res-count {
    font-weight: lighter;
}
.size {
    font-size: 90%;
}
.alert-maj {
    margin-top: 5%;
    margin-bottom: 15%;
}
.alert-maj p {
    margin-bottom: 10px;
}
