﻿body {
    background-color:white;
    margin:0px;
    padding:0px;
}

.chater {
    background-color: white;
}

    .sendMessage {
        border-top: 1px solid #eaeaea;
        gap: 12px;
    }

        .sendMessage input {
            font-weight: 200 !important;
            font-size: 12px !important;
            line-height: 21px !important;
            letter-spacing: .1px !important;
            border: 0px !important;
        }

        .sendMessage a {
            border: none;
            background: none;
            width: 32px;
            height: 32px;
            border-radius: 32px;
            border: 1px solid #2d2f31;
            color: #2d2f31;
            flex-shrink: 0;
            padding: 0 !important;
        }

    .chater .msg .time {
        font-weight: 400;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: .2px;
        color: #727475;
    }

    .chater .bot .icon {
        background: url(/img/logo-chat.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 14px;
        width: 32px;
        height: 32px;
        display: inline-block;
        border-radius: 32px;
        background-color: #7426aa;
        flex-shrink: 0;
    }

    .chater .bot {
        gap: 7px;
    }

    .chater .user {
        text-align: right;
        color: #7426aa;
    }

    .chater .msg {
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0);
        gap: 11px;
        padding: 8.5px 12px;
    }

    .chater .user .msg {
        border-radius: 25px;
        border-color: #7426aa;
        display: inline-block;
        padding: 8.5px 16px;
    }

* {
    font-family: "Montserrat", serif;
    font-size: small;
}

