
.minimizeButton:hover {
    opacity: 0.6;
}
.minimizeButton{
    top: calc(50% - 10px) !important;
}
    

#Div1{
    height: 30px;
}

#Div1.headerLogo{
    min-height:50px;
    top: -20px !important;
}

#imgWebChatLogo{
    max-height: 46px;
    min-height: 46px;
    border-radius: 25px;
    margin: 2px;
}

#imgWebChatMinimize {
    pointer-events: unset !important;
}


.WEBCHATTITLE {
    color: White;
    width: 100%;
    position: absolute;
    top: calc(50% - 12px);
    left: 0px;
    text-align: center;
    font-family: 'Open Sans', Arial, sans-serif; 
    font-weight:normal;
    font-size: 20px;
    margin-top: 2px;
}


#cntNeoWebChat, #cntNeoCallBack {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

    #cntNeoWebChat > div, #cntNeoCallBack > div {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom-color: white;
        margin-top: 20px;
        height: 0px;
    }

.NEOTELBUTTON {
    cursor: hand;
    cursor: pointer;
}

.message-data-out {
    text-align: left;
}


.message-data-time {
    color: #7f7f7f;
    padding-left: 6px;
    text-align: right;
    font-size: 11px;
    font-weight: normal;
}


.message {
    font: 14px/20px "Lato", Arial, sans-serif;
    color: #7f7f7f;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
}


.post-message {
    background: #cccccc !important;
    font: 11px/14px "Lato", Open sans Light, Arial, sans-serif;
    color: #7f7f7f;
    padding: 5px 10px;
    line-height: 26px;
    font-size: 12px;
    border-radius: 7px;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 98%;
    position: relative;
    margin-left: 0px;
    border: 1px solid #d9d9d9;
}


.outbound-message {
    background: #ececec !important;
    font: 11px/14px "Lato", Open sans Light, Arial, sans-serif;
    color: #7f7f7f;
    padding: 5px 10px;
    line-height: 26px;
    font-size: 12px;
    border-radius: 7px;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 90%;
    position: relative;
    margin-left: 0px;
    border: 1px solid #d9d9d9;
}

    .outbound-message::after {
        top: 6px;
        right: -20px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: e;
        border-bottom-color: #94C2ED;
        border-width: 10px;
        transform: rotate(90deg);
        margin-left: -20px;
        display: none;
    }

.inbound-message {
    background: #fbfbfb !important;
    font: 14px/20px "Lato", Open Sans Light, Arial, sans-serif;
    color: 7f7f7f;
    padding: 5px 10px;
    line-height: 26px;
    font-size: 12px;
    border-radius: 7px;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 60px;
    width: 90%;
    position: relative;
    border: 1px solid #d9d9d9;
}

.comment-message {
    background: #F7EFB0 !important;
    font: 14px/20px "Lato", Open Sans Light, Arial, sans-serif;
    color: 7f7f7f;
    padding: 5px 10px;
    line-height: 26px;
    font-size: 12px;
    border-radius: 7px;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 60px;
    width: 90%;
    position: relative;
    border: 1px solid #d9d9d9;
}



.inbound-message::after {
    top: 6px;
    left: -10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #86BB71;
    transform: rotate(-90deg);
    border-width: 10px;
    margin-left: -10px;
    display: none;
}

.message-contact {
    font-style: italic;
    font-weight: bold;
}


i.fas.fa-chevron-down.minimizeButton {
    font-weight: 100;
    right: 0px !important;
}