body {
	padding-top: 61px;
	font-family: Poppins, sans-serif;
}

html,
body {
	background: #ffffff !important;
}

body ::-webkit-scrollbar {
	height: 0 !important;
}

input,
textarea,
select {
	outline: none !important;
}

h1,
h2,
h3,
h4 {
	font-family: Poppins, sans-serif;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
}

p,
div,
section,
main,
span {
	font-family: Poppins, sans-serif;
}

ul {
	list-style: none;
}

a {
	text-decoration: unset;
}

#page-wrapper {
	background: #ffffff;
}

.navbar-header {
	background: #ffffff;
}

.navbar-top-links > li > a {
	color: #333;
}

.top-left-part a {
	background: none;
}

@font-face {
	font-family: 'Logo-AbhayaLibre';
	/*a name to be used later*/
	src: url('/fonts/AbhayaLibre-ExtraBold.ttf');
	/*URL to font*/
}

.logotext {
	font-weight: 300 !important;
	font-family: 'Logo-AbhayaLibre';
}

.topbar {
	min-height: 40px;
	height: fit-content;
	/** Lower than navbar **/
	z-index: 400;
}

.panel {
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
}

.panel .panel-footer {
	padding: 15px 0 10px 0;
}

.panel .panel-body.network-products-list-header {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
}

.panel .panel-footer.network-products-list-container {
	padding-top: 0px;
	padding-left: 0px;
}

.comment-center .comment-body.network-product-body {
	padding-top: 20px;
	padding-left: 0px;
}

.ms-u-navLinkShort {
	padding: 0px 15px !important;
}

.ms-u-boxHeading3 {
	box-sizing: border-box;
	color: rgba(0, 0, 0, 0.9);
	fill: rgba(0, 0, 0, 0.9);
	font-family: Poppins, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
		sans-serif;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 1.1;
	margin: 0 0 10px;
	outline: 0;
}

.badge {
	padding-top: 7px;
	padding-bottom: 5px;
}

.searchInput--manyStoriesHero {
	width: 100% !important;
	border: none !important;
	background: #edf1f5 !important;
	padding: 0px !important;
	border-radius: 20px !important;
	height: 40px !important;
	font-size: 14px !important;
}

.searchInput--profileTopbar {
	width: 100% !important;
	border: none !important;
	background: #fff !important;
	padding: 0px 5px 0 5px !important;
	border-radius: 0px !important;
	height: 30px !important;
	font-size: 14px !important;
}

.page-content-container {
	margin-right: auto;
	margin-left: auto;
}

.page-content-container--feed {
	width: 99%;
}

/** -- ReactJs Popup -- */

.s-reactPopupJs .popup-content {
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
	box-shadow: 0 5px 30px -6px rgba(0, 0, 0, 0.15) !important;
	padding: 20px !important;
	width: fit-content !important;
	max-width: 400px !important;
	text-align: left !important;
}

/** -- ./ReactJs Popup -- */

/** -- Collection -- */

