.connection-status {
}
.connection-status .marker {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
    background-color: gray;
}
.connection-status.connect .marker {
    background-color: #55ce63;
}
.connection-status.connecting .marker {
    background-color: #ffbc34;
}
.connection-status.disconnect .marker {
    background-color: #f62d51;
}
#chat-app {
}
#chat-app > .left-column {
    /*max-height: 100%;*/
    /*overflow: auto;*/
}
#chat-app > .right-column {
    /*max-height: 100%;*/
    /*overflow: auto;*/
}
.chats-list a.active {
    background: #f2f7f8;
}
._loader {
    margin: 50px 0px 20px;
}
._loader .circular {
    position: static;
}
.empty-messages {
    padding: 70px 0px;
    font-size: 20px;
}
#chats-scroll-container > .message-box.mt-4 {
    margin-top: 10px;
}
.chat-list li {
    margin-top: 0px; 
}
.chat-list li.my {
    text-align: right;
    padding-right: 15px;
}
.chat-list li.system {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.chat-list, .message-form {
    max-width: 640px;
}
.message-form {
    width: 640px;
    padding-top: 5px;
}
.message-form textarea {
    padding: 4px 10px;
    line-height: 20px;
    height: 65px;
    font-size: 15px;
}
.message-form .button-col {
    padding-bottom: 10px;
}
.scroll-container {
    overflow: auto;
}
.left-column {
    padding-right: 0px !important;
}
.left-column > .p-3 {
    padding-bottom: 0px !important;
    padding-right: 0px !important;
}
.reconnect-info {
    font-size: 12px;
}
.messages-scroll-container {
    overflow: auto;
}
.load-prev-messages-wrapper {
    margin: 30px 0px;
}
.load-prev-messages-wrapper a {
    box-shadow: 0 0 0 2px rgba(2,117,216,.25);
}
.chat-list >li:first-child {
    margin-top: 30px;
}
.user-write-wrapper {
    padding-top: 5px;
    height: 30px;
    min-height: 30px;
    font-size: 13px;
}
@keyframes pencilMove {
    from {
        padding-left: 0px;
    }
    to {
        padding-left: 5px;
    }
}
.chat-component .user-write-wrapper .user-write i {
    width: 17px;
    display: inline-block;
    animation: pencilMove 1s infinite linear;
}
.chats-list-component .user-write {
    display: inline-block;
    position: absolute;
    background: white;
    border-radius: 50px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    top: 33px;
    left: 33px;
}
.chats-list-component .user-write i {
    animation: pencilMove 1s infinite linear;
    width: 17px;
    line-height: 17px;
    color: gray;
    font-size: 12px;
}
.message-form .additional-buttons {
    height: 90%;
    font-size: 20px;
    width: 60px;
}
.message-form .additional-buttons td {
    width: 30px;
    text-align: center;
}
.message-form .additional-buttons a {
    color: rgba(0,0,0,0.4);
}
.client-chat .navbar-brand {
    margin-top: 10px;
}
.close-chat {
    margin-top: 25px;
    font-size: 16px;
}
.client-hello h3 {
    color: #0275d8;
    margin-top: 30px;
}
.client-hello ul {
    list-style: none;
    padding-left: 15px;
}
.client-hello ul li {
    margin-bottom: 10px;
}
.client-hello ul li i {
    color: #0275d8;
    width: 25px;
}
.client-hello p {
    margin: 20px 0px 10px;
}
.message-form .btn-send {
    margin-top: 26px;
}
.form-container .btn-call {
    font-size: 25px;
    color: #4aab55;
    margin-top: 15px;
    font-size: 38px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 100;
}
.message-form .additional-buttons {
    margin: 0px 15px;
}
.full .btn-call {
    display: none;
}
@media screen and (max-width: 991px) {
    .form-container {
        bottom: 0px;
        position: fixed;
        width: 100%;
    }
    .message-form {
        width: 100%;
        border-top: 1px solid #009efb;
        background: #deeefa;
        padding-bottom: 15px;
    }
    .message-form .btn-send {
        margin-top: 7px;
    }
    .message-form .textarea-col {
        padding-left: 25px;
    }
    .message-form .btn-send span.d-inline {
        font-weight: bold;
    }
}
.attachment-picker-button {
    width: 17px;
    height: 24px;
    display: inline-block;
    position: relative;;
}
.attachment-picker-button input {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
.attachment-picker-button:hover a {
    color: #009efb !important;
}
.upload-attachments {
    font-size: 14px;
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding-top: 5px;
}
.chat-list .attachments {
    margin-bottom: 20px;
}
.chat-list .attachment {
    margin-bottom: 10px;
}
.chat-list .attachment .image img {
    max-width: 310px;
}
.chat-list .attachment .image {
    display: inline-block;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
}
.chat-list .attachment .video {
    width: 320px;
    height: 240px;
}
.chat-list .attach-mode .video {
    width: 320px;
    height: 240px;
}
.chat-list .attach-mode .photo {
    width: 320px;
}
.chat-list .attach-mode .result-wrapper {
    position: relative;
}
.chat-list .attach-mode .result-wrapper.cam .close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.3);
    width: 24px;
    height: 24px;
}
.chat-list .attach-mode .wrapper {
    width: 320px;
}
.chat-list .attach-mode .cam-view .close {
    margin-top: 4px;
}
.attach-mode video {
    width: 320px;
}
