body {
	background: #fafafa;
	color: #333;
	margin-top: 5rem;
	position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444
}

.h-font {
	font-size: 22px
}

@media only screen and (max-width:600px) {
	h2 {
		font-size: 1.5rem
	}

	h1 {
		font-size: 1.8rem
	}

	.h-font {
		font-size: 18px
	}
}

ul {
	margin: 0
}

.modal-body {
	overflow-y: scroll;
	max-height: 500px
}

.alert-error {
	color: #bb646c;
	background-color: #edd4d4;
	border-color: #edd4d4
}

.report-dots {
	cursor: pointer
}

.bg-blue {
	background-color: #393947
}

.site-header .navbar-nav .nav-link {
	color: #cbd5db
}

.site-header .navbar-nav .nav-link:hover {
	color: #fff
}

.site-header .navbar-nav .nav-link.active {
	font-weight: 500
}

.navbar-nav {
	align-items: flex-end
}

.nav-item {
	font-size: 17px
}

@media only screen and (max-width:600px) {
	.sidebar-heading {
		font-size: 20px
	}
}

@media only screen and (min-width:400px) {
	.content-section {
		background: #1e1e1e;
		padding: 10px 20px;
		border-radius: 3px;
		margin-bottom: 20px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	}
}

@media only screen and (max-width:400px) {
	.content-section {
		padding: 5px 10px;
		background: #1e1e1e;
		margin-bottom: 20px;
		border-radius: 3px
	}
}

.content-section-details {
	display: flex;
	border-radius: 3px;
	margin-bottom: 20px;
	align-items: center
}

.content-section-orange {
	background: #1e1e1e;
	padding: 10px 20px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-bottom: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.content-section-blue {
	background: #1e1e1e;
	padding: 10px 20px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-bottom: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.content-section-sidebar {
	background: #1e1e1e;
	padding: 10px 20px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, .05) 0 1px 2px 0, rgba(0, 0, 0, .05) 0 1px 4px 0, rgba(0, 0, 0, .05) 0 2px 8px 0
}

.article-title {
	color: #ffffff
}

a.article-title:hover {
	color: #428bca;
	text-decoration: none
}

.article-content {
	white-space: pre-line
}

.article-img {
	height: 65px;
	width: 65px;
	margin-right: 16px;
	object-fit: cover
}

.article-img-search {
	height: 65px;
	width: 65px;
	margin-right: 16px;
	object-fit: cover
}
.chat-image{
	height: 40px;
	width: 40px;
	margin-right: 16px;
	object-fit: cover
}

@media only screen and (max-width:600px) {
	.article-img {
		display: none
	}
}

@media only screen and (max-width:1000px) {
	.article-img {
		height: 50px;
		width: 50px;
		margin-right: 10px;
		object-fit: cover
	}
}

@media only screen and (max-width:1000px) {
	.article-img-search {
		height: 50px;
		width: 50px;
		margin-right: 10px;
		object-fit: cover
	}
}

.article-form {
	margin-bottom: 30px
}

.article-form button {
	float: right
}

.article-form textarea {
	height: 100px
}

.article-metadata {
	padding-bottom: 1px;
	margin-bottom: 4px
}

.article-metadata a:hover {
	color: #333;
	text-decoration: none
}

.article-svg {
	width: 25px;
	height: 25px;
	vertical-align: middle
}

.post-img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 5px
}

.post-img-update {
	border-radius: 5px;
	max-height: 250px;
	width: 100%;
	object-fit: contain
}

@media only screen and (max-width:1200px) {
	.post-img {
		width: 100%;
		height: 270px;
		object-fit: cover;
		border-radius: 5px
	}
}

@media only screen and (max-width:1000px) {
	.post-img {
		width: 100%;
		height: 270px;
		object-fit: cover;
		border-radius: 5px
	}
}

@media only screen and (max-width:800px) {
	.post-img {
		width: 100%;
		height: 270px;
		object-fit: cover;
		border-radius: 5px
	}
}

@media only screen and (max-width:600px) {
	.post-img {
		width: 100%;
		height: 200px;
		object-fit: cover;
		border-radius: 5px
	}
}

@media only screen and (max-width:400px) {
	.post-img {
		width: 100%;
		height: 150px;
		object-fit: cover;
		border-radius: 5px
	}
}

@media only screen and (min-width:800px) {
	.img-heading-wrap {
		flex-direction: column
	}
}

.article-post-img {
	margin-right: 5px
}

.account-img {
	height: 125px;
	width: 125px;
	margin-right: 20px;
	margin-bottom: 16px;
	object-fit: cover
}

.account-heading {
	font-size: 1.5rem
}

