

@media only screen and (min-width: 992px) {
.connect-part{
        padding-top: 200px;
    }
}

@media only screen and (max-width : 991px) {
.connect-part, .users-part{
        padding: 100px 0;
    }
}

@media only screen and (max-width : 767px){
.users-inner .owl-item, .users-inner{
    width: 100%;
    margin: 0 auto;
}
}

.cards li{
    height: 27px;
}

.your-mail{
    width: 100%;
}
.owl-prev{display:block !important;}
.owl-next{display:block !important;}
.grey {background-color: grey;}
.white {color: white;}
.black {color: black;}



.datetime {
    font-size: 12px;
    color: #a2a2a2;
}


.link-white a {color:white;}


.mention-suggestions {

   position: absolute;
    /*bottom: -145px; */
    left: 44px; 
    z-index: 190;
    background: white;
    border: 1px solid #ddd;
    padding: 10px;
    max-width: 280px;
    top: 240px;
    min-width: 228px;
    box-shadow: 0 1px 6px rgba(0,0,0,.15);
    border-radius: 3px;

    
    
}

.mention-suggestions ul {
    padding: 0;
    margin: 0;
}

.mention-suggestions li {
    border-bottom:1px solid #e5e5e5;
    padding: 6px;
    float: left;
    display: block;
    width: 100%;
    border-radius: 3px;
}

.mention-suggestions li img {
    border-radius: 100px;
    vertical-align: top;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    float: left;
}


.mention-suggestions li:hover {
    background:#009eeb;
}

.mention-suggestions li a {
    color:#757575;
    float: left;
    margin: 2px 0 0 5px;
    font-weight: 700;
    font-size: 14px;
}

.mention-suggestions li a:hover {
   color:#ffffff;
  
}

.mention-suggestions li:hover a {
     color:#ffffff;
}


.mention-suggestions li:last-child {
    border-bottom:none;
    /*padding-bottom: 0;*/
}