﻿.realtime-hub-container .dx-popup-content {
    padding: 0px;
}

.realtime-hub-container .online-users-dropdown {
    background: #F0F4F4;
    padding: 0px 8px;
    border-radius: 10px;
}
.realtime-hub-container .sender-avatar .online-status.online {
    background: #009443;
}

.realtime-hub-container .sender-avatar .online-status.offline {
    background: #B6BFBF;
}
.realtime-hub-container .sender-avatar .online-status {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 21px;
  
    border: 2px solid #FFFFFF;
    display: block;
    margin-top: -10px;
    border-radius: 6px;
}


.realtime-hub-container .sender-avatar {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100px;
    background-color: #FFD7B4;
}

.realtime-hub-container .media-chat-item-reverse .sender-avatar {
    display: none;
}

.realtime-hub-container .media-chat-item-reverse .sender-name, .realtime-hub-container .my-name {
    display: none;
}

.realtime-hub-container .media-chat-item-reverse .my-name, .realtime-hub-container .sender-name {
    display: block;
}

.realtime-hub-container .message-container {
    max-width: 80%;
}

.realtime-hub-container .message {
    border-top-left-radius: 0px !important;
    width: 200px;
}

.realtime-message-close {
    color: #879090;
    cursor:pointer;
}

.realtime-hub-container .bg-blue, .realtime-hub-container .message {
    /*background-color: var(--theme-blue);*/
    background-color: #000091 !important;
    color: white;
}
.realtime-hub-container .btn-send-message button {
    line-height: 1.33334;
}


.realtime-hub-container .media-chat-item-reverse .message {
    background-color: #FFF !important;
    color: black;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0.25rem !important;
    width: 200px;
    border: 1px solid #DEE4E4;
}

.realtime-hub-container {
    /* height: 80%;
    width: 432px;
    border: 1px solid black;
    z-index: 999;
    position: absolute;
    bottom: 10px;
    right: 25px;*/
}
.new-message-notification-badge {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 14px;
    background: red;
    position: absolute;
    right: 20px;
    margin-top: -1px;
    border: 2px solid #fff;
}
