.allUsersList{
    width: 300px;
    margin: 20px;
}
.allUsersList .card-header{
    background: #ff7a1d;
    color: #FFF;
    padding: 10px;
}
.allUsersList .image img{
    border-radius: 16px;
}
.usersChatList{
    position: fixed;
    width: 250px;
    bottom: 0;
    margin-bottom: 0;
    right: 40px;
}
.usersChatList .card-header .card-header-title{
    color: #FFF;
    font-size: 12pt;
    margin: 0;
    font-weight: 700;
}
.unreadMessageCount {
    margin: 1px 10px -26px 25px;
    background: red;
    text-align: center;
    color: #ffffff;
    max-width: 24px;
    z-index: 9;
    position: sticky;
    width: 100%;
    font-size: 10pt;
    height: 100%;
    padding: 0px !important;
    border-radius: 12px;
}
.show{
    display: block;
}
.thumb-user-list{
    display: none;
}
.thumb-user-list .image img{
    border-radius: 30px;
}
.usersChatList .card-header{
    background: #ff7a1d;
    font-size: 13px;
}
.chatBox{
    position: fixed;
    bottom: 0;
    right: 310px;
    width: 300px;
    margin: 0px;
    margin-bottom: 0;
    font-size: 13px;
}
.chat-content{
    overflow: auto;
    height: 300px;
    padding: 0 10px;
}
.chatBox .card{
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.chatBox .card-header{
    background: #ff7a1d;
}
.header-title{
    height: 50px;
}
.card-header-title i{
    font-size: 10px;
    color: #32e4cd;
    margin-right: 6px;
}
.card-header .card-header-title{
    color: #FFF;
}
.chat-content small{
    margin: 0;
}
.chat-content p{
    background: #ecf1f8;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 0;
}
.my-content .media-content{
    width: 80%;
}
.my-content .message{
    float: right;
    background: #ff7a1d;
    color: #FFF;
    text-align: right;
    padding: 10px;
    margin-bottom: 4px;
    font-size: 13px;
}
.my-content .chat-content small{
    float: right;
}
.my-content small{
    display: block;
    float: right;
    width: 100%;
    text-align: right;
}
.chat-textarea{
    font-size: 14px;
    padding: 8px;
    height: 40px;
    width: 100%;
    border: none;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
}
.chat-message-group {
    padding: 1px 0 20px;
    float: left;
    width: 100%;
}
.chat-message-group .chat-thumb {
    float: left;
}
.chat-message-group.writer-user .chat-thumb {
    float: right;
    text-align: right;
}
.chat-message-group.writer-user {
    float: right;
}
.chat-message-group .chat-messages{
    float: left;
    width: 80%;
}
.chat-message-group .message{
    float: left;
    padding: 10px;
    background: #ecf1f8;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 3px;
    margin-left: 4px;
}
.chat-messages .from{
    float: left;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 11px;
}
.chat-thumb img{
    border-radius: 40px;
}
.writer-user .chat-messages{
    float: right;
    width: 100%;
    margin: 0px 36px -56px;
}
.writer-user .chat-messages .message{
    float: right;
    background: #ff7a1d;
    color: #FFF;
    max-width: 75%;
}
.writer-user .chat-messages .from{
    float: left;
    display: block;
    width: 100%;
    text-align: right;
}
.chat-message-group .typing{
    float: left;
}
.chatBox .card-header-icon {
    cursor: pointer;
    margin: -41px 0 0;
    float: right;
}
.chatBox .card-header-icon i{
    color: #FFF;
    font-size: 13px;
}
/* CSSS */
.outside-box{
    height: 100px;
    background: #F8C;
    width: 200px;
    margin: 20px;
    overflow: auto;
}
.outside-box .content-insider{
    height: 300px;
    background: #C9C;
}
/* CSS Spinner */
.spinner {
    margin: 0 30px;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 4px;
    height: 4px;
    background-color: #888;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}
/* EmojiBox */
.emojiBox{
    width: 150px;
    margin: 30px;
}
.emojiBox .box{
    height: 100px;
    padding: 4px;
}
/* */
.card-header-title img{
    border-radius: 40px;
}

#userListBox {
    height: 326px;
    overflow: scroll;
}

#userListBox article {
    cursor: pointer;
    padding: 10px;
    margin: 0;
    height: 52px;
}

#userListBox article strong {
    margin: 2px 0px 0px 5px;
    display: block;
}

#new-message-form button {
    float: right;
    text-align: center;
    margin: -45px 0px 0 0;
    background: #ff7a1d;
    padding: 10px 0;
    color: #fff;
    width: 20%;
    border: none;
}

#chatActivityIndicator {
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
}

#new-message-form {
    float: right;
    margin: -10px 0px 0px 0px;
    overflow: hidden;
    border-radius: 5px;
    height: 40px;
    width: 80%;
}

#chatbox-area .content:first-child {
    margin-top: 10px;
}

#chatbox-area .card-footer {
    padding: 15px 5px !important;
}

#chat-send-button-img {
    width: 18px !important;
    height: auto !important;
}

#chatbox-area .card-footer img {
    width: 24px;
    height: 24px;
}

#chat-comedian-search {
    padding: 9px 10px;
}

#chat-comedian-search input {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