.profile-image-div .user-edit {
	position: absolute;
	width: 50px;
	top: 80px;
	right: 15px
}

@media only screen and (max-width:768px) {
	.account-img {
		height: 100px;
		width: 100px;
		margin-right: 20px;
		margin-bottom: 16px;
		object-fit: cover
	}

	.account-heading {
		font-size: 1rem
	}

	.profile-image-div .user-edit {
		position: absolute;
		width: 50px;
		top: 60px;
		right: 15px
	}
}

.ncc-title {
	font-weight: bolder;
	color: orange;
	text-decoration: underline
}

.buddies-title {
	font-weight: bolder;
	color: #2ecc71;
	text-decoration: underline
}

.username-p {
	display: flex
}

.profile-image-div {
	position: relative
}

.user-network {
	display: flex;
	justify-content: space-evenly;
	align-items: center
}

.followers {
	display: flex;
	flex-direction: column;
	align-items: center
}

.following {
	display: flex;
	flex-direction: column;
	align-items: center
}

.media-body-profile {
	-webkit-box-flex: 1;
	display: flex;
	justify-content: space-between;
	width: 100%
}

@media only screen and (max-width:600px) {
	.media-body-profile {
		-webkit-box-flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: flex-start
	}
}

#loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, .75) no-repeat center center;
	z-index: 10000
}

.btn-info {
	color: #fff;
	background-color: #419dff;
	border-color: #419dff
}

.btn-info:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-info {
	color: #419dff;
	border-color: #419dff
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.link-style-none {
	color: #333;
	text-decoration: none
}

.comments {
	margin-bottom: 70px
}

.comments article {
	width: 100%
}

.comments-inside {
	display: flex
}

.article-img-comment {
	height: 50px;
	width: 50px;
	margin-right: 16px;
	object-fit: cover
}

.post-applause {
	display: flex;
	margin-top: 10px
}

.post-applause svg {
	cursor: pointer
}

.post-applause-details {
	display: flex;
	margin-top: 10px
}

.post-applause-details svg {
	cursor: pointer
}

.post-applause p {
	margin-right: 10px
}

.post-applause-details p {
	margin-right: 10px;
	margin-left: 10px
}

.read-more {
	float: right
}

.notification-list-items-unread {
	background: #eff1f47a;
	padding: 10px;
	border-radius: 3px;
	list-style: none;
	margin-bottom: 3px
}

.notification-list-items-read {
	background: #fff;
	padding: 10px;
	border-radius: 3px;
	list-style: none;
	margin-bottom: 3px
}

.post-title-notify a {
	text-decoration: none;
	color: inherit
}

.search-form-div {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center
}

.search-form {
	width: 100%;
	display: flex;
	justify-content: space-between
}

.search-input {
	width: 87%;
	padding: 4px;
	border-radius: 3px;
	border: 2px solid #2ecc71;
	margin-right: 5px;
	color: inherit
}

.btn-search {
	padding: 4px 15px;
	border-radius: 3px;
	background-color: #ffa50b;
	color: #fff;
	border: none;
	cursor: pointer
}

.resent-posts {
	margin-bottom: 20px
}

.resent-posts-heading {
	font-size: 20px;
	text-decoration: underline
}

.post-image-detail {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	height: 100%
}

@media only screen and (max-width:600px) {
	.post-image {
		width: 100%;
		margin: auto;
		display: flex;
		justify-content: center;
		height: 100%
	}
}

.likes-count {
	font-size: 10px;
	font-weight: 700;
	border: 2px solid #000;
	padding: 2px 5px;
	border-radius: 2px
}

.account-img-f {
	height: 50px;
	width: 50px;
	object-fit: cover;
}

.user-follow-status-model {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px
}

.user-follow-status-model-image {
	margin-right: 10px
}

.user-follow-status-model-name {
	display: flex;
	text-align: center
}

.user-follow-status {
	width: auto
}

.user-info {
	width: 100%
}

.footer {
	display: flex;
	justify-content: space-around;
	padding: 10px;
	border-top: 1px solid #e3e3e3;
	flex-wrap: wrap
}

.footer a {
	text-decoration: none;
	color: #6c757d !important;
	font-size: 12px
}

.footer .tag-line {
	width: 100%;
	text-align: center
}

.navbar-mobile {
	display: flex;
	justify-content: space-around;
	align-items: center
}

.badge-color {
	color: #ecf0f1
}

.icon-navbar a {
	outline: 0
}

.icon-navbar .nav-link-2 {
	display: block;
	padding: .3rem 1rem
}

.class-suggestion {
	border: 1px solid #e8dede;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.user-suggestions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

.suggestions-left {
	display: flex;
	align-items: center;
}

.suggestions-left img {
	border: 1px solid orange;
}