.panel-heading--collection-header {
	height: 180px;
	color: #fff !important;
	font-weight: inherit !important;
	text-transform: none !important;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
	background-position: 50% 50% !important;
	background-origin: border-box !important;
	background-size: cover !important;
	padding-top: 100px !important;
	padding-bottom: 30px !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.collection-hero-image-container {
	z-index: 0;
	width: 100%;
	margin-bottom: 10px;
}

.collection-hero-nav-container {
	width: 100%;
	background: #fff;
	color: rgba(0, 0, 0, 0.9);
	position: relative;
	padding: 5px 10px 5px 50px;

	/* u-flex */
	display: -ms-flexbox !important;
	display: flex !important;
	justify-content: start !important;
	/* u-alignItemsCenter */
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.collection-hero-avatar {
	position: absolute;
	z-index: 9;
	top: -70px;
	width: 164px;
	height: 164px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}

/** -- Profile -- */

.panel-heading--profile-header {
	height: 180px;
	color: #fff !important;
	font-weight: inherit !important;
	text-transform: none !important;
	background-image: url('/ssoapp/manyStories/img/backgrounds/profile_1.jpg');
	background-position: 50% 50% !important;
	background-origin: border-box !important;
	background-size: cover !important;
	padding-top: 100px !important;
	padding-bottom: 30px !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.profile-hero-image-container {
	z-index: 0;
	width: 100%;
	margin-bottom: 10px;
}

.profile-hero-nav-container {
	width: 100%;
	background: #fff;
	color: rgba(0, 0, 0, 0.9);
	position: relative;
	padding: 5px 10px 10px 50px;
	height: 69px;

	/* u-flex */
	display: -ms-flexbox !important;
	display: flex !important;
	justify-content: start !important;
	/* u-alignItemsCenter */
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;

	border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: rgba(0, 0, 0, 0.05) !important;
}

.profile-hero-avatar {
	position: absolute;
	z-index: 9;
	top: -105px;
	width: 164px;
	height: 164px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}

.profile-header-bio {
	max-width: 100% !important;
	font-size: 13px !important;
	font-weight: 300 !important;
}

.profile-fab-follow-button-container {
	position: fixed !important;
	right: 20px !important;
	bottom: 20px !important;
	z-index: 200 !important;
}

.card-content--profile-header {
	width: 100% !important;
	padding-left: 0px !important;
	padding-right: 5px !important;
	padding-top: 0px !important;
}

.card-name--profile-header {
	color: rgba(0, 0, 0, 0.9) !important;
	font-weight: 500 !important;
	font-size: 20px !important;
	margin-bottom: 10px !important;
}

.card-name--profile-header a {
	color: inherit !important;
	font-weight: inherit !important;
	font-size: inherit !important;
}

.nav-tabs--profile-header {
	margin-top: 0px !important;
	margin-left: 200px;
	background: transparent !important;
	border-bottom: 0px !important;
}

.nav-tabs--profile-header .nav-link {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700 !important;
	border-left: 0 !important;
	border-top: 0 !important;
	border-right: 0 !important;
	background: transparent !important;
	padding-left: 0px !important;
	border-bottom: 0px !important;
	margin-right: 10px !important;
}

.nav-item-diver--profile-left {
	position: relative !important;
	height: 18px !important;
	top: 31px !important;
	margin-left: -5px !important;
	margin-right: 20px !important;
	border-left: 2px solid rgba(0, 0, 0, 0.9) !important;
}

.story-section-title {
	--x-height-multiplier: 0.342 !important;
	--baseline-multiplier: 0.22 !important;
	font-family: inherit !important;
	letter-spacing: -0.02em !important;
	font-weight: 300 !important;
	font-style: normal !important;
	letter-spacing: 0 !important;
	font-size: 15px !important;
	line-height: 20px !important;
	-webkit-transform: translateY(1.8px);
	transform: translateY(1.8px);
	letter-spacing: 0.03em !important;
	text-transform: uppercase;
	padding-bottom: 3px !important;
	width: fit-content !important;
}

.story-section-title > span {
	border-bottom: 2px solid rgba(0, 0, 0, 0.84) !important;
}

.story-group {
	margin-left: -10px;
}

.story-group--home-featured .story-card:last-child {
	min-width: 100% !important;
}

.story-group--home-featured .story-card:not(:last-child) {
	max-width: 50% !important;
}

.story-collection-title {
	color: #000;
	position: relative;
	overflow: hidden;
	word-wrap: break-word;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	margin-bottom: 0.75rem;
	line-height: 22px;
}

.story-img-sizer {
	max-height: 250px !important;
	opacity: 0 !important;
	object-fit: cover !important;
}

.story-title {
	color: rgba(0, 0, 0, 0.8);
	position: relative;
	overflow: hidden;
	word-wrap: break-word;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	font-family: Poppins, sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-bottom: 0.75rem;
	line-height: 26px;
}
.story-title.story-title--sideBar {
	font-size: 15px;
	line-height: 19px;
}

.story-description {
	font-family: Poppins, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	overflow: hidden;
	color: rgba(0, 0, 0, 0.7);
}
.story-meta {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.7);
}

.card-group .story-card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	border: none;
	margin: 0px;
	margin-bottom: 10px;
	padding: 10px;
}

.story-url-input-form {
	margin-bottom: 0px !important;
	width: 100% !important;
	height: 100% !important;
	/*transition: height 2s linear !important;
    -moz-transition: height 2s linear !important;
    -o-transition: height 2s linear !important;
    -webkit-transition: height 2s linear !important;*/
}

.story-url-input {
	text-align: left;
	border: none !important;
	padding: 10px 0px 10px 0px !important;
	font-size: 20px !important;
	width: 100%;
	height: 100% !important;
	max-height: 30px !important;
	font-size: 20px !important;
	line-height: 20px !important;
	text-align: left;
}

.story-card-anchor-with-image-background {
	background-position: 50% 50% !important;
	background-origin: border-box !important;
	background-size: cover !important;
	background-color: #f0f0f0 !important;
	border-radius: 4px;
	height: 250px;
}

/** -- Tags Input -- */
.ms-tags-input + .tag-editor {
	background: #fafafa;
	font-size: 12px;
	padding-right: 30px;
	min-width: 200px;
}
.ms-tags-input + .tag-editor .tag-editor-tag {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #fff;
	background: #1abc9c;
}
.ms-tags-input + .tag-editor .tag-editor-spacer {
	width: 7px;
}
.ms-tags-input + .tag-editor .tag-editor-delete {
	margin-top: 2px;
	margin-bottom: 2px;
	background: #1abc9c;
}
.ms-tags-input + .tag-editor .tag-editor-delete i:before {
	color: #fff !important;
}

.story-tag-pill {
	position: relative;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 4px 6px;
	background: #f7f7f7;
	border-radius: 4px;
	cursor: default;
	color: rgba(0, 0, 0, 0.65);
	font-weight: 400;
	margin-right: 5px;
}

.userCard-social {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	padding: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 10px;
	background-color: #ffffff;

	-webkit-transition: box-shadow 300ms ease, background-color 300ms ease;
	transition: box-shadow 300ms ease, background-color 300ms ease;
	text-align: center;

	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
}

.collectionCard-carousel {
	display: inline-block;
	max-width: 380px;
	margin-bottom: 0px;
	padding: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 10px;
	border: 0px;
	background-color: #ffffff;

	-webkit-transition: box-shadow 300ms ease, background-color 300ms ease;
	transition: box-shadow 300ms ease, background-color 300ms ease;
	text-align: center;
}

.collectionCarousel-extendFullWidth {
	margin-left: -36.5%;
	margin-right: -25px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
	.page-content-container--feed {
		width: 99%;
	}
}

/* Also Large Devices, Wide Screens */
@media screen and (min-width: 992px) {
	.col-lg-3 {
		-webkit-box-flex: 0;
		/** For Safari, we need to allow for 0.1% spacing */
		-webkit-flex: 0 0 24.9% !important;
		-ms-flex: 0 0 24.9% !important;
		flex: 0 0 24.9% !important;
		max-width: 24.9% !important;
	}
}

/* Medium Devices, Desktops: u-sm- */
@media only screen and (max-width: 992px) {
	.collectionCarousel-extendFullWidth {
		margin-left: -36%;
		margin-right: -25px;
	}

	.page-content-container--feed {
		width: 99%;
	}

	.profile-header-bio {
		max-width: 85% !important;
	}

	.story-group {
		margin-left: unset;
	}
}

/* Small Devices, Tablets: u-xs- */
@media only screen and (max-width: 768px) {
	.page-content-container--feed {
		width: 99%;
	}

	.profile-header-bio {
		max-width: 90% !important;
	}

	.story-card {
		max-width: 100% !important;
	}

	.story-group--home-featured .story-card:not(:last-child) {
		max-width: 100% !important;
	}

	.story-img-sizer {
		max-height: 200px !important;
	}

	.profile-hero-nav-container {
		padding-left: 25px;
	}
	.profile-hero-avatar {
		top: -22px;
		width: 104px;
		height: 104px;
	}
	.nav-tabs--profile-header {
		margin-left: 120px;
	}

	.collection-hero-nav-container {
		padding-left: 25px;
	}
	.collection-hero-avatar {
		top: -22px;
		width: 104px;
		height: 104px;
	}
	.nav-tabs--collection-header {
		margin-left: 120px;
	}

	.collectionCarousel-extendFullWidth {
		margin-left: -19px;
		margin-right: -20px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
	.page-content-container--feed {
		width: 99%;
	}

	.profile-header-bio {
		max-width: 90% !important;
	}

	.story-card {
		max-width: 100% !important;
	}

	.story-img-sizer {
		max-height: 150px !important;
	}

	.collectionCarousel-extendFullWidth {
		margin-left: -19px;
		margin-right: -20px;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
	profile-header-bio {
		max-width: 95% !important;
	}

	.story-card {
		max-width: 100% !important;
	}
}
