#orbiz-chat-button-sticky {
    position: fixed;
    bottom: 35px;
    right: 15px;
    z-index: 1000;
}

#orbiz-chat-button-sticky button {
    border-radius: 0px;
    border-radius: 10px;
    font-weight: bold;
    padding: 10px 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#orbiz-chat-button-sticky .chat-badge {
    position: absolute;
    top: -7px;
    left: -10px;
    background: #ea4444;
}

#orbiz-chat-container {
    /* width: 1010px; */
    width: 750px;
    height: 600px;
    background: #eff3f7;
    font-size: 0;
    border-radius: 10px;
    overflow: hidden;
    position: fixed;
    bottom: 25px;
    right: 15px;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.orbiz-chat-btn-close {
    font-size: 30px;
    float: right;
    cursor: pointer;
}

.orbiz-chat-list {
    width: 260px;
    height: 100%;
    background-color: #440643;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
}

.orbiz-chat-content {
    width: 490px;
    /* height:800px; */
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
}

.orbiz-chat-list .orbiz-chat-list-header {
    padding: 10px;
    display: flex;
}

.orbiz-chat-list input {
    width: 100%;
    height: 40px;
    line-height: 50px;
    padding: 0 20px 0 10px;
    background-color: #5e616a;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
}

.orbiz-chat-list input::placeholder {
    color: #fff;
}

.orbiz-chat-list ul {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    overflow-y: auto;
    height: 536px;
}

.orbiz-chat-list li {
    padding: 5px 10px 5px 0px;
}

.orbiz-chat-list li:hover {
    background-color: #270c27;
    cursor: pointer;
}

.orbiz-chat-list li img {
    border-radius: 50%;
    margin-left: 15px;
    margin-right: 8px;
    width: 50px;
}

.orbiz-chat-list li div {
    display: inline-block;
    vertical-align: top;
}

.orbiz-chat-list li .user-name {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}

.orbiz-chat-list li span {
    font-size: 12px;
    color: #7e818a;
    font-weight: normal;
}

.status {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}

.orbiz-chat-content header {
    padding: 10px 10px 10px 10px;
}

.orbiz-chat-content header>* {
    display: inline-block;
    vertical-align: top;
}

.orbiz-chat-content header img:first-child {
    border-radius: 50%;
    width: 50px;
}

.orbiz-chat-content header img:last-child {
    width: 24px;
    margin-top: 8px;
}

.orbiz-chat-content header div {
    margin-left: 5px;
    margin-right: 10px;
}

.orbiz-chat-content header h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

.orbiz-chat-content header h3 {
    font-size: 14px;
    font-weight: normal;
    color: #7e818a;
}

#orbiz-chat-content-list {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    overflow-y: auto;
    height: 370px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: #fff;

}

#orbiz-chat-content-list li {
    padding: 10px 10px;
}

#orbiz-chat-content-list h2, #orbiz-chat-content-list h3 {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
}

#orbiz-chat-content-list h3 {
    color: #bbb;
}

#orbiz-chat-content-list .chat-time {
    margin-top: 10px;
    font-size: 12px;
    color: #ddd;
    float:left;
}

#orbiz-chat-content-list .message {
    padding: 10px;
    color: #fff;
    line-height: 20px;
    max-width: 90%;
    display: inline-block;
    text-align: left;
    border-radius: 5px;
    font-size: 14px;
    min-width: 140px;
}

#orbiz-chat-content-list .me {
    text-align: right;
}

#orbiz-chat-content-list .you .message {
    background-color: #771d76;
}

#orbiz-chat-content-list .me .message {
    background-color: #af54ae;
}

#orbiz-chat-content-list .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
}

#orbiz-chat-content-list .you .triangle {
    border-color: transparent transparent #771d76 transparent;
    margin-left: 15px;
}

#orbiz-chat-content-list .me .triangle {
    border-color: transparent transparent #af54ae transparent;
    margin-left: 375px;
}

.orbiz-chat-content-footer {
    /* height: 155px; */
    padding: 10px 10px 10px 5px;
}

