﻿.sendMessage {
    border: 2px solid #dedede;
    background-color: #e2fdfb;
    border-radius: 5px;
    padding: 2px;
    margin: 10px 0;
    text-align: right;
}

.recipientMessage {
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 2px;
    margin: 10px 0;
    text-align: left;
}

.offine-ms {
    border: none;
    position: relative;
    top: 3px;
    background: none !important;
}

    .offine-ms i {
        font-size: 16px;
        color: #020078
    }

    .offine-ms span {
        background: #020078;
        border-radius: 100px;
        font-size: 12px;
        color: #fff;
        padding-left: 3px;
        padding-right: 3px;
        position: absolute;
        left: 15px;
        top: -4px;
        line-height: 13px;
    }

#Messages .floating-input, .floating-select {
    border-bottom: none
}

#messageLine {
    background: #f1f2f6;
    border-radius: 6px;
    padding: 10px
}

    #messageLine .floating-input, .floating-select {
        border: none;
    }

    #messageLine #messageBody {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 25px;
        padding-bottom: 25px;
    }


#Messages .sendMessage {
    background: #fff;
    border: none;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px 20px 0 20px;
    border: 1px solid #c8cad2;
}

#Messages .recipientMessage {
    background: #0086ff;
    border: none;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px 20px 20px 0;
    color: #fff;
}

    #Messages .recipientMessage p {
        margin-bottom: 0px;
        font-size: 15px !important;
    }

#Messages .sendMessage p {
    margin-bottom: 0px;
    font-size: 15px !important;
}

#messageLine {
    margin-top: 10px;
    padding: 0px
}

    #messageLine button {
        padding-left: 20px;
        padding-right: 20px;
        background: #28a745 !important;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-weight: 500;
        font-size: 12px;
        border: none;
        border-radius: 100px;
        height: 34px;
        margin-top: 5px;
        margin-right: 5px;
    }

    #messageLine input {
        margin-left: 15px
    }


.chat-heading {
    border: none;
    height: auto;
    border-bottom: 1px solid #f1f2f6;
    margin-bottom: 15px;
    padding: 5px
}

    .chat-heading h6 {
        color: #222 !important;
        margin-right: 10px;
    }

    .chat-heading button {
        margin-right: 5px
    }
