.on_top {
    position: relative;
    z-index: 9999;
}

.chat-main {
    position: fixed;
    width: 350px;
    bottom: 0;
    right: 100px;
}

@media only screen and (max-width: 450px) {
    .chat-main {
        position: fixed;
        width: 100%;
        bottom: 0;
        right: 0;
    }
}

.image-container {
    margin-top: 8px;
    margin-left: 10px;
    float: left;
}

.name {
    display: inline-block;
    margin-top: 12px;
    font-size: 16px;
    cursor: default;
}

.msg-box input:focus {
    outline: none;
}

.text-box {
    width: 100%;
}

.text-input {
    border: 0;
    margin-top: 6px;
    margin-left: 4%;
    width: 95%;
}

.chats {
	max-height: 285px;
    overflow-x: hidden;
    position: relative;
    top: 1px;
}

.chatbox_body_message {
    position: relative;
    width: 94%;
    margin-left: 3%;
}

.bot-message {
    padding: 15px;
    margin-bottom: 10px;
}

.chatbox_body_message-right .bot-message {
    margin-left: 15px;
    padding-right: 30px;
    text-align: right;
}


.chatbox_body_message-left .bot-message {
    margin-right: 15px;
    padding-left: 30px;
    text-align: left;
}
