.chat-section {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 200px;
}

.chatMain {
    float: left;
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
    padding-bottom: 20px;
}

.user_message_send {
    max-width: 43%;
    float: left;
    border-radius: 15px;
    margin: 0 0 0 10px;
    padding: 4px;
    clear: both;
    display: inline-block;
}

.user_message_send .inner_msg_div {
    background: #fff;
    padding-bottom: 12px;
}

.inner_msg_div {
    float: right;
    background: #c9ecea;
    border-radius: 5px;
    padding: 10px;
    clear: both;
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 7px;
    text-align: center;
}

.user_message_send .arrow {
    width: 0;
    position: relative;
    left: -17px;
    top: -10px;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 0;
    border-color: transparent #fff transparent transparent;
    line-height: 0;
}

.message_send {
    max-width: 43%;
    float: right;
    border-radius: 15px;
    margin: 0 8px 0 0;
    padding: 4px;
    clear: both;
    display: inline-block;
    position: relative;
}

.message_send h2,
.user_message_send h2 {
    font-size: 14px;
    color: #070707;
    margin-top: -15px;
    font-weight: 400;
    width: 100%;
    word-wrap: break-word;
    text-align: left;
}

.bottom-send-section {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.massage-type-box {
    float: left;
    position: relative;
    border-radius: 5px;
    width: calc(100% - 3px) !important;
    overflow: inherit !important;
    padding-right: 32px;
    border: 1px solid #12887d;
}

.massage-type-box textarea:focus {
    outline: 0;
}

.saved_replay_section {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 64px;
    background: rgba(255, 255, 255, 0.6);
    width: calc(100% - -32px);
    border-bottom: 0;
}

.sug_chooseone {
    margin-left: 17px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
    font-weight: 700;
}

.slr-chatSgtnBlk {
    margin-right: 5px;
    display: inline-block;
    padding: 4px 7px 4px 7px;
    border-radius: 8px;
    color: #02887d;
    font-size: 14px;
    cursor: pointer;
    min-width: 90px;
    text-align: center;
    border: 1px solid #c0d6d6;
    overflow: hidden;
    background: #fff;
}

.sendbox-icn-li {
    position: absolute;
    bottom: 6px;
    display: inline-block;
    width: 35px;
    cursor: pointer;
    height: 35px;
    border-radius: 35px;
    text-align: center;
    float: left;
    margin-top: 16px;
}

.ico {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.bg-msg {
    background-image: url('/static/images/sprite-msg-v6.png');
}

.Msg-atc {
    background-position: -413px 113px;
    margin-top: 1px;
    height: 35px;
    margin-left: 20px;
    transform: rotate(40deg);
}

.edt_dv_holder {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    min-height: 20px;
    min-width: 0;
    outline: 0;
    width: calc(100% - -32px) !important;
    margin: 0 70px 0 0;
    padding: 5px 120px 5px 60px;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px;
    border-top: 1px solid #eaeaea;
}

.edt_div_dsp {
    position: relative;
    -webkit-flex: 1;
    flex: 1;
    resize: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    border: 2px;
    padding-top: 3px;
    padding-left: 3px;
    display: -webkit-flex;
    display: flex;
}

.edt_div_dsp.txtBrd {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    margin-top: 2px;
    margin-bottom: 2px;
}

.send_button {
    position: absolute;
    right: 13px;
    bottom: 6px;
    width: 94px;
    background: #999;
    color: #fff;
    box-shadow: 0 0 5px #95959596;
    font-size: 15px;
    padding: 10px 17px;
    cursor: pointer;
    line-height: 15px;
    font-weight: 400;
    border-radius: 5px;
}
.Msg-snd {
    background-position: -498px 54px;
    position: absolute;
    top: 19px;
    width: 36px;
    height: 36px;
    zoom: 0.45;
    margin-left: 15px;
}
