::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f8f9fb;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #909295;
}





a.router-link-exact-active span{
    color: #6a6c6f;
}
input[type="date"]{
    line-height: 17px;
}
.nav-label i.fa{
    width: 15px;
}

#chat-dialogs .panel-heading {
    position: relative;
}

#chat-dialogs .popup-users {
    position: absolute;
    right: 24px;
    top: 100%;
    width: 300px;
    height: 400px;
    padding: 5px 10px 20px;
    border-radius: 4px;
    z-index: 5;
}

#chat-dialogs .popup-users .panel-body {
    max-height: 100%;
    overflow-y: auto;
}
#chat-dialogs .chat-panel {
    height: 60vh;
}

#chat-dialogs .chat-panel-header {

}

#chat-dialogs .chat-choose-panel {
    height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
}

#chat-dialogs .chat-users {
    height: auto;
}

@media screen and (max-width: 960px) {
    #chat-dialogs .chat-choose-panel {
        height: auto !important;
    }
    #chat-dialogs .user-list {
        max-height: 550px !important;
        overflow-y: auto;
    }
}

#chat-dialogs .user-list-wrapper {

}

#chat-dialogs .chat-message-wrapper {
    height: 60vh;
    overflow-y: auto;
}

#chat-dialogs .chat-message .chat-avatar {
    float: left;
}

/*#chat-dialogs .chat-message.right img {*/
/*    float: right;*/
/*}*/


#chat-dialogs .chat-message .message {
    background-color: #f7f8fa;
    display: block;
    padding: 10px 20px;
    margin-left: 55px;
    border-radius: 5px;
}

#chat-dialogs .chat-users .chat-unread {
    background-color: #ecf6ff;
}

#chat-dialogs .chat-message .message.unread {
    background-color: #d7edff;
}

#chat-dialogs .chat-message .message {
    text-align: left;
}

#chat-dialogs .chat-message .message-date {
    float: right;
}

#chat-dialogs .chat-message.my .message {
    background-color: #ebf5ff;
}


/*#chat-dialogs .chat-message.right .message {*/
/*    margin-right: 55px;*/
/*}*/

#chat-dialogs .chat-message .message-content {
    display: block;
}

#chat-dialogs .attachments-container {
    display: flex;
    flex-wrap: wrap;
}

#chat-dialogs .attachment {
    margin-right: 10px;
}

#chat-dialogs .input-wrapper {

}

#chat-dialogs .voice {

}
.padding-left-4x{
    padding-left: 4px;
}
.d-flex{
    display: flex;
}
.flex-row{
    flex-direction: row;
}
.flex-column{
    flex-direction: column;
}
.mailing-multiselect_default{
    width: 98%;
}
.align-items-center{
    align-items: center;
}
.my-barge{
    font-size: 7px;
}
.back-color-gray{
    color: #FFFAFA;
}