﻿#oclw-chat {
    position: fixed;
    bottom: 25px;
    cursor: pointer;
    right: 25px;
    z-index: 99;
}

.oclcw-chatbutton {
    display: flex;
    width: 300px;
    height: 60px;
    border-radius: 100px;
    position: relative;
    background-color: #fff;
    border: 1px solid #fff;
    -moz-box-shadow: 0 0 4px rgba(102,102,102,.5);
    -webkit-box-shadow: 0 0 4px rgb(102 102 102 / 50%);
    box-shadow: 0 0 4px rgb(102 102 102 / 50%);
    margin: 3px;
}

.oclcw-chaticon-container {
    width: 62px;
    height: 62px;
    background-color: #007bff;
    border-radius: 50%;
    border: 1px solid transparent;
    margin: -2px 0 -2px -3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oclcw-chaticon {
    max-width: 65%;
    max-height: 65%;
}

.oclcw-unread-messages-notification-bubble {
    background-color: #fa3e3e;
    border-radius: 50%;
    color: #fff;
    padding: 1px;
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 22px;
    position: absolute;
    top: -5px;
    left: -6px;
    text-align: center;
    width: 24px;
    height: 24px;
}

.oclcw-chatbutton-title {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 17px;
    font-family: "Segoe UI",Arial,sans-serif;
}

.oclcw-t1 {
    font-size: 16px;
    color: #262626;
    font-weight: bold;
    line-height: 19px;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis !important;
}

.oclcw-t2 {
    font-size: 12px;
    color: #666;
    height: 20px;
}
