@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
	font-family: 'Roboto', sans-serif !important;
}
ul li {
    list-style: none;
}

.smf_wrapper ul {
    margin: 0;
    padding: 0px;
}

.smf_wrapper {
    padding: 40px 0px;
}

.smf_container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
}
.sf-cont-top {	
	background: white;
	border: 1px solid #cccccc8c;
}

.smf_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* .smf_sidebar_left {
    flex: 0 0 23%;
    max-width: 23%;
    margin-right: 1%;
    margin-left: 1%;
} */
.smf_sidebar_left {
    width: 30%
}

/* .smf_main_content {
    -ms-flex: 0 0 100%;
    flex: 0 0 48%;
    max-width: 48%;
    margin-right: 1%;
    margin-left: 1%;
} */
.smf_main_content {
    width: 68%
}

/* .smf_sidebar_right {
    flex: 0 0 23%;
    max-width: 23%;
    margin-right: 1%;
    margin-left: 1%;
} */
.smf_sidebar_right {
	width: 18%;
    margin-left: 20px;
}

.card {
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 15px 0px rgb(51 51 51 / 20%);
    box-shadow: 0px 1px 15px 0px rgb(51 51 51 / 20%);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.profile-thumb-2 {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    top: 100px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}


.profile-thumb-2 img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.profile-banner .profile-desc h6 a:hover {
    color: #1c55b4;
}

.profile-banner .profile-desc h6 a {
    color: #474747;
    text-decoration: none;
    transition: .8s;
/*     font-family: "Red Hat Display", Sans-serif; */
}

.profile-banner .profile-desc h6 {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-transform: capitalize;
    padding-top: 10px;
    margin-bottom: 0px;
}

.profile-banner .profile-desc p {
    text-align: center;
    margin-bottom: 0px;
}
.profile-banner .profile-desc {
    padding: 40px 30px 30px 30px;
}

.card.smf_widget-item {
    padding: 30px 30px;
}

.smf_sidebar_left figure.profile-banner-small {
    margin: 0px;
    position: relative;
}

/* Social Feeds */

.smf_posted-author .author a {
    color: #1C55B4;
    text-decoration: none;
    /*     font-family: "Red Hat Display", Sans-serif; */
    transition: .8s;
    font-weight: 500;
}

.smf_posted-author .author a:hover {
    color: #0a579b;
}

.post-settings li button:hover {
    color: #0a579b;
}
.smf_card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.smf_card {
    border: none;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 15px 0px rgb(51 51 51 / 20%);
    box-shadow: 0px 1px 15px 0px rgb(51 51 51 / 20%);
}
.smf_post-title{
        display: flex !important;
        align-items: center !important;
}

.smf_profile-thumb {
    display: inline-block;
    position: relative;
}
.smf_profile-thumb-middle {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
}

.post-thumb.img-popup {
    margin: 0;
}
.smf_posted-author {
    margin-left: 20px;
}
.author {
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-transform: capitalize;
    margin: 0;
}


.smf_posted-author .smf_post-time {
    display: block;
    font-size: 14px;
    line-height: 1;
    padding-top: 10px;
}
.smf_post-settings-bar {
    margin-left: auto;
    position: relative;
    cursor: pointer;
}
.smf_post-settings-bar span {
    width: 20px;
    height: 1px;
    display: block;
    background-color: #ccc;
    margin-bottom: 4px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.smf_post-settings-bar:hover span {
    background-color: #0a579b;
}
.post-settings {
    right: 0;
    top: 100%;
    width: 130px;
    background-color: #fff;
    position: absolute;
    padding: 20px;
    z-index: 9;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0px 1px 15px 0px rgb(51 51 51 / 20%);
    box-shadow: 0px 1px 15px 0px rgb(51 51 51 / 20%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.smf_arrow-shape:before {
    right: 10px;
    bottom: 100%;
    content: "";
    position: absolute;
    height: 20px;
    border-bottom: 20px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.post-settings ul {
    margin: 0;
    padding: 0;
}
.post-settings li {
    margin-bottom: 10px;
    list-style: none;
}

.post-settings li button:last-child {
    margin-bottom: 0;
}

.post-settings li button {
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
/*     font-family: "Red Hat Display", Sans-serif; */
}

.smf_post-meta button,.post-settings button {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: transparent;
}

.smf_post-settings-bar:hover .post-settings {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
.smf_post-content {
    padding-top: 18px;
}
.smf_post-desc {
    padding-bottom: 16px;
    margin: 0 0 8px 0;
/*     font-family: "Red Hat Display", Sans-serif; */
}

.smf_post-thumb-gallery {
    border-radius: 5px;
    overflow: hidden;
}
.post-thumb img {
    width: 100%;
}
.smf_post-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.smf_post-meta-like span, .smf_post-comment span, .smf_post-share span {
    color: #666666;
    vertical-align: text-bottom;
/*     font-family: "Red Hat Display", Sans-serif; */
}
.smf_post-meta .smf_post-meta-like strong {
    display: none;
    font-size: 14px;
    font-weight: 400;
    padding-left: 8px;
    color: #666666;
}
.smf_post-meta .smf_comment-share-meta {
    margin-left: auto !important;
    margin: 0;
    padding: 0;
    position: relative;
}
.smf_post-meta .smf_comment-share-meta li:first-child {
    margin-left: 0;
}

.smf_post-meta .smf_comment-share-meta li {
    display: inline-block;
    margin-left: 24px;
}


.post-settings li:last-child {
    margin-bottom: 0px;
}


.smf_widget-title:before {
    bottom: -10px;
    left: 0;
    width: 30px;
    height: 1px;
    content: "";
    position: absolute;
     background-color: #666666; 
}

.smf_widget-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px !important;
    color: #1C55B4;
    margin-bottom: 35px;
    text-transform: uppercase;
    position: relative;
    margin-top: 0px;
    /*     font-family: "Red Hat Display", Sans-serif; */
}

.smf_unorder-list-info {
    padding-left: 10px;
}
.smf_list-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 3px;
    margin: 0;
	color: #000;
}
.smf_list-title a {
    color: #333333 !important;
    text-decoration: none;
    transition: all 0.5s ease;
/*     font-family: "Red Hat Display", Sans-serif; */
}
.smf_list-subtitle {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin: 0;
}
.smf_list-title a:hover {
    color: #1c55b4 !important;
}
.profile-thumb-small {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
	margin-bottom: 0px;
}

.smf_unorder-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

ul.smf_like-page-list-wrapper {
    padding-left: 0px;
    margin-left: 0px;
}

.smf_cover_image {
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
/*     margin-top: 20px; */
}


.smf-user-profile figure {
    margin: 0px;
    padding: 10px;
}
.smf-user-profile {
    overflow: hidden;
    width: 260px;
    height: 260px;
    object-fit: cover;
    margin-top: -80px;
	margin-left: 30px;
}
.smf-user-profile figure img {
    overflow: hidden;
    width: 240px;
    height: 240px;
    object-fit: cover;
}

.smf-profile-navigation {
    background: #f5f5f5;
/* 	width: 90%;
	margin: 0 auto; */
}

.smf-profile-navigation a.edit-btn {
	border-radius: 0px !important;
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 18px 13px;
	display: inline-block;
	border-radius: 50px;
	text-transform: capitalize;
	/*     background-color: #0a579b; */
	background-color: transparent;
	text-decoration: none;
	/*     font-family: "Red Hat Display", Sans-serif; */
	letter-spacing: 1px;
	margin-left: 0px;
	margin-right: 20;
	transition: .8s;
	padding-top: 0px;
}

.smf-profile-navigation a.edit-btn:hover {
/*     background-color: #222a2d; */
	border-radius: 0px;
    border-bottom: 1px solid #222a2d;
	color: #222a2d;
	font-weight: bold;
}

.smf_widget-body .about-author ul li a:hover {
    color: #0a579b;
}
.smf_widget-body .about-author ul li a {
    color: #222a2d;
    text-decoration: none;
}
.smf_widget-body .about-author ul li i {
    padding-right: 14px;
    color: #0a579b;
}
.smf_widget-body .about-author ul li {
    margin-bottom: 10px;
}

.smf_widget-body ul li {
	margin-bottom: 10px;
}

.smf-sticky-card{
    position: sticky;
    /*top: 20px; */
}

.smf_post-meta .smf_comment-share-meta li i {
    color: #1c55b4;
}

.smf_post-meta .smf_comment-share-meta ul {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -7px;
    top: -117px;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: .8s;
}

.smf_post-meta .smf_comment-share-meta .smf_post-share:hover ul {
    opacity: 1;
    visibility: visible;
}

.smf_post-meta .smf_comment-share-meta ul li {
    margin-left: 0px;
    margin-bottom: 10px;
    background: #0a579b;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .8s;
}

.smf_post-meta .smf_comment-share-meta ul li i {
    color: #fff;
    font-size: 11px;
    padding: 0px;
}

.smf_post-meta .smf_comment-share-meta ul li a {
    padding: 0px !important;
    position: relative;
    top: -2px;
}

.smf_post-meta .smf_comment-share-meta ul li:hover {
    transform: rotate(360deg);
    background: #222a2d;
}

.user-comments {
    padding: 20px 0px;
}

.comment-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-form img {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    object-fit: cover;
}

.smf-form-field {
    width: 100%;
    position: relative;
}

.smf-form-field input.comment-field:focus {
    outline: none;
}
.smf-form-field input.comment-field {
    border-radius: 40px;
    height: 40px;
    padding: 9px 110px 10px 20px;
}

.comment-form .comment-submit {
    background: #0a579b;
    position: absolute;
    right: 10px;
    border-radius: 30px;
    color: #fff;
    top: 0px;
    padding: 6px 20px;
    border: 1px solid #0a579b;
    transition: .8s;
    cursor: pointer;
    background: linear-gradient(#1ab80b 0%, #1c55b4 100%) !important;
    border: 1px solid #1ab80b !important;
}

.comment-form .comment-submit:hover {
    background: #222a2d;
    border: 1px solid #222a2d;
}

.comment-list li.member-comment {
    padding: 0px;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-top: 20px;
    display: flex;
}

.comment-list li.member-comment h2 {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #fff;
}

.comment-list li.member-comment span {
    margin-right: 20px;
    font-size: 12px;
	margin-top: 6px;
}

.comment-list li.member-comment p {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #fff;
}

.comment-list ul {
    max-height: 270px;
    overflow: hidden;
    overflow-y: visible;
}

li.member-comment .user_img img {
    max-width: 100%;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.user_details {
    background: #0a579b;
    width: 100%;
    padding: 8px 8px;
    border-radius: 10px;
}

.comment_detail {
    width: 100%;
}
/* width */
.comment-list ul::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  .comment-list ul::-webkit-scrollbar-track {
    border-radius: 10px;
  }
   
  /* Handle */
  .comment-list ul::-webkit-scrollbar-thumb {
    background: #222a2d; 
    border-radius: 5px;
  }

  .user-comments {
    display: none;
}

#alert-popup {
	position: fixed; /* Sit on top of the page content */
	display: none;
	width: 100%;
	height: 100%;
	top: 0; 
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
	cursor: pointer;
}

.delete {
    margin: auto;
    width: 440px;
    height: auto;
    background: #fff;
    padding: 30px 20px;
    line-height: 25px;
    border-radius: 4px;
    text-align: center;
    box-shadow: -1px 5px 32px 7px rgb(0 0 0 / 50%);
    top: 30%;
    position: relative;
}

.delete input[type="button"] {
    margin: 0px 10px 0px 10px;
    display: table;
    background: #0a579b;
    color: #fff;
    padding: 6px 22px;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    outline: none;
    transition: all 0.5s ease;
    cursor: pointer;
}

.delete input[type="button"]:hover{
    background: #222a2d;
}

#alert-popup i {
    font-size: 40px;
}

#alert-popup .delete i {
    color: red;
}

.delete-cta {
    display: flex;
    justify-content: center;
}


.delete p {
    font-size: 18px;
    margin-bottom: 20px;
}

.smf_post-meta-like.liked i {
    color: #1ab70d;
}

.hide {
    display: none;
}


span.delete-comment {
    color: #8d0000;
    cursor: pointer;
}

.add-post textarea {
border: none;
    max-width: 100% !important;
    height: 100px;
    width: 100%;
}

.add-post textarea:focus{
    outline:none;
}

.add-post input.post-btn:hover,
.sf-btn:hover {
    background: #222a2d;
    border: 1px solid #1ab80b;
    background: none !important;
    color: #707070 !important;
}
.add-post input.post-btn,
.sf-btn {
    font-size: 14px;
    font-weight: 700;
    background: #000;
    color: #fff;
    padding: 9px 20px;
    border-radius: 6px;
    float: right;
    cursor: pointer;
    transition: .8s;
    font-size: 16px;
    font-family: 'Roboto';
    background: linear-gradient(#1ab80b 0%, #1c55b4 100%) !important;
    border: 1px solid #1ab80b;
}
.sf-create-group-btn {
	font-size: 16px;
	padding: 10px 18px;
}

.add-post {
    border: 1px solid #f5f5f5;
    margin-bottom: 40px;
    padding: 20px;
    -webkit-box-shadow: 0px 1px 15px 0px rgb(51 51 51 / 20%);
    box-shadow: 0px 1px 15px 0px rgb(51 51 51 / 20%);
    overflow: hidden;
}

.add-post .upload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
	    border: none;
}

.smf_row.profile-cta {
    padding: 15px 10px;
	justify-content: space-between;
	padding-bottom: 0px;
	border-top: 1px solid #cccccc8c;
/*     justify-content: flex-end; */
}

.edit-profile {
    width: 100%;
}

.edit-profile  input[type="file"] {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
}
.edit-profile input[type="text"], .edit-profile input[type="password"] {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
}
.edit-profile  label {
    display: block;
    padding-bottom: 10px;
    color: #000;
    font-weight: 500;
}
.edit-profile .smf-field-half {
    width: 47%;
    float: left;
    margin-right: 3%;
    margin-bottom: 30px;
}

.edit-profile input.edit-profile-btn:hover {
    border: 1px solid #222a2d;
    background: #222a2d;
    background: none !important;
    background-color: #E6E6E6 !important;
    color: #000 !important;
    border-color: #E6E6E6 !important;
}

.edit-profile input.edit-profile-btn {
    border: 1px solid #0a579b;
    background: #0a579b;
    color: #fff;
    padding: 16px 40px;
    border-radius: 30px;
    transition: .8s;
    cursor: pointer;
    margin: 0 auto;
    display: table;
    margin-top: 20px;
    background: linear-gradient(#1ab80b 0%, #1c55b4 100%) !important;
    border: 1px solid #1ab80b !important;
}

.smf-field-full {
    width: 97%;
    float: left;
    margin-bottom: 30px;
    margin-right: 3%;
}

.edit-profile input:focus {
    outline: none;
}

.smf_profile-thumb-middle img {
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.profile-thumb-small img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

textarea.description {
padding: 10px;
    width: 100%;
}

textarea.description:focus {
    outline: none;
}

p#registrationerrormsg {
    float: left;
    text-align: center;
    width: 100%;
    color: red;
    font-size: 18px;
    margin-top: 0px;
}

/* width */
.add-post textarea::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  .add-post textarea::-webkit-scrollbar-track {
    border-radius: 10px;
  }
   
  /* Handle */
  .add-post textarea::-webkit-scrollbar-thumb {
    background: #0a579b; 
    border-radius: 5px;
  }

  p.login-text a:hover {
    color: #222a2d;
}
p.login-text a {
    text-decoration: none;
    color: #0a579b;
    border-radius: 3px;
    transition: .8s;
}

img.no-post {
    width: 100%;
}

.smf_sidebar_left figure.profile-banner-small img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

/* File Upload */
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: white;
    background-color: #000;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
	pointer-events: none;
}


/* dislike button */
button.smf_post-meta-dislike {
    position: relative;
    left: 20px;
    top: 3px;
}

button.smf_post-meta-dislike.liked i {
    color: #dd3838;
}

.smf_post-meta-like span {
    width: 10px !important;
    display: inline-block;
}

.inputfile + label i {
    padding-right: 8px;
}

.comment-cta {
    display: flex;
}
.comment-cta .smf_comment_meta {
    margin-right: 40px;
}
.smf_comment_meta button {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: transparent;
}
.comment-list li.member-comment .smf_comment_meta button span {
    margin: 0;
}
.smf_comment_meta button.smf_comment-meta-dislike {
    position: relative;
    left: 20px;
    top: 3px;
}
.smf_comment-meta-dislike.liked i {
    color: #0a579b;
}
.smf_comment-meta-like.liked i {
    color: #0a579b;
}

.sf-post-video {
	width: 100%;
	object-fit: cover;
	background-color: transparent !important;
}
.sf-connections-sidebar .sf-connections-ul li {
	margin-bottom: 10px;
}
.sf-con-type-ul {
	display: flex;
    justify-content: space-around;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #ccc;
}
.sf-con-type-ul li {
	cursor: pointer;
}
.sf-con-type-ul li.sf-active {
	border-bottom: 1px solid #000;
}
.sf-media-wrapper {
	display: flex;
    align-items: center;	
	width: 100%;
	justify-content: flex-start;
	flex-wrap: wrap;
	background: white;
    padding: 16px;
}
.sf-vid-box {
	width: 24%;
    margin-right: 10px;
}
.sf-post-video.sf-of-n {
	object-fit: none;
}

.sf-post-video.sf-of-u {
	object-fit: unset;
}
.sf-vid-box .sf-post-video {
	width: 100%;
    height: 180px;
    background-color: transparent !important;
}
.sf-media-heading {
	top: 80px;
    position: relative;
}
.sf-img-box img {
    width: 100%;
    height: 200px;
    cursor: pointer;
    padding: 4px;
    object-fit: contain;
    object-position: center;
}
.sf-img-box {
    border: 1px solid #cccccc87;
    width: 23%;
    margin-right: 10px;
    margin-bottom: 10px;
}
.sf-pr-box-ot {
	display: flex;
    width: 100%;
    margin-top: 150px;
    justify-content: center;
}
.sf-pr-box {
	width: 65%;
/*     margin: 0 auto; */
    margin-bottom: 50px;
}
.sf-dt-row {
/* 	width: 30%; */
}
.st-mem-details {
	width: 70%;
	padding: 35px;
}
.sf-mem-tag {
	background: #1c55b4;
	color: white;
	padding: 7px 20px;
	border-radius: 15px;
	font-size: 13px;
	top: -9px;
	position: relative;
	margin-left: 10px;
	text-transform: capitalize;
	display: inline-block;
}
.sf-join-dts {
	color: #060606;
	font-size: 20px;
}
.sf-dt-row h1 {
	margin-bottom: 0px;
}
.sf-pic-dts-flex {
	display: flex;
	height: 200px;
/* 	padding: 50px 0px; */
}
.sf-img-row {
	width: 30%;
}
.sf-feeds-box {
	display: flex;
    justify-content: space-between;
/*     width: 90%; */
    margin: 0 auto;
    margin-top: 30px;
}
.sf-img-row figure {
	width: 100%;
}
.sf-img-prof {
	width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    top: -100px;
    position: relative;
    border: 1px solid #ccc;
    padding: 10px;
    background: white;
}
.sf-prof-sc-icons i:before {
    color: #fff;
    background: #1c55b4;
    border-radius: 100px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}
.st-mem-details h1 {
	margin-bottom: 0px;
}
.sf-prof-sc-icons {
	margin-top: 15px;
}
.sf-cont-top {
	padding: 10px 15px;
    padding-bottom: 0px;
}
.sf-con-type-ul li {
	margin-bottom: 0px !important;
}
.sf-prof-head-img {
	width: 50px;
    height: 50px;
    border-radius: 100px;
    object-fit: cover;
}
.page-template-post-timeline .smf_wrapper .smf_container .smf_row .smf_sidebar_left,
.page-template-post-timeline .smf_wrapper .smf_container .smf_row .smf_sidebar_right {
	width: 24%;
	margin-left: 0px;
}
.page-template-post-timeline .smf_container .smf_row .smf_main_content {
	width: 48%;
}
.page-template-post-timeline .smf_container > .smf_row {
	justify-content: space-between;
}
/* .sf-notification-box:hover,
.sf-notification-li:hover > .sf-notification-box {
	display: block;
} */
.sf-notification-box {
	display: none;
    position: absolute;
    top: 45px;
    right: 0;
    width: 300px;
    background: white;
    z-index: 10000;
    box-shadow: 1px 1px 8px 3px #cccccc45;
    max-height: 400px;
    overflow: auto;
}
.sf-notification-box ul li {
	padding: 10px;
}
.sf-notification-ul,
.sf-notification-ul li {
	display: block !important;
}
.sf-notif-text {
    font-size: 14px;
}
.sf-req-action {
	font-size: 12px;
    padding: 7px;
    font-weight: bold;
	float: none;
}
.sf-notification-count {
	font-size: 10px;
    background-color: black;
    padding: 2px 6px;
    border-radius: 100px;
    color: white;
}
.sf-notification-li {
	cursor: pointer;
}
.sf-pass-vis {
	float: right;
	margin-top: -66px;
    position: relative;
    right: 20px;
	cursor: pointer;
}
.sf-notif-u-img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    margin-right: 5px;
}
.header-menu #site-navigation {
    margin: 0 auto;
}
.sf-sc-feeds {
    margin-top: 60px;
}
.header_action ul li h4.profile-p-btn {
    display: flex;
    align-items: center;
}
.header_action ul li h4.profile-p-btn .fa-caret-down:before {
    margin-left: 5px;
}
.inputfile + label:hover {
    transition: .8s;
}

/*New Css Start*/

.custom-dashboard-feed .add-post .upload label {
    background-color: #1C55B4;
    font-family: 'Roboto';
    font-weight: bold;
    background: linear-gradient(#1ab80b 0%, #1c55b4 100%) !important;
    border: 1px solid #1ab80b;
}

.custom-dashboard-feed .add-post .upload label span {
    color: #fff;
}

.custom-dashboard-feed .sf-sc-feeds {
    margin-top: 30px;
}

.custom-parent-dashboard .sf-pr-box-ot {
    margin-top: 70px;
}

.custom-parent-dashboard .sf-sg-type {
    color: #000 !important;
}

.cvr_img img {
    width: 100%;
    height: auto;
}

.pinned i {
    color: #1ab70d !important;
}

.edit-profile.smf_card span {
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.edit-profile.smf_card {
    position: relative;
}
/*New Css End*/

