.chat-container {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 610px;
    width: 300px;
    z-index: 999999;
}

#talkjs-container {
    background-color: #F0F0F0;
    border-radius: 5px;
}

.chat-icon {
    height: unset;
    right: 0px;
    bottom: 0px;
    width: 270px;
    position: fixed;
    z-index: 10000000 !important;;
}

.chatBoxStyle {
    border: 1px solid #283e4a;
    border-radius: 2px 2px 0px 0px;
    padding: 8px;
    background: #283e4a;
    overflow: hidden;
    cursor: pointer;
}

.chatBoxStyle:hover {
    background: #131f25;
}

.chatBoxStyle .chatArrow {
    float: right;
    margin-top: 5px;
    padding: 0px 5px 5px 5px;
    border-radius: 50%;
}

.chatBoxStyle .chatArrow:hover {
    background-color: rgba(0, 0, 255, 0.15);
}

.chatBoxStyle .chatArrow img {
    width: 20px;
}

.chatBoxStyle .chatArrow img.down {
    transform: rotate(180deg);
}

.chatBoxStyle .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #fff;
    overflow: hidden;
    background-size: cover;
    text-align: center;
    font-weight: bold;
    line-height: 28px;
    color: #FF5959;
}

.chatBoxStyle .avatarWrapper {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    float: left;
    margin-right: 15px;
    position: relative;
}

.chatBoxStyle .avatarWrapper .chatStatus {
    width: 8px;
    height: 8px;
    background-color: #469a1f;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
}

.chatBoxStyle .placeholder {
    color: #fff;
    line-height: 1.4em;
    font-weight: bold;
    padding: 5px 0px;
}

.chatBoxStyle .placeholder .chatNotificationCount {
    /*border: 1px solid #f00;*/
    float: right;
    margin-right: 10px;
    position: relative;
    display: none;
}

.chatBoxStyle .placeholder .chatNotificationCount .notifCount {
    position: absolute;
    border: 1px solid #283e4a;
    background: #f00;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    padding: 0px 6px 0px 4px;
    border-radius: 50%;
    bottom: -5px;
    right: -9px;
    height: 17px;
    line-height: 16px;
}

.chatBoxStyle .placeholder .chatNotificationCount img {
    width: 24px;
}

.chat-container {
    right: 0px;
    height: 580px;
}
