.jobtype_img{
    width: 10rem;
}
.chat-app {
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.chat-app .people-list {
    width: 280px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 7;
    height: 35rem;
    overflow-y: scroll;
}

.chat-app .chat {
    margin-left: 280px;
    border-left: 1px solid #eaeaea
}

.people-list {
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.people-list .chat-list li {
    padding: 10px 15px;
    list-style: none;
    border-radius: 3px
}

.people-list .chat-list li:hover {
    background: #efefef;
    cursor: pointer
}

.people-list .chat-list li.active {
    background: #efefef
}

.people-list .chat-list li .name {
    font-size: 15px
}

.people-list .chat-list img {
    width: 45px;
    height: 45px;
    border-radius: 50%
}

.people-list img {
    float: left;
    border-radius: 50%
}

.people-list .about {
    float: left;
    padding-left: 8px
}

.people-list .status {
    color: #999;
    font-size: 13px
}

.chat .chat-header {
    padding: 15px 20px;
    /*border-bottom: 2px solid #f4f7f6*/
}

.chat .chat-header img {
    float: left;
    border-radius: 40px;
    width: 40px
}

.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px
}

.chat .chat-history {
   padding: 20px;
    border-bottom: 2px solid #fff;
    height: 10rem;
    overflow-y: scroll;
}

.chat .chat-history ul {
    padding: 0
}

.chat .chat-history ul li {
    list-style: none;
    margin-bottom: 5px
}

.chat .chat-history ul li:last-child {
    margin-bottom: 0px
}

.chat .chat-history .message-data {
    margin-bottom: 5px
}

.chat .chat-history .message-data img {
    border-radius: 40px;
    width: 30px;
    height: 30px;
}

.chat .chat-history .message-data-time {
    color: #434651;
    padding-left: 6px
}

.chat .chat-history .message {
    color: #444;
    padding: 8px 18px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    position: relative;
    max-width: 85%;
}

/*.chat .chat-history .message:after {*/
/*    bottom: 100%;*/
/*    left: 7%;*/
/*    border: solid transparent;*/
/*    content: " ";*/
/*    height: 0;*/
/*    width: 0;*/
/*    position: absolute;*/
/*    pointer-events: none;*/
/*    border-bottom-color: #fff;*/
/*    border-width: 10px;*/
/*    margin-left: -10px*/
/*}*/

.chat .chat-history .my-message {
    background: #f5f2be;
}

/*.chat .chat-history .my-message:after {*/
/*    bottom: 100%;*/
/*    left: 30px;*/
/*    border: solid transparent;*/
/*    content: " ";*/
/*    height: 0;*/
/*    width: 0;*/
/*    position: absolute;*/
/*    pointer-events: none;*/
/*    border-bottom-color: #efefef;*/
/*    border-width: 10px;*/
/*    margin-left: -10px*/
/*}*/

.chat .chat-history .other-message {
    background: #d5f7c5;
    text-align: right
}
.badge-light1 {
    color: #212529;
    background-color: #f0e2f9;
}
.badge-light2 {
    color: #212529;
    background-color: #d8ebff;
}
.badge-light3 {
    color: #212529;
    background-color: #d9ffe1;
}

/*.chat .chat-history .other-message:after {*/
/*    border-bottom-color: #e8f1f3;*/
/*    left: 93%*/
/*}*/

.chat .chat-message {
    padding: 20px
}

.online,
.offline,
.me {
    margin-right: 2px;
    font-size: 8px;
    vertical-align: middle
}

.online {
    color: #86c541
}

.offline {
    color: #e47297
}

.me {
    color: #1d8ecd
}

.float-right {
    float: right
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.hide-signup{
    display: none;
}







