
.base_receive p {
    font-size: 14px;
    color: #fff;
 padding: 10px 5px 10px 5px;
    background: #006054;
}

.base_sent p {
    font-size: 14px;
        background: #0D475C;
 padding: 10px 5px 10px 5px;
    color: #fff;
}

time {
    color: #fff;
    font-size: 9px;
}

#login-box {
    margin-top: 20px
}

#chat_box {
    position: fixed;
    top: 10%;
    right: 5%;
    width: 45%;
}

.close-chat {
    margin-top: -17px;
    cursor: pointer;
}

.chat_box {
    height: 90vh;
    z-index: 99999;
/*    height: 550px;*/
    background-color: #ede8e8!important;
    margin-right: 25px;
    width: 310px;
    bottom: 0;
}

.chat-area {
    height: 270px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#users li {
    margin-bottom: 5px;
}

#chat-overlay {
    position: fixed;
    right: 0%;
    bottom: 0%;
     z-index: 99999;
}

.glyphicon-ok {
    color: #42b7dd;
}

.loader {
    color: white;
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.chat_input {
    font-size: 12px;
}

.btn-chat {
    font-size: 11px;
    font-weight: bold;
}

.no-more-messages {
    background-color: #b32b2b;
    margin: 3px;
    margin-bottom: 6px;
    padding: 3px;
    font-size: 12px;
    color: #fff;
}

.panel-footer {
    padding-left: 3px !important;
}

.upload-btn {
    font-size: 19px;
    color: #0D475C!important;
}

.emoji-list {
    margin-top: 4px;
}

.emoji-list ul {
    list-style-type: none;
}

.emoji-list ul li {
    display: inline-block;
    margin: 3px;
}

.emoji-list ul li a {
    text-decoration: none;
    font-size: 14px;
}



   @media screen and (max-width: 768px){
       
      .chat_box {
    height: 85vh;
    z-index: 99999;
/*    height: 550px;*/
    background-color: #ede8e8!important;
    margin-right: 25px;
    width: 310px;
    bottom: 0;
}

.chat-area {
    height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}
       
   }