.orbiz-chat-content-footer textarea {
    resize: none;
    border: none;
    display: block;
    width: 100%;
    height: 80px;
    border-radius: 3px;
    padding: 10px;
    font-size: 13px;
    margin-bottom: 13px;
}

.orbiz-chat-content-footer textarea::placeholder {
    color: #ddd;
}

.orbiz-chat-content-footer img {
    height: 30px;
    cursor: pointer;
}

.orbiz-chat-btn-send {
    right: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #6fbced;
    vertical-align: top;
    display: inline-block;
    position: absolute;
}

.orbiz-chat-container-loading-chat .spinner-border {
    color: white;
}

.orbiz-chat-chat-list .chat-info {
    flex: 1;
}

.orbiz-chat-chat-list .message-time {
    text-align: right;
    margin-left: 10px;
    color: #999;
    font-size: 12px;
}

.orbiz-chat-content .empty-chat {
    margin-top: 150px;
    text-align: center;
}

.orbiz-chat-unread {
    background: #444;
    font-weight: bold !important;
}

.orbiz-chat-selected {
    background-color: #270c27;
}

.orbiz-chat-list-contact {
    width: 260px;
    height: 100%;
    background-color: #602f60;
    font-size: 15px;
    vertical-align: top;
}

.orbiz-chat-btn-new-message {
    padding: 10px 15px 8px 14px;
    background: #5e616a;
    margin-right: 10px;
}

.orbiz-contact-list-header {
    color: #eee;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.orbiz-contact-btn-close {
    font-size: 25px;
    cursor: pointer;
    margin-left: 10px;
}

.orbiz-chat-list-contact .orbiz-chat-list-contact-header {
    padding: 10px;
    display: flex;
}

.orbiz-chat-list-contact input {
    width: 100%;
    height: 40px;
    line-height: 50px;
    padding: 0 20px 0 10px;
    background-color: #5e616a;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
}

.orbiz-chat-list-contact input::placeholder {
    color: #fff;
}

.orbiz-chat-list-contact ul {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    overflow-y: auto;
    height: 536px;
}

.orbiz-chat-list-contact li {
    padding: 5px 10px 5px 0px;
}

.orbiz-chat-list-contact li:hover {
    background-color: #270c27;
    cursor: pointer;
}

.orbiz-chat-list-contact li img {
    border-radius: 50%;
    margin-left: 20px;
    margin-right: 8px;
    width: 30px;
    height: 30px;
}

.orbiz-chat-list-contact li div {
    display: inline-block;
    vertical-align: top;
}

.orbiz-chat-list-contact li h2 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 5px;
}

.orbiz-chat-list-contact li span {
    font-size: 12px;
    color: #7e818a;
    font-weight: normal;
}

.orbiz-chat-file-preview {
    position: absolute;
    bottom: 160px;
    right: 10px;
    background: #ddd;
    padding: 6px;
    width: 475px;
    border-radius: 5px;
    overflow-y: auto;
    max-height: 350px;
}

.orbiz-btn-close-preview {
    position: absolute;
    right: 10px;
    font-size: 18px;
    color: red;
    cursor: pointer;
}

.orbiz-chat-file-list {
    font-size: 14px;
    background: #aaa;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.orbiz-chat-progress {
    width: 460px;
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
}

.orbiz-chat-document-download {
    color: #fff;
    background: #333;
    padding: 5px;
    border-radius: 5px;
}

.orbiz-chat-document-download a {
    color: #fff;
}

.orbiz-chat-title-user-name {
    font-size: 17px;
    font-weight: bold;
}

#orbiz-chat-content-list .chat-options {
   float: right;
   margin-top: 10px;
}

#orbiz-chat-content-list .chat-options a.dropdown-item {
    padding: 0px 5px !important;
}

#orbiz-chat-content-list .chat-options .dropdown-menu{
    min-width: 10rem;
}

.orbiz-chat-flag-edited {
    font-size: 12px;
    color: #ddd;
    font-style: italic;
}

@media only screen and (max-width: 768px) {
    #show-notification {
        display: none;
    }
}
