@media only screen and (max-width : 1140px) 
{
    .chat-sidebar
    {
        display: none !important;
    }
    
    .chat-popup
    {
        display: none !important;
    }
}

.chat-sidebar
{
    width: 200px;
    position: fixed;
    right: 0px;
    top: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
    border: 1px solid rgba(29, 49, 91, .3);
}

.sidebar-name 
{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 4px;
    font-size: 12px;
}

.sidebar-name span
{
    padding-left: 12px;
    padding-right: 15px;
    margin-bottom: 6px;
}

.sidebar-name a
{
    text-decoration: none;
    color: black;
}

.sidebar-name:hover
{
}

.sidebar-name img
{
    width: 30px;
    height: 30px;
    vertical-align:middle;
}

.popup-box
{
    display: none;
    position: fixed;
    bottom: 0px;
    right: 220px;
    height: 285px;
    background-color: rgb(237, 239, 244);
    width: 300px;
    border: 1px solid rgba(29, 49, 91, .3);
}

.popup-box .popup-head
{
    background-color: #4080ff;
    padding: 5px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    clear: both;
}

.popup-box .popup-head .popup-head-left
{
    float: left;
}

.popup-box .popup-head .popup-head-right
{
    float: right;
    opacity: 0.5;
}

.popup-box .popup-head .popup-head-right a
{
    text-decoration: none;
    color: inherit;
}

.popup-box .popup-messages
{
    height: 75%;
    padding: 5px;
    overflow-y: scroll;
}

.right>.direct-chat-text-custom{
  background: #4080ff;
  color: white;
}

.direct-chat-text-custom:after, .direct-chat-text-custom:before {
    border: none !important;
}

.right .direct-chat-text-custom {
  margin-right: 0px !important;
  margin-left: 0px !important;
  text-align: right;
}

