/* body{
    background: #f4f2ea;
} */
.notificatio_btn {
    padding: 7px 9px 12px 9px;
}
.drop_toggle_pos{
    padding: 0px;
    margin-left: -11px;
}
.dropdown-menu{
    padding:0px;
}
.notificationsdrop_down {
    min-width: 350px!important;
    margin-top: 0px;
    margin-left: -50px;
}
.accept_request_btn{
    font-size: 11px;
    padding: 2px 9px;
    background: #324c77;
    color: #ffffff;
    border: #324c77 solid 1px;
    border-radius: 3px;
}
.delete_request_btn{
    font-size: 11px;
    padding: 2px 9px;
    background:#fff ;
    color: #324c77;
    border:#324c77 solid 1px;
    border-radius: 3px;
}
.request_heading{
    color: #324c77;
    font-size: 12px;
    font-weight: bold;
}
.request_heading:hover{
    color: #324c77;
}
.dropdown-menu.show.nav_tab_logout {
    display: block;
    transform: translate3d(-120px, 14px, 0px)!important;
    z-index: 9999;
}
.dropdown-menu.show.nav_tab {
    display: block;
    transform: translate3d(-241px, 28px, 0px)!important;
    z-index: 9999;
}
.drop_icon_request svg {
    width: 24px!important;
    height: 24px!important;
    color: #fff;
    vertical-align: text-top;
}
.logo-wrap a svg {
    width: 26px;
    height: 26px;
    fill: #ffffff;
    position: relative;
    top: 3px;
}
.search-wrap-main {
    margin-left: 7px;
    max-height: 34px;
    margin-top: 10px;
    max-width: 700px;
}
.drop_icon svg {
    width: 19px;
    height: 19px;
    color: #fff;
    vertical-align: bottom;
}
.search-m button svg {
    width: 15px;
    height: 16px;
    vertical-align: middle;
}
.tt-badge-notice {
    padding-top: 2px;
}
.tt-badge-notice {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 17px;
    height: 17px;
    background: #2879fe;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: -2px;
    font-size: 11px;
    line-height: 1;
    pointer-events: none;
}
/* .top-nav{
    background: #2a2a2b;
    min-height: 43px;
    border-bottom: #2a2a2b solid 1px;
} */
/* .top-nav .menu_link {
    color: #fff!important;
    padding-right: 13px;
    font-size: 13px;
} */
.header-m{
    display: flex;
    flex-direction: row;
}
.logo-wrap{
    display: flex;
    width: 34px;
    margin-top: 6px;
    text-align: center;
}
.logo-wrap a{
    width: 34px;
    height: 34px;
    overflow: hidden;
}
.logo-wrap a svg{
    width: 28px;
    height: 28px;
}
.search-m{
    display: flex;
    position: relative;
    width: 100%;
}
.search-m button svg{
    width: 15px;
    height: 16px;
}
.main-wrap-cont{
    margin-top: 10px;
}
@media only screen and (max-width: 800px) {
.content_hide{
    display:none;
}
.dropdown-content{
        left: -40px;
    }
    .search-wrap-main {
        margin-left: 0px!important;
    }
    .search-wrap-main {
        margin-left: 0px;
        max-height: 34px;
        margin-top: 6px;
        max-width: 380px;
    }
}
@media only screen and (max-width: 700px) {
    .search-m input {
        height: 28px;
        width: 125px;
    }
}
@media only screen and (max-width: 330px) {
    .m_btn{
        display:block!important;
    }
}
@media only screen and (min-width: 800px) {
    .small_content_hide{
        display:none;
    }

}
/* small screen */
.small_nav{
    padding: 10px 15px;
    color: #fff;
}
.small_nav a{
    color: #fff;
}
.small_nav svg{
    color: #fff;
    width: 20px;
    height: 20px;
}
.user_header{
    vertical-align: super;
    margin-left: 8px;
    font-size: 16px;
}
.font_12{
    font-size:12px;
}
.m_about_section{
    background:#fff;
    padding:12px;
}
.profile_media{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.profile_media_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.profile_media_body h2{
    font-size: 17px;
    line-height: 20px;
    color: #2c2d2e;
    font-weight: 600;
}
.profile_img{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-right: 12px;
}
.m_btn{
    background-color: #5181b7;
    border: none;
    color: #fff;
    padding: 7px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 9px 2px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}
.m_btn:hover{
    color: #fff;
}
.font_18{
    font-size: 18px;
}
.m_profiles_pics img{
    width: 70px;
    height: 60px;
    margin: 13px 5px;
}
.m_profile_info{
    border-top:1px solid #efefef;
}
.m_profile_info h2{
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #909499;
    padding:12px 0;
}
.m_profile_info a{
    color: #306096;
    text-decoration: none;
    cursor: pointer;
}
.m_info{
    line-height: 30px;
}
.spacer_30{
    margin-top:30px;
}
.pop_up_img{
    height: 615px;
    min-width: 578px;
    max-width: 826px;
    background:#000;
    object-fit: contain;
}
.show_full_info{
    border-radius: 8px;
    background: #e5ebf1;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    display: block;
    padding: 9px 16px;
    text-align: center;
}
.m_dropbtn{
    background-color: #dae2ea00!important;
}
.like_profile a{
    font-size: 14px;
    vertical-align: bottom;
    font-weight: 600;
    margin-left: 6px;
    color: #596c78;
}
.comment_conv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    margin: 16px;
    padding: 0;
    width: 95%;
/*   max-height: 420px;
    overflow-x: hidden;
    overflow-y: auto; */
}
/*  #news_feed_list_container .comment_conv {
        max-height: 420px;
        overflow-x: hidden;
        overflow-y: auto;
    } */

/* scroll settings */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #c3c4c3; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c3c4c3;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #c3c4c3; 
}
/* close */
.comment_conv > li {
    list-style: none;
    width: 100%;
}
.comment_wrap{
    display: flex;
    width: 100%;
}
.comment_msg_avtar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}
.comment_avtar {
    flex-direction: row;
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 5px 21px;
    border-radius: 18px;
    position: relative;
    display: inline-block;
    width: auto;
    color: #000;
    background-color: #f2f3f5;
}
.comment_conv_section{
    float: left;
    max-width: 86%;
}
.flex_comment{
    display: flex;
    width: 100%;
}
.float__right_profile{
    position: relative;
    width: 100%;
    right: 0;
    text-align: right;
}
/* .dropdown .menu_link {
    color: #fff!important;
    padding-right: 13px;
    font-size: 13px;
} */
.dropdown {
    position: relative;
    display: inline-block;
}
.logo-wrap {
    display: flex;
    width: 34px;
    margin-top: 6px;
    text-align: center;
}