/******************************
	Basic <style>
**********************************/
:root {
	--layout-sidebar-width: 240px;
}

/* Regular (400) */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://evinie.com/themes/goblue/vendors/fonts/PTSans/PTSans-Regular.woff2') format('woff2');
}

/* Italic (400italic) */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('https://evinie.com/themes/goblue/vendors/fonts/PTSans/PTSans-Italic.woff2') format('woff2');
}

/* Bold (700) */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('https://evinie.com/themes/goblue/vendors/fonts/PTSans/PTSans-Bold.woff2') format('woff2');
}

body {
	font-size: 15px;
	background-color: #eaeaea;
	font-family: 'PT Sans', sans-serif;
	height: 100%;
}

.ossn-required {
	color: #a94442;
}

::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	background-color: #eaeaea;
	border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
	background-color: #ccc;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}

.ossn-form input[type='number'],
.ossn-form input[type='email'],
.ossn-form input[type='password'],
.ossn-form text,
.ossn-form select,
.ossn-form textarea,
.ossn-form input[type='text'] {
	width: 100%;
	padding: 8px;
	margin-bottom: 5px;
	outline: none;
	display: block;
	border-radius: 5px;
	border-radius: 5px;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: #f1f5f9;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 12px 15px;
	height: auto;
}

.ossn-form textarea {
	resize: vertical;
}

.ossn-form input[type='number']:focus,
.ossn-form input[type='email']:focus,
.ossn-form input[type='password']:focus,
.ossn-form text:focus,
.ossn-form select:focus,
.ossn-form textarea:focus,
.ossn-form input[type='text']:focus {
	outline: none;
	border: 1px solid #eee;
	background: #fff;
}

.ossn-form select[readonly],
.ossn-form textarea[readonly],
.ossn-form input[readonly] {
	background: #dbdbdb;
}

.ossn-form input[type="file"] {
	display: block;
}

[contentEditable=true]:empty:not(:focus)::before {
	content: attr(placeholder);
	pointer-events: none;
	display: block;
}

.btn:focus,
.btn:active {
	outline: none !important;
}

.btn-link {
	font-weight: 400;
	color: #337ab7;
}

.form-control {
	height: initial;
}

.ossn-form-group-half {
	display: inline-block;
	width: calc(50% - 2px);
	float: left;
	box-sizing: border-box;
}

.radio-block-container {
	margin-bottom: 20px;
}

.ossn-form input[type='submit'] {
	margin-top: 5px;
	margin-bottom: 5px;
}

.ossn-red-borders {
	border: 1px solid #a94442 !important;
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
	margin-right: 5px;
}

.hidden,
.ossn-hidden {
	display: none !important;
}

p {
	font-size: 15px;
}

.col-center {
	float: none;
	margin: 0 auto;
}

.container-table {
	display: table;
	width: 100%;
}

.center-row {
	display: table-cell;
	text-align: center;
}

.checkbox-block,
.radio-block {
	margin-top: 10px;
	margin-bottom: 10px;
}

.checkbox-block span,
.radio-block span {
	display: inline-block;
	margin-right: 10px;
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
	cursor: pointer;
}

.ossn-checkbox-input {
	width: 20px;
	height: 20px;
	color: #0b769c;
	-webkit-appearance: none;
	background: none;
	border: 0;
	outline: 0;
	flex-grow: 0;
	background-color: #FFFFFF;
	transition: background 300ms;
	cursor: pointer;
	float: left;
	margin-top: 2px;
}

.checkbox-block [type=checkbox]::before {
	content: "";
	color: transparent;
	display: block;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	border: 0;
	background-color: transparent;
	background-size: contain;
	box-shadow: inset 0 0 0 1px #CCD3D8;
}


.checkbox-block [type=checkbox]:checked {
	background-color: currentcolor;
}

.checkbox-block [type=checkbox]:checked::before {
	box-shadow: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

.checkbox-block [type=checkbox]:disabled {
	background-color: #CCD3D8;
	opacity: 0.84;
	cursor: not-allowed;
}

a {
	color: #0f3b4a;
	text-decoration: none;
}


/************************************
	Layouts
************************************/
/** didn't we have a minimum page height in goblue? #702 **/

.ossn-layout-module,
.ossn-layout-contents,
.ossn-layout-media,
.ossn-layout-newsfeed {
	margin-top: 10px;
	min-height: 400px;
}

.ossn-home-container {
	z-index: 1;
	position: relative;
}

.ossn-home-container,
.ossn-layout-startup {
	min-height: 560px;
}

.ossn-home-container .ossn-page-contents {
	background: rgba(255, 255, 255, 0);
	border: 1px solid rgba(238, 238, 238, 0);
}

.ossn-layout-startup {
	min-height: 560px;
}

.ossn-layout-startup-background {
	min-height: 560px;
	background: url("https://evinie.com/themes/goblue/images/background.jpg") no-repeat;
	background-size: cover;
}

.ossn-layout-startup .col-lg-11 {
	width: 100%;
}

.ossn-layout-startup footer .ossn-footer-menu a {
	color: #fff;
}

.ossn-home-container {
	margin-top: 20px;
}

.ossn-layout-newsfeed .newsfeed-right {}

.ossn-page-container {
	overflow-x: hidden;
	min-height: 400px;
}

.ossn-layout-module {
	margin-top: 10px;
	background: #fff;
	margin-bottom: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
	border-radius: 10px;
}

.ossn-layout-module .module-title {
	background: #F9F7F7;
	border: 1px solid #eee;
	padding: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.ossn-layout-module .module-contents {
	padding: 10px;
}

.ossn-layout-module .module-title .title {
	font-weight: bold;
	display: inline-block;
}

.ossn-layout-module .controls {
	float: right;
	display: inline-table;
}

.ossn-layout-media {
	margin-top: 10px;
}

.ossn-layout-media .like-share,
.ossn-layout-media .comments-list {
	margin-left: -10px;
	margin-right: -10px;
}

.ossn-layout-media .content,
.ossn-page-contents {
	background: #fff;
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 10px;
}

.opensource-socalnetwork {
	min-height: 500px;
}

.ossn-home-container .row {
	margin-right: 10px;
	margin-left: 10px;
}

#ossn-signup-errors {
	display: none;
	margin-top: 10px;
}

.ossn-error-page {
	text-align: center;
	padding: 100px;
}

.ossn-error-page .error-heading {
	font-size: 50px;
	font-weight: bold;
}

.ossn-error-page .error-text {
	font-size: 16px;
}

.ossn-error-page .fa-exclamation-triangle {
	font-size: 100px;
}

.ossn-page-loading-annimation {
	background: #fff;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.ossn-page-loading-annimation .ossn-page-loading-annimation-inner {
	width: 24px;
	margin: 0 auto;
	margin-top: 20%;
}

.newsfeed-middle-top {
	display: none;
	background-color: #fff;
	box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.25);
	border-radius: 3px;
	margin-top: 2px;
	margin-bottom: 4px;
	padding: 9px;
}

@media (min-width: 992px) {
	.newsfeed-col-wall {
		flex: 0 0 62.5%; 
		max-width: 62.5%;
	}
	.newsfeed-col-sidebar {
		flex: 0 0 37.5%; 
		max-width: 37.5%;
	}
}
/*******************************
	Topbar	
********************************/

.topbar {
	background: #0b769c;
	color: #fff;
	z-index: 1;
	position: fixed;
	height: 55px;
	width:100%;
	z-index: 1051;
	
	-webkit-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	transition: width 0.5s ease;
}

.sidebar-close-page-container .topbar,
.ossn-page-container .topbar {
	width: 100%;
}

.sidebar-open-page-container .topbar {
	width: calc(100% - var(--layout-sidebar-width)) !important;
}
.sidebar-open-page-container-no-annimation .topbar {
	transition: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	width: calc(100% - var(--layout-sidebar-width)) !important;
}
/** inner page padding because of topbar fixed **/
:not(:has(.topbar.position-relative)) .ossn-inner-page {
    margin-top: 70px;
}
.topbar .fa {
	font-size: 20px;
	margin-top: 5px;
}

.topbar .site-name a {
	text-transform: uppercase;
	font-size: 20px;
	padding: 10px;
	color: #fff;
	display: block;
	font-weight: bold;
}

.topbar .site-name a:hover {
	text-decoration: none;
}

.topbar-menu-left {
	position: relative;
	z-index: 1;
}

.topbar-menu-right ul {
	margin-bottom: 0px;
}

.topbar-menu-right li,
.topbar-menu-left li {
	display: inline-block;
}

.topbar-menu-right li a:not(.topbar-menu-right li .dropdown-item),
.topbar-menu-left li a {
	padding: 13px 10px;
	display: block;
	color: #fff;
}

.topbar-menu-right li:hover,
.topbar-menu-left li:hover {
	cursor: pointer;
	background-color: #0a6586;
}

.topbar .right-side-nospace .topbar-menu-right {
	margin-right: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.topbar .right-side-space .topbar-menu-right {
	margin-right: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.topbar .ossn-icons-topbar-friends,
.topbar .ossn-icons-topbar-messages,
.topbar .ossn-icons-topbar-notification i {
	color: #0f3b4a;
}

.topbar .ossn-icons-topbar-friends-new,
.topbar .ossn-icons-topbar-messages-new,
.topbar .ossn-icons-topbar-notifications-new i {
	color: #fff;
}

.topbar .left-side {
	left: 0;
}

.topbar .right-side {
	right: 0;
}

.topbar .site-name {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.topbar .site-name,
.topbar .right-side {
	position: absolute;
}

/************************************************
   Topbar Dropdown and Post+Comment menu icons
*************************************************/
/**********************************************
[B] Icons for comment edit and delete on photo view not showing #2416
***********************************************/
.ossn-comment-menu .dropdown-menu li a:before,
.ossn-topbar-dropdown-menu ul li a:before {
	content: "\f068";
	display: inline-block;
	float: left;
	margin-right: 10px;
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}

.menu-topbar-dropdown-administration:before {
	content: "\f085" !important;
}

.menu-topbar-dropdown-account_settings:before {
	content: "\f4fe" !important;
}

.menu-topbar-dropdown-logout:before {
	content: "\f011" !important;
}


.ossn-topbar-dropdown-menu {
	float: right;
}

.ossn-topbar-dropdown-menu ul li a,
.ossn-topbar-dropdown-menu ul li {
	display: block;
	width: 100%;
	color: #000;
}

.ossn-topbar-dropdown-menu .dropdown-menu {
	margin: 1px -120px 0;
	min-width: 200px;
}

.ossn-like-comment,
.ossn-total-likes {
	margin-left: 10px;
}


/********************************
	Global
***********************************/

.time-created {
	font-size: 14px;
	font-style: italic;
	color: #999;
}


/********************************
	Sidebar Nav
*********************************/

.sidebar {
	background-color: #1e293b;
	;
	height: 200px;
	z-index: 1000;
	width: var(--layout-sidebar-width);
	position: fixed;
	height: 100%;
	margin-left: calc(-1 * var(--layout-sidebar-width));
	overflow-y: auto;
	overflow-x: hidden;
	color: #fff;

	scrollbar-width: thin;
	scrollbar-color: #64748b #1e293b;
}

.sidebar::-webkit-scrollbar {
	width: 8px;
}

.sidebar::-webkit-scrollbar-track {
	background: #1e293b;
}

.sidebar::-webkit-scrollbar-thumb {
	background-color: #334155;
	border-radius: 4px;
	border: 2px solid #1e293b;
}

.sidebar::-webkit-scrollbar-thumb:hover {
	background-color: #475569;
}

.sidebar a {
	color: #fff;
	font-size: 14px;
}

.sidebar a li:before {
	font-size: initial;
}

.sub-menu.collapse {
	transition: none !important;
}

.sidebar-close {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sidebar-open {
	margin-left: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sidebar-open-no-annimation {
	margin-left: 0px;
}

.sidebar-open-page-container {
	margin-left: var(--layout-sidebar-width);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sidebar-open-page-container-no-annimation {
	margin-left: var(--layout-sidebar-width);
}

.sidebar-close-page-container {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.newseed-uinfo {
	display: flex;
	align-items: center;
	padding: 15px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	margin: 10px;
	gap: 12px;
}

/* Small Avatar Styling */
.user-icon-small {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	object-fit: cover;
}

/* Name and Links Container */
.newseed-uinfo .name {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* User Display Name */
.newsfeed-user-info-top {
	font-size: 15px;
	font-weight: 700;
	color: #ffffff !important;
	text-decoration: none !important;
	line-height: 1.2;
	transition: color 0.2s ease;
}

.newsfeed-user-info-top:hover {
	color: #3fb1d9 !important;
}

/* Edit Profile Link */
.edit-profile {
	font-size: 11px;
	color: #64748b !important;
	/* Muted Slate */
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 4px;
	font-weight: 600;
	transition: color 0.2s ease;
}

.edit-profile:hover {
	color: #ffffff !important;
}

.sidebar-menu-nav {
	overflow: auto;
	font-size: 13px;
	font-weight: 200;
	top: 0px;
	width: 100%;
	height: 100%;
}

.sidebar-menu-nav li:not(.sub-menu li) {
	padding: 5px;
	margin: 10px;
	cursor: pointer;

}

.sidebar-menu-nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.sub-menu.collapsing,
.sub-menu.show {
	background: #293850;
	margin: 10px;
	border-radius: 10px;
}

.sidebar .sub-menu a {
	padding: 7px;
	display: block;
}

.sidebar .sub-menu li {}

.sidebar .sidebar-parent-item-main[aria-expanded="true"] a {
	color: #000;
}

.sidebar .sidebar-parent-item-main[aria-expanded="true"] {
	background: #fff;
	padding: 10px;
	border-radius: 10px;
}

.sidebar-menu-nav ul:not(collapsed) .arrow:before,
.sidebar-menu-nav li:not(collapsed) .arrow:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f078";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 900;
	vertical-align: middle;
	float: right;
}

.sidebar .sidebar-parent-item-main[aria-expanded="true"] a .arrow:before {
	content: "\f077" !important;
}

.sidebar-menu-nav ul .sub-menu li,
.sidebar-menu-nav li .sub-menu li {
	border: none;
}

.sidebar-menu-nav ul .sub-menu li:before,
.sidebar-menu-nav li .sub-menu li:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	font-weight: 900;
	font-size: 13px;
}

.sidebar-menu-nav li {
	padding-left: 0px;
	border-bottom: 1px solid #23282e;
}

.sidebar-menu-nav li a {
	text-decoration: none;
	color: #fff;
}

.sidebar-menu-nav li a i {
	padding-left: 10px;
	width: 20px;
	padding-right: 20px;
}

.sidebar .sub-menu a {}

.sidebar .sub-menu a:hover {
	background-color: #4f5b69;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	border-radius: 10px;
}

@media (max-width: 767px) {
	.sidebar-menu-nav {
		position: relative;
		width: 100%;
		margin-bottom: 10px;
	}
}


/******************************
	Ossn global css clsses
*******************************/

.right {
	float: right;
}

.left {
	float: left;

}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}


/************************
	Dropdown
***************************/

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.dropmenu-topbar-icons {
	left: inherit;
	right: 0;
}

/*****************************
	Widgets
******************************/

.ossn-widget {
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
}

.ossn-widget .widget-heading {
	background: #F6F7F8;
	border: 1px solid #eee;
	padding: 10px;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.ossn-widget .widget-contents {
	padding: 10px;
	border-bottom: 1px solid #eee;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.ossn-privacy .radio-block {
	margin-bottom: 0;
	margin-top: 0;
	display: flex;
}

.ossn-privacy label {
	margin-bottom: 0px;
}

.ossn-privacy .radio-block span {
	font-weight: normal;
	width: 85%;
	margin-top: 7px;
}

/*****************************
	Side Menu icons
*******************************/

.menu-section-item-newsfeed:before {
	content: "\f0a1" !important;
}

.menu-section-item-friends:before {
	content: "\f0c0" !important;
}

.menu-section-item-allgroups:before {
	content: "\f0c0" !important;
}

.menu-section-item-photos:before {
	content: "\f03e" !important;
}

.menu-section-item-messages:before {
	content: "\f0e0" !important;
}

.menu-section-item-invite-friends:before {
	content: "\f234" !important;
}

.menu-section-item-addgroup:before {
	content: "\f067" !important;
}

li[class^="menu-section-item-"] {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	padding-right: 10px;
}


/******************************
	Search
******************************/

.ossn-menu-search li {
	display: block;
}

.ossn-menu-search li:hover {
	background: #F9F9F9;
}

.ossn-menu-search li a {
	display: block;
	width: 100%;
	padding: 5px;
}

.ossn-menu-search li a:hover {
	text-decoration: none;
}

.ossn-menu-search li a .text {
	display: inline-block;
}

.ossn-search-page .ossn-users-list-item {
	margin-left: 0px;
	margin-right: 0px;
}

.ossn-search-page .ossn-users-list-item .uinfo {
	margin-left: 25px;
}

.ossn-menu-search-users .text:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f007";
	font-weight: 900;
	padding-right: 10px;
	vertical-align: middle;
	float: left;
}

.ossn-menu-search-groups .text:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f0c0";
	font-weight: 900;
	padding-right: 10px;
	vertical-align: middle;
	float: left;
}

/* Container and Form Reset */
.ossn-search {
	margin: 5px;
	padding: 0;
}

.ossn-search fieldset {
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
}

/* The Search Input Field */
.ossn-search input[type="text"] {
	width: 100%;
	background: rgba(255, 255, 255, 0.05) !important;
	/* Low-opacity glass */
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 10px !important;
	/* Consistent with your avatar style */
	padding: 10px 15px 10px 40px !important;
	/* Extra left padding for icon */
	color: #ffffff !important;
	font-size: 14px !important;
	height: 40px !important;
	transition: all 0.3s ease;
	outline: none;
}

/* Add a Search Icon via CSS */
.ossn-search fieldset::before {
	content: "\f002";
	/* FontAwesome Search Icon */
	font-family: "FontAwesome";
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #64748b;
	/* Muted slate color */
	font-size: 14px;
	pointer-events: none;
}

/* Focus State: Brand Blue Glow */
.ossn-search input[type="text"]:focus {
	background: rgba(255, 255, 255, 0.08) !important;
	border-color: #0b769c !important;
	/* Your brand blue */
	box-shadow: 0 0 0 3px rgba(11, 118, 156, 0.2);
}

/* Placeholder Color */
.ossn-search input[type="text"]::placeholder {
	color: #64748b;
	opacity: 1;
}

/******************************
	Token Input
*******************************/

ul.token-input-list {
	overflow: hidden;
	height: auto !important;
	width: 100%;
	cursor: text;
	font-size: 12px;
	min-height: 1px;
	margin: 0;
	z-index: 999;
	background-color: #fff;
	list-style-type: none;
	clear: left;
	color: #2B5470;
	border-top: 1px dashed #EEE;
	border-right: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #eee;
	padding: 5px 0 0;
	border-radius: 10px;
}

li.token-input-token {
	overflow: hidden;
	height: auto !important;
	height: 15px;
	margin: 3px;
	padding: 1px 3px;
	background-color: #eff2f7;
	color: #2B5470;
	cursor: default;
	font-weight: bold;
	border: 1px solid #ccd5e4;
	font-size: 11px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	white-space: nowrap;
}

li.token-input-token p {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

li.token-input-token span {
	color: #a6b3cf;
	margin-left: 5px;
	font-weight: bold;
	cursor: pointer;
}

li.token-input-selected-token {
	background-color: #F9F9F9;
	border: 1px solid #eee;
	color: #2B5470;
	font-weight: bold;
}

li.token-input-input-token {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.token-input-dropdown {
	position: absolute;
	width: 400px;
	background-color: #fff;
	overflow: hidden;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	cursor: default;
	font-size: 11px;
	z-index: 1;
}

div.token-input-dropdown p {
	margin: 0;
	padding: 5px;
}

div.token-input-dropdown ul {
	margin: 0;
	padding: 0;
}

div.token-input-dropdown ul li {
	background-color: #fff;
	padding: 3px;
	margin: 0;
	list-style-type: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
	background-color: #fff;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
	background-color: #fff;
}

div.token-input-dropdown ul li em {
	font-weight: bold;
	font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
	background-color: #F9F9F9;
	color: #2B5470;
	font-weight: bold;
}

/*************************************
	0ssn modal box
***************************************/

.ossn-halt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background-color: #c4c4c487;
	cursor: auto;
	height: 100%;
	display: none;
}

.ossn-light {}

.ossn-viewer {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

.ossn-viewer .ossn-container {
	height: 200px;
	position: fixed;
	width: 900px;
	z-index: 10000;
	margin-top: 70px;
	min-height: 515px;
}

.ossn-viewer-loding {
	font-size: 15px;
}

.ossn-viewer .ossn-container .close-viewer {
	float: right;
	cursor: pointer;
	margin-right: 5px;
	font-weight: bold;
	font-size: 13px;
	color: #ccc;
}

.ossn-container tbody {
	background: #000;
}

.ossn-viewer .info-block {
	background: #fff;
	height: 100%;
	width: 325px;
	float: right;
	margin-left: -3px;
}

.image-block img {
	max-width: 700px;
}

.ossn-message-box {
	width: 470px;
	min-height: 96px;
	background: #fff;
	border-radius: 16px;
	border: 10px solid #999999b5;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 60000;
	margin-top: 100px;
	display: none;
	background-clip: padding-box;
	box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.ossn-message-box .close-box {
	float: right;
	color: #ccc;
	cursor: pointer;
}

.ossn-message-box .title {
	background: #F5F6F7;
	padding: 11px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom: 1px solid #E5E5E5;
	color: #5E5656;
	font-size: 14px;
	font-weight: bold;
}

.ossn-message-box .contents {
	padding: 10px;
	min-height: 150px;
	max-height: 420px;
	overflow-x: auto;
	overflow: overlay;
	overflow-x: hidden;
}

.ossn-message-box .control {
	height: 45px;
	padding: 10px;
	border-top: 1px solid #E9EAED;
	background: #F5F6F7;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.ossn-message-box .control .controls {
	float: right;
}

.ossn-message-box .control .controls .btn {
	padding: 2px 13px;
	border-radius: 5px;
}

.ossn-message-box .contents input[type='text'] {
	border: 1px solid #EEE;
	width: 292px;
	padding: 7px;
}

.ossn-message-box .contents input[type='text'],
.ossn-message-box .contents label {
	display: inline-table;
}

.ossn-message-box .contents label {
	color: #666;
	font-weight: bold;
	margin-right: 13px;
}

.ossn-form input[type=checkbox],
.ossn-form input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	position: relative;
	background-color: #ececec;
	color: #666;
	top: 5px;
	height: 20px;
	width: 20px;
	border: 0;
	border-radius: 50px;
	cursor: pointer;
	outline: none;
	flex-grow: 0;
	transition: background 300ms;
}

.ossn-form input[type=checkbox] {
	border-radius: 2px;
}

.ossn-form input[type=checkbox]:checked::before {
	font: 9px/1 'Open Sans', sans-serif;
	left: 7px;
	top: 5px;
	content: '\02143';
}

.ossn-form input[type=radio]:checked::before {
	position: absolute;
	font: 9px/1 'Open Sans', sans-serif;
	left: 7px;
	top: 5px;
	content: '\02143';
	transform: rotate(40deg);
}

.ossn-form input[type=checkbox]:hover,
.ossn-form input[type=radio]:hover {
	background-color: #f7f7f7;
}

.ossn-form input[type=checkbox]:checked,
.ossn-form input[type=radio]:checked {
	background-color: #0b769c;
	color: #fff;
	font-weight: bold;
}

.checkbox-block span {
	margin-top: 6px;
}

.checkbox-block-container {
	margin-bottom: 20px;
}

#ossn-home-signup .checkbox-block {
	margin-top: 0;
	margin-bottom: 0;
}

/*******************************
	Ossn Blocked
*********************************/

.ossn-blocked i {
	font-size: 100px;
}

.ossn-blocked {
	text-align: center;
	padding: 100px;
}

.ossn-blocked div {
	font-size: 50px;
	font-weight: bold;
}

.ossn-blocked p {
	font-size: 16px;
}


/********************************
	Loading Icon
    @source: https://github.com/jlong/css-spinners
*********************************/

@-moz-keyframes three-quarters-loader {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes three-quarters-loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes three-quarters-loader {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* :not(:required) hides this rule from IE9 and below */

.ossn-loading:not(:required) {
	-moz-animation: three-quarters-loader 1250ms infinite linear;
	-webkit-animation: three-quarters-loader 1250ms infinite linear;
	animation: three-quarters-loader 1250ms infinite linear;
	border: 8px solid #38e;
	border-right-color: transparent;
	border-radius: 16px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
}


.ossn-box-loading {
	margin-left: 216px;
	margin-top: 37px;
}


/*******************************
	Buttons
*********************************/

.button-grey,
.btn-action {
	color: #333;
	font-weight: bold;
	width: auto;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 6px;
	cursor: pointer;
	outline: none;
	text-align: center;
	white-space: nowrap;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #FFF;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.10), inset 0 1px 0 #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #FFF;
	border: 1px solid #ccc;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F6F6), to(#E4E4E3));
	background: -moz-linear-gradient(#f5f6f6, #e4e4e3);
	background: -o-linear-gradient(#f5f6f6, #e4e4e3);
	background: linear-gradient(#F5F6F6, #E4E4E3);
	border-radius: 4px;
	text-decoration: none;
}

.button-grey:hover,
.btn-action:hover {
	text-decoration: none;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#E4E4E3), to(#F5F6F6));
	background: -moz-linear-gradient(#E4E4E3, #F5F6F6);
	background: -o-linear-gradient(#E4E4E3, #F5F6F6);
	background: linear-gradient(#E4E4E3, #F5F6F6);
}


/******************************
	Users List
*******************************/

.ossn-users-list-item .users-list-controls {
	margin-top: 20px;
}

.ossn-users-list-item .users-list-controls a {
	margin-left: 5px;
}

.ossn-users-list-item {
	border: 1px solid #E9EAED;
	margin-bottom: 10px;
	margin-right: -10px;
	margin-left: -10px;
}

.ossn-users-list-item .uinfo a {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	float: left;
	text-overflow: ellipsis;
	max-width: 300px;
	white-space: nowrap;
	overflow: hidden;
}

.ossn-users-list-item .col-lg-2 {
	text-align: center;
}


/*********************************
	Footer
**********************************/

footer {
	margin-top: 20px;
	padding-top: 5px;
	position: relative;
}

footer {
	border-top: 1px solid #d2d2d2;
}

footer .container {}

footer .ossn-footer-menu {
	padding-bottom: 10px;
}

footer .ossn-footer-menu a {
	color: #807D7D;
	font-size: 13px;
}

footer .ossn-footer-menu a::after {
	content: "|";
	margin-left: 10px;
	margin-right: 10px;
}

footer .ossn-footer-menu a:nth-last-child(2)::after,
footer .ossn-footer-menu a:last-child::after {
	content: "";
}

.menu-footer-powered {
	float: right;
}

.menu-footer-powered:after {
	display: none;
}

.menu-footer-a_copyrights {
	text-transform: uppercase;
}


/****************************
	Home
****************************/

.home-left-contents {}

.home-left-contents .logo {
	text-align: center;
}

.home-left-contents .description {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
	text-align: justify;
	color: #fff;
}

.home-left-contents .buttons {
	text-align: center;
	margin-top: 10px;
}

#ossn-home-signup p {
	margin-top: 10px;
}

#ossn-home-signup .radio-block {
	margin-top: 0;
	margin-bottom: 0;
}

#ossn-home-signup .ossn-form-group-half:last-child {
	float: right;
}

#ossn-home-signup .form-group {
	margin-bottom: 0px;
}


/**************************
	System
***************************/

.ossn-list-users {
	height: 60px;
	border-bottom: 1px solid #E9EAED;
	display: block;
	margin-left: 5px;
	margin-bottom: 10px;
}

.ossn-list-users img,
.ossn-list-users .uinfo {
	display: inline-block;
}

.ossn-list-users .uinfo .userlink {
	font-size: 14px;
	font-weight: bold;
	float: right;
	margin-left: 12px;
	text-overflow: ellipsis;
	width: 370px;
	white-space: nowrap;
	overflow: hidden;
}

.ossn-list-users .friendlink {
	float: right;
	margin-top: 10px;
	margin-right: 9px;
	text-overflow: ellipsis;
	width: 280px;
	white-space: nowrap;
	overflow: hidden;
}

.sidebar-menu-nav .sidebar-menu .menu-content {
	display: block;
}

.ossn-box-inner {
	width: 435px;
}

.landing-page-icons {
	color: #fff;
	text-align: center;
	margin-top: 30px;
}

.landing-page-icons-span {
	border: 3px solid;
	border-radius: 50px;
	display: inline-block;
	width: 90px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 10px;
}

.landing-page-icons-span .fa {
	margin-right: 0px;
}


/**************************
	Similies
**************************/

.ossn-smiley-item {
	display: inline-block !important;
	margin-left: 2px;
	margin-right: 2px;
	width: initial !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	border: 0px !important;
}


/**************************
	Embed
 **************************/

.ossn_embed_video {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
}


/**************************
	Photos
***************************/

.ossn-photo-viewer .image-block img,
.ossn-photo-viewer {
	max-width: 100% !important;
}

.ui-draggable {
	opacity: 0.7;
}


/**************************
	Mobile Layout Settings
***************************/

@media (max-width: 480px) {
	.ossn-list-users .uinfo .userlink {
		text-overflow: ellipsis;
		width: 195px;
		white-space: nowrap;
		overflow: hidden;
	}

	.ossn-list-users a.right.btn.btn-primary {
		display: none;
	}

	.ossn-list-users a.right.btn.btn-danger {
		display: none;
	}

	.ossn-message-box .contents {
		height: 280px;
		overflow-x: auto;
		overflow: overlay;
	}

	/*****************************
     	System
     *****************************/
	.ossn-users-list-item img {
		display: none;
	}

	.ossn-users-list-item .users-list-controls {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.ossn-users-list-item .uinfo a {
		margin-top: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 90px;
	}

	.ossn-search-page .ossn-users-list-item .uinfo a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100px;
	}

	.ossn-users-list-item {
		padding-bottom: 10px;
	}

	.ossn-widget .widget-contents {
		padding: 5px;
	}

	.ossn-message-box {
		min-width: 300px;
		width: 300px;
	}

	.ossn-box-loading {
		margin-left: 0;
		margin-top: 0;
		margin: 40px auto;
	}

	.ossn-message-box .contents input[type="text"] {
		width: 195px;
	}

	.ossn-box-inner {
		width: 280px;
	}

	footer .ossn-footer-menu a:nth-last-child(2)::after {
		content: "|";
	}

	.sidebar-menu-nav .sidebar-menu .menu-content {
		display: block;
	}

	.sidebar-hide-contents-xs {
		display: none !important;
	}

	.home-left-contents .landing-page-icons {
		display: none;
	}

	/**************************
     	Layouts
     ****************************/
	.newsfeed-right {
		display: none;
	}

	.newsfeed-middle-top {
		display: block;
	}

	/*************************
     	Home Page
     **************************/
	.logo img {
		width: 260px;
	}

	.home-left-contents .description {
		font-size: 16px;
	}

	.home-left-contents {
		margin-bottom: 20px;
	}

	.dropdown-menu {
		margin-left: -110px;
	}

	.menu-footer-powered {
		float: none;
	}
}


/***************************************
	Tablets
****************************************/

@media only screen and (max-width: 992px) {
	.dropdown-menu {
		margin-left: -110px;
	}


	/**************************
     	Layouts
     ****************************/
	.newsfeed-right {
		display: none;
	}

	.newsfeed-middle-top {
		display: block;
	}

	.sidebar-menu-nav .sidebar-menu .menu-content {
		display: block;
	}
}

@media only screen and (max-width: 1199px) {
	.ossn-search-page .ossn-users-list-item .uinfo {
		margin-left: 35px;
	}

	.ossn-search-page .ossn-users-list-item .uinfo a {
		text-overflow: ellipsis;
		max-width: 200px;
		white-space: nowrap;
		overflow: hidden;
	}

	.ossn-users-list-item .users-list-controls {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.ossn-search-page .ossn-users-list-item .uinfo {
		margin-left: 0;
	}
}


/*****************************************************
		Adding icons for some 3rd party components
******************************************************/

.sidebar-menu-nav ul .sub-menu li:before {
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	width: 35px;
	float: left;
}

.btn-close {
	background-size: .7em;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

/*************************
	3.x buttons styles
***************************/
.btn-close:focus {
	box-shadow: none;
}

.btn-warning {
	color: #fff;
}

.btn-primary {
	background-color: #2a87a7;
	border-color: #2e6da4;
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn:focus {
	box-shadow: none;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning:active {
	color: #fff;
}

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.pagination {}

.dropdown-item.active,
.dropdown-item:active {
	color: #212529;
	background-color: #e9ecef;
}

.page-item.active .page-link {
	background-color: #337ab7;
	border-color: #337ab7;
}

.page-link {
	color: #337ab7;
}

.page-link:hover {
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.dropdown-menu {
	box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.20), 0 2px 4px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

/*****************************
	Startup Layout Ossn 9.0
******************************/
.ossn-startup-wrapper {
	position: relative;
	background: #f8f8f8;
	min-height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.ossn-startup-wrapper .blob-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.ossn-startup-wrapper .blob {
	position: absolute;
	width: 600px;
	height: 600px;
	background: linear-gradient(135deg, rgba(102, 126, 234, 0.4) 0%, rgba(118, 75, 162, 0.4) 100%);
	filter: blur(70px);
	border-radius: 43% 57% 70% 30% / 30% 45% 55% 70%;
}

.ossn-startup-wrapper .blob-1 {
	top: -10%;
	left: -10%;
	background: rgba(102, 126, 234, 0.2);
}

.ossn-startup-wrapper .blob-2 {
	bottom: -10%;
	right: -5%;
	background: rgba(255, 126, 179, 0.15);
}

.ossn-startup-wrapper .blob-3 {
	top: 20%;
	right: 20%;
	width: 300px;
	height: 300px;
	background: rgba(130, 255, 160, 0.1);
}

.ossn-startup-wrapper .blob-4 {
	bottom: 10%;
	left: 20%;
	width: 400px;
	height: 400px;
	background: rgba(0, 210, 255, 0.1);
}

/* Glass Branding Box */
.ossn-startup-wrapper .brand-glass-box {
	display: inline-block;
	padding: 15px 25px;
	background: #fff;
	backdrop-filter: blur(5px);
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.ossn-startup-wrapper .main-logo {
	max-width: 180px;
}

.ossn-startup-wrapper .signup-title span {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 10px;
}

/* Pill styles */
.ossn-startup-wrapper .feature-pills-modern {
	display: flex;
	gap: 10px;
	margin-top: 25px;
}

.ossn-startup-wrapper .feature-tag,
.ossn-startup-wrapper .pill {
	display: inline-flex;
	align-items: center;
	padding: 8px 18px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 600;
	color: #475569;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	margin-right: 10px;
	margin-bottom: 10px;
	transition: transform 0.2s ease, border-color 0.2s ease;
}

/* Hover effect */
.ossn-startup-wrapper .feature-tag:hover,
.ossn-startup-wrapper .pill:hover {
	transform: translateY(-2px);
	border-color: #cbd5e1;
	background: #fdfdff;
}

/* Icon inside the pill */
.ossn-startup-wrapper .feature-tag i,
.ossn-startup-wrapper .pill i {
	margin-right: 8px;
	color: #0b769c;
	font-size: 14px;
}

/* Background & Hero */
.ossn-startup-wrapper .ossn-modern-landing {
	background: #f8fafc;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	padding: 50px 0;
}

.ossn-startup-wrapper .bg-blob,
.ossn-startup-wrapper .bg-blob-2 {
	position: absolute;
	width: 400px;
	height: 400px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	filter: blur(80px);
	opacity: 0.15;
	z-index: 0;
	border-radius: 50%;
}

.ossn-startup-wrapper .bg-blob {
	top: -100px;
	right: -50px;
}

.ossn-startup-wrapper .bg-blob-2 {
	bottom: -100px;
	left: -50px;
}

.ossn-startup-wrapper .hero-logo {
	max-width: 200px;
	margin-bottom: 25px;
}

.ossn-startup-wrapper .hero-tagline {
	font-size: 2.5rem;
	font-weight: 700;
	color: #2d3748;
	margin-bottom: 30px;
}

.ossn-startup-wrapper .feature-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-bottom: 30px;
}

.ossn-startup-wrapper .feature-item {
	font-size: 1rem;
	color: #4a5568;
}

.ossn-startup-wrapper .feature-item i {
	color: #667eea;
	margin-right: 8px;
}

.ossn-startup-wrapper .glass-signup-card {
	background: #fff;
	color: #fff;
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	padding: 45px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
	z-index: 2;
	position: relative;
	overflow: hidden;
}

/* Inner glow */
.ossn-startup-wrapper .glass-signup-card::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	pointer-events: none;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	z-index: -1;
}

.ossn-startup-wrapper .signup-title h2 {
	font-weight: 800;
	margin-bottom: 0px;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

/* Inline Form Logic */
.ossn-startup-wrapper .custom-row {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.ossn-startup-wrapper .custom-col {
	flex: 1;
	min-width: 0;
}

.ossn-startup-wrapper .modern-field:focus {
	background: #fff !important;
	border-color: #667eea !important;
	box-shadow: 0 4px 12px rgba(102, 126, 234, 0.1) !important;
}

.ossn-startup-wrapper .terms-text {
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
}

.topbar::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:
		radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
		radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
	pointer-events: none;
}

.ossn-startup-wrapper .glass-signup-card:before {
	content: "";
	position: absolute;
	inset: 0;
	background-size: cover;
	z-index: -2;
	background: url("https://evinie.com/themes/goblue/images/background.jpg") no-repeat;
	background-size: cover;
}

.ossn-startup-wrapper .glass-signup-card:after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: 24px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) -2%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.4) 90%);
}

.ossn-startup-wrapper #ossn-home-signup a {
	color: #fff;
	font-weight: bold;
}

.ossn-startup-wrapper #ossn-home-signup .ossn-red-borders {
	border: 2px solid #ff4d4d !important;
}

#ossn-home-signup .ossn-required {
	color: rgb(255 143 142);
}

#ossn-submit-button {
	width: 100%;
	padding: 15px;
	border-radius: 10px;

	/* White Background Style */
	background: #ffffff;
	color: #0b769c;
	/* Text matches the border */

	font-weight: 700;
	/* Slightly heavier weight for white buttons */
	letter-spacing: 0.5px;
	margin-top: 20px;
	cursor: pointer;
	transition: all 0.3s ease;

	/* Subtle shadow to prevent it from blending into the glass */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	border-color: transparent;
}

/* Hover State: Inverts the colors for a high-end feel */
#ossn-submit-button:hover {
	background: #e7e7e7;
	color: #000;
	box-shadow: 0 6px 15px rgba(102, 126, 234, 0.3);
	transform: translateY(-1px);
}

/* Active State: Click effect */
#ossn-submit-button:active {
	transform: translateY(0);
}

.ossn-login input[type="submit"] {
	width: 100%;
	margin-bottom: 10px;
	display: block;
	padding: 15px;
	border-radius: 10px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	border-color: transparent;
}

.ossn-login .glass-signup-card:before {
	display: none;
}

.ossn-login {
	color: #fff;
}

/* The Floating Icon Badge */
.ossn-login .login-icon-badge {
	background: linear-gradient(135deg, #0b769c 0%, #085e7d 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	background: #0b769c;
	color: #fff;
	font-size: 24px;
	box-shadow: 0 8px 20px rgba(11, 118, 156, 0.2);
	border: 4px solid #fff;
	margin: 0 auto;
}

.ossn-login .ossn-startup-wrapper .glass-signup-card .login-card-custom,
.ossn-login .login-card-custom {
	color: #000 !important;
}

.ossn-login .login-card-custom:before {
	display: none;
}

/* Add a subtle animation to the icon */
.ossn-login .login-icon-badge i {
	animation: pulse-soft 3s infinite;
}

@keyframes pulse-soft {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}


/* Title Decoration */
.ossn-login .header-line {
	width: 40px;
	height: 4px;
	background: #0b769c;
	margin: 8px auto;
	border-radius: 10px;
}

/* Links Styling */
.ossn-login .forgot-link {
	color: #0b769c;
	text-decoration: none;
	transition: color 0.2s;
}

.ossn-login .forgot-link:hover {
	color: #0b769c;
}

.ossn-login .signup-link-text {
	color: #0b769c;
	font-weight: 700;
	text-decoration: none;
	margin-left: 5px;
}

/* Styling the custom button */
.ossn-topbar-login-btn {
	/* Position it to the right */
	float: right;
	margin-top: 5px;

	/* Modern Glass Style */
	background: rgba(255, 255, 255, 0.15) !important;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
	color: #ffffff !important;

	/* Shape & Typography */
	padding: 6px 20px !important;
	border-radius: 8px !important;
	font-weight: 600 !important;
	font-size: 14px;
	transition: all 0.3s ease-in-out !important;
	margin: 10px;
}

/* Hover effect: Smooth transition to solid white */
.ossn-topbar-login-btn:hover {
	background: #ffffff !important;
	color: #0b769c !important;
	/* Brand blue from your topbar */
	transform: translateY(-1px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Active/Click effect */
.ossn-topbar-login-btn:active {
	transform: translateY(0);
}

/* Tier 1: Tablets and Phones (Standard stacking) */
@media (max-width: 768px) {
	.custom-row {
		display: block !important;
	}

	.custom-col {
		width: 100% !important;
		display: block;
		margin-bottom: 2px;
	}
}

/* Tier 2: Extra Small Devices (XS - 480px and below) */
@media (max-width: 480px) {

	/* Reduce card padding so the inputs have more room to breathe */
	.glass-signup-card {
		padding: 20px 15px !important;
	}
}

/******************************
	Output/users
*****************************/
/* Scoped Container for User Cards */
.ossn-output-users-list .user-item-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	margin-bottom: 15px;
	padding: 15px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ossn-output-users-list .user-item-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

/* Avatar Styling */
.ossn-output-users-list .user-avatar-container img {
	width: 65px;
	height: 65px;
	border-radius: 12px;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Grouping Name and Avatar */
.ossn-output-users-list .user-info-box {
	display: flex;
	align-items: center;
	gap: 15px;
}

.ossn-output-users-list .user-name-text {
	font-weight: 700;
	font-size: 16px;
}

.ossn-output-users-list .user-username-sub {
	font-size: 12px;
	margin-top: 2px;
}

/* Control Buttons */
.ossn-output-users-list .ossn-action-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none !important;
	white-space: nowrap;
	transition: all 0.2s ease;
}

/* Primary Button (Add Friend) */
.ossn-output-users-list .btn-primary-outline {
	background: rgba(11, 118, 156, 0.1);
	color: #3fb1d9 !important;
	border: 1px solid rgba(11, 118, 156, 0.4);
}

.ossn-output-users-list .btn-primary-outline:hover {
	background: #0b769c;
	color: #fff !important;
	border-color: #0b769c;
}

/* Danger Button (Remove/Cancel) */
.ossn-output-users-list .btn-danger-outline {
	background: rgba(239, 68, 68, 0.1);
	color: #ef4444 !important;
	border: 1px solid rgba(239, 68, 68, 0.3);
}

.ossn-output-users-list .btn-danger-outline:hover {
	background: #ef4444;
	color: #fff !important;
}

/* Small Device Adjustments */
@media (max-width: 480px) {
	.ossn-output-users-list .user-item-inner {
		justify-content: center;
		text-align: center;
	}

	.ossn-output-users-list .user-info-box {
		flex-direction: column;
		width: 100%;
	}

	.ossn-output-users-list .user-controls-box {
		width: 100%;
	}

	.ossn-output-users-list .ossn-action-btn {
		width: 100%;
		justify-content: center;
	}
} .ossn-profile-points {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #FFD700;
    margin-left: 6px;
    vertical-align: middle;
}
@media (max-width: 480px){
	.ossn-profile-points {
    	font-size:12px;
	}  
}.user-stats-widget {
	text-align:center;
}
.user-stats-widget img {
		border-radius:50%;
}
.user-stats-widget .user-stats-item {
	display: inline-block;
    margin-right:20px;
}
.user-stats-widget .user-stats-item  .counter {
	    font-size: 25px;
}
.user-stats-widget .user-stats-item  .title {
    font-size: 12px;
}
.user-stats-widget .ossn-loading {
	margin:0 auto;
}/**** <style> ******/
/*******************************
	Profile
********************************/
.ossn-profile .top-container {
	background: #fff;
	border: 1px solid #C4CDE0;
	border-width: 1px 1px 2px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.ossn-profile-usermetadata {
	position: relative;
	min-height: 85px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.profile-hr-menu {
	border-bottom: 1px solid #eee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ossn-profile .top-container .profile-cover {
	height: 300px;
	overflow: hidden;
	opacity: .99;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .38) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .38)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .38) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .38) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .38) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .38) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#94000000', GradientType=0);
	position: relative;
}

.ossn-profile .top-container .profile-cover img {
	width: auto;
}

.ossn-profile-row {
	margin-bottom: 20px;
}

.profile-hr-menu ul {
	margin: 7px 0 5px;
	padding: 0px;
}

.profile-hr-menu ul li {
	display: inline-block;
}

.profile-hr-menu ul li a:not(.dropdown a) {
	display: block;
	padding: 15px;
	margin-right: 5px;
	font-weight: bold;
}

.profile-hr-menu a:hover {
	color: initial;
}

.profile-hr-menu>li>a:not(.profile-hr-menu .dropdown-toggle):hover,
.profile-hr-menu>ul>li:hover>a:not(.profile-hr-menu .dropdown-toggle) {
	background: #F6F7F8;
	text-decoration: none;
	border-radius: 10px;
}

.profile-hr-menu .dropdown-menu {
	margin-left: 0px;
}

.profile-hr-menu .dropdown-menu li {
	display: block;
	border-bottom: 0;
	padding: initial;
	margin: auto;
}

.profile-hr-menu .dropdown a i {
	margin-left: 5px;
}

.profile-hr-menu .dropdown-menu li a {
	border-right: 0px;
	margin-right: 0px;
}

.profile-hr-menu ul li:hover {}

.profile-hr-menu {
	border-bottom: 1px solid #eee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.profile-hr-menu ul li:last-child {
	border-right: none;
}

.ossn-profile .profile-photo {
	position: absolute;
	margin-left: 20px;
	margin-top: -80px;
	background-color: #fff;
	border-radius: 50%;
	padding: 5px;
	width: 160px;
	height: 160px;
}

.ossn-profile .profile-photo img {
	border-radius: 50%;
	width: 150px;
	height: 150px;
}

.profile-menu-hr-container {
	background: #fff;
	border: 1px solid #C4CDE0;
	border-width: 1px 1px 2px;
	margin: 10px 0;
	border-radius: 5px;
}

.ossn-profile .user-fullname {
	color: #333334;
	font-weight: bold;
	max-width: 600px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ossn-profile-role {
	font-size: 15px !important;
}

.ossn-profile .user-username {
	font-size: 15px;
	font-weight: normal;
}

.btn-standalone-grey {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	width: auto;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 6px;
	cursor: pointer;
	outline: none;
	text-align: center;
	white-space: nowrap;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #FFF;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.10), inset 0 1px 0 #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #FFF;
	border: 1px solid #999;
	border-bottom-color: #888;
	background: #EEE;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F6F6), to(#E4E4E3));
	background: -moz-linear-gradient(#f5f6f6, #e4e4e3);
	background: -o-linear-gradient(#f5f6f6, #e4e4e3);
	background: linear-gradient(#F5F6F6, #E4E4E3);
	text-decoration: none;
}

.btn-standalone-grey:active {
	background: #ddd;
	border-bottom-color: #999;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.btn-standalone-grey:hover {
	color: #333;
	text-decoration: none;
}

.profile-cover-controls {
	position: absolute;
	width: 100%;
	top: 0;
	margin-top: 20px;
	z-index: 1;
}

.profile-cover-controls a:before {
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
	font-weight: 900;
}


.profile-cover-controls a {
	float: right;
	position: relative;
	margin-right: 10px;
}

.change-cover:before {
	content: "\f303";
}

.reposition-cover:before {
	content: "\f0b2";
	font-family: 'Font Awesome 5 Free';
}

.profile-menu {
	position: relative;
	margin-right: 20px;
}

#cover-menu {
	display: none;
}

.upload-photo {
	background: #eee;
	position: absolute;
	font-size: 15px;
	font-family: sans-serif;
	bottom: 0;
	right: 0;
	margin-bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.upload-photo span {
	text-align: center;
	display: block;
	margin-top: 5px;
	font-size: 20px;
	color: #000;
}

.user-cover-uploading {
	opacity: 0.4;
}

.user-photo-uploading {
	height: 100%;
	opacity: 0.8;
	background: #fff;
	width: 100%;
	position: absolute;
	border-radius: 50%;
	margin-bottom: 0;
	margin-left: -5px;
	margin-top: -5px;
}

.user-photo-uploading span {
	display: none;
}

.ossn-profile-bottom {
	margin-top: 10px;
}

.page-sidebar,
.ossn-profile-sidebar {}

.ossn-layout-media .content {
	margin-right: 10px;
	margin-left: 10px;
}

.ossn-profile-extra-menu {
	display: inline-block;
}

#ossn-home-signup .checkbox-block,
.ossn-profile-bottom .ossn-edit-form .checkbox-block {
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 480px) {
	.profile-hr-menu ul li {
		padding: 10px 0;
	}

	/******************************
    	Profile
    ********************************/
	.ossn-profile .profile-photo img {}

	.ossn-profile .user-fullname {
		width: auto;
		white-space: normal;
	}

	.ossn-profile .top-container .profile-cover {
		height: 188px;
	}

	.ossn-profile .profile-photo {
		position: relative;
		margin: -51px auto;
	}

	.ossn-profile-usermetadata {
		min-height: 230px;
	}

	.profile-menu {
		float: initial;
		text-align: center;
		margin: 10px 0;
	}

	.ossn-profile .top-container .profile-cover img {
		width: auto;
	}

	.upload-photo {
		margin-bottom: 0px;
		transform: scale(0.8);
	}

	.profile-hr-menu ul li {
		display: block;
		margin-right: 0px;
		margin-left: 10px;
	}

	.profile-hr-menu ul li a:not(.dropdown a) {
		margin-right: 0px;
		padding: 10px;
	}

	.ossn-profile-role {
		font-size: 15px !important;
		position: relative;
	}
}

@media only screen and (max-width: 992px) {
	.profile-menu {
		margin: 10px 0;
	}

	.ossn-profile .user-fullname {
		max-width: initial;
	}
}

@media only screen and (max-width: 1199px) {
	.ossn-profile .user-fullname {
		max-width: initial;
	}
}

@media only screen and (max-width: 767px) {
	.ossn-profile .user-fullname {
		max-width: initial;
	}

}

/**************************** End *****************/
.ossn-profile-module-friends img {
	padding: 1.5px;
}

.ossn-profile-module-friends .user-image {
	width: 100px;
	height: 100px;
	margin-bottom: 5px;
	display: inline-block;
}

.ossn-profile-module-friends .user-name {
	position: absolute;
	margin-top: -27px;
	margin-left: 8px;
	font-size: 12px;
	color: #fff;
	max-width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ossn-profile-module-friends h3 {
	padding: 4px;
	text-align: center;
	font-size: 16px;
	color: #ccc;
}

.ossn-profile-extra-menu {
	display: inline-block;
}

.ossn-profile-extra-menu .btn-action i {
	margin: 0 auto;
}

.ossn-profile .profile-cover img {
	position: relative;
}

.ossn-covers-uploading-annimation {
	float: right;
	background: rgba(255, 255, 255, 0.62);
	padding: 20px;
	border-radius: 20px;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ossn-profile-bottom .ossn-edit-form .radio-block {
	margin-top: 0;
	margin-bottom: 0;
}

/** profile edit layout **/
.ossn-profile-edit-layout {
	background: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.profile-edit-tabs {}

.profile-edit-tabs a {
	padding: 12px 4px 12px 16px;
	display: block;
	border-left: 2px solid #fff;
	cursor: pointer;
	text-decoration: none;
}

.profile-edit-tab-item-active {
	border-left: 3px solid #5088a3 !important;
	font-weight: bold;
}

.profile-edit-tabs a {}

.profile-edit-layout-right {
	padding: 10px;
	border-left: 1px solid #eee;
}

.profile-edit-layout-title {
	background: #F9F7F7;
	border: 1px solid #eee;
	padding: 12px 20px;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.profile-hr-menu .dropdown-toggle::after {
	display: none;
}/***********************************
	Ossn Wall <style>
*************************************/

.ossn-wall {}

.ossn-wall-items {}

.ossn-wall-item {
	padding: 15px;
	padding-top: 10px;
	margin-top: 20px;
	background-color: #fff;
	padding-bottom: 0px;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.ossn-wall-item:first-child {
	margin-top: 0px;
}

.ossn-wall-item .friends a {
	text-decoration: none;
}

.ossn-wall-item .friends a:first-child:before {
	content: "-";
	margin-left: 5px;
	margin-right: 5px;
}

.ossn-wall-item .user-img {
	border-radius: 50px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.ossn-wall-item .meta {}

.ossn-wall-item .meta .user {
	margin-top: 3px;
}

.ossn-wall-item .meta .user a {
	font-weight: bold;
}

.ossn-wall-item .meta .user span {
	color: #999;
}

.ossn-wall-item .post-contents {
	margin-top: 15px;
}

.ossn-wall-item .post-contents p {
	/** Incorrect Hyphenation in the theme GoBlue 3.0 #824 **/
	word-break: break-word;
	text-align: justify;
}

.ossn-wall-item .post-contents img {
	max-width: 100%;
	border: 1px solid #eae8e8;
	display: block;
	margin-bottom: 10px;
}

.ossn-wall-item .meta .post-menu {
	float: right;
}

.ossn-wall-item .meta .post-menu .btn-link {
	font-size: 14px;
}

.ossn-wall-container {
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.ossn-wall-container .controls {
	background-color: #F6F7F8;
	margin-top: 5px;
	border: 1px solid #E9EAED;
	padding: 5px 10px;
	margin-left: -10px;
	margin-right: -10px;
	border-left: 0;
	border-right: 0;
}

.ossn-wall-container .wall-tabs {
	background-color: #F6F7F8;
	border: 1px solid #E9EAED;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.ossn-wall-container .wall-tabs .item {
	padding: 10px;
	display: inline-flex;
	cursor: pointer;
}

.ossn-wall-container .wall-tabs .item:hover {
	background: #eee;
}

.ossn-wall-container .wall-tabs .item:first-child {
	border-top-left-radius: 10px;
}

.ossn-wall-container .wall-tabs .item div {
	display: inline-block;
}

.ossn-wall-container .wall-tabs .item .text {
	font-weight: bold;
	margin-top: 1px;
	margin-left: 5px;
	position: absolute;


	font-size: 15px;
}

.ossn-wall-container .tabs-input {}

.ossn-wall-container .controls li {
	padding: 7px;
	background: #e5e5e5e0;
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
	width: 35px;
	height: 35px;
	text-align: center;
}

.ossn-wall-container .controls .ossn-wall-friend,
.ossn-wall-container .controls .ossn-wall-location,
.ossn-wall-container .controls .ossn-wall-photo,
.ossn-wall-container-control-menu-emojii-selector {
	color: #5d5d5d;
}

.ossn-wall-container .controls li:hover {
	background: #fff;
}

.ossn-wall-post-button-container {
	display: inline-table;
	float: right;
}

.ossn-wall-privacy-dummy,
.ossn-wall-privacy {
	margin-right: 5px;
	padding: 5px 10px;
	background: #e5e5e5e0;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	margin-top: 10px;
}

.ossn-wall-privacy-dummy {
	background: #e5e5e5e0;
	cursor: initial;
	opacity: 0.5;
}

.ossn-wall-privacy:hover {
	background: #eeeeee8c;
}

.ossn-wall-privacy-dummy span>span,
.ossn-wall-privacy span>span {
	margin-left: 5px;
	float: right;
}

.ossn-wall-container .ossn-wall-post {
	padding: 3px 20px;
	margin-top: 6px;
	margin: 10px auto;
	border-radius: 5px;
}

.ossn-wall-container i {
	font-size: 15px;
	margin-right: 0;
}

.ossn-wall-container-data {
	background: #fff;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid #E5E5E5;
	border-bottom-color: #ccc;
	border-width: 0 1px 2px 1px;
}

#ossn-wall-photo {
	margin-top: 10px;
}

.ossn-wall-container input[type="file"],
.ossn-wall-container input[type="text"] {
	width: 100%;
	border-top: 1px dashed #E9EAED;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: -5px;
	outline: none;
}

.ossn-wall-container input[type="file"] {
	border: 1px solid #E9EAED;
	border-radius: 10px;
	background: #fff;
}

#token-input-ossn-wall-friend-input {
	width: 100% !important;
	padding: 7px;
	margin-bottom: 5px;
	margin-top: -5px;
	background: #fff;
	border: 0;
}

#ossn-wall-location-input {
	background: #fff;
	border: 1px solid #E9EAED;
	border-radius: 10px;
}

#ossn-wall-location .ap-input-icon svg {
	top: 15px
}

#ossn-wall-form .ossn-loading {
	margin: 7px;
}

.ossn-wall-item-type {
	display: inline-block;
}

.ossn-wall-item .friends {
	display: inline-block;
}

.ossn-form textarea#post-edit {
	height: 125px;
}

.ossn-wall-post-delete {
	color: #EC2020 !important;
}

.ossn-wall-loading {
	text-align: center;
	padding: 10px;
	width: 100%;
}

.ossn-wall-loading .ossn-loading {
	display: inline-block;
}

#ossn-wall-form .ui-autocomplete-loading {
	background: white url("https://evinie.com/themes/goblue/images/loading.gif") right center no-repeat;
}

#ossn-wall-form .ui-helper-hidden-accessible {
	display: none;
}

.ossn-wall-post-time {
	cursor: pointer;
}

.ossn-wall-post-time:hover {
	text-decoration: underline;
}

.wall-tabs .item span {
	padding-left: 5px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 13px;
	bottom: 0;
}

.group-wall .ossn-wall-post-button-container {
	height: 50px;
	display: inline-block;
}

.group-wall .ossn-wall-post {
	float: right;
}

#ossn-wall-location .mapboxgl-ctrl-geocoder--input {
	padding-left: 30px;
	background: initial;
	border-radius: 10px;
	border: 1px dashed #eee;
	margin-top: 5px;
}

.ossn-wall-image-container {
	background: #f8f8f8;
}

.ossn-wall-image-container>img {
	max-height: 80vh;
	margin: 0 auto;
}

.ossn-wall-item>.dropdown-menu {
	min-width: 200px;
}

.ossn-wall-item .dropdown-menu li a:before {
	content: "\f068";
	display: inline-block;
	float: left;
	margin-right: 10px;
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}

.ossn-wall-item .post-control-edit:before {
	content: "\f303" !important;
}

.ossn-wall-item .post-control-delete:before {
	content: "\f2ed" !important;
}

.ossn-wall-textarea {
	min-height: 200px;
	outline: none;
}

#ossn-wall-form .ossn-wall-textarea[contenteditable="true"]:empty::before {
	content: attr(placeholder);
	pointer-events: none;
	display: block;
}

/**************************
	Mobile Layout Settings
***************************/

@media (max-width: 480px) {
	.ossn-wall-item-type {
		display: block;
	}

	.ossn-wall-privacy-dummy,
	.ossn-wall-privacy {
		float: none;
		margin-right: 0;
	}

	.ossn-wall-container .controls {
		height: auto;
	}

	.ossn-wall-container textarea {
		margin-left: 0px;
		width: 100%;
	}
}

@media screen and (min-width:1500px) {
	.ossn-wall-container .wall-tabs i {
		margin-top: 3px;
	}
}


/********************
	Changes 9.6
*********************/
.ossn-wall-textarea {
	min-height: 60px;
	outline: none;
	padding: 10px;
	padding-left: 40px;
}

.ossn-wall-textarea {
	white-space: pre-wrap;
	/* Make sure browser don't add &nbps  */
}

.ossn-wall-token {
	display: inline-block;
	padding: 2px 6px;
	border-radius: 6px;
	font-weight: 500;
	line-height: 1.2;
	user-select: none;
	transition: background 0.2s;
}

.ossn-wall-userimage-form {
	width: 30px;
	height: 30px;
	position: absolute;
	margin-top: 7px;
}

.ossn-wall-userimage-form img {
	border-radius: 50%;
}/********* <style> ********/
.ossn-comment-menu {
	float: right;
	margin-left: 10px;
}

.comments-item:hover .ossn-comment-menu {
	display: block;
	margin-left: 10px;
}

.comments-likes {
	width: 100%;
}

.comments-list {
	background-color: #FBFBFB;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.comments-list .comments-item {
	padding-top: 10px;
	padding-bottom: 5px;
}

.comments-list .comments-item:first-child {
	margin-top: 0px;
	padding-top: 10px;
}

.comments-list .comments-item:last-child {
	border-bottom: none;
}

.comments-list .comments-item .comment-user-img {
	display: inline-block;
	border-radius: 32px;
}


/** UI improvements comments #1524 **/

.comments-list .comments-item .comment-contents {
	display: inline-block;
	margin-top: -3px;
	background-color: #ebedf0;
	border-radius: 18px;
	width: auto;
	line-height: 16px;
	padding: 6px 12px 7px 12px;
}

.comment-container {
	position: relative;
	z-index: 0;
}

.comments-item .col-lg-11 {
	padding-left: 0px;
}

.comment-metadata .time-created,
.comment-metadata a {
	display: inline-block;
}

.comment-contents p {
	margin: 0px;
	word-break: break-word;
	text-align: left;
}

.comment-contents p img {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}

.comment-contents .owner-link {
	font-weight: bold;
	margin-right: 5px;
	font-size: 14px;
}

.comment-contents {
	width: 100%;
}

.comment-container span[readonly='readonly'],
.comment-container input[readonly='readonly'] {
	background: #eee;
}

.comments-item .comment-metadata {
	margin-top: 5px;
}

.comment-box {
	width: 100%;
	border: 1px solid #eee;
	padding: 6px 65px 6px 12px;
	margin-bottom: 5px;
	outline: none;
	display: block;
	resize: vertical;
	min-height: 32px;
	background-color: #f2f3f5;
	border: 1px solid #ccd0d5;
	border-radius: 15px;
	word-break: break-word;
	text-align: left;
}

.ossn-edit-comment:before {
	content: "\f303" !important;
}

.ossn-delete-comment:before {
	content: "\f2ed" !important;
}

.comment-metadata .dropdown-item {
	padding: 0.4rem 1rem;
}

@media (max-width: 480px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 1199px) {}

/********* comments theme code copied end *********/
.ossn-comment-attach-photo {
	width: 100%;
}

.ossn-comment-attach-photo .fa-camera {
	float: right;
	position: relative;
	margin-right: 5px;
	margin-top: 3px;
	width: 25px;
	height: 25px;
	padding: 5px;
	font-size: 17px;
	cursor: pointer;
	color: #999;
}

.ossn-comment-attachment {
	width: 115px;
	margin-left: 40px;
	padding-bottom: 10px;
	margin-top: -5px;
	display: none;
}

.ossn-comment-attachment .image-data {
	padding: 6px;
	background: #fff;
	border: 1px solid #eee;

	/* Please, check scaling algorithm of comment picture previews #682 */
	/** 
    comments attachment image not responsive #938
    display: flex; **/

	max-height: 180px;
	text-align: center;
}

.ossn-comment-attachment .image-data img {
	max-width: 100%;
	height: 100px;
	border: 1px solid #ccc;
}

.ossn-viewer-comments .ossn-comment-attachment {
	width: 115px;
}

.ossn-viewer .comments-item .row {
	margin-left: 10px;
	margin-right: 10px;
}

.ossn-viewer .comments-item .col-lg-1 {
	display: none;
}

.ossn-viewer-comments .comments-likes .ossn-comment-attach-photo .fa-camera {
	float: none;
	margin-right: 0px;
	margin-left: 10px;
}

.ossn-viewer-comments .ossn-comment-attachment {
	margin-left: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
}

.ossn-viewer-comments .like-share {
	margin-left: 0px;
	margin-right: 0px;
}

.ossn-form textarea#comment-edit {
	height: 125px;
}

.ossn-delete-comment {
	color: #EC2020 !important;
}

.comment-post-btn {
	float: right;
	border-radius: 10px;
	padding: 2px 20px;
}

.comment-text {
	padding: 5px 0;
	display: block;
}.like-share {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px;
	background-color: #FBFBFB;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 20px;
	padding-right: 20px;
}

.ossn-likes-view a.right.btn.btn-danger {
	font-size: 12px;
	margin-top: 8px;
	margin-right: 5px;
	padding: 3px 5px 3px 5px;
	border-radius: 1px;
	display: none;
}

.ossn-likes-view a.right.btn.btn-primary {
	font-size: 12px;
	margin-top: 8px;
	margin-right: 5px;
	padding: 3px 5px 3px 5px;
	border-radius: 1px;
	display: none;
}

.emoji {
	width: 120px;
	height: 120px;
	background: #FFDA6A;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	transform: scale(0.325);
	margin-left: -37px;
	margin-top: -37px;
}

.emoji:after {}

.emoji__face,
.emoji__eyebrows,
.emoji__eyes,
.emoji__mouth,
.emoji__tongue,
.emoji__heart,
.emoji__hand,
.emoji__thumb {
	position: absolute;
}

.emoji__face:before,
.emoji__face:after,
.emoji__eyebrows:before,
.emoji__eyebrows:after,
.emoji__eyes:before,
.emoji__eyes:after,
.emoji__mouth:before,
.emoji__mouth:after,
.emoji__tongue:before,
.emoji__tongue:after,
.emoji__heart:before,
.emoji__heart:after,
.emoji__hand:before,
.emoji__hand:after,
.emoji__thumb:before,
.emoji__thumb:after {
	position: absolute;
	content: '';
}

.emoji__face {
	width: inherit;
	height: inherit;
}

.emoji--dislike {
	background: #999;
	transform: scale(0.325, -0.325);
}

.emoji--like {
	background: #548DFF;
}

.emoji--dislike .emoji__hand,
.emoji--like .emoji__hand {
	left: 25px;
	bottom: 30px;
	width: 20px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 5px;
	z-index: 0;
	-webkit-animation: hands-up 2s linear infinite;
	animation: hands-up 2s linear infinite;
}

.emoji--dislike .emoji__hand:before,
.emoji--like .emoji__hand:before {
	left: 25px;
	bottom: 5px;
	width: 40px;
	background: inherit;
	height: 10px;
	border-radius: 2px 10px 10px 2px;
	box-shadow: 1px -9px 0 1px #FFFFFF, 2px -19px 0 2px #FFFFFF, 3px -29px 0 3px #FFFFFF;
}

.emoji--dislike .emoji__thumb,
.emoji--like .emoji__thumb {
	border-bottom: 20px solid #FFFFFF;
	border-left: 20px solid transparent;
	top: -25px;
	right: -25px;
	z-index: 2;
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-animation: thumbs-up 2s linear infinite;
	animation: thumbs-up 2s linear infinite;
}

.emoji--dislike .emoji__thumb:before,
.emoji--like .emoji__thumb:before {
	border-radius: 50% 50% 0 0;
	background: #FFFFFF;
	width: 10px;
	height: 12px;
	left: -10px;
	top: -8px;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	box-shadow: -1px 4px 0 -1px #FFFFFF;
}

.emoji--love {
	background: #F55064;
}

.emoji--love .emoji__heart {
	left: calc(50% - 40px);
	top: calc(50% - 40px);
	width: 80px;
	height: 80px;
	-webkit-animation: heart-beat 1s linear infinite alternate;
	animation: heart-beat 1s linear infinite alternate;
}

.emoji--love .emoji__heart:before,
.emoji--love .emoji__heart:after {
	left: calc(50% - 20px);
	top: calc(50% - 32px);
	width: 40px;
	height: 64px;
	background: #FFFFFF;
	border-radius: 20px 20px 0 0;
}

.emoji--love .emoji__heart:before {
	-webkit-transform: translate(20px) rotate(-45deg);
	transform: translate(20px) rotate(-45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.emoji--love .emoji__heart:after {
	-webkit-transform: translate(-20px) rotate(45deg);
	transform: translate(-20px) rotate(45deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.emoji--haha .emoji__face {
	-webkit-animation: haha-face 2s linear infinite;
	animation: haha-face 2s linear infinite;
}

.emoji--haha .emoji__eyes {
	width: 26px;
	height: 6px;
	border-radius: 2px;
	left: calc(50% - 13px);
	top: 35px;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	background: transparent;
	box-shadow: -25px 5px 0 0 #000000, 25px -5px 0 0 #000000;
}

.emoji--haha .emoji__eyes:after {
	left: 0;
	top: 0;
	width: 26px;
	height: 6px;
	border-radius: 2px;
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
	background: transparent;
	box-shadow: -25px -5px 0 0 #000000, 25px 5px 0 0 #000000;
}

.emoji--haha .emoji__mouth {
	width: 80px;
	height: 40px;
	left: calc(50% - 40px);
	top: 50%;
	background: #000000;
	border-radius: 0 0 40px 40px;
	overflow: hidden;
	z-index: 1;
	-webkit-animation: haha-mouth 2s linear infinite;
	animation: haha-mouth 2s linear infinite;
}

.emoji--haha .emoji__tongue {
	width: 70px;
	height: 30px;
	background: #F55064;
	left: calc(50% - 35px);
	bottom: -10px;
	border-radius: 50%;
}

.emoji--yay:after {
	-webkit-animation: yay-reverse 1s linear infinite;
	animation: yay-reverse 1s linear infinite;
}

.emoji--yay .emoji__face {
	-webkit-animation: yay 1s linear infinite alternate;
	animation: yay 1s linear infinite alternate;
}

.emoji--yay .emoji__eyebrows {
	left: calc(50% - 3px);
	top: 30px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: transparent;
	box-shadow: -6px 0 0 0 #000000, -36px 0 0 0px #000000, 6px 0 0 0 #000000, 36px 0 0 0px #000000;
}

.emoji--yay .emoji__eyebrows:before,
.emoji--yay .emoji__eyebrows:after {
	width: 36px;
	height: 18px;
	border-radius: 60px 60px 0 0;
	background: transparent;
	border: 6px solid black;
	box-sizing: border-box;
	border-bottom: 0;
	bottom: 3px;
	left: calc(50% - 18px);
}

.emoji--yay .emoji__eyebrows:before {
	margin-left: -21px;
}

.emoji--yay .emoji__eyebrows:after {
	margin-left: 21px;
}

.emoji--yay .emoji__mouth {
	top: 60px;
	background: transparent;
	left: 50%;
}

.emoji--yay .emoji__mouth:after {
	width: 80px;
	height: 80px;
	left: calc(50% - 40px);
	top: -75px;
	border-radius: 50%;
	background: transparent;
	border: 6px solid #000000;
	box-sizing: border-box;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	z-index: 1;
}

.emoji--yay .emoji__mouth:before {
	width: 6px;
	height: 6px;
	background: transparent;
	border-radius: 50%;
	bottom: 5px;
	left: calc(50% - 3px);
	box-shadow: -25px 0 0 0 #000000, 25px 0 0 0 #000000, -35px -2px 30px 10px #D5234C, 35px -2px 30px 10px #D5234C;
}

.emoji--wow .emoji__face {
	-webkit-animation: wow-face 3s linear infinite;
	animation: wow-face 3s linear infinite;
}

.emoji--wow .emoji__eyebrows {
	left: calc(50% - 3px);
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: transparent;
	box-shadow: -18px 0 0 0 #000000, -33px 0 0 0 #000000, 18px 0 0 0 #000000, 33px 0 0 0 #000000;
	-webkit-animation: wow-brow 3s linear infinite;
	animation: wow-brow 3s linear infinite;
}

.emoji--wow .emoji__eyebrows:before,
.emoji--wow .emoji__eyebrows:after {
	width: 24px;
	height: 20px;
	border: 6px solid #000000;
	box-sizing: border-box;
	border-radius: 50%;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	top: -3px;
	left: calc(50% - 12px);
}

.emoji--wow .emoji__eyebrows:before {
	margin-left: -25px;
}

.emoji--wow .emoji__eyebrows:after {
	margin-left: 25px;
}

.emoji--wow .emoji__eyes {
	width: 16px;
	height: 24px;
	left: calc(50% - 8px);
	top: 35px;
	border-radius: 50%;
	background: transparent;
	box-shadow: 25px 0 0 0 #000000, -25px 0 0 0 #000000;
}

.emoji--wow .emoji__mouth {
	width: 30px;
	height: 45px;
	left: calc(50% - 15px);
	top: 50%;
	border-radius: 50%;
	background: #000000;
	-webkit-animation: wow-mouth 3s linear infinite;
	animation: wow-mouth 3s linear infinite;
}

.emoji--sad .emoji__face {
	-webkit-animation: sad-face 2s ease-in infinite;
	animation: sad-face 2s ease-in infinite;
}

.emoji--sad .emoji__eyebrows {
	left: calc(50% - 3px);
	top: 35px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: transparent;
	box-shadow: -40px 9px 0 0 #000000, -25px 0 0 0 #000000, 25px 0 0 0 #000000, 40px 9px 0 0 #000000;
}

.emoji--sad .emoji__eyebrows:before,
.emoji--sad .emoji__eyebrows:after {
	width: 30px;
	height: 20px;
	border: 6px solid #000000;
	box-sizing: border-box;
	border-radius: 50%;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	top: 2px;
	left: calc(50% - 15px);
}

.emoji--sad .emoji__eyebrows:before {
	margin-left: -30px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.emoji--sad .emoji__eyebrows:after {
	margin-left: 30px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.emoji--sad .emoji__eyes {
	width: 14px;
	height: 16px;
	left: calc(50% - 7px);
	top: 50px;
	border-radius: 50%;
	background: transparent;
	box-shadow: 25px 0 0 0 #000000, -25px 0 0 0 #000000;
}

.emoji--sad .emoji__eyes:after {
	background: #548DFF;
	width: 12px;
	height: 12px;
	margin-left: 6px;
	border-radius: 0 100% 40% 50% / 0 50% 40% 100%;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-animation: tear-drop 2s ease-in infinite;
	animation: tear-drop 2s ease-in infinite;
}

.emoji--sad .emoji__mouth {
	width: 60px;
	height: 80px;
	left: calc(50% - 30px);
	top: 80px;
	box-sizing: border-box;
	border: 6px solid #000000;
	border-radius: 50%;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	background: transparent;
	-webkit-animation: sad-mouth 2s ease-in infinite;
	animation: sad-mouth 2s ease-in infinite;
}

.emoji--sad .emoji__mouth:after {
	width: 6px;
	height: 6px;
	background: transparent;
	border-radius: 50%;
	top: 4px;
	left: calc(50% - 3px);
	box-shadow: -18px 0 0 0 #000000, 18px 0 0 0 #000000;
}

.emoji--angry {
	background: linear-gradient(#D5234C -10%, #FFDA6A);
	background-size: 100%;
	-webkit-animation: angry-color 2s ease-in infinite;
	animation: angry-color 2s ease-in infinite;
}

.emoji--angry .emoji__face {
	-webkit-animation: angry-face 2s ease-in infinite;
	animation: angry-face 2s ease-in infinite;
}

.emoji--angry .emoji__eyebrows {
	left: calc(50% - 3px);
	top: 55px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: transparent;
	box-shadow: -44px 5px 0 0 #000000, -7px 16px 0 0 #000000, 7px 16px 0 0 #000000, 44px 5px 0 0 #000000;
}

.emoji--angry .emoji__eyebrows:before,
.emoji--angry .emoji__eyebrows:after {
	width: 50px;
	height: 20px;
	border: 6px solid #000000;
	box-sizing: border-box;
	border-radius: 50%;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	top: 0;
	left: calc(50% - 25px);
}

.emoji--angry .emoji__eyebrows:before {
	margin-left: -25px;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
}

.emoji--angry .emoji__eyebrows:after {
	margin-left: 25px;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.emoji--angry .emoji__eyes {
	width: 12px;
	height: 12px;
	left: calc(50% - 6px);
	top: 70px;
	border-radius: 50%;
	background: transparent;
	box-shadow: 25px 0 0 0 #000000, -25px 0 0 0 #000000;
}

.emoji--angry .emoji__mouth {
	width: 36px;
	height: 18px;
	left: calc(50% - 18px);
	bottom: 15px;
	background: #000000;
	border-radius: 50%;
	-webkit-animation: angry-mouth 2s ease-in infinite;
	animation: angry-mouth 2s ease-in infinite;
}

@-webkit-keyframes heart-beat {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	75% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
}

@keyframes heart-beat {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	75% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
}

@-webkit-keyframes haha-face {
	10%,
	30%,
	50% {
		-webkit-transform: translateY(25px);
		transform: translateY(25px);
	}
	20%,
	40% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	60%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	70%,
	90% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@keyframes haha-face {
	10%,
	30%,
	50% {
		-webkit-transform: translateY(25px);
		transform: translateY(25px);
	}
	20%,
	40% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	60%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	70%,
	90% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@-webkit-keyframes haha-mouth {
	10%,
	30%,
	50% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		top: 45%;
	}
	20%,
	40% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		top: 45%;
	}
	60%,
	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		top: 50%;
	}
	70% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		top: 50%;
	}
	90% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		top: 50%;
	}
}

@keyframes haha-mouth {
	10%,
	30%,
	50% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		top: 45%;
	}
	20%,
	40% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		top: 45%;
	}
	60%,
	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		top: 50%;
	}
	70% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		top: 50%;
	}
	90% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		top: 50%;
	}
}

@-webkit-keyframes yay {
	25% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	75% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
}

@keyframes yay {
	25% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	75% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
}

@-webkit-keyframes wow-face {
	15%,
	25% {
		-webkit-transform: rotate(20deg) translateX(-25px);
		transform: rotate(20deg) translateX(-25px);
	}
	45%,
	65% {
		-webkit-transform: rotate(-20deg) translateX(25px);
		transform: rotate(-20deg) translateX(25px);
	}
	75%,
	100% {
		-webkit-transform: rotate(0deg) translateX(0);
		transform: rotate(0deg) translateX(0);
	}
}

@keyframes wow-face {
	15%,
	25% {
		-webkit-transform: rotate(20deg) translateX(-25px);
		transform: rotate(20deg) translateX(-25px);
	}
	45%,
	65% {
		-webkit-transform: rotate(-20deg) translateX(25px);
		transform: rotate(-20deg) translateX(25px);
	}
	75%,
	100% {
		-webkit-transform: rotate(0deg) translateX(0);
		transform: rotate(0deg) translateX(0);
	}
}

@-webkit-keyframes wow-brow {
	15%,
	65% {
		top: 25px;
	}
	75%,
	100%,
	0% {
		top: 15px;
	}
}

@keyframes wow-brow {
	15%,
	65% {
		top: 25px;
	}
	75%,
	100%,
	0% {
		top: 15px;
	}
}

@-webkit-keyframes wow-mouth {
	10%,
	30% {
		width: 20px;
		height: 20px;
		left: calc(50% - 10px);
	}
	50%,
	70% {
		width: 30px;
		height: 40px;
		left: calc(50% - 15px);
	}
	75%,
	100% {
		height: 50px;
	}
}

@keyframes wow-mouth {
	10%,
	30% {
		width: 20px;
		height: 20px;
		left: calc(50% - 10px);
	}
	50%,
	70% {
		width: 30px;
		height: 40px;
		left: calc(50% - 15px);
	}
	75%,
	100% {
		height: 50px;
	}
}

@-webkit-keyframes sad-face {
	25%,
	35% {
		top: -15px;
	}
	55%,
	95% {
		top: 10px;
	}
	100%,
	0% {
		top: 0;
	}
}

@keyframes sad-face {
	25%,
	35% {
		top: -15px;
	}
	55%,
	95% {
		top: 10px;
	}
	100%,
	0% {
		top: 0;
	}
}

@-webkit-keyframes sad-mouth {
	25%,
	35% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
		top: 70px;
	}
	55%,
	100%,
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		top: 80px;
	}
}

@keyframes sad-mouth {
	25%,
	35% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
		top: 70px;
	}
	55%,
	100%,
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		top: 80px;
	}
}

@-webkit-keyframes tear-drop {
	0%,
	100% {
		display: block;
		left: 35px;
		top: 15px;
		-webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0);
	}
	25% {
		display: block;
		left: 35px;
		-webkit-transform: rotate(45deg) scale(2);
		transform: rotate(45deg) scale(2);
	}
	49.9% {
		display: block;
		left: 35px;
		top: 65px;
		-webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0);
	}
	50% {
		display: block;
		left: -35px;
		top: 15px;
		-webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0);
	}
	75% {
		display: block;
		left: -35px;
		-webkit-transform: rotate(45deg) scale(2);
		transform: rotate(45deg) scale(2);
	}
	99.9% {
		display: block;
		left: -35px;
		top: 65px;
		-webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0);
	}
}

@keyframes tear-drop {
	0%,
	100% {
		display: block;
		left: 35px;
		top: 15px;
		-webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0);
	}
	25% {
		display: block;
		left: 35px;
		-webkit-transform: rotate(45deg) scale(2);
		transform: rotate(45deg) scale(2);
	}
	49.9% {
		display: block;
		left: 35px;
		top: 65px;
		-webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0);
	}
	50% {
		display: block;
		left: -35px;
		top: 15px;
		-webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0);
	}
	75% {
		display: block;
		left: -35px;
		-webkit-transform: rotate(45deg) scale(2);
		transform: rotate(45deg) scale(2);
	}
	99.9% {
		display: block;
		left: -35px;
		top: 65px;
		-webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0);
	}
}

@-webkit-keyframes hands-up {
	25% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	50% {
		-webkit-transform: rotate(-15deg) translateY(-10px);
		transform: rotate(-15deg) translateY(-10px);
	}
	75%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes hands-up {
	25% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	50% {
		-webkit-transform: rotate(-15deg) translateY(-10px);
		transform: rotate(-15deg) translateY(-10px);
	}
	75%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes thumbs-up {
	25% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	50%,
	100% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
}

@keyframes thumbs-up {
	25% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	50%,
	100% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
}

@-webkit-keyframes angry-color {
	45%,
	60% {
		background-size: 250%;
	}
	85%,
	100%,
	0% {
		background-size: 100%;
	}
}

@keyframes angry-color {
	45%,
	60% {
		background-size: 250%;
	}
	85%,
	100%,
	0% {
		background-size: 100%;
	}
}

@-webkit-keyframes angry-face {
	35%,
	60% {
		-webkit-transform: translateX(0) translateY(10px) scale(0.9);
		transform: translateX(0) translateY(10px) scale(0.9);
	}
	40%,
	50% {
		-webkit-transform: translateX(-5px) translateY(10px) scale(0.9);
		transform: translateX(-5px) translateY(10px) scale(0.9);
	}
	45%,
	55% {
		-webkit-transform: translateX(5px) translateY(10px) scale(0.9);
		transform: translateX(5px) translateY(10px) scale(0.9);
	}
}

@keyframes angry-face {
	35%,
	60% {
		-webkit-transform: translateX(0) translateY(10px) scale(0.9);
		transform: translateX(0) translateY(10px) scale(0.9);
	}
	40%,
	50% {
		-webkit-transform: translateX(-5px) translateY(10px) scale(0.9);
		transform: translateX(-5px) translateY(10px) scale(0.9);
	}
	45%,
	55% {
		-webkit-transform: translateX(5px) translateY(10px) scale(0.9);
		transform: translateX(5px) translateY(10px) scale(0.9);
	}
}

@-webkit-keyframes angry-mouth {
	25%,
	50% {
		height: 6px;
		bottom: 25px;
	}
}

@keyframes angry-mouth {
	25%,
	50% {
		height: 6px;
		bottom: 25px;
	}
}

.ossn-like-reactions-panel {
	background: #ffffff;
	width: 355px;
	padding: 2px;
	position: absolute;
	height: 50px;
	top: auto;
	margin-top: -75px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	border-radius: 2em;
	cursor: default;
	z-index:1000;
}

.ossn-like-reactions-panel li:after {
	margin-left: 0px;
	margin-right: 0px;
	content: '';
}

.ossn-like-reactions-panel li {
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.ossn-reaction-list .emoji {
	transform: scale(0.133);
	margin-left: -55px;
	margin-top: -50px;
}

.ossn-reaction-list .emoji--dislike {
	transform: scale(0.133, -0.133);
}

.ossn-reaction-list {
	float: left;
	height: 20px;
}

.ossn-reaction-list li {
	display: inline-block;
	width: 10px;
	height: 20px;
}

.ossn-reaction-title-wholiked {
	margin-left: 10px;
}

.ossn-reaction-list .emoji__eyes:after,
.ossn-reaction-list .emoji__tongue,
.ossn-reaction-list .emoji__eyebrows,
.ossn-reaction-list .emoji__eyes,
.ossn-reaction-list .emoji__face,
.ossn-reaction-list .emoji__mouth,
.ossn-reaction-list .emoji__face,
.ossn-reaction-list .emoji__heart,
.ossn-reaction-list .emoji__hand {
	animation: none;
}

.ossn-reactions-list-whoreacted .emoji {}

.ossn-reactions-list-wholiked-item img {
	border: 1px solid #eee;
	border-radius: 100%;
}

.ossn-reactions-list-wholiked-item {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.ossn-reactions-list-whoreacted-uinfo a {
	font-weight: bold;
}

.ossn-reactions-list-whoreacted {
	float: none;
	margin-left: 5px;
}

@media (max-width: 480px) {
	.ossn-like-reactions-panel {
		margin-left: -40px;
		transform: scale(0.8);
	}
	.comment-contents .ossn-like-reactions-panel {
		margin-left: -30px;
	}
}

.ossn-likes-annotation-total {
	float: right;
}

.comment-metadata .ossn-reaction-list {
	float: right;
	margin-left: 10px;
}

.comment-metadata .ossn-reaction-list .emoji {
	transform: scale(0.12);
	margin-top: -51px;
}

.comment-metadata .ossn-reaction-list .emoji--dislike {
	transform: scale(0.12, -0.12);
}

/*************************
	OSSN 9.6 reactions
**************************/
.menu-likes-comments-share {
    border-top: 1px solid #f0f2f5;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    padding: 4px 15px;
    box-sizing: border-box;
}

.menu-likes-comments-share > li {
    flex: 1;            /* Spaces columns perfectly and equally */
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    /* Removed redundant width: 50% and float: left which break flex layout */
    float: none; 
    /* Hard constraint: Ensures all columns track the exact same height */
    height: 40px !important; 
}

/*==========================================
   ANCHOR BUTTONS (UNREACTED STATE)
============================================*/
.menu-likes-comments-share > li a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important; /* Spaces text and icons consistently */
    
    /* Fills out the parent 40px height so hover backgrounds match dimensions */
    width: 100%;
    height: 100% !important; 
    padding: 0 !important; /* Height control replaces text padding to prevent uneven jumps */
    
    color: #65676b;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 6px;
    cursor: pointer;
    box-sizing: border-box !important;
    transition: background-color 0.15s ease, transform 0.1s ease;
}

/* FontAwesome Icons Generation */
.menu-likes-comments-share > li a::before {
    font-family: "Font Awesome 6 Free", "FontAwesome";
    font-weight: 400;
    margin-right: 0; /* Managed cleanly via gap now */
    font-size: 18px;
    color: #65676b;
    -webkit-font-smoothing: antialiased;
    line-height: 1 !important;
}

/* Target Specific Icons */
.menu-likes-comments-share > li a.entity-menu-extra-like::before,
.menu-likes-comments-share > li a.post-control-like::before {
    content: "\f164"; /* Like face */
}
.menu-likes-comments-share > li a.entity-menu-extra-comment::before,
.menu-likes-comments-share > li a.post-control-comment::before {
    content: "\f075"; /* Comment bubble */
}
.menu-likes-comments-share > li a.post-control-share::before {
    content: "\f064"; 
}
.menu-likes-comments-share > li a.post-control-review::before {
    content: "\f005"; 
}

/*==========================================================
	ACTIVE / REACTED OVERRIDES (a.ossn-reacted-item)
=========================================================== */

/* Clean out the font icon instantly when user reacts */
.menu-likes-comments-share > li a[class*="ossn-reacted-"]::before {
    display: none !important;
    content: "" !important;
}

a.ossn-reacted-item {
    vertical-align: middle !important;
    /* Uses the exact same structure as unreacted buttons */
    gap: 8px !important; 
}

a.ossn-reacted-item.ossn-reacted-love span { color: #f33e5b !important; }
a.ossn-reacted-item.ossn-reacted-haha span { color: #f7b125 !important; }
a.ossn-reacted-item.ossn-reacted-like span { color: #2078f4 !important; }

/*Emoji Wrapper for Reacted Item*/
.ossn-reacted-item-icon {
    width: 25px !important;
    height: 25px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    
    /* Removed the negative margin-top which forced the wrapper out of bounds */
    margin: 0 !important; 
    
    /* explicit scaling option centered perfectly */
    transform: scale(0.7);
    transform-origin: center center;
}

/* Handles nested 120px assets smoothly within the 25px constraints */
.ossn-reacted-item-icon .emoji {
    margin: 0 !important;
    position: absolute !important;
}

/* Reset baseline padding metric for span alongside the flex elements */
.ossn-reacted-item span {
    margin-left: 0 !important; /* Flexbox gap handles layout spacing now */
    display: inline-block !important;
    line-height: 1 !important;
}

/*====================================
   INTERACTIVE HOVER STATES
======================================*/
.menu-likes-comments-share > li a:hover {
    background-color: #f2f3f5;
    color: #1c1e21;
}
.menu-likes-comments-share > li a:hover::before {
    color: #1c1e21;
}
.menu-likes-comments-share > li a:active {
    transform: scale(0.97);
}

a.ossn-reacted-item.ossn-reacted-like span { 
    color: #2078f4 !important; 
}

a.ossn-reacted-item.ossn-reacted-dislike span { 
    color: #65676b !important; 
}

a.ossn-reacted-item.ossn-reacted-love span { 
    color: #f33e5b !important; 
}

a.ossn-reacted-item.ossn-reacted-haha span,
a.ossn-reacted-item.ossn-reacted-yay span,
a.ossn-reacted-item.ossn-reacted-wow span,
a.ossn-reacted-item.ossn-reacted-wowo span,
a.ossn-reacted-item.ossn-reacted-sad span { 
    color: #f7b125 !important; 
}

a.ossn-reacted-item.ossn-reacted-angry span { 
    color: #e24e22 !important; 
}
/**** hide while xhr in pending *****/
.ossn-reaction-in-xhr .ossn-like-reactions-panel {
	display:none !important;
}/*** <style> ******/
.ossn-profile-module-albums img {
	padding: 1.5px;
	width: 100px;
	height: 100px;
}

.ossn-profile-module-albums h3 {
	padding: 4px;
	font-size: 16px;
	text-align: center;
	color: #ccc;
}

.ossn-photos {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	padding: 0;
	list-style: none;
	justify-content: flex-start;
}

.ossn-photos li {
	width: 200px;
	height: 200px;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: #f0f0f0;
	/* Light grey placeholder while loading */
	transition: transform 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.ossn-photos li:hover {
	transform: scale(1.03);
	z-index: 2;
}

.ossn-photos .pthumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* This removes the black spaces/gaps */
	display: block;
	border: 0;
}

.ossn-photos .ossn-album-name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 10px 10px;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	pointer-events: none;
}

.ossn-photos-mod-title {
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
}

.ossn-photo-view a {
	float: right;
	margin-bottom: 10px;
}

.ossn-photo-viewer {
	text-align: center;
	background: #F6F6F6;
	/** pictures in single view are drifting rightwards out of place #629 **/
	width: 100%;
}

.ossn-viewer-comments {
	margin-top: 25px;
}

.ossn-viewer-comments .comments-likes .comment-text p img {
	max-width: 250px;
}

.ossn-viewer-comments .comments-likes .ossn-comment-attach-photo {
	margin-left: 222px;
}

.ossn-photos .pthumb {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.ossn-photo-menu li {
	display: block;
}

.ossn-photo-menu li a {
	font-size: 12px;
}

.ossn-profile-module-albums {}

.ossn-profile-module-albums a {
	margin-left: 3px;
	border: 1px solid #eee;
}

.ossn-photo-view h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	display: inline;
}

.ossn-photo-menu {
	margin-top: 10px;
}

.ossn-photo-viewer .image-block {
	text-align: center;
	min-height: 200px;
}

.ossn-photos-add-button {
	text-align: center;
	padding: 20px;
	margin-top: 30px;
}

.ossn-photos-add-button .images {
	display: none;
}

.ossn-photos-wall {
	background: #f9f9f9;
	margin-bottom: 10px;
	padding-top: 10px;
	border-radius: 2px;
	border: 1px solid #eee;
	text-align: center;
}

.ossn-photos-wall-plain {
	border: none;
	text-align: center;
	background: initial;
}

.ossn-photos-wall-title a {
	font-weight: normal !important;
}

.ossn-photo-wall-item-small {
	width: 100px;
}

.ossn-photo-wall-item-medium {
	width: 200px;
}

.ossn-photos-wall-item {
	display: inline-block !important;
	cursor: pointer;
	margin-right: 2px;
}

.ossn-photo-view {
	margin-bottom: 10px;
}

#ossn-photos-show-gallery i {
	margin-right: 0;
}

.ossn-photos-album-comments-likes .like-share,
.ossn-photos-album-comments-likes .comments-list {
	margin-left: -10px;
	margin-right: -10px;
}/***** <style> **********/
/***********************************
	Ossn Notifications
***************************************/

.ossn-notifications-box .collapsing {
	-webkit-transition: none;
	transition: none;
	display: none;
}

.ossn-notifications-box {
	width: 430px;
	color: #000;
	position: absolute;
	top: 100%;
	right: 20px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 5px;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.ossn-notifications-box .notificaton-item {
	border-bottom: 1px solid #eee;
}

.ossn-notifications-box .notificaton-item:hover,
.ossn-notifications-box .notificaton-item .active {
	background-color: #F9F9F9;
}

.ossn-notifications-box .type-name {
	font-size: 13px;
	font-weight: bold;
	padding: 1px 10px 5px 10px;
	color: #000;
	height: 25px;
	border-bottom: 1px solid #DDDDDD;
}

.ossn-notification-box-loading {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ossn-no-notification {
	text-align: center;
	padding: 10px;
}

.ossn-notifications-box .type-name .title {
	display: inline-block;
}

.ossn-notifications-box .type-name .links {
	display: inline-block;
	float: right;
}

.ossn-notifications-box .type-name .links a {
	color: #337ab7;
	display: inline;
	font-weight: normal;
}

.ossn-notifications-box .notification-image,
.ossn-notifications-box .notification-image img {
	width: 50px;
	height: 50px;
}

.ossn-notifications-all a {
	padding: 10px;
}

.ossn-notifications-box .bottom-all a,
.ossn-notifications-box .notfi-meta strong {
	color: #337ab7;
}

.ossn-notifications-box .notfi-meta {
	width: 330px;
	margin-left: 5px;
	display: inline-block;
	float: right;
	color: #000;
}

.ossn-notifications-box .bottom-all a {
	font-weight: bold;
}

.ossn-notifications-box .bottom-all {
	background: #F7F7F7;
	text-align: center;
	padding: 0px;
	padding-top: 10px;
	display: block;
	height: 40px;
	border-top: 1px solid #eee;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.ossn-notifications-box .metadata {
	margin-bottom: -5px;
}

.ossn-notifications-box .messages-inner {
	max-height: 400px;
	overflow: hidden;
	overflow-y: scroll;
}

.latest-users img {
	margin-bottom: 5px;
}

.ossn-notification-mark-read {
	float: right;
}

.ossn-notif-delete-item i {
	margin-right: 0;
	font-size: initial !important;
	margin-top: initial !important;
}

.ossn-notif-delete-item {
	position: absolute;
	right: 0;

	top: 0;
	margin-top: 0px;
	background: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.ossn-notif-delete-item {
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.3s ease;
	pointer-events: none;
	/* prevent accidental clicks when hidden */
}

/* Show on hover of the <a> inside <li> */
.ossn-notifications-all li a:hover .ossn-notif-delete-item {
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}

.ossn-notifications-all li {
	display: block;
}

.ossn-notifications-all a:hover {
	cursor: pointer;
	background-color: transparent;
	text-decoration: none;
}

.ossn-notifications-box li:hover,
.ossn-notifications-box a:hover,
.ossn-notifications-all a:hover,
.ossn-notifications-all li:hover {
	background: #F9F9F9;
}

.ossn-notification-container {
	background-color: #dc0d17;
	background-image: -webkit-linear-gradient(#fa3c45, #dc0d17);
	color: #fff;
	min-height: 13px;
	padding: 1px 3px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
	-webkit-background-clip: padding-box;
	display: inline-block;
	font-size: 11px;
	line-height: normal;
	position: absolute;
	margin-left: -10px;
	z-index: 1;
}

.notification-friends .image {
	width: 50px;
	height: 50px;
	display: inline-table;
	float: left;
}

.ossn-notifications-friends-inner a {
	color: #0f3b4a !important;
	display: inline-block !important;
}

.ossn-notifications-friends-inner {
	padding: 0px 5px;
}

.ossn-notifications-friends-inner form {
	display: inline-table;
}

.ossn-notification-page li img {
	display: none;
}

.notification-friends li {
	width: 100%;
	border-bottom: 1px solid #eee;
}

.notification-friends .notfi-meta a {
	color: #337ab7;
	font-weight: bold;
	display: inline-block;
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ossn-notifications-friends-inner .controls {
	float: right;
	margin-top: 6px;
	display: inline-block;
}

.friends-added-text {
	/**float: left !important;
    margin-top: -18px !important;
    display: block !important;
    margin-left: 10px; **/
	font-size: 13px;
}

.ossn-notifications-friends-inner .btn {
	padding: 3px 9px;
	border-radius: 1px;
}

.notification-friends {
	max-height: 400px;
}

.ossn-notification-icon-comment {
	display: inline-block;
}

.ossn-notification-icon-comment:before {
	content: "\f075";
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
}

.ossn-notification-icon-tag {
	display: inline-block;
}

.ossn-notification-icon-tag:before {
	content: "\f507";
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
}

.ossn-notification-icon-like {
	display: inline-block;
}

.ossn-notification-icon-like:before {
	content: "\f164";
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
}

.ossn-notification-icon-like-post:before {
	display: inline-block;
}

.ossn-notification-icon-like-post:before {
	content: "\f087";
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
}

.ossn-notifications-all .data {
	display: inline;
	margin-left: 5px;
}

.ossn-notification-friend-submit {
	background: #FFF9D7;
}

.menu-section-item-notifications:before {
	content: "\f0f3" !important
}

.ossn-notifications-all .time-created {
	font-weight: bold;
	font-size: 13px;
	margin-left: 10px;
}

@media (max-width: 480px) {
	/***************************
    	Topbar notification box
   *****************************/
	.ossn-notifications-box {
		width: 300px !important;
	}

	.ossn-notifications-box .notfi-meta {
		width: 210px;
	}

	.notification-friends .notfi-meta a {
		width: 100px;
	}

	.ossn-notification-messages .user-item .data {
		width: 215px !important;
	}

	.ossn-notification-messages .user-item .data .name {
		width: 110px !important;
	}

	.ossn-notification-messages .reply-text-from {
		width: 200px !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}.ossn-search {
    margin-top: 20px;
}
.ossn-search input[type='text']{
    width: 95%;
    margin: 0 auto;
    color: #000;
    border-radius: 3px;
}
.ossn-search-active-item {
    background: #eee;
}
/****** <style> *********/
.ossn-messages {
	background: #fff;
	padding: 10px;
}

.ossn-messages .messages-recent .widget-contents {
	padding: 0px;
}

.ossn-messages .messages-recent .messages-from {
	max-height: 555px;
	overflow-x: hidden;
	overflow-y: auto;
}

.ossn-messages .messages-recent .messages-from .user-item {
	padding: 10px;
	margin: 0px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}

.ossn-messages .messages-recent .messages-from .user-item .image {
	margin-top: 3px;
	border-radius: 16px;
}

.ossn-messages .messages-recent .messages-from .user-item .name {
	font-weight: bold;
	display: inline-block;
	font-size: 13px;
}

.ossn-messages .messages-recent .messages-from .message-new {
	background: #F7F7F7;
}

.ossn-messages .messages-recent .messages-from .user-item .col-lg-10,
.ossn-messages .messages-recent .messages-from .user-item .col-lg-2 {
	padding: 0px;
}

.ossn-messages .messages-recent .messages-from .user-item .reply {
	margin-top: -4px;
	font-size: 13px;
}

.ossn-notification-messages .fa-reply,
.ossn-messages .messages-recent .messages-from .user-item .reply .fa-reply {
	font-size: 10px;
	display: inline-block;
	margin-top: 0px;
}

.ossn-messages .messages-recent .messages-from .user-item .reply .reply-text {
	display: inline-block;
}

.ossn-messages .messages-recent .messages-from .user-item .time {
	display: inline-block;
	float: right;
}

.ossn-messages .message-with .user-icon {
	margin-top: 9px;
	border-radius: 25px;
}

.ossn-messages. message-form-form .textarea {}

.ossn-messages .message-inner {
	max-height: 400px;
	padding-right: 20px;
	overflow-y: auto;
	overflow-x: hidden;
}

.ossn-messages .message-inner .row {
	/*margin-left: -10px;*/
	;
}

.message-form-form {
	margin-top: 10px;
	border-top: 1px solid #eee;
	padding: 10px 10px 0;
}

.ossn-messages .message-with .time-created {
	float: right;
	margin-left: 5px;
}

/*************************
	Notifications
**************************/

.ossn-notification-messages .user-item {
	padding: 4px;
	border-bottom: 1px solid #eee;
}

.ossn-notification-messages .user-item:hover {
	background: #F6F7F8;
	cursor: pointer;
}

.ossn-notification-messages .message-new {
	background: #eee;
}

.ossn-notification-messages .user-item .image {
	display: inline-table;
	width: 50px;
	height: 50px;
}

.ossn-notification-messages .user-item .data {
	float: right;
	width: 335px;
}

.ossn-notification-messages .user-item .data .name {
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	margin-top: -3px;
	text-overflow: ellipsis;
	width: 210px;
	white-space: nowrap;
	overflow: hidden;
}

.ossn-notification-messages .user-item-inner .time {
	color: #999;
	float: right;
	font-size: 14px;
	font-style: italic;
	margin-top: -24px;
}

.ossn-notification-messages .reply-text,
.ossn-notification-messages .reply-text-from {
	margin-top: -0px;
	margin-left: 4px;
	text-overflow: ellipsis;
	width: 320px;
	white-space: nowrap;
	overflow: hidden;
	display: inline;
}

.ossn-notification-messages .messages-from .time {
	color: #999;
	float: right;
}

.ossn-notification-messages .user-item-inner {
	padding: 5px;
}

/************************
	v4.0 chat message
*************************/
.message-box-recieved {
	background-color: #F2F2F2;
	display: inline-block;
	padding: 5px 18px;
	position: relative;
	vertical-align: top;
	float: left;
	margin: 10px 0px 10px 10px;
	word-break: break-word;
	text-align: justify;
	border-radius: 15px;
	box-shadow: 0 1px 0 #c9d4bc;
}

.message-box-sent {
	word-break: break-word;
	text-align: justify;
	float: right;
	background-color: #dfeecf;
	display: inline-block;
	padding: 5px 18px;
	position: relative;
	vertical-align: top;
	margin: 10px 0px;
	border-color: #cdecb0;
	border-radius: 15px;
	box-shadow: 0 1px 0 #c9d4bc;
}

.messages-with .widget-contents {
	padding: 10px 0px;
}

/*** Pagination ***/
.ossn-messages .messages-recent .messages-from .inner .pagination {
	margin: 10px;
}

.ossn-messages .ossn-widget .message-with .message-inner .container-table-pagination .pagination {
	margin: 0;
}

.ossn-messages .ossn-widget .message-with .message-inner .container-table-pagination,
.ossn-notification-messages .container-table-pagination,
.ossn-messages .messages-recent .messages-from .inner .container-table-pagination {
	visibility: hidden;
}

.ossn-messages .messages-recent .messages-from .inner .ossn-pagination .ossn-loading {
	margin: 0 auto;
}

.ossn-messages-notification-pagination-loading .ossn-loading,
.ossn-messages-pagination-loading .ossn-loading,
.ossn-messages-with-pagination-loading .ossn-loading {
	margin: 0 auto;
}

.ossn-messages-pagination-loading {
	display: block;
	margin-top: -40px;
}

.ossn-messages-with-pagination-loading {
	display: block;
	margin-top: 10px;
}

.ossn-messages-notification-pagination-loading {
	display: block;
	margin-top: -55px;
}

.ossn-message-delete {
	margin-left: 10px;
	color: #c77878 !important;
	visibility: hidden;
	cursor: pointer;
}

.message-box-recieved:hover .ossn-message-delete,
.message-box-sent:hover .ossn-message-delete {
	visibility: visible;
}

.ossn-message-deleted span {
	font-style: italic;
	color: #d27a7a;
}

#ossn-message-delete-form .ossn-loading {
	margin: 40px auto;
}

.message-with .ossn-message-show-image-attachment {
	max-width: 200px;
}

.ossn-message-attach-photo:hover,
.ossn-message-icon-attachment:hover {
	background: #eee;
}

.ossn-message-attach-photo,
.ossn-message-icon-attachment {
	float: right;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border-radius: 50%;
	text-align: center;
}

.ossn-message-icon-attachment:before {
	content: "\f0c6";
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: #0b769c;
}

.ossn-message-attach-photo .fa-smile {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: #0b769c;
	margin-top: 0px !important;
}

.ossn-messages .widget-heading {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

#message-with-user-widget {
	border-left: 1px solid #eee;
}

#message-with-user-widget .widget-heading .user-icon-smaller {
	border-radius: 50%;
	float: left;
	margin-top: -5px;
	margin-right: 5px;
}

.ossn-omessage-attachment-remove {
	color: red;
	float: right;
	cursor: pointer;
}

.ossn-omessage-attachment-name {
	max-width: 250px;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ossn-inmessage-status-circle {
	position: absolute;
	margin-left: -18px;
	margin-top: 11px;
	border-radius: 100%;
	border: 2px solid white;
	height: 12px;
	width: 12px;
}

.ossn-inmessage-status-offline .ossn-inmessage-status-circle {
	background: #D23636;
}

.ossn-inmessage-status-online .ossn-inmessage-status-circle {
	background: #4cae4c;
}

.ossn-message-delete-conversation {
	float: right;
	color: #ec2828;
}

#ossn-message-delete-conv-form .ossn-loading {
	margin: 45px auto;
}

.ossn-msgrecent-check-read.fa.fa-check {
	font-size: 10px;
	color: #53bdeb;
	margin-left: 5px;
}

.ossn-recent-message-status-offline .ossn-inmessage-status-circle {
	background: #D23636;
}

.ossn-recent-message-status-online .ossn-inmessage-status-circle {
	background: #4cae4c;
}

.ossn-recent-message-item .ossn-inmessage-status-circle {
	position: absolute;
	margin-left: -13px;
	margin-top: 20px;
	border-radius: 100%;
	border: 2px solid white;
	height: 12px;
	width: 12px;
}

.msg-flex-c1 {
	position: relative;
}

.msg-flex-c2 {
	width: 100%;
	margin-left: 10px;
}

.ossn-recent-messages-toggle i {
	margin-right: 0px;
	margin-top: 6px;
}

.ossn-recent-messages-toggle {
	text-align: center;
	float: right;
	background: transparent;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	cursor: pointer;
}

.ossn-recent-messages-toggle:hover {
	background: #fff;
}

.ossn-messages-select-conv {
	font-size: 5rem;
	color: #999;
}

.ossn-messages .ossn-widget {
	border-radius: 0px;
	box-shadow: none;
}

@media only screen and (max-width: 992px) {
	.ossn-messages .message-inner .row {
		margin-left: 0px !important;
	}
}

@media (max-width: 480px) {
	.ossn-messages .message-inner .row {
		margin-left: 0px !important;
	}
}/******** <style> ******/
/******************************************
	Ossn Ads
*******************************************/
.ad-image-container {
	background: #f6f7f8;
	padding: 5px;
	border: 1px solid #ebebeb;
}

.ossn-ad-item .ad-image {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.ossn-ad-item a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

.ossn-ad-item .ad-title {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}

.ossn-ad-item .ad-link {
	margin-bottom: 5px;
}

.ossn-ad-item p {
	margin-top: 10px;
	text-align: justify;
}


.ossn-ad-item {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	word-break: break-word;
}

.ossn-sidebar-admin-cta {
	margin: 15px;
	padding: 20px;
	background: #fcfdfe;
	border: 1px solid #e1e8ed;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
	text-align: center;
}

.admin-cta-content h4 {
	font-size: 15px;
	font-weight: 700;
	color: #2c3e50;
	margin: 0 0 8px 0;
}

.admin-cta-content p {
	color: #657786;
	line-height: 1.5;
	margin-bottom: 15px;
}

.btn-admin-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #0b769c 0%, #08607f 100%);
	color: #ffffff !important;
	padding: 10px 20px;
	border-radius: 25px;
	font-weight: 600;
	text-decoration: none !important;
	border: none;
	/* transition: background doesn't work well with gradients, 
       so we transition the box-shadow and transform instead */
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
	box-shadow: 0 4px 6px rgba(11, 118, 156, 0.15);
	cursor: pointer;
}

.btn-admin-cta i {
	margin-right: 8px;
	font-size: 12px;
}

.btn-admin-cta:hover {
	/* Instead of changing background color, we use brightness 
       This keeps the gradient but makes it darker/richer */
	filter: brightness(1.1);
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(11, 118, 156, 0.25);
	color: #ffffff !important;
}

.btn-admin-cta:active {
	transform: translateY(0);
	filter: brightness(0.9);
}

.admin-cta-content i.fa-bullhorn {
	color: #0b769c;
}/**** <style> ***/

.group-header-menu {}

.group-header-menu .first-item {
	border-left: 1px solid #EEE;
}

#group-header-menu {
	border: 0px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}

#group-header-menu .dropdown a:hover {
	background: none;
}

#group-header-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ddd;
}

#group-header-menu .dropdown-toggle::after {
	display: none;
}

#group-header-menu li:first-child {}

.group-header-sep {
	height: 60px;
}

#group-header-menu li {
	padding: 0px;
	display: inline-block;
}

#group-header-menu>ul>li>a:not(.group-header-more) {
	background: #fff;
	display: block;
	line-height: 42px;
	margin: 5px 0;
	padding: 0px 10px;
	text-decoration: none;
	font-weight: bold;
}

.group-header-more {
	background: #F6F7F8;
	border-radius: 10px;
	padding: 10px 20px;
	margin-left: 10px;
}

#group-header-menu>ul>li>a {
	color: #333;
	font-weight: bold;
	height: 44px;
}

#group-header-menu>li>a:not(.group-header-menu .dropdown-toggle):hover,
#group-header-menu>ul>li:hover>a:not(.group-header-menu .dropdown-toggle) {
	background: #F6F7F8;
	text-decoration: none;
	border-radius: 10px;
}

#group-header-menu p {
	clear: left;
}

.groups-sidebar {
	color: #999;
	font-weight: bold;
	margin-top: 5px;
}

.ossn-group-approve-all {
	float: right;
	margin-bottom: 5px;
	margin-right: 2px;
}

.ossn-layout-group {}

.ossn-layout-group .coloum-left {
	width: 160px;
	float: left;
	display: inline-table;
}

.ossn-layout-group .coloum-middle {
	width: 800px;
	display: inline-table;
	margin-left: 6px;
	margin-right: 6px;
}

.ossn-layout-group .ossn-inner {
	width: 995px;
}


.ossn-group-no-requests {
	text-align: center;
}

.ossn-group-profile {}

.ossn-group-profile .profile-header {
	border: 1px solid #ccc;
	border-bottom-width: 3px;
	position: relative;
	width: 100%;
	opacity: .99;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.ossn-group-profile .profile-header .header-bottom {
	background: #fff;
	height: 115px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.ossn-group-profile .profile-header .group-name {
	font-size: 20px;
	font-weight: bold;
	padding: 0 20px;
	padding-top: 5px;
	float: left;
}

.ossn-group-profile .profile-header .group-name a {
	color: #333;

}

.groups-buttons {
	float: right;
	padding: 9px;
}

.group-about .heading {
	color: #999;
	font-size: 11px;
	font-weight: bold;
}

.group-about .text {
	font-size: 12px;
	margin-top: 4px;
}

.members-count {
	margin-top: 4px;
	font-size: 12px;
	font-weight: bold;
}

.group-closed-container {}

.group-closed-container p {
	padding: 3px 6px;
}

.ossn-group-cover {
	overflow: hidden;
	height: 300px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.ossn-group-cover img {
	position: relative;
}

.ossn-group-cover:hover>.ossn-group-cover-button {
	display: block;
}

.ossn-group-cover-button {
	margin-right: 10px;
	top: 0;
	margin-top: 20px;
	z-index: 9;
	position: absolute;
	right: 0px;
}

.ossn-group-cover-button a {
	display: inline-block;
}

.group-c-position {
	display: none !important;
}

.groups-buttons a {
	display: inline-block;
}

.ossn-notification-icon-groups,
.ossn-notification-icon-groups:before {
	display: inline-block;
}

.ossn-notification-icon-groups:before {
	content: "\f0c0";
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
}

.ossn-group-notification-item .data {
	display: inline;
	margin-left: 5px;
}

.delete-group {
	float: right;
}

.group-widget-members img {
	margin-right: 5px;
	/* group-widget-members img need bottom margin #699 */
	margin-bottom: 5px;
}

.ossn-notification-unviewed {
	background: #F9F9F9;
}

.ossn-group-profile .widget-description .widget-contents {
	text-align: justify;
}

.ossn-group-profile .group-requests-widget .widget-contents {
	text-align: center;
}

.ossn-group-profile .group-requests-widget a {
	font-weight: bold;
	text-transform: uppercase;
}

.group-search-details {
	padding: 20px;
}

.group-search-details .group-name {
	font-weight: bold;
	font-size: 15px;

}

.group-search-items .row {
	border: 1px solid #eee;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.group-search-details .ossn-group-search-by {
	margin-top: 5px;
}

.group-search-details .ossn-group-search-by a {
	margin-left: 5px;
}

@media only screen and (max-width: 767px) {
	.btn-responsive {
		padding: 4px 9px;
		font-size: 90%;
		line-height: 1.2;
	}
}

.group-header-menu .dropdown-menu a:first-child:hover {}

.group-header-menu .dropdown-menu li {
	width: 100%;
}

.group-header-more i {
	margin-right: 0px;
}

.group-total-members {
	font-size: 14px;
	color: #999;
	margin-bottom: 0;
}

/**v6.2**/
@media (max-width: 480px) {
	.group-header-menu .dropdown-toggle {
		padding: 8px 10px !important;
		margin: 0 !important;
	}
}


@media (max-width: 767px) {
	.ossn-group-members {
		text-align: center;
	}

	.ossn-group-members .request-controls {
		float: none;
		padding-bottom: 10px;
	}

	.ossn-group-members .uinfo .userlink {
		float: none !important;
	}
}

.group-add-privacy .radio-block span {
	margin-top: 5px;
}

.group-add-privacy .radio-block .ossn-radio-input {
	float: left;
}

.ossn-group-cover img {
	width: auto;
}

@media (max-width: 480px) {

	/**********************
    	Groups
    ************************/
	.ossn-group-cover {
		height: 180px !important;
	}

	.ossn-group-cover-header,
	.ossn-group-profile .profile-header,
	.ossn-group-profile .profile-header .header-bottom {
		height: auto !important;
	}

	.ossn-group-profile .profile-header {
		max-height: inherit !important;
	}

	.ossn-group-profile .profile-header .group-name {
		float: none !important;
	}

	.group-name {
		width: 100%;
	}

	.group-header-sep {
		height: auto !important;
		text-align: center;
	}

	.ossn-group-members {
		margin-left: 15px;
		margin-right: 15px;
	}

	.ossn-group-members .request-controls,
	.ossn-group-members .uinfo {
		display: block;
	}

	.ossn-group-members .uinfo .userlink {
		margin-left: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media only screen and (max-width: 1199px) {
	.group-search-details {
		margin-left: 10px;
	}
}

.menu-section-item-groups:before {
	content: "\f07b" !important
}

.ossn-group-members {
	margin-right: 5px;
}

.ossn-group-cover-button a:before {
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
	font-weight: 900;
}

#reposition-group-cover:before {
	content: "\f303";
}

#add-cover-group:before {
	content: "\f0b2";
	font-family: 'Font Awesome 5 Free';
}.ossn-site-pages-title {
    background: #F9F7F7;
    border: 1px solid #eee;
    padding: 10px;
    font-weight: bold;
}
.ossn-site-pages-body {
    padding: 10px;
}.ossn-block-lists {
	background: #eee;
	border-top: 1px solid #ccc;
	padding: 10px;
}

.ossn-block-lists li {
	list-style-type: square;
    margin-left: 10px;
}

.ossn-block-lists li a {
	font-weight: bold;
}

.ossn-block-lists li span {}:root{
	--ossn-chat-panel-width: 330px;
    --ossn-chat-panel-height: 400px;
    --ossn-inchat-icon-color: #0b769c;
}
.ossn-chat-base {
    border-bottom: 0;
    bottom: 0px;
    left: 15px;
    display: block;
    font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    font-size: 11px;
    height: 33px;
    position: fixed;
    text-align: left;
    z-index: 1028;
    margin-top: 8px;
    left: 15%;
    color: #000;
    width: 850px;
}

.ossn-chat-base .ossn-chat-bar {
    display: block;
    bottom: 0px;
    cursor: pointer;
    width: 200px;
    float: right;
}

.ossn-chat-base .ossn-chat-bar .inner {
    padding: 10px;
    margin-left: 5px;
    background: #F7F7F7;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5);
    border: 1px solid #BAC0CD;
    height: 35px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    position:relative;
}

.ossn-chat-base .ossn-chat-bar .inner:hover {
    background: #fff;
}
.ossn-chat-windows-long .friends-list-item img {
    border: 3px solid #ec2828;
}
.ossn-chat-base .ossn-chat-bar .friends-list {
    background: #fff;
    width: 195px;
	min-height: 271px;
    margin-top: -271px;
    margin-left: 5px;
    position: fixed;
    height: 268px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: none;
	box-shadow: 0 12px 28px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 10%);    
}
img.ustatus {
	border-radius: 32px;
}
img.ustatus.ossn-chat-icon-online {
    border: 3px solid #4cae4c;
}
.ossn-chat-inner-text {
    width: 145px;
    margin-left: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ossn-chat-tab-titles {
    background: #fff;
    color: #000;
    height: 48px;
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%), 0 -1px rgb(0 0 0 / 10%) inset, 0 2px 1px -1px rgb(255 255 255 / 50%)    
}

.ossn-chat-inline-table {
    display: inline-table;
}

.ossn-chat-tab-titles .options {
	float: right;
    color: #FFF;
    font-size: 15px;
    cursor: pointer;
}

.ossn-chat-tab-titles .options .item:hover {
    background: #5E72A2;
    width: 17px;
    margin-right: -4px;
    text-align: center;
}

.ossn-chat-tab-titles .text {
    color: #353535;
    font-weight: bold;
    margin-left: 9px;
    padding-top: 4px;
    max-width: 190px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.ossn-chat-bar .friends-list .data {
    width: 195px;
    overflow: hidden;
    overflow-y: scroll;
    height: 236px;
}

.ossn-chat-base .ossn-chat-bar .friends-list-item:hover {
    background: #eee;
}

.ossn-chat-base .ossn-chat-bar .friends-list-item .friends-item-inner {
    margin: 5px 5px 5px 5px;
    padding: 5px 2px;
    height: 33px;
}

.ossn-chat-base .ossn-chat-bar .friends-list-item .icon {
    display: inline-table;
    width: 25px;
    height: 25px;
}

.ossn-chat-base .ossn-chat-bar .friends-list-item .name {
    margin-top: -22px;
    margin-left: 30px;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ossn-chat-base .ossn-chat-bar .friends-list-item .user-icon-small {
	width:25px;
    height:25px;
}
.ossn-chat-base .ossn-chat-bar .friends-list-item .ossn-chat-icon-online {
    border: 3px solid #4cae4c;
	border-radius: 32px;
}

.ossn-chat-none {
    padding: 5px;
    margin-top:10px;
    text-align:center;
}

.friend-tab-item {
    display: block;
    bottom: 0px;
    cursor: pointer;
    width: 200px;
    float: right;
}

.friend-tab-item:first-child {
	margin-right: 75px;
}

.friend-tab-item .friend-tab {
    padding: 12px;
    margin-left: 5px;
    background: #F7F7F7;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5);
    border: 1px solid #ccc;
    height: 35px;
    
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.ossn-chat-tab-active {
    background: #5D7D91 !important;
    border: 1px solid #2F4959 !important;
    color: #fff;
}

.friend-tab-item .tab-container {
    margin-top: -366px;
    position: absolute;
    height: var(--ossn-chat-panel-height);
    width: var(--ossn-chat-panel-width);
    margin-left: 5px;
    display: none;
    background:#fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;    
    box-shadow: 0 12px 28px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 10%);
}

.friend-tab-item .tab-container .data {
    background: #fff;
    height: 305px;
    width: var(--ossn-chat-panel-width);
    overflow: hidden;
    overflow-y: auto;
}

.friend-tab-item .data .message-reciever .text,
.friend-tab-item .data .message-sender .text {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 80%;
    clear: both;
    font-size:13px;
}

.friend-tab-item .data .message-reciever .text {
	margin-right: auto;
    -webkit-border-radius: 15px;
    -webkit-box-shadow: 0 1px 0 #dce0e6;
    display: inline-table;
    background: #f1f0f0;
}

.friend-tab-item .data .message-reciever .text .inner {
    padding: 9px;
    line-height: 15px;
    max-width: 165px;
    word-wrap: break-word;
}

.friend-tab-item .data .message-sender {
    width: 210px;
    float: right;
}

.friend-tab-item .data .message-reciever {
    width: 222px;
    float: left;
}

.friend-tab-item .data .message-reciever .user-icon {
    display: inline-table;
    padding: 3px;
}
.friend-tab-item .data .message-reciever .user-icon img {
	width:32px;
    height:32px;
}

.friend-tab-item .data .message-sender .text {
    margin-left: 35px;
    -webkit-border-radius: 15px;
    -webkit-box-shadow: 0 1px 0 #c9d4bc;
    display: inline-table;
    background: #dfeecf;
}

.friend-tab-item .data .message-sender .text .inner {
    padding: 9px;
    line-height: 15px;
    max-width: 158px;
    word-wrap: break-word;
}

.ossn-chat-triangle {
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
}
.ossn-chat-text-data {
    margin-left:5px;
}

.ossn-chat-text-data-right {
    float: right;
    margin-right:5px;
}

.friend-tab-item .friend-tab form {
    display: none;
}

.friend-tab-item .friend-tab input[type='text'] {
	width: 255px;
    height: 33px;
    padding: 3px 10px 3px;
    margin-top: -20px;
    margin-left: -13px;
    position: absolute;
    font-size: 13px;
    border: 0px;
    outline: none;
    background: #F0F2F5;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.ossn-chat-tab-close {
    width: 17px;
    margin-right: -4px;
    text-align: center;
     color: #bbb;
}

.ossn-chat-new-message {
    background-color: #dc0d17;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fa3c45), to(#dc0d17));
    background-image: -webkit-linear-gradient(#fa3c45, #dc0d17);
    color: #fff;
    min-height: 13px;
    padding: 1px 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    font-size: 10px;
    float: left;
    display: none;
	margin-top: -2px;
    position: absolute;     
}

.ossn-chat-icon-smilies {
    background: #FFF;
    width: 235px;
    min-height: 40px;
    padding: 5px;
    position: fixed;
    border: 1px solid #CCC;
    z-index: 1;
}

.ossn-chat-item-smiles {
    padding: 3px;
}

.ossn-chat-icon-smile-set {
    margin-top: -23px;
    width: 75px;
    padding: 4px;
    height: 27px;
    position: absolute;
    margin-left: 240px;
}

.ossn-chat-icon-smilies {
    display: none;
}
/** Icons **/
.ossn-chat-icon {}
.ossn-chat-icon-online:before {
	content: "\f111 ";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: #57B540;
    font-size: 12px;
    float: left;
}

.ossn-chat-icon-offline:before {
	content: "\f111 ";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: #D23636;
    font-size: 12px;
    float: left;
}
.ossn-chat-option-title-icon {
	width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 4px;
    border-radius: 50%;
}
.ossn-chat-option-title-icon:hover {
    background: #f1f1f1;

}
.ossn-chat-icon-minimize:before {
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: var(--ossn-inchat-icon-color);
}
.ossn-chat-icon-expend {
    transform: rotate(310deg);
}
.ossn-chat-icon-call:before {
    content: "\f03d";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color:var(--ossn-inchat-icon-color);
}
.ossn-chat-icon-expend:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: var(--ossn-inchat-icon-color);
}
.ossn-chat-tab-close:before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: var(--ossn-inchat-icon-color);
}

.ossn-chat-icon-expend:hover {
    opacity: 0.9;
}
.ossn-chat-icon-attachment,
.ossn-chat-icon-smile {
		display:inline-block;
        width:30px;
        height:30px;
        background: #fff;
         border-radius: 50%;
             text-align: center;
}
.ossn-chat-icon-smile:before {
    content: "\f599";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: var(--ossn-inchat-icon-color);
}
.ossn-chat-icon-attachment:hover,
.ossn-chat-icon-smile:hover {
	background: #eee;
    text-align: center;
}
.ossn-chat-icon-attachment:before {
    content: "\f0c6";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: var(--ossn-inchat-icon-color);
}
.ossn-chat-icon {
    width: 16px !important;
    height: 16px !important;
}

.ossn-chat-windows-long {
    display: none;
}

@media only screen
and (min-width : 1280px) {
    .ossn-chat-base {
        width: 910px !important;
    }
}

@media only screen and (min-width : 1500px) {
    .ossn-chat-base {
        width: 1100px !important;
    }
}

@media only screen
and (min-width : 1360px) {
    .ossn-chat-bar {
        display: none !important;
    }

    .ossn-chat-windows-long {
        float: right;
        position: fixed;
        min-height: 500px;
        width: 80px;
        border-left: 1px solid #ccc;
        bottom: 0px;
        right: 0;
        top: 0;
        background: #E9EAED;
        display: block;
    }

    .ossn-chat-windows-long .inner {
        margin-top: 55px;
        border-top: 1px solid #ccc;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .ossn-chat-windows-long .friends-list-item .friends-item-inner {
    	margin: 5px 5px 5px 5px;
    	height: 55px;
    }

    .ossn-chat-windows-long .friends-list-item {
        border-top: 1px solid #E9EAED;
        border-bottom: 1px solid #E9EAED;
        padding-left: 2px;
            text-align: center;
    }

    .ossn-chat-windows-long .friends-list-item:hover {
        background: #E1E2E5;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
    }

    .ossn-chat-windows-long .friends-list-item .icon {
        display: inline-block;
        width: 50px;
        height: 50px;
    }
	

    .ossn-chat-windows-long .friends-list-item .name {
        margin-top: -25px;
        margin-left: 40px;
        max-width: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

   .ossn-chat-windows-long .friends-list-item .ossn-chat-icon-online:before {
    	float: right;
 	margin-right:4px;
    	margin-top: -17px;
 	content: "\f111 ";
    	font-family: 'Font Awesome 5 Free';
    	font-style: normal;
    	font-weight: 900;
    	color: #57B540;
    	font-size: 12px;
    }
}
/** Document **/
#ossn-chat-sound {
    display: none;
}

.ossn-chat-message-sending {
	position: absolute;
    width: 255px;
    height: 34px;
    margin-top: -21px;
    margin-left: -12px;
    padding: 15px;
    display:none;
    background: #fff;
}
.friend-tab .ossn-chat-inner-text {
	margin-top: -2px;
}
.ossn-chat-sending-icon {
    background: url("https://evinie.com/components/OssnChat/images/loading-small.gif") no-repeat;
    width: 16px;
    height: 11px;
}
.ossnchat-scroll-top {
	margin-top:0px !important;
}

@media (max-width: 480px){
    .ossn-chat-base {
    	display:none !important;
    }
}

@media only screen and (max-width: 480px) {
    .ossn-chat-base {
    	display:none !important;
    }
}
@media only screen and (max-width: 768px) {
    .ossn-chat-base {
    	display:none !important;
    }
}
footer { 
	margin-bottom:50px;	
}
@-ms-viewport {
   width: auto;
}
.friend-tab-item .container-table-pagination {
   	visibility:hidden;
}
.friend-tab-item .pagination {
	margin:0;
}
.ossn-chat-tab-user-icon {
		    border-radius: 50%;
            float: left;
}
/**
 Scroll
 **/
.ossn-chat-bar .friends-list .data,
.friend-tab-item .tab-container .data {
    scrollbar-width: thin;
    scrollbar-color: #adadad transparent
}
.ossn-chat-bar .friends-list .data::-webkit-scrollbar,
.friend-tab-item .tab-container .data::-webkit-scrollbar {
    height: 20px;
    width: 8px
}
.ossn-chat-bar .friends-list .data::-webkit-scrollbar-track,
.friend-tab-item .tab-container .data::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: transparent;
}
.ossn-chat-bar .friends-list .data::-webkit-scrollbar-track:hover,
.friend-tab-item .tab-container .data::-webkit-scrollbar-track:hover {
    background-color: transparent
}
.ossn-chat-bar .friends-list .data::-webkit-scrollbar-track,
.friend-tab-item .tab-container .data::-webkit-scrollbar-track {
    background-color: none;
    border-left:0px;
}
.ossn-chat-bar .friends-list .data::-webkit-scrollbar-track:active,
.friend-tab-item .tab-container .data::-webkit-scrollbar-track:active {
    background-color: transparent
}
.ossn-chat-bar .friends-list .data::-webkit-scrollbar-thumb,
.friend-tab-item .tab-container .data::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #adadad
}
.ossn-chat-bar .friends-list .data::-webkit-scrollbar-thum:hover,
.friend-tab-item .tab-container .data::-webkit-scrollbar-thumb:hover {
    background-color: #adadad
}
.ossn-chat-bar .friends-list .data::-webkit-scrollbar-thumb:active,
.friend-tab-item .tab-container .data::-webkit-scrollbar-thumb:active {
    background-color: #adadad
}
.ossn-message-attachment {
    font-size: 10px;
    font-weight: bold;
    display: block;
    margin-top: 2px;
    font-style: italic;
}
.ossn-chat-message-attachment-details {
    position: absolute;
    width: 320px;
    height: 35px;
    margin-top: -59px;
    margin-left: -12px;
    border-top: 1px solid #eee;
    padding: 10px;
    background: #fff;
    display:none;
}
.ossn-message-attachment-remove {
    color: red;
    float: right;
    cursor:pointer;
}
.ossn-message-attachment-name {
    max-width: 250px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ossn-inchat-status-circle {
    position: absolute;
    margin-left: -13px;
    margin-top: 17px;
    border-radius: 100%;
    border: 2px solid white;
    height: 12px;
    width: 12px;
}
.ossn-inchat-status-offline {
	background:#D23636;
}
.ossn-inchat-status-online {
    background: #4cae4c;
}
.friends-list .ossn-chat-tab-titles {
    height: 35px;
    padding: 5px;
    border-bottom: 1px solid #eee;
    box-shadow: none;
}
.ossn-minichat-list-open {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;    
}
.friends-list .ossn-chat-tab-titles .text {
    font-size: 12px;
}.ossn-notification-icon-poke,
.ossn-notification-icon-poke:before {
    display: inline-block;	
}
.ossn-notification-icon-poke:before {
	content: "\f0a4";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
}.ossn_embed_video {
	display: block;
}
.emojii-container {
	background: #fff;
	width: 320px;
	border: 1px solid #ececec;
	position: fixed;
	z-index: 10000;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	top: 30%;
	left: 50%;
	transform: translate(-50%, -30%);
	padding: 0 5px 5px;
	border-radius: 5px;
}

.emojii-container .nav {
	padding: 3px 0;
}

.emojii-container .emojii-list {
	display: none;
	height: 179px;
	overflow: hidden;
	overflow-y: scroll;
}

.emojii-container .emojii-list li {
	display: inline-block;
	font-size: 19px;
	padding: 3px;
}

.emojii-container .emojii-list li:hover {
	background: #eee;
	cursor: pointer;
}

.emojii-container .emojii-list-emoticons {
	display: block;
}

.emojii-container .nav a {
	font-size: 20px;
}

.emojii-container .nav>li>a {
	padding: 10px 4px;
}

.ossn-wall-container-control-menu-emojii-selector i {
	font-weight: initial;
}

.emojii-container-main {
	display: none;
}

.ossn-emojii-output {
	font-style: initial;
	font-size: 20px;
}

.ossn-comment-attach-photo .fa-smile,
.ossn-message-attach-photo .fa-smile {
	float: right;
	position: relative;
	margin-right: 5px;
	margin-top: 5px;
	width: 25px;
	height: 25px;
	padding: 5px;
	cursor: pointer;
	font-weight: 400;
}

.ossn-comment-attach-photo .fa-smile {
	margin-top: 3px;
	font-size: 18px;
	color: #999;
}

.comment-container .emojii-container-main {
	float: right;
	margin-right: 285px;
}

.message-emojii {
	float: right;
	position: relative;
	top: 105px;
}

.comment-container {
	z-index: initial;
}


/***************************************
	Add system fonts for consistent
	emoji appearance on all platforms
.ossn-wall-container {
	font-family: "PT sans", "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
}

.ossn-wall-item {
	font-family: "PT sans", "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
}
.message-inner {
	font-family: "PT sans", "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
}
.ossn-form textarea {
	font-family: "PT sans", "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
}

.ossn-message-box {
	font-family: "PT sans", "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
}
.ossn-chat-containers {
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif, "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
}
.friend-tab-item .friend-tab input[type='text'] {
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif, "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
}

****************************************/

.ossn-chat-base {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
}

body {
	font-family: "PT Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
}

.smiles-close {
	float: right;
	margin-top: 8px;
	background: #eee;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
}

.smiles-close i {
	margin: 0 auto;
}.ossn-chat-windows-long .ossn-chat-pling {
	line-height:2;
	padding-left: 4px;
}
.ossn-chat-pling {
	display: inline;
}
.ossn-message-pling {
	display: inline;
	padding-left: 10px;
}.container-table-pagination {
    position: relative;
}
.container-table-pagination .ossn-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0; 
    z-index: 10; 
}.messagetyping {
}
.mtyping-circle {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #7d7d7d;
}
.mtyping-circle.mtyping-bouncing {
  animation: mtypingbouncing 1000ms ease-in-out infinite;
  animation-delay: 3600ms;
}
.mtyping-circle:nth-child(1) {
  animation-delay: 0ms;
}

.mtyping-circle:nth-child(2) {
  animation-delay: 333ms;
}

.mtyping-circle:nth-child(3) {
  animation-delay: 666ms;
}

@keyframes mtypingbouncing {
  0% {
    transform: translateY(0);
  }
  33% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}.ctyping-hide {
	display:none;	
}
.comments-realtime-status {
	min-height:5px;	
}
.ctyping-c-item {
	margin-top: -30px !important;	
}
.ctyping-c-item-container {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;	
	padding: 10px;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 20px;
    padding-right: 20px;	
}
.ctyping {
	display:inline-block;	
}
.ctyping-text {
	display:inline-block;
    margin-left: 10px;
}
.ctyping-circle {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #7d7d7d;
}
.ctyping-circle.ctyping-bouncing {
  animation: ctypingbouncing 1000ms ease-in-out infinite;
  animation-delay: 3600ms;
}
.ctyping-circle:nth-child(1) {
  animation-delay: 0ms;
}

.ctyping-circle:nth-child(2) {
  animation-delay: 333ms;
}

.ctyping-circle:nth-child(3) {
  animation-delay: 666ms;
}

@keyframes ctypingbouncing {
  0% {
    transform: translateY(0);
  }
  33% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}/****** <style> *********/
#ossn-wall-postbg {
	border: 1px solid #E5E6E9;
	background: #fff;
	padding: 5px;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	overflow: hidden;
}

.postbg-container {
    height: 320px !important;
    min-height: 320px !important;
    color: #333;
    font-size: 30px !important;
    font-weight: 700;
    text-align: center !important;
    
    /* CRITICAL: Switch to block layout so caret tracking works, it won't work with flex */
    display: block !important;
    
    /* Perfect vertical centering without breaking contenteditable functionality */
    padding-top: 110px !important; 
    padding-left: 30px !important;
    padding-right: 30px !important;
    line-height: 1.3em !important;
    
    white-space: pre-wrap !important;
    word-break: break-word !important;
    box-sizing: border-box !important;
}

/* Keeps token tags sitting naturally inline on the background canvas */
.postbg-container .ossn-wall-token {
    display: inline !important;
    vertical-align: middle !important;
}


.postbg-text {
    height: 320px !important;
    min-height: 320px !important;
    
    /* Overriding editor hacks for clean static output rendering */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    /* Clear out the asymmetrical editor top padding */
    padding: 30px !important; 
    margin: 0 0 5px 0 !important;
	
    text-align: center !important;
    line-height: 1.4em !important;
    box-sizing: border-box !important;
}

#ossn-wall-postbg span {
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-right: 5px;
	border-radius: 5px;
	cursor: pointer;
}

/* If .postbg-container is added as a class to the textarea itself */
.ossn-wall-textarea.postbg-container~.ossn-wall-userimage-form,
.ossn-wall-container-data:has(.postbg-container) .ossn-wall-userimage-form {
	display: none !important;
}

/* Reset the padding so text moves to the left */
.ossn-wall-textarea.postbg-container {
	padding-left: 12px !important;
}/** <style> **/
.giphy-container {
	display: none;
	background: #fff;
	padding: 10px 10px 20px;
	width: 250px;
	z-index: 1;
	border-radius: 5px;
	right: 0;
	margin-right: 20px;
	box-shadow: 0 12px 28px 0 rgb(0 0 0 / 13%), 0 2px 4px 0 rgb(0 0 0 / 13%), inset 0 0 0 1px rgb(0 0 0 / 13%);
}

.giphy-container-inner {
	height: 300px;
}

.giphy-container-inner .giphy-list {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 250px;
}

.giphy-icon {
	background: url('https://evinie.com/components/OssnGiphy/images/gif.png');
	float: right;
	position: relative;
	margin-right: 5px;
	margin-top: 4px;
	width: 25px;
	height: 25px;
	padding: 5px;
	cursor: pointer;
}

.search-giphy {
	height: 32px;
	background-color: #f2f3f5;
	border: 1px solid #ccd0d5;
	border-radius: 15px;
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 5px 10px;
	outline: none;
}

.giphy-list .ossn-pagination li {
	visibility: hidden;
}

.giphy-list .pagination {
	margin: 0;
}

.giphy-container-inner .ossn-loading {
	margin: -20px auto;
}

.giphy-container-inner .ossn-loading-initial {
	margin: 0 auto;
}

.close-giphy-container {
	float: right;
	top: 0;
	position: absolute;
	right: 0;
	padding: 5px;
	margin: 10px 1px;
	border-radius: 10px;
	cursor: pointer;
}

.giphy-list img {
	cursor: pointer
}

.giphy-powerd-text {
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: 5px;
    display: block;
    bottom: 0;
    position: absolute;
}.birthdays ul {
	padding: 0;
}

.birthdays li {
	display: block;
	width: 100%;
}

.birthdays img {
	display: inline-block;
}

.birthdays a i {
	display: inline-block;
	color: #333;
	padding: 4px;
}

.birthdays a {
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #eee;
	padding: 10px;
}

.birthdays a:hover {
	background: #F9F9F9;
}

.nobirthday {}

.birthdays ul {
	padding: 0;
}

.birthdays li {
	display: block;
	width: 100%;
}

.birthdays img {
	display: inline-block;
}

.birthdays a i {
	display: inline-block;
	color: #333;
	padding: 4px;
}

.birthdays a {
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #eee;
	padding: 10px;
}

.birthdays a:hover {
	background: #F9F9F9;
}

.nobirthday {}.sentiment-positive {
	color:#3BE232;
}
.sentiment-negative {
	    color: #F53737;
}
.sentiment-neutral {
	color: #F5D637;
}/* Container for the validator */
.jq-password-validator {
    position: relative;
    width: 100%;
}

.jq-password-validator__popover {
    background: #ffffff;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    margin-top: 10px;
    padding: 1rem;
    position: absolute;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
}

.jq-password-validator.is-visible .jq-password-validator__popover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.jq-password-validator__rule {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    color: #636e72;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.jq-password-validator__checkmark {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    fill: currentColor;
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.jq-password-validator__rule.is-invalid .jq-password-validator__checkmark { transform: scale(0); }
.jq-password-validator__rule.is-valid .jq-password-validator__checkmark { transform: scale(1); }

./* --- Base Styles (Light Mode / Default) --- */
.jq-password-validator__popover {
    background: #ffffff !important;
    border: 1px solid #e1e4e8 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
    color: #333333 !important;
}

.jq-password-validator__rule {
    color: #636e72 !important;
}

.jq-password-validator__rule.is-valid { 
    color: #00b894 !important; 
}

.jq-password-validator__rule.is-invalid { 
    color: #d63031 !important; 
}

/* --- Dark Mode Overrides (Triggered by .white-darkmode) --- */
.white-darkmode .jq-password-validator__popover {
    background: var(--bg-inner-containers) !important;
    border: 1px solid var(--main-border-color) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
    color: var(--text-color) !important;
}

.white-darkmode .jq-password-validator__rule {
    color: var(--text-color) !important;
}

.jq-password-validator__rule.is-valid { 
    color: #09be66 !important; 
}

.jq-password-validator__rule.is-invalid { 
    color: #ff5e57 !important; 
}.ossn-photo-menu,
.ossn-photo-menu li {
	display:inline-block;
}.loginas {
    margin-bottom: 0 !important;
	position: relative;
    z-index: 999999;
    width: 100%;
    border-radius: 0;
}
.profile-menu-extra-loginas {
	color:#c9302c !important;
}.menu-section-item-profileviews:before {
    content: "\f06e" !important;
}#ScrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 14px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}
.vidconverse-message-request {
    font-size: 12px;
    font-style: italic;
}
.vidconverse-call-request-message {
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background: #fff;    
}
.vidconverse-message-accept {
    display: block;
    width: 50%;
    margin: 0 auto;
    background-color: #53a93f;
    color: #fff;
    text-decoration: none;
    padding: 3px 4px;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
}
.vidconverse-accept-disabled {
    opacity: 0.5;
}
.vidconverse-accept-disabled .vidconverse-message-accept  {
    cursor: auto;
}
.vidconverse-widget {
		text-align:center;
}
.vidconverse-widget .button .ossn-loading {
	    margin: 0 auto;
		display:none;
}
.vidconverse-widget .result {
	text-align:left;	
	margin-left:10px;
}
.vidconverse-widget .offline {
    margin-top: 0px;
    font-size: 14px;
    color: red;
    font-style: italic;
    margin-bottom: 0;	
}
.vidconverse-widget .encrypted {
	margin-top: 10px;
	margin-bottom:0px;
    font-size: 12px;
    color: grey;
    font-style: italic;
}
.vidconverse-button-widget:focus,
.vidconverse-button-widget:hover,
.vidconverse-button-widget {
    background-color: #53a93f;
    color: #fff;
    text-decoration: none;
    padding: 6px 10px 8px 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 13px;
}
.vidconverse-button-widget:hover {
	color:#fff;
	text-decoration:none;
    background-color: #4b9d38;
}
.vidconverse-button-widget-disabled {
	opacity:0.6;	
}
.ossn-chat-icon-call {
	display:none;
}.menu-section-item-whoisonline:before {
    content: "\f0c0" !important;
}/**<style>**/
.marketplace-images-list img {
	max-width: 50px;
}

.marketplace-images-list {
	margin-top: 20px;
}

.marketplace-sidebar-filter {
	margin-bottom: 10px;
}

.marketplace-filter-title {
	font-weight: bold;
}

.marketplace-sidebar-filter {
	margin-bottom: 10px;
}

.marketplace-sidebar-filter .radio-block {
	margin-top: 5px;
	margin-bottom: 5px;
}

.marketplace-sidebar-filter .radio-block span {
	font-weight: normal;
	margin-left: 5px;
}

.marketplace-filter-btn {
	display: block;
	margin-bottom:5px;
	width: 100%;
}

.marketplace-product-box {
	padding: 0;
	border: 1px solid #e7eaec;
}

.marketplace-product-box:hover,
.marketplace-product-box.active {
	border: 1px solid transparent;
	-webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
	-moz-box-shadow: 0 3px 7px 0 #a8a8a8;
	box-shadow: 0 3px 7px 0 #a8a8a8;
}

.marketplace-product-imitation {
	text-align: center;
	height: 200px;
	background-color: #f8f8f9;
	color: #bebec3;
	font-weight: 600;
}

.cart-marketplace-product-imitation {
	text-align: center;
	padding-top: 30px;
	height: 80px;
	width: 80px;
	background-color: #f8f8f9;
}

.marketplace-product-imitation.xl {
	padding: 120px 0;
}

.marketplace-product-desc {
	padding: 20px;
	position: relative;
}

.marketplace-product-name {
	font-size: 16px;
	font-weight: 600;
	color: #676a6c;
	display: block;
	margin: 2px 0 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.marketplace-product-name:hover,
.marketplace-product-name:focus {
	color: #1ab394;
}

.marketplace-product-price {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	background-color: #1ab394;
	padding: 6px 12px;
	position: absolute;
	top: -32px;
	right: 0;
}

.marketplace-product-sold {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	background-color: #b31a1a;
	padding: 6px 12px;
	position: absolute;
	top: 0;
	left: 15px;
}

.marketplace-product-detail .marketplace-ibox-content {
	padding: 30px 30px 50px 30px;
}

.marketplace-product-main-price small {
	font-size: 10px;
}

.marketplace-product-images {
	margin: 0 20px;
}

.marketplace-ibox {
	clear: both;
	margin-bottom: 25px;
	margin-top: 0;
	padding: 0;
	position:relative;
}

.marketplace-ibox.collapsed .marketplace-ibox-content {
	display: none;
}

.marketplace-ibox.collapsed .fa.fa-chevron-up:before {
	content: "\f078";
}

.marketplace-ibox.collapsed .fa.fa-chevron-down:before {
	content: "\f077";
}

.marketplace-ibox:after,
.marketplace-ibox:before {
	display: table;
}

.marketplace-ibox-title {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #ffffff;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid solid none;
	border-width: 3px 0 0;
	color: inherit;
	margin-bottom: 0;
	padding: 14px 15px 7px;
	min-height: 48px;
}

.marketplace-ibox-content {
	background-color: #ffffff;
	color: inherit;
	border: 1px solid #e7eaec;
	-webkit-box-shadow: 0 3px 7px 0 #a8a8a800;
	-moz-box-shadow: 0 3px 7px 0 #a8a8a800;
	box-shadow: 0 3px 7px 0 #a8a8a800;
}

.marketplace-ibox-footer {
	color: inherit;
	border-top: 1px solid #e7eaec;
	font-size: 90%;
	background: #ffffff;
	padding: 10px 15px;
}

.marketplace-desc-list i {
	width: 15px;
	text-align: center;
	margin-top: 3px;
	float: left;
}

.marketplace-desc-list li {
	display: block;
	font-size: 13px;
}

.marketplace-desc-list {}

.marketplace-desc-list li span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	margin: 2px 0 5px 0;
}

.marketplace-contact-owner {
	text-align: center;
	margin-bottom: 20px;
}

.marketplace-metadata {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.marketplace-metadata .name {
	font-size: 20px;
}

.marketplace-metadata .price {
	font-size: 17px;
	color: green;
}

.marketplace-metadata .available {
	color: #9d9d9d;
}

.marketplace-metadata .marketplace-desc-list {
	margin-top: 10px;
}

.marketplace-metadata .marketplace-desc-list li {
	font-size: 15px;
}

.marketplace-metadata .sold {
	color: #f36565;
	font-size: 14px;
	width: auto;
	font-weight: bold;
}

.marketplace-category-details {}

.menu-section-marketplace i:before {
	content: "\f291" !important;
}

.menu-section-item-marketplace:before {
	content: "\f275" !important;
}

.menu-section-item-marketplaceadd:before {
	content: "\f067" !important;
}

.menu-section-item-marketplacemy:before {
	content: "\f007" !important;
}

.marketplace-view-product {
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.marketplace-nothing {
	background: #fff;
	padding: 10px;
}
.marketplace-add-form label:after {
    content:" *";
    color: red;
}
.market-place-required {
	font-style:italic;
	font-size:12px;
}.ads-inserter {
	margin-top: 20px;
}

.ads-inserter-newsfeed-ad-image {
    max-width: 100%;
	width: 100%;
	margin: 0 auto;
	display: block;
	height: auto;
}

.ads-inserter-newsfeed-ad-description {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 15px;
}
/**
 * Open Source Social Network
 * @link      https://www.opensource-socialnetwork.org/
 * @package   Textarea Support
 * @author    Michael Zülsdorff <ossn@z-mans.net>
 * @copyright (C) Michael Zülsdorff
 * @license   GNU General Public License https://www.gnu.de/documents/gpl-2.0.en.html
 */
 
.textarea-support-responsive-video-default-width {
	max-width: 560px;
}
.textarea-support-responsive-video-aspect-ratio {
	position: relative;
	padding: 56.25% 0 0 0;
}
.textarea-support-responsive-video-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.textarea-support-responsive-image, .ossn-site-pages-body img {
	max-width: 100%;
}.visitor-counter {
	font-weight: bold;
	font-size: 18px !important;
}/**
 * Open Source Social Network
 * @link      https://www.opensource-socialnetwork.org/
 * @package   Read More
 * @author    Michael Zülsdorff <ossn@z-mans.net>
 * @copyright (C) Michael Zülsdorff
 * @license   GNU General Public License https://www.gnu.de/documents/gpl-2.0.en.html
 */

.addReadMore.showlesscontent .readMoreHidden,
.addReadMore.showlesscontent .readLess {
	display: none;
}

.addReadMore.showmorecontent .readMoreVideo,
.addReadMore.showmorecontent .readMore {
	display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
	font-style: italic;
	font-size: smaller;
	margin-left: 2px;
	padding-bottom: 5px;
	cursor: pointer;
}

.addReadMore .readMorePostImage,
.addReadMore .readMoreCommentImage {
	display: none;
}

.readMoreCommentImage {
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}.profile_view_count {
	color: #a90;
	float: inline-end;
	margin-right: 3px;
}/**
 * Open Source Social Network
 * @link      https://www.opensource-socialnetwork.org/
 * @package   Country Selector
 * @author    Michael Zülsdorff <ossn@z-mans.net>
 * @copyright (C) Michael Zülsdorff
 * @license   GNU General Public License https://www.gnu.de/documents/gpl-2.0.en.html
 */
 
.ossn-menu-search-country .text::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f57d";
    font-weight: 900;
    padding-right: 10px;
    vertical-align: middle;
    float: left;
}

.ossn-users-list-item.countryselector {
	margin-left: -10px;
	margin-right: -10px;
}

.userlink.contryselector {
	font-weight: bold;
}

.users-list-controls.contryselector {
	margin-top: 1px;
	margin-bottom: 0px;
}

.users-list-controls.contryselector .btn {
	line-height: initial;
}

.ossn-users-list-item .contryselector-country {
	position: relative;
	bottom: 15px;
	left: 60px;
	line-height: 0px;
	font-style: italic;
}

.ossn-users-list-item .contryselector-name {
	position: relative;
	bottom: 41px;
	left: 60px;
	line-height: 0px;
}.mic-container {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mic-container .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: 0.5s;
}
.mic-container .circle i {
  color: #b2b1b1;
font-size: 19px;
    margin: 0 auto;
    transition: 0.9s;
}
.mic-container .circle:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0.2;
  z-index: -1;
  position: absolute;
}
.mic-container .circle.active {
  background: #ff0000;
}
.mic-container .circle.active:before {
  background: gray;
  animation: micbounce 0.8s ease-in-out infinite 0.5s;
}
.mic-container .circle.active i {
  color: #ffffff;
}

@keyframes micbounce {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.4);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.voice-recoder-payer {
	display: block;
    margin: 10px; 
}

.voice-message {
	margin-top: 10px;
    margin-bottom: 5px;	
       min-width: 250px; 
}
.voice-recoder-payer {
	display:none;	
}

@keyframes spin {
	from {
		transform: rotateZ(0);
	}

	to {
		transform: rotateZ(1turn);
	}
}
.ossn-wall-container-control-menu-voice-message {
	position: absolute;
    margin-left: 5px;
}
.ossn-wall-container-control-menu-voice-message .circle {
    position: absolute;
    margin-left: -11px;
    margin-top: -8px;
    background: none;
    color: #000; 
}
.ossn-wall-container-control-menu-voice-message .mic-container .circle i {
    color: #5d5d5d; 
}
.ossn-wall-container-control-menu-voice-message .mic-container .active i{
	color:#fff;
}
.post-contents .voice-message {
	margin-bottom: 20px;
}
#ossn-wall-voicemessage {
    border-top: 1px solid #eee;
    padding: 10px;
    padding-bottom: 0;
}
.ossn-wall-vmsg-remove {
    color: red;
    float: right;
    cursor: pointer;
}
.ossn-wall-vmsg-name {
    max-width: 250px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*** wave***/
.voicmessages-play-btn {
    float: left;
    font-size: 29px;	
	cursor:pointer;
    color: initial !important;
}
.voicemessage-item {
	padding-left: 29px;
	padding-right: 29px;
}
.voicemassage-item-wrapper{
    padding: 10px 15px;
    background: #f6f7f8;
    border-radius: 15px;
    position: relative;
    border:1px solid #ccc;
}
.voice-note-time {
	 position: absolute;
    top: 19px;
    color: grey;
    right: 10px;
}
.voicemassage-item-wrapper .ossn-loading {
	margin:0 auto;
    margin-top:-40px;
}.groupinvite .token-input-input-token {
	width:100%;
    margin-top: 10px;
}
.groupinvite .token-input-list {
	border-left:0px;
    border-right:0px;
    border-top:0px;
	border-bottom:0px;    
}
.groupinvite-form p {
	margin-bottom:0px;
}
.groupinvite ul.token-input-list {
	border-radius:initial;
}
.fa-groupinvite {
	margin-right:0px;
}

#token-input-group-invite-input {
	width: 100% !important;
}

.ossn-notification-icon-groupinvite {
    display: inline-block;
}
.ossn-notification-icon-groupinvite:before {
	content: "\f0c0";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}.menu-topbar-dropdown-deleteaccount {
		 color: #ff1919 !important;
}
.dpdiv a {
	font-weight:bold;
}
.dpdiv .ossn-checkbox-input {
    top: auto !important;
}
.dpdiv span {
    font-weight: initial;
    margin-top: 0px;
}
.dpdiv {
	margin-bottom:10px !important;
}.menubuilder-item-topbar-dropdown i {
	    font-size: 15px !important;
}
.fa,
.fab,
.fas {
	margin-right:5px;
}
.menubuilder-item-topbar-dropdown:before {
		content:" " !important;
}
.menubuilder-item-topbar-dropdown i {
	margin-right: 14px;
}
.ossn-topbar-dropdown-menu ul li a:before {
	width: 20px;
}.wallet-balance {
	text-align: center;
    border: 2px dashed #eee;
    border-radius: 5px;	
}
.wallet-balance-title {
    font-size: 18px;
}
.wallet-balance-amount {
    font-size: 17px;	
}
.wallet-balance-currency {

}
.wallet-debit {
	color:red;	
	font-weight:bold;
}
.wallet-credit {
	color:green;	
	font-weight:bold;
}
.wallet-charge-failed {
	
}
.menu-section-item-wallet:before {
    content: "\f555" !important;
}
.wallet-card-input {
	padding:5px;
	width: 100%;
	background-color: #f9f9f9;
	border: 1px solid #ccd0d5;
	padding: 8px;
	margin-bottom: 5px;
	outline: none;
	display: block;
	resize: vertical;
	border-radius: 5px;
	border-radius: 5px;
	box-shadow: none;
	-webkit-box-shadow: none
}
.wallet-seamless-card-item {
    font-size: 16px;
    border: 1px dashed #ccc;
    padding: 10px;
    border-radius: 10px;
    text-align: left;
}
.wallet-seamless-card-item i {
	margin-right:0px;
}.menu-section-egifts i:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f06b" !important;
}
.menu-section-item-egifts-received:before {
    content: "\f4be" !important;	
}
.menu-section-item-egifts-list:before {
    content: "\f06b" !important;
}
.menu-section-item-egifts-sent:before {
    content: "\f79c" !important;	
}/**** <style> *****/
#ossn-hover-profile-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.02);
    width: 290px;
    min-height: 120px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.profile-hover-card-inner {
    position: relative;
    width: 100%;
}

.ossn-hover-card-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #667eea;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hover-card-banner {
    height: 75px;
    width: 100%;
}

.hover-card-banner.has-user-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.95;
}

.hover-card-banner.default-gradient-cover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    opacity: 0.85;
}

.hover-card-body {
    padding: 16px;
    position: relative;
}

.hover-card-header-main {
    display: flex;
    align-items: flex-end;
    margin-top: -35px;
    margin-bottom: 14px;
}

.profile-hover-card-inner .hover-avatar {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transition: border-color 0.2s ease;
}

.profile-hover-card-inner .hover-user-info {
    margin-left: 12px;
    margin-bottom: 4px;
    flex: 1;
    min-width: 0;
}

.profile-hover-card-inner .hover-fullname {
    font-size: 16px;
    font-weight: 700;
    color: #1a1f36;
    display: block;
    text-decoration: none;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-hover-card-inner .hover-fullname:hover {
    color: #4a5568;
}

.profile-hover-card-inner .hover-username {
    font-size: 13px;
    color: #718096;
    margin-top: 2px;
}

.hover-meta-grid {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
    padding-top: 4px;
}

.hover-meta-grid .meta-item {
    display: flex;
    align-items: center;
    color: #4a5568;
    font-size: 13px;
}

.hover-meta-grid .meta-item i {
    width: 20px;
    color: #a0aec0;
    font-size: 14px;
}

.profile-hover-card-inner .hover-card-actions {
    border-top: 1px solid #edf2f7;
    padding-top: 12px;
}

.btn-profilehover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    transition: all 0.2s ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-primary-profilehover {
    background: #1a1f36;
    color: #ffffff;
}
.btn-primary-profilehover:hover {
    background: #2d3748;
    color: #ffffff;
}

.btn-danger-soft-profilehover {
    background: #fff5f5;
    color: #e53e3e;
}
.btn-danger-soft-profilehover:hover {
    background: #fed7d7;
    color: #e53e3e !important;
}

.btn-warning-soft-profilehover {
    background: #fffaf0;
    color: #dd6b20;
}
.btn-warning-soft-profilehover:hover {
    background: #feebc8;
    color: #dd6b20 !important;
}

.white-darkmode #ossn-hover-profile-card {
    background: var(--bg-inner-containers, #242526);
    border-color: var(--main-border-color, #3c3c3c);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.white-darkmode .profile-hover-card-inner .hover-avatar {
    border-color: var(--bg-inner-containers, #242526);
    background: var(--bg-inner-containers, #242526);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.white-darkmode .profile-hover-card-inner .hover-fullname {
    color: var(--text-color, #ccc);
}

.white-darkmode .profile-hover-card-inner .hover-fullname:hover {
    color: var(--btn-color-bg, #1877F2);
}

.white-darkmode .profile-hover-card-inner .hover-username {
    color: var(--main-title-color, #b0b3b8);
}

.white-darkmode .hover-meta-grid .meta-item {
    color: var(--text-color, #ccc);
}

.white-darkmode .hover-meta-grid .meta-item i {
    color: var(--main-title-color, #b0b3b8);
}

.white-darkmode .profile-hover-card-inner .hover-card-actions {
    border-top-color: var(--main-border-color, #3c3c3c);
}

.white-darkmode .btn-primary-profilehover {
    background: var(--btn-color-bg, #1877F2);
    color: #ffffff;
}
.white-darkmode .btn-primary-profilehover:hover {
    filter: brightness(1.1);
}

/* Adapting the soft status buttons for readability against dark container spaces */
.white-darkmode .btn-danger-soft-profilehover {
    background: rgba(229, 62, 62, 0.15);
    color: #ff6b6b;
}
.white-darkmode .btn-danger-soft-profilehover:hover {
    background: rgba(229, 62, 62, 0.25);
    color: #ff6b6b !important;
}

.white-darkmode .btn-warning-soft-profilehover {
    background: rgba(221, 107, 32, 0.15);
    color: #fbd38d;
}
.white-darkmode .btn-warning-soft-profilehover:hover {
    background: rgba(221, 107, 32, 0.25);
    color: #fbd38d !important;
}.postlimit-locked {
	background: #f2f2f2 !important;
	color: #999 !important;
	cursor: not-allowed !important;
	opacity: 0.75;
}
.postlimit-locked-btn {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
	pointer-events: none;
}
/** <style> **/
.menu-topbar-dropdown-campaignspending:before,
.menu-section-item-campaigns:before {
	content: "\f641" !important;
}

.ossn-campaign-dashboard {}

.ossn-campaign-dashboard .dashboard-header-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.ossn-campaign-dashboard .dashboard-title {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 700;
	color: #1a202c;
}

.ossn-campaign-dashboard .btn-launch-new {
	background-color: #0d6efd;
	color: #ffffff !important;
	padding: 8px 16px;
	border-radius: 6px;
	font-weight: 600;
	font-size: 0.875rem;
	text-decoration: none !important;
	transition: background-color 0.2s ease-in-out;
}

.ossn-campaign-dashboard .btn-launch-new:hover {
	background-color: #0b5ed7;
}

/* Table Design */
.ossn-campaign-dashboard .table-campaigns {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

.ossn-campaign-dashboard .table-campaigns thead th {
	background-color: #f8f9fa;
	color: #6c757d;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	font-weight: 700;
	padding: 12px 14px;
	border-bottom: 1px solid #e9ecef;
}

.ossn-campaign-dashboard .table-campaigns tbody td {
	padding: 14px;
	border-bottom: 1px solid #f1f3f5;
	vertical-align: middle;
}

/* Metrics & Submetrics Fix */
.ossn-campaign-dashboard .campaign-metric {
	display: block;
	font-size: 0.95rem;
	font-weight: 700;
	color: #212529;
	line-height: 1.2;
}

.ossn-campaign-dashboard .campaign-submetric {
	display: inline-block;
	font-size: 0.75rem;
	color: #6c757d;
	margin-top: 3px;
	font-weight: 500;
}

.ossn-campaign-dashboard .campaign-submetric.mode-badge {
	background-color: #e9ecef;
	color: #495057;
	padding: 2px 8px;
	border-radius: 12px;
	text-transform: capitalize;
	font-size: 0.7rem;
}

/* Badges */
.ossn-campaign-dashboard .campaign-badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 20px;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: capitalize;
}

/* Action Buttons */
.ossn-campaign-dashboard .action-btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: #dc3545 !important;
	background-color: #f8d7da;
	text-decoration: none !important;
	transition: all 0.2s ease;
}

.ossn-campaign-dashboard .action-btn-icon:hover {
	background-color: #dc3545;
	color: #ffffff !important;
	transform: scale(1.08);
}

.ossn-campaign-dashboard .badge-active {
	background: #dcfce7;
	color: #166534;
}

.ossn-campaign-dashboard .badge-pending {
	background: #fef3c7;
	color: #92400e;
}

.ossn-campaign-dashboard .badge-declined {
	background: #fee2e2;
	color: #991b1b;
}

.ossn-campaign-dashboard .badge-expired {
	background: #f1f5f9;
	color: #475569;
}


.monetization-builder-container {
	background: var(--bs-body-bg, #ffffff);
	border: 1px solid var(--bs-border-color, #e2e8f0);
	border-radius: 12px;
	padding: 24px;
}

.monetization-split-grid {
	display: grid;
	grid-template-columns: 1fr 360px;
	gap: 28px;
	align-items: start;
}

/* Input Fields & Cards */
.builder-card {
	background: var(--bs-tertiary-bg, #f8fafc);
	border: 1px solid var(--bs-border-color, #e2e8f0);
	border-radius: 10px;
	padding: 18px;
	margin-bottom: 20px;
}

.builder-card-title {
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--bs-heading-color, #0f172a);
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.builder-card-title i {
	color: #2563eb;
}

.form-label-modern {
	font-weight: 600;
	font-size: 0.825rem;
	color: var(--bs-body-color, #334155);
	margin-bottom: 6px;
	display: block;
}

.form-control-modern {
	width: 100%;
	padding: 10px 14px;
	border-radius: 8px;
	border: 1px solid var(--bs-border-color, #cbd5e1);
	background: var(--bs-body-bg, #ffffff);
	color: var(--bs-body-color, #0f172a);
	font-size: 0.9rem;
	transition: all 0.15s ease;
}

.form-control-modern:focus {
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
	outline: none;
}

/* Custom Segmented Checkbox Pills & OSSN Reset */
.custom-pill-checkboxes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.custom-pill-checkboxes label {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	padding: 8px 16px !important;
	background: #ffffff !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 50px !important;
	font-size: 0.85rem !important;
	font-weight: 600 !important;
	color: #334155 !important;
	cursor: pointer !important;
	transition: all 0.2s ease !important;
	user-select: none !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03) !important;
	margin: 0 !important;
}

.custom-pill-checkboxes label:hover {
	border-color: #2563eb !important;
	color: #2563eb !important;
	background: #f8fafc !important;
}

.custom-pill-checkboxes input[type="checkbox"],
.ossn-form .custom-pill-checkboxes input[type="checkbox"] {
	position: static !important;
	top: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	appearance: auto !important;
	-webkit-appearance: checkbox !important;
	-moz-appearance: checkbox !important;
	width: 16px !important;
	height: 16px !important;
	cursor: pointer !important;
	accent-color: #2563eb !important;
	flex-shrink: 0 !important;
	vertical-align: middle !important;
}

.custom-pill-checkboxes input[type="checkbox"]::before,
.custom-pill-checkboxes input[type="checkbox"]::after,
.ossn-form .custom-pill-checkboxes input[type="checkbox"]:checked::before,
.ossn-form .custom-pill-checkboxes input[type="checkbox"]:checked::after {
	content: none !important;
	display: none !important;
}

.custom-pill-checkboxes label:has(input[type="checkbox"]:checked) {
	border-color: #2563eb !important;
	background-color: #eff6ff !important;
	color: #1d4ed8 !important;
}

.billing-mode-selector {
	display: flex;
	gap: 12px;
}

.billing-mode-card {
	flex: 1;
	position: relative;
	border: 2px solid var(--bs-border-color, #e2e8f0);
	border-radius: 10px;
	padding: 12px 14px;
	cursor: pointer;
	background: var(--bs-body-bg, #ffffff);
	transition: all 0.2s ease;
}

.billing-mode-card:hover {
	border-color: #93c5fd;
}

.billing-mode-card.active {
	border-color: #2563eb;
	background: rgba(37, 99, 235, 0.03);
}

.billing-mode-card input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.monetization-builder-container .mode-badge-title {
	font-weight: 700;
	font-size: 0.875rem;
	color: var(--bs-heading-color, #1e293b);
	display: block;
}

.monetization-builder-container .mode-badge-desc {
	font-size: 0.75rem;
	color: var(--bs-secondary-color, #64748b);
	display: block;
	margin-top: 2px;
}

/* Dropzone Upload Styling */
.monetization-builder-container .dropzone-upload-box {
	border: 2px dashed var(--bs-border-color, #cbd5e1);
	border-radius: 10px;
	padding: 24px;
	text-align: center;
	background: var(--bs-body-bg, #ffffff);
	cursor: pointer;
	transition: all 0.2s ease;
}

.monetization-builder-container .dropzone-upload-box:hover {
	border-color: #2563eb;
	background: rgba(37, 99, 235, 0.02);
}

.monetization-builder-container .dropzone-icon {
	width: 44px;
	height: 44px;
	background: #eff6ff;
	color: #2563eb;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-bottom: 8px;
}

/* Interactive Live Ad Preview Box */
.sticky-preview-wrapper {
	position: sticky;
	top: 20px;
}

.preview-box-container {
	background: var(--bs-body-bg, #ffffff);
	border: 1px solid var(--bs-border-color, #e2e8f0);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.preview-box-header {
	background: var(--bs-tertiary-bg, #f1f5f9);
	padding: 10px 14px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: var(--bs-secondary-color, #64748b);
	border-bottom: 1px solid var(--bs-border-color, #e2e8f0);
}

.preview-clickable-card {
	display: block;
	text-decoration: none !important;
	color: inherit !important;
	padding: 14px;
	transition: background-color 0.2s ease;
}

.preview-clickable-card:hover {
	background-color: #f8fafc;
}

.mock-ad-title {
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--bs-heading-color, #0f172a);
	margin-bottom: 8px;
	line-height: 1.35;
}

.preview-clickable-card:hover .mock-ad-title {
	color: #2563eb;
}

.mock-sponsored-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.mock-sponsored-badge {
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #2563eb;
	background-color: #eff6ff;
	padding: 2px 8px;
	border-radius: 4px;
}

.mock-domain-preview {
	font-size: 0.75rem;
	color: var(--bs-secondary-color, #64748b);
	font-weight: 600;
}

/* 1200x630 Aspect Ratio Frame with Zero Cropping */
.mock-ad-image-frame {
	width: 100%;
	aspect-ratio: 1200 / 630;
	height: auto;
	background: #f1f5f9;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #94a3b8;
	border: 1px solid var(--bs-border-color, #e2e8f0);
	margin-bottom: 10px;
}

.mock-ad-image-frame img {
	width: 100%;
	height: 100%;
	object-fit: contain !important;
}


.mock-ad-desc {
	font-size: 0.825rem;
	color: var(--bs-body-color, #475569);
	word-break: break-word;
	line-height: 1.45;
}

/* Light Checkout Summary Card */
.checkout-summary-card {
	background: var(--bs-body-bg, #ffffff);
	border: 1px solid var(--bs-border-color, #e2e8f0);
	border-radius: 12px;
	padding: 18px;
	margin-top: 16px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.checkout-summary-card .price-tag {
	font-size: 1.75rem;
	font-weight: 800;
	color: #2563eb;
}

.btn-launch-campaign {
	width: 100%;
	background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
	color: #ffffff;
	font-weight: 700;
	font-size: 0.95rem;
	padding: 12px;
	border-radius: 8px;
	border: none;
	margin-top: 14px;
	transition: all 0.15s ease;
	cursor: pointer;
}

.btn-launch-campaign:hover {
	filter: brightness(1.08);
	box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
}

@media (max-width: 992px) {
	.monetization-split-grid {
		grid-template-columns: 1fr;
	}
}.marketplaceescrow-buy-btn {
	margin-left: 8px;
	background: var(--color-primary, #ff6a01) !important;
	border-color: var(--color-primary, #ff6a01) !important;
	color: #fff !important;
}

.mpe-widget {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	margin-bottom: 12px;
	padding: 12px 14px;
}
.mpe-widget-title {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 8px;
}
.mpe-order-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 0;
	border-top: 1px solid #f2f2f2;
	gap: 10px;
}
.mpe-order-row:first-of-type {
	border-top: none;
}
.mpe-order-product {
	font-weight: 600;
	font-size: 13px;
}
.mpe-order-meta {
	font-size: 12px;
	color: #888;
}
.mpe-order-days {
	font-size: 12px;
	color: #b26a00;
	font-weight: 600;
	margin-top: 2px;
}
.mpe-order-code {
	font-size: 11px;
	color: #aaa;
	font-family: monospace;
	margin-top: 1px;
}
.mpe-order-actions {
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex-shrink: 0;
}
.mpe-confirm-btn {
	border: none;
	border-radius: 6px;
	padding: 8px 14px;
	background: var(--color-primary, #ff6a01);
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	cursor: pointer;
}
.mpe-confirm-btn:disabled, .mpe-report-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.mpe-report-btn {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 7px 14px;
	background: #fff;
	color: #b3261e;
	font-weight: 600;
	font-size: 12px;
	cursor: pointer;
}

.mse-widget {
	margin-top: 4px;
}
.mse-status {
	font-size: 12px;
	font-weight: 600;
}
.mse-status-pending {
	color: #b26a00;
}
.mse-status-paid {
	color: #2e7d32;
}
.mse-status-disputed {
	color: #b3261e;
}
.referral-profile-btn {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 12px;
	border-radius: 14px;
	background: #d9534f;
	color: #fff !important;
	text-decoration: none;
}
.referral-profile-btn:hover {
	opacity: 0.9;
}
.referral-exclude-toggle-btn {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 12px;
	border-radius: 14px;
	background: none;
	border: 1px solid rgba(0,0,0,0.25);
	color: #666;
	cursor: pointer;
}
.referral-exclude-toggle-btn.referral-excluded {
	background: #6b7280;
	border-color: #6b7280;
	color: #fff;
}
.referral-admin-excluded-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}
.referral-admin-excluded-chip {
	display: flex;
	align-items: center;
	gap: 8px;
	background: rgba(0,0,0,0.05);
	border-radius: 20px;
	padding: 5px 8px 5px 14px;
	font-size: 13px;
}
.referral-admin-excluded-chip button {
	border: none;
	background: rgba(217,83,79,0.12);
	color: #d9534f;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 1;
	cursor: pointer;
	font-weight: 800;
}
.referral-userlist-badge {
	font-size: 11px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 12px;
	background: rgba(41,196,111,0.14);
	color: #1ea757;
}
.referral-userlist-badge-excluded {
	background: rgba(0,0,0,0.08);
	color: #6b7280;
}
.referral-userlist-toggle {
	font-size: 12px;
	font-weight: 700;
	padding: 5px 12px;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.15);
	text-decoration: none;
}

/* ---- Referral dashboard page ---- */
.referral-page {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 40px;
}

.referral-hero {
	background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
	border-radius: 18px;
	padding: 36px 28px;
	text-align: center;
	color: #fff;
	box-shadow: 0 10px 30px rgba(37,117,252,0.25);
}
.referral-hero-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(255,255,255,0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 14px;
}
.referral-hero h1 {
	font-size: 24px;
	font-weight: 800;
	margin: 0 0 8px;
	color: #fff;
}
.referral-hero-sub {
	font-size: 14px;
	opacity: 0.92;
	margin: 0 auto 24px;
	max-width: 440px;
	line-height: 1.5;
}

.referral-link-row {
	display: flex;
	gap: 8px;
	max-width: 460px;
	margin: 0 auto 18px;
	background: rgba(255,255,255,0.15);
	border: 1px solid rgba(255,255,255,0.35);
	border-radius: 12px;
	padding: 6px;
}
.referral-link-row input {
	flex: 1;
	min-width: 0;
	border: none;
	background: transparent;
	color: #fff;
	padding: 8px 10px;
	font-size: 13px;
	font-weight: 600;
}
.referral-link-row input::selection {
	background: rgba(255,255,255,0.4);
}
.referral-copy-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #fff;
	color: #2575fc;
	border: none;
	border-radius: 8px;
	padding: 9px 16px;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	white-space: nowrap;
	transition: transform 0.1s ease, background 0.2s ease, color 0.2s ease;
}
.referral-copy-btn:active {
	transform: scale(0.96);
}
.referral-copy-btn.referral-copy-done {
	background: #29c46f;
	color: #fff;
}
.referral-copy-icon-default,
.referral-copy-icon-done {
	display: inline-flex;
	align-items: center;
}

.referral-share-row {
	display: flex;
	justify-content: center;
	gap: 12px;
}
.referral-share-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.16);
	color: #fff;
	transition: transform 0.15s ease, background 0.15s ease;
}
.referral-share-btn:hover {
	transform: translateY(-2px);
	background: rgba(255,255,255,0.3);
}
.referral-share-whatsapp:hover { background: #25d366; }
.referral-share-twitter:hover { background: #000; }
.referral-share-facebook:hover { background: #1877f2; }
.referral-share-mail:hover { background: rgba(255,255,255,0.35); }

/* Stats */
.referral-stats-row {
	display: flex;
	gap: 16px;
	margin: 20px 0;
}
.referral-stat {
	flex: 1;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.07);
	border-radius: 14px;
	padding: 20px 16px;
	text-align: center;
	box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.referral-stat-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}
.referral-stat-people .referral-stat-icon {
	background: rgba(37,117,252,0.12);
	color: #2575fc;
}
.referral-stat-earned .referral-stat-icon {
	background: rgba(41,196,111,0.14);
	color: #1ea757;
}
.referral-stat-value {
	font-size: 24px;
	font-weight: 800;
	color: #1a1a1a;
}
.referral-stat-currency {
	font-size: 13px;
	font-weight: 700;
	opacity: 0.6;
}
.referral-stat-label {
	font-size: 12px;
	opacity: 0.6;
	margin-top: 4px;
}

/* Referral list */
.referral-list-card {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.07);
	border-radius: 14px;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.referral-list-card h3 {
	margin: 0 0 14px;
	font-size: 15px;
	font-weight: 800;
}
.referral-empty-state {
	text-align: center;
	padding: 30px 10px;
	opacity: 0.5;
}
.referral-empty-state svg {
	margin-bottom: 10px;
}
.referral-empty-state p {
	font-size: 13px;
	margin: 0;
}
.referral-list {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.referral-list-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 6px;
	border-radius: 10px;
	transition: background 0.15s ease;
}
.referral-list-row:hover {
	background: rgba(0,0,0,0.02);
}
.referral-list-user {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}
.referral-avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.referral-avatar-deleted {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.08);
	color: rgba(0,0,0,0.4);
	font-weight: 800;
}
.referral-list-user-info {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.referral-list-user-info a {
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.referral-list-date {
	font-size: 11px;
	opacity: 0.55;
}
.referral-list-reward {
	font-size: 13px;
	font-weight: 700;
	opacity: 0.4;
	white-space: nowrap;
}
.referral-list-reward-paid {
	color: #1ea757;
	opacity: 1;
}

@media (max-width: 520px) {
	.referral-hero {
		padding: 28px 18px;
	}
	.referral-link-row {
		flex-direction: column;
	}
	.referral-copy-btn {
		justify-content: center;
	}
	.referral-stats-row {
		flex-direction: column;
	}
}
.analytics-dashboard h3 {
	margin: 30px 0 12px;
	font-size: 15px;
	font-weight: 800;
}
.analytics-dashboard h3:first-child {
	margin-top: 0;
}
.analytics-stat-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}
@media (max-width: 800px) {
	.analytics-stat-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
.analytics-stat-card {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.07);
	border-radius: 12px;
	padding: 18px;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.analytics-stat-card-highlight {
	background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
	border: none;
}
.analytics-stat-card-highlight .analytics-stat-value,
.analytics-stat-card-highlight .analytics-stat-label {
	color: #fff;
}
.analytics-stat-value {
	font-size: 22px;
	font-weight: 800;
	color: #1a1a1a;
}
.analytics-stat-label {
	font-size: 11px;
	opacity: 0.6;
	margin-top: 4px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.analytics-chart-card {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.07);
	border-radius: 12px;
	padding: 18px;
	margin-top: 14px;
}
.analytics-chart-title {
	font-size: 12px;
	font-weight: 700;
	opacity: 0.65;
	margin-bottom: 12px;
}
.analytics-chart {
	display: flex;
	align-items: flex-end;
	gap: 3px;
	height: 100px;
}
.analytics-chart-col {
	flex: 1 1 0;
	display: flex;
	align-items: flex-end;
	height: 100%;
}
.analytics-chart-bar {
	width: 100%;
	background: linear-gradient(180deg, #6a11cb 0%, #2575fc 100%);
	border-radius: 3px 3px 0 0;
	min-height: 3px;
}
.staffearn-panel {
	max-width: 920px;
	margin: 24px auto;
	padding: 36px 40px;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 4px 20px rgba(20,20,43,0.06), 0 1px 4px rgba(20,20,43,0.04);
	border: 1px solid #f0f0f5;
}
.staffearn-panel h2 { font-size: 25px; font-weight: 800; margin: 0 0 4px; letter-spacing: -0.02em; color: #16161f; }
.staffearn-month-subtitle { font-size: 13px; opacity: 0.5; font-weight: 600; margin: 0 0 26px; text-transform: uppercase; letter-spacing: 0.05em; }

.staffearn-section-heading {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #6366f1;
	margin: 36px 0 16px;
	padding-top: 26px;
	border-top: 1px solid #f0f0f5;
	display: flex;
	align-items: center;
	gap: 8px;
}
.staffearn-section-heading::before { content: ''; display: inline-block; width: 4px; height: 14px; background: #6366f1; border-radius: 2px; }
.staffearn-section-heading:first-of-type { border-top: none; padding-top: 0; margin-top: 0; }
.staffearn-empty { opacity: 0.45; padding: 24px 0; text-align: center; font-size: 13.5px; }
.staffearn-hint { font-size: 12.5px; opacity: 0.6; margin: 6px 0; line-height: 1.5; }

/* Performance metric grid */
.staffearn-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 18px; }
.staffearn-cell {
	background: linear-gradient(160deg, #fafafd 0%, #f4f4f9 100%);
	border-radius: 12px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	border: 1.5px solid transparent;
	transition: all 0.15s ease;
}
.staffearn-cell.staffearn-met { border-color: #6ee7b7; background: linear-gradient(160deg, #ecfdf5 0%, #dcfce8 100%); }
.staffearn-label { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.04em; opacity: 0.55; font-weight: 700; }
.staffearn-value { font-size: 17px; font-weight: 800; color: #1e1e2e; }
.staffearn-subcaption { display: block; font-size: 10px; opacity: 0.5; margin-top: 4px; font-weight: 500; }
.staffearn-admin-breakdown { display: block; font-size: 10px; opacity: 0.5; margin-top: 2px; }

.staffearn-status { padding: 14px 18px; border-radius: 12px; font-size: 14px; font-weight: 700; margin-bottom: 20px; letter-spacing: 0.01em; }
.staffearn-status-eligible { background: linear-gradient(135deg, #d1fae5, #bbf7d0); color: #067a4c; }
.staffearn-status-notyet { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #92680a; }

.staffearn-earnings-summary { margin-bottom: 10px; }
.staffearn-earnings-row { display: flex; justify-content: space-between; padding: 10px 2px; border-bottom: 1px solid #f2f2f6; font-size: 14px; }
.staffearn-earnings-row span { opacity: 0.75; }
.staffearn-earnings-total { font-weight: 800; font-size: 17px; border-bottom: none; padding-top: 14px; }
.staffearn-earnings-total span { opacity: 1; color: #16161f; }

/* Buttons */
.btn {
	display: inline-block;
	padding: 11px 20px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 13.5px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	background: linear-gradient(135deg, #6366f1, #4f52d6);
	color: #fff;
	box-shadow: 0 2px 6px rgba(99,102,241,0.25);
	transition: all 0.15s ease;
}
.btn:hover { box-shadow: 0 4px 12px rgba(99,102,241,0.35); transform: translateY(-1px); }
.btn-sm { padding: 8px 15px; font-size: 12.5px; }
.btn-success { background: linear-gradient(135deg, #10b981, #059669); box-shadow: 0 2px 6px rgba(16,185,129,0.25); }
.btn-success:hover { box-shadow: 0 4px 12px rgba(16,185,129,0.35); }
.btn-secondary { background: #f1f1f6; color: #333; box-shadow: none; }
.btn-secondary:hover { background: #e5e5ec; box-shadow: none; transform: none; }

.staffearn-inline-form { display: flex; gap: 10px; align-items: center; margin-bottom: 14px; }
.staffearn-inline-form input[type="text"] { flex: 1; padding: 10px 14px; border: 1.5px solid #e4e4ec; border-radius: 10px; font-size: 13.5px; transition: border-color 0.15s ease; }
.staffearn-inline-form input[type="text"]:focus { outline: none; border-color: #6366f1; }

.staffearn-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 16px; }
.staffearn-form-grid label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; opacity: 0.6; display: flex; flex-direction: column; gap: 6px; }
.staffearn-form-grid input, .staffearn-form-grid select { padding: 10px 14px; border: 1.5px solid #e4e4ec; border-radius: 10px; font-size: 13.5px; font-weight: 400; text-transform: none; letter-spacing: normal; color: #16161f; transition: border-color 0.15s ease; }
.staffearn-form-grid input:focus, .staffearn-form-grid select:focus { outline: none; border-color: #6366f1; }
.staffearn-form-grid input[type="submit"] { grid-column: 1 / -1; justify-self: start; }

.staffearn-search-results { margin-bottom: 12px; }
.staffearn-user-row { display: flex; align-items: center; gap: 14px; padding: 12px 14px; border: 1.5px solid #f0f0f5; border-radius: 12px; margin-bottom: 8px; transition: border-color 0.15s ease; }
.staffearn-user-row:hover { border-color: #e4e4ec; }
.staffearn-user-row img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.staffearn-user-name { font-weight: 700; font-size: 13px; flex: 1; }

/* Tables */
.staffearn-table { width: 100%; border-collapse: collapse; }
.staffearn-table th { text-align: left; padding: 10px 12px; font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.04em; opacity: 0.5; font-weight: 800; border-bottom: 2px solid #f0f0f5; }
.staffearn-table td { padding: 12px; border-bottom: 1px solid #f4f4f8; font-size: 13px; }
.staffearn-table tbody tr:hover { background: #fafafd; }

.staffearn-badge { font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.03em; padding: 5px 11px; border-radius: 20px; }
.staffearn-badge-approved { background: #d1fae5; color: #067a4c; }
.staffearn-badge-rejected { background: #fee2e2; color: #b91c1c; }
.staffearn-badge-pending { background: #fef3c7; color: #92680a; }

/* Org-wide summary */
.staffearn-org-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 10px; }
.staffearn-org-cell {
	background: linear-gradient(160deg, #fafafd 0%, #f2f2f8 100%);
	border: 1px solid #ececf2;
	border-radius: 14px;
	padding: 18px 20px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.staffearn-org-cell:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(20,20,43,0.07); }
.staffearn-org-cell span { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.05em; opacity: 0.55; font-weight: 800; }
.staffearn-org-cell strong { font-size: 22px; font-weight: 800; color: #16161f; }
.staffearn-org-cell-good { background: linear-gradient(160deg, #ecfdf5 0%, #d5f9e6 100%); border-color: #a7f3d0; }
.staffearn-org-cell-good strong { color: #067a4c; }
.staffearn-org-cell-warn { background: linear-gradient(160deg, #fef3c7 0%, #fde49f 100%); border-color: #fde68a; }
.staffearn-org-cell-warn strong { color: #92680a; }

/* Approval queue cards */
.staffearn-admin-card {
	border: 1.5px solid #f0f0f5;
	border-radius: 14px;
	padding: 18px 20px;
	margin-bottom: 12px;
	background: #fdfdfe;
	transition: border-color 0.15s ease;
}
.staffearn-admin-card:hover { border-color: #e4e4ec; }
.staffearn-admin-card-header { display: flex; justify-content: space-between; align-items: center; font-size: 14.5px; margin-bottom: 6px; }
.staffearn-admin-card-header strong { color: #16161f; }
.staffearn-admin-card-meta { font-size: 12.5px; opacity: 0.65; margin-bottom: 16px; line-height: 1.5; }
.staffearn-admin-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.staffearn-admin-actions form { display: flex; gap: 8px; align-items: center; }
.staffearn-admin-actions input[type="text"] { padding: 9px 12px; border: 1.5px solid #e4e4ec; border-radius: 9px; font-size: 12.5px; }

/* Monthly history accordion */
.staffearn-month-group { border: 1.5px solid #f0f0f5; border-radius: 14px; margin-bottom: 10px; overflow: hidden; transition: border-color 0.15s ease; }
.staffearn-month-group:hover { border-color: #e4e4ec; }
.staffearn-month-toggle {
	width: 100%; text-align: left; padding: 16px 20px; background: #fafafd; border: none; cursor: pointer;
	font-size: 14px; font-weight: 700; display: flex; justify-content: space-between; align-items: center; color: #16161f;
}
.staffearn-month-toggle::after { content: '+'; font-size: 20px; opacity: 0.4; font-weight: 400; }
.staffearn-month-toggle.open::after { content: '\2212'; }
.staffearn-month-content { display: none; padding: 20px; overflow-x: auto; border-top: 1px solid #f0f0f5; }
.staffearn-month-content.open { display: block; }

.staffearn-profile-btn {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 14px;
	border-radius: 16px;
	background: linear-gradient(135deg, #6366f1, #4f52d6);
	color: #fff !important;
	text-decoration: none;
	box-shadow: 0 2px 6px rgba(99,102,241,0.25);
}
.staffearn-profile-btn:hover { opacity: 0.92; }

/* Approval queue pagination */
.staffearn-pagination { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 16px; padding-top: 16px; border-top: 1px solid #f0f0f5; }
.staffearn-pagination-label { font-size: 12.5px; font-weight: 700; opacity: 0.6; }

/* ===================== Mobile responsiveness ===================== */
@media (max-width: 700px) {
	.staffearn-panel {
		max-width: 100%;
		margin: 10px;
		padding: 20px 16px;
		border-radius: 12px;
	}
	.staffearn-panel h2 { font-size: 19px; }

	/* Metric grid: 4 columns -> 2 columns */
	.staffearn-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
	.staffearn-cell { padding: 12px; }
	.staffearn-value { font-size: 15px; }

	/* Form fields: 2 columns -> 1 column, stacked */
	.staffearn-form-grid { grid-template-columns: 1fr; gap: 12px; }

	/* Org summary: 3 columns -> 1 column, stacked */
	.staffearn-org-grid { grid-template-columns: 1fr; gap: 10px; }
	.staffearn-org-cell strong { font-size: 18px; }

	/* Search bar: stack input above button instead of side by side */
	.staffearn-inline-form { flex-direction: column; align-items: stretch; }
	.staffearn-inline-form input[type="text"] { width: 100%; box-sizing: border-box; }
	.staffearn-inline-form input[type="submit"] { width: 100%; }

	/* User search result rows: allow wrapping instead of overflowing */
	.staffearn-user-row { flex-wrap: wrap; }
	.staffearn-user-row form { width: 100%; }
	.staffearn-user-row form input[type="submit"] { width: 100%; }

	/* Tables: scroll horizontally within their own box instead of
	   pushing the whole page wider than the screen */
	.staffearn-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 -4px; }
	.staffearn-table { min-width: 480px; }

	/* Approval queue cards: stack the approve/reject forms vertically
	   and let each take the full width instead of squeezing side by
	   side */
	.staffearn-admin-card { padding: 14px 16px; }
	.staffearn-admin-card-header { flex-direction: column; align-items: flex-start; gap: 4px; }
	.staffearn-admin-actions { flex-direction: column; align-items: stretch; }
	.staffearn-admin-actions form { width: 100%; }
	.staffearn-admin-actions input[type="text"] { width: 100%; box-sizing: border-box; }
	.staffearn-admin-actions input[type="submit"] { width: 100%; }

	/* Monthly history accordion */
	.staffearn-month-toggle { padding: 12px 14px; font-size: 13px; }
	.staffearn-month-content { padding: 14px; }

	/* Pagination controls */
	.staffearn-pagination { flex-wrap: wrap; gap: 10px; }

	/* Settings form submit button, full width like everything else */
	.staffearn-form-grid input[type="submit"] { width: 100%; }
}

@media (max-width: 420px) {
	.staffearn-grid { grid-template-columns: 1fr; }
}
.ossn-storytray-carousel {
	display: -webkit-box;
	display: flex;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	gap: 12px;
	padding: 6px 2px 12px 2px;
}
.ossn-storytray-carousel::-webkit-scrollbar {
	height: 6px;
}
.ossn-storytray-carousel::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.15);
	border-radius: 10px;
}
.ossn-storytray-item {
	flex: 0 0 148px;
	scroll-snap-align: start;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(0,0,0,0.12);
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}
.ossn-storytray-photo {
	display: block;
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.ossn-storytray-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ossn-storytray-name {
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 8px 6px 6px 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ossn-storytray-name a {
	color: inherit;
	text-decoration: none;
}
.ossn-storytray-action {
	width: calc(100% - 16px);
	margin: 0 8px;
	border: none;
	border-radius: 8px;
	padding: 6px 4px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	background: var(--ossn-color-primary, #3b5998);
	color: #fff;
}
.ossn-storytray-action.pending,
.ossn-storytray-action.done {
	background: #ccc;
	color: #444;
	cursor: default;
}
.ossn-storytray-item .biz-page-icon {
	height: 115px;
	background: #f4f4f4;
}
.ossn-storytray-item .biz-page-icon img {
	object-fit: contain;
}
.ossn-storytray-action.active {
	background: #4caf50;
	color: #fff;
}
.loanportal-panel { max-width: 820px; margin: 24px auto; padding: 32px 36px; background: #fff; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); border: 1px solid #f0f0f4; }
/* Wider variant, admin panel only - the borrower-facing forms
   (application, review, dashboard) read better at a moderate,
   centered width, but the admin interface has multi-column detail
   grids and tables that benefit from using more of the available
   screen instead of being squeezed into the same narrow column. */
.loanportal-panel-admin { max-width: 1400px; }
.loanportal-panel h2 { font-size: 22px; font-weight: 800; margin: 0 0 6px; color: #16161f; }
.loanportal-hint { font-size: 13px; opacity: 0.6; margin: 0 0 14px; line-height: 1.5; }
.loanportal-empty { opacity: 0.45; padding: 30px 0; text-align: center; font-size: 13.5px; }
.loanportal-back { font-size: 12.5px; color: #6366f1; text-decoration: none; font-weight: 700; display: block; margin-bottom: 8px; }

.loanportal-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; gap: 12px; }

.loanportal-section-heading { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: #6366f1; margin: 28px 0 14px; padding-top: 22px; border-top: 1px solid #f0f0f4; }
.loanportal-section-heading:first-of-type { border-top: none; padding-top: 0; margin-top: 0; }

.btn { display: inline-block; padding: 10px 18px; border-radius: 10px; font-weight: 700; font-size: 13px; border: none; cursor: pointer; text-decoration: none; background: linear-gradient(135deg, #6366f1, #4f52d6); color: #fff; }
.btn-success { background: linear-gradient(135deg, #10b981, #059669); }
.btn-secondary { background: #f1f1f6; color: #333; }
.btn-sm { padding: 7px 14px; font-size: 12.5px; }

/* Alerts / notices */
.loanportal-alert { padding: 14px 16px; border-radius: 12px; font-size: 13px; margin-bottom: 20px; line-height: 1.5; }
.loanportal-alert-warn { background: #fef3c7; color: #92680a; }
.loanportal-alert-reject { background: #fee2e2; color: #b91c1c; font-size: 12.5px; padding: 10px 14px; border-radius: 10px; margin: 8px 0; }
.loanportal-alert-approved { background: #d1fae5; color: #067a4c; font-size: 12.5px; padding: 10px 14px; border-radius: 10px; margin: 8px 0; font-weight: 700; }

.loanportal-security-note {
	display: flex; align-items: flex-start; gap: 10px;
	background: #eef2ff; color: #4338ca; padding: 14px 16px; border-radius: 12px;
	font-size: 12.5px; line-height: 1.5; margin-bottom: 22px;
}
.loanportal-security-note i { margin-top: 2px; }

/* Forms */
.loanportal-form { display: flex; flex-direction: column; gap: 16px; }
.loanportal-form label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; opacity: 0.6; display: flex; flex-direction: column; gap: 6px; }
.loanportal-form input, .loanportal-form textarea, .loanportal-form select {
	padding: 10px 14px; border: 1.5px solid #e4e4ec; border-radius: 10px; font-size: 13.5px; font-weight: 400;
	text-transform: none; letter-spacing: normal; color: #16161f; font-family: inherit; resize: vertical;
}
.loanportal-form input[type="submit"] { align-self: flex-start; }
.loanportal-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.loanportal-form-section-title {
	font-size: 12.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: #6366f1;
	margin: 6px 0 -2px; padding-top: 18px; border-top: 1px solid #f0f0f4;
}
.loanportal-form-section-title:first-child { border-top: none; padding-top: 0; margin-top: 0; }
.loanportal-checkbox-label {
	flex-direction: row !important; align-items: flex-start; gap: 10px !important;
	text-transform: none !important; letter-spacing: normal !important; font-weight: 400 !important; opacity: 1 !important;
	font-size: 13px !important; background: #f7f7fb; padding: 12px 14px; border-radius: 10px;
}
.loanportal-checkbox-label input[type="checkbox"] { width: auto; margin-top: 2px; }

.loanportal-settings-form { background: #f7f7fb; padding: 18px 20px; border-radius: 14px; margin-bottom: 10px; }

/* Org summary */
.loanportal-org-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 260px)); gap: 12px; margin-bottom: 8px; }
.loanportal-org-cell {
	background: linear-gradient(160deg, #fafafd 0%, #f2f2f8 100%); border: 1px solid #ececf2; border-radius: 14px;
	padding: 16px 18px; display: flex; flex-direction: column; gap: 5px;
}
.loanportal-org-cell span { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.05em; opacity: 0.55; font-weight: 800; }
.loanportal-org-cell strong { font-size: 20px; font-weight: 800; color: #16161f; }
.loanportal-org-cell-good { background: linear-gradient(160deg, #ecfdf5 0%, #d5f9e6 100%); border-color: #a7f3d0; }
.loanportal-org-cell-good strong { color: #067a4c; }
.loanportal-org-cell-warn { background: linear-gradient(160deg, #fef3c7 0%, #fde49f 100%); border-color: #fde68a; }
.loanportal-org-cell-warn strong { color: #92680a; }

/* Borrower's own list */
.loanportal-list { display: flex; flex-direction: column; gap: 10px; }
.loanportal-list-item { border: 1.5px solid #f0f0f5; border-radius: 14px; padding: 16px 18px; }
.loanportal-list-main { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 6px; }
.loanportal-list-amount { font-size: 18px; font-weight: 800; color: #16161f; }
.loanportal-list-purpose { font-size: 13px; opacity: 0.65; margin: 0 0 8px; line-height: 1.5; }
.loanportal-list-details { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 12.5px; opacity: 0.7; margin-bottom: 8px; }
.loanportal-list-details i { width: 14px; opacity: 0.6; }
.loanportal-meta { font-size: 11px; opacity: 0.45; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; }

.loanportal-badge { font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.03em; padding: 5px 11px; border-radius: 20px; }
.loanportal-badge-pending { background: #fef3c7; color: #92680a; }
.loanportal-badge-approved { background: #d1fae5; color: #067a4c; }
.loanportal-badge-rejected { background: #fee2e2; color: #b91c1c; }
.loanportal-badge-liquidated { background: #e0e7ff; color: #4338ca; }

/* Admin approval cards */
.loanportal-admin-card { border: 1.5px solid #f0f0f5; border-radius: 14px; padding: 18px 20px; margin-bottom: 12px; background: #fdfdfe; }
.loanportal-admin-card-header { display: flex; justify-content: space-between; align-items: center; font-size: 14.5px; margin-bottom: 10px; }
.loanportal-admin-card-header strong { color: #16161f; }
.loanportal-admin-card-amount { font-size: 17px; font-weight: 800; color: #16161f; }
.loanportal-admin-card-meta { font-size: 12.5px; opacity: 0.65; margin-bottom: 10px; line-height: 1.5; }
.loanportal-admin-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 12px; }
.loanportal-admin-actions form { display: flex; gap: 8px; align-items: center; }
.loanportal-admin-actions input[type="text"] { padding: 9px 12px; border: 1.5px solid #e4e4ec; border-radius: 9px; font-size: 12.5px; }

.loanportal-admin-detail-grid {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px 16px;
	background: #f7f7fb; border-radius: 10px; padding: 14px 16px; margin-bottom: 10px;
}
.loanportal-admin-detail-grid span { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.03em; opacity: 0.5; font-weight: 800; margin-bottom: 2px; }
.loanportal-admin-detail-grid strong { font-size: 13px; color: #16161f; font-weight: 600; word-break: break-word; }

.loanportal-fraud-flag {
	display: flex; align-items: center; gap: 8px; background: #fee2e2; color: #b91c1c;
	font-size: 12px; font-weight: 700; padding: 10px 14px; border-radius: 10px; margin-bottom: 12px;
}

.loanportal-table-wrap { overflow-x: auto; }
.loanportal-table { width: 100%; border-collapse: collapse; }
.loanportal-table th { text-align: left; padding: 10px 12px; font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.04em; opacity: 0.5; font-weight: 800; border-bottom: 2px solid #f0f0f5; }
.loanportal-table td { padding: 12px; border-bottom: 1px solid #f4f4f8; font-size: 13px; }

@media (max-width: 640px) {
	.loanportal-panel { margin: 10px; padding: 20px 16px; }
	.loanportal-header { flex-direction: column; }
	.loanportal-form-grid { grid-template-columns: 1fr; }
	.loanportal-org-grid { grid-template-columns: 1fr; }
	.loanportal-admin-card-header { flex-direction: column; align-items: flex-start; gap: 4px; }
	.loanportal-admin-actions { flex-direction: column; align-items: stretch; }
	.loanportal-admin-actions form { width: 100%; }
	.loanportal-admin-actions input[type="text"] { width: 100%; box-sizing: border-box; }
	.loanportal-admin-actions input[type="submit"] { width: 100%; }
	.loanportal-admin-detail-grid { grid-template-columns: 1fr 1fr; }
}

/* Admin tabs (server-side, no JS) */
.loanportal-tabs { display: flex; gap: 4px; margin: 20px 0 24px; border-bottom: 2px solid #f0f0f4; }
.loanportal-tab {
	display: flex; align-items: center; gap: 8px; padding: 10px 18px; font-size: 13px; font-weight: 700;
	color: #888; text-decoration: none; border-bottom: 3px solid transparent; margin-bottom: -2px;
}
.loanportal-tab.active { color: #6366f1; border-bottom-color: #6366f1; }
.loanportal-tab-count {
	background: #fef3c7; color: #92680a; font-size: 10.5px; font-weight: 800;
	padding: 2px 7px; border-radius: 20px;
}
.loanportal-tab.active .loanportal-tab-count { background: #6366f1; color: #fff; }

.loanportal-admin-card-type { display: block; font-size: 11.5px; opacity: 0.6; font-weight: 600; margin-top: 2px; }

/* Terms display box on the application form */
.loanportal-terms-box {
	background: #f7f7fb; border: 1px solid #ececf2; border-radius: 12px; padding: 16px 18px;
	font-size: 12.5px; line-height: 1.6; color: #444; max-height: 220px; overflow-y: auto; margin-bottom: 4px;
}
.loanportal-signature-hint { font-size: 11px; opacity: 0.55; font-weight: 400; text-transform: none; letter-spacing: normal; margin-top: 2px; }

/* Repayment tracker */
.loanportal-repay-tracker { background: #f7f7fb; border-radius: 12px; padding: 14px 16px; margin: 10px 0; }
.loanportal-repay-summary { display: flex; justify-content: space-between; font-size: 12.5px; margin-bottom: 8px; }
.loanportal-repay-summary strong { color: #16161f; font-size: 14px; }
.loanportal-progress-bar { background: #e4e4ec; border-radius: 20px; height: 8px; overflow: hidden; margin-bottom: 4px; }
.loanportal-progress-fill { background: linear-gradient(90deg, #10b981, #059669); height: 100%; border-radius: 20px; transition: width 0.3s ease; }
.loanportal-progress-label { font-size: 11px; opacity: 0.55; font-weight: 700; }

.loanportal-repay-form { display: flex; gap: 8px; margin-top: 12px; }
.loanportal-repay-form input[type="number"] {
	flex: 1; padding: 9px 12px; border: 1.5px solid #e4e4ec; border-radius: 9px; font-size: 12.5px;
}
.loanportal-admin-repay-form { display: flex; gap: 8px; margin: 12px 0; flex-wrap: wrap; }
.loanportal-admin-repay-form input[type="number"] { width: 140px; padding: 9px 12px; border: 1.5px solid #e4e4ec; border-radius: 9px; font-size: 12.5px; }
.loanportal-admin-repay-form input[type="text"] { flex: 1; min-width: 160px; padding: 9px 12px; border: 1.5px solid #e4e4ec; border-radius: 9px; font-size: 12.5px; }

.loanportal-repayment-history { margin-top: 12px; padding-top: 12px; border-top: 1px solid #ececf2; }
.loanportal-repayment-history-title { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.04em; opacity: 0.5; font-weight: 800; display: block; margin-bottom: 6px; }
.loanportal-repayment-row { display: flex; justify-content: space-between; font-size: 12px; padding: 4px 0; }
.loanportal-repayment-row em { opacity: 0.5; font-style: normal; font-size: 10.5px; }
.loanportal-repayment-note { font-size: 11px; opacity: 0.55; margin: -2px 0 4px; padding-left: 4px; }

@media (max-width: 640px) {
	.loanportal-repay-form { flex-direction: column; }
	.loanportal-admin-repay-form { flex-direction: column; }
	.loanportal-admin-repay-form input[type="number"] { width: 100%; box-sizing: border-box; }
}

/* Cost breakdown (review step) */
.loanportal-cost-breakdown { background: #f7f7fb; border-radius: 12px; padding: 16px 18px; margin-bottom: 10px; }
.loanportal-cost-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 13.5px; border-bottom: 1px solid #ececf2; }
.loanportal-cost-row:last-child { border-bottom: none; }
.loanportal-cost-deduction strong { color: #b91c1c; }
.loanportal-cost-total { border-top: 2px solid #e4e4ec; margin-top: 4px; padding-top: 12px; font-weight: 700; }
.loanportal-cost-total strong { font-size: 16px; color: #067a4c; }
.loanportal-cost-repayable strong { color: #92680a; }

/* Overdue indicator */
.loanportal-overdue-text { color: #b91c1c !important; }
.loanportal-due-date { font-size: 12px; opacity: 0.65; margin-top: 8px; }
.loanportal-due-date i { margin-right: 4px; }

/* Pagination */
.loanportal-pagination { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 16px; padding-top: 16px; border-top: 1px solid #f0f0f4; }
.loanportal-pagination-label { font-size: 12.5px; font-weight: 700; opacity: 0.6; }

@media (max-width: 640px) {
	.loanportal-cost-row { flex-direction: column; gap: 2px; }
	.loanportal-pagination { flex-wrap: wrap; gap: 10px; }
}

/* Activity eligibility breakdown */
.loanportal-activity-breakdown { display: flex; flex-direction: column; gap: 4px; margin-top: 10px; font-size: 12px; }
.loanportal-activity-breakdown span { opacity: 0.7; }
.loanportal-activity-breakdown span.loanportal-activity-met { color: #067a4c; opacity: 1; font-weight: 700; }
.loanportal-activity-breakdown span.loanportal-activity-met::before { content: "\2713  "; }

/* File inputs */
.loanportal-form input[type="file"] { padding: 8px; background: #fff; }

/* Document verification box (admin) */
.loanportal-verification-box {
	display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
	background: #fef3c7; border-radius: 10px; padding: 12px 14px; margin: 10px 0;
}
.loanportal-verification-box.loanportal-verification-done { background: #d1fae5; }
.loanportal-verified-badge { color: #067a4c; font-weight: 700; font-size: 12.5px; display: flex; align-items: center; gap: 6px; }

/* Card header right-side group (amount + View Details link) */
.loanportal-admin-card-header-right { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.loanportal-viewdetails-link { font-size: 11px; font-weight: 700; color: #6366f1; text-decoration: none; }
.loanportal-viewdetails-link:hover { text-decoration: underline; }

/* Readable loan details panel */
.loanportal-details-panel { background: #fdfdfe; border: 1.5px solid #ececf2; border-radius: 16px; padding: 24px 26px; margin: 16px 0 24px; }
.loanportal-details-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 8px; }
.loanportal-details-header h3 { margin: 0 0 6px; font-size: 18px; font-weight: 800; color: #16161f; }
.loanportal-details-id { font-size: 12px; opacity: 0.4; font-weight: 700; }
.loanportal-details-section-title {
	font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: #6366f1;
	margin: 22px 0 10px; padding-top: 18px; border-top: 1px solid #ececf2;
}
.loanportal-details-section-title:first-of-type { border-top: none; padding-top: 0; margin-top: 14px; }

.loanportal-timeline { display: flex; flex-direction: column; gap: 8px; }
.loanportal-timeline-row { display: flex; gap: 14px; font-size: 12.5px; padding: 8px 0; border-bottom: 1px solid #f4f4f8; }
.loanportal-timeline-row:last-child { border-bottom: none; }
.loanportal-timeline-time { flex-shrink: 0; width: 130px; opacity: 0.5; font-weight: 700; font-size: 11px; }
.loanportal-timeline-note { color: #333; }

@media (max-width: 640px) {
	.loanportal-admin-card-header-right { align-items: flex-start; }
	.loanportal-timeline-row { flex-direction: column; gap: 2px; }
	.loanportal-timeline-time { width: auto; }
}

/* Reports tab */
.loanportal-report-filters { display: flex; align-items: flex-end; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; background: #f7f7fb; padding: 16px 18px; border-radius: 14px; }
.loanportal-report-filters label { display: flex; flex-direction: column; gap: 5px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; opacity: 0.6; }
.loanportal-report-filters select, .loanportal-report-filters input[type="date"] {
	padding: 9px 12px; border: 1.5px solid #e4e4ec; border-radius: 9px; font-size: 12.5px; text-transform: none; letter-spacing: normal; color: #16161f; font-family: inherit;
}

@media (max-width: 640px) {
	.loanportal-report-filters { flex-direction: column; align-items: stretch; }
}

/* Eviearners dashboard banner */
.loanportal-eviearners-banner {
	display: flex; align-items: center; gap: 10px;
	background: linear-gradient(135deg, #fef3c7, #fde68a); color: #7a5c00;
	padding: 14px 18px; border-radius: 12px; font-size: 13px; font-weight: 700; margin-bottom: 16px;
}
.loanportal-eviearners-banner i { font-size: 16px; }

/* Not-guaranteed disclaimer */
.loanportal-notguaranteed { display: flex; align-items: flex-start; gap: 8px; background: #f7f7fb; padding: 10px 14px; border-radius: 10px; }
.loanportal-notguaranteed i { margin-top: 2px; opacity: 0.5; }

/* ===================== Interactivity & polish layer ===================== */
/* Purely additive - targets existing, real class names only. No HTML
   or logic changes anywhere, just making what's already there feel
   more alive and considered to actually use. */

.loanportal-panel, .loanportal-panel *,
.loanportal-hero, .loanportal-hero *,
.loanportal-feature-grid, .loanportal-feature-grid * {
	box-sizing: border-box;
}

/* Smooth, consistent transitions on every interactive element */
.btn, .loanportal-tab, .loanportal-list-item, .loanportal-admin-card,
.loanportal-feature-card, .loanportal-step-num, .loanportal-projection-cell,
.loanportal-org-cell, input, select, textarea, .loanportal-viewdetails-link,
.loanportal-badge {
	transition: all 0.18s ease;
}

/* Buttons - lift and deepen on hover, press down on click */
.btn:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(99,102,241,0.28); filter: brightness(1.04); }
.btn:active { transform: translateY(0); box-shadow: 0 2px 6px rgba(99,102,241,0.2); }
.btn-success:hover { box-shadow: 0 6px 16px rgba(16,185,129,0.3); }
.btn-danger:hover { box-shadow: 0 6px 16px rgba(239,68,68,0.3); }
.btn-secondary:hover { background: #e8e8f0; transform: translateY(-1px); box-shadow: 0 4px 10px rgba(0,0,0,0.08); }
.btn:disabled, .btn[disabled] { opacity: 0.5; cursor: not-allowed; transform: none !important; box-shadow: none !important; }

/* The hero CTA gets a bit more presence - a soft breathing glow */
.loanportal-hero-cta { position: relative; }
.loanportal-hero-cta:hover { box-shadow: 0 8px 24px rgba(16,185,129,0.45); }

/* Cards - gentle lift on hover, signals "this is inspectable" */
.loanportal-list-item:hover, .loanportal-admin-card:hover {
	border-color: #d9d9f0; box-shadow: 0 6px 18px rgba(22,22,31,0.07); transform: translateY(-2px);
}
.loanportal-feature-card:hover {
	transform: translateY(-3px); box-shadow: 0 10px 24px rgba(99,102,241,0.14); border-color: #d9d9f5;
}
.loanportal-feature-card:hover i { transform: scale(1.15) rotate(-4deg); }
.loanportal-feature-card i { transition: transform 0.25s ease; display: inline-block; }

/* Stat cells - a quiet lift, nothing showy */
.loanportal-projection-cell:hover, .loanportal-org-cell:hover {
	transform: translateY(-2px); box-shadow: 0 6px 16px rgba(22,22,31,0.06);
}

/* Tabs - a satisfying underline sweep instead of an instant snap */
.loanportal-tab { position: relative; }
.loanportal-tab::after {
	content: ''; position: absolute; left: 18px; right: 18px; bottom: -2px; height: 3px;
	background: linear-gradient(90deg, #6366f1, #4f52d6); border-radius: 3px;
	transform: scaleX(0); transform-origin: left; transition: transform 0.22s ease;
}
.loanportal-tab.active::after { transform: scaleX(1); }
.loanportal-tab:not(.active):hover { color: #4f52d6; }

/* Form fields - a real focus state, not just the browser default */
.loanportal-form input:focus, .loanportal-form select:focus, .loanportal-form textarea:focus,
.loanportal-panel input:focus, .loanportal-panel select:focus, .loanportal-panel textarea:focus {
	outline: none; border-color: #6366f1 !important; box-shadow: 0 0 0 4px rgba(99,102,241,0.12);
}
.loanportal-form input:hover, .loanportal-form select:hover { border-color: #c7c7e0; }

/* Checkboxes get a little room to breathe on hover, signaling clickability */
.loanportal-checkbox-label:hover { background: #f0f0fa; }

/* Badges - a soft pop on hover, and a subtle pulse for pending items */
.loanportal-badge:hover { transform: scale(1.05); }
@keyframes loanportal-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(146,104,10,0.25); }
	50% { box-shadow: 0 0 0 5px rgba(146,104,10,0); }
}
.loanportal-badge-pending { animation: loanportal-pulse 2.2s ease-in-out infinite; }

/* Progress bar fills smoothly whenever its width changes */
.loanportal-progress-fill { transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1); }

/* Alerts and banners ease into view rather than just appearing */
@keyframes loanportal-fadein {
	from { opacity: 0; transform: translateY(-4px); }
	to { opacity: 1; transform: translateY(0); }
}
.loanportal-alert, .loanportal-hero-banner, .loanportal-eviearners-banner,
.loanportal-security-note, .loanportal-verification-box {
	animation: loanportal-fadein 0.35s ease both;
}

/* Step indicator - the active step gets a subtle glow to draw the eye */
.loanportal-step-active .loanportal-step-num {
	box-shadow: 0 0 0 5px rgba(99,102,241,0.15);
}
.loanportal-step-done .loanportal-step-num {
	box-shadow: 0 0 0 5px rgba(16,185,129,0.12);
}

/* Links inside cards (View Details, document links) get a clear affordance */
.loanportal-viewdetails-link:hover { transform: translateX(2px); }

/* Empty states feel a touch more designed than a bare line of text */
.loanportal-empty {
	display: flex; flex-direction: column; align-items: center; gap: 8px;
}

/* Repayment history rows get a subtle hover highlight to feel scannable */
.loanportal-repayment-row, .loanportal-timeline-row { border-radius: 8px; padding-left: 6px; padding-right: 6px; }
.loanportal-repayment-row:hover, .loanportal-timeline-row:hover { background: #f7f7fb; }

/* Respect users who've asked for reduced motion */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: 0.001ms !important;
		transition-duration: 0.001ms !important;
	}
}
.ossn-storytray-carousel {
	display: -webkit-box;
	display: flex;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	gap: 12px;
	padding: 6px 2px 12px 2px;
}
.ossn-storytray-carousel::-webkit-scrollbar {
	height: 6px;
}
.ossn-storytray-carousel::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.15);
	border-radius: 10px;
}
.ossn-storytray-item {
	flex: 0 0 120px;
	scroll-snap-align: start;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(0,0,0,0.12);
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}
.ossn-storytray-photo.video-thumb {
	display: block;
	width: 100%;
	height: 190px;
	overflow: hidden;
	position: relative;
	background: #000;
}
.ossn-storytray-photo.video-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.9;
}
.reels-play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 22px;
	background: rgba(0,0,0,0.45);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* While OSSN's own native share/report/etc. popup is open on top of the
   player, drop the player's stacking order so that popup - which was
   never designed to sit above a fullscreen video layer - is actually
   reachable instead of rendering invisibly underneath it. */
.rn-player-overlay.rn-modal-open {
	z-index: 1;
}
.ossn-storytray-name {
	font-size: 13px;
	font-weight: 600;
	margin: 8px 6px 2px 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ossn-storytray-name a {
	color: inherit;
	text-decoration: none;
}
.ossn-storytray-owner {
	font-size: 11px;
	color: #888;
	margin: 0 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Fullscreen reels player */
.rn-player-overlay {
	/* Extra clearance above the phone's bottom navigation / home
	   indicator / gesture bar. If controls are still covered on your
	   device or app, just increase this one value (in px) — every
	   bottom-anchored control below reads from it. env() adds any
	   additional OS safe-area inset on top of this baseline. */
	--rn-nav-clear: 64px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	touch-action: none;
}
.rn-player-stage {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 720px;
	margin: 0 auto;
}
.rn-player-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #000;
	opacity: 0;
	z-index: 0;
	transition: transform 0.26s ease;
}
.rn-player-video.rn-video-active {
	opacity: 1;
	z-index: 1;
}
.rn-player-video.rn-leaving-up { transform: translateY(-100%); }
.rn-player-video.rn-leaving-down { transform: translateY(100%); }
.rn-player-video.rn-leaving-left { transform: translateX(-100%); }
.rn-player-video.rn-leaving-right { transform: translateX(100%); }

.rn-player-info {
	position: absolute;
	left: 16px;
	right: 76px;
	bottom: calc(24px + var(--rn-nav-clear) + env(safe-area-inset-bottom, 0px));
	color: #fff;
	text-shadow: 0 1px 4px rgba(0,0,0,0.6);
	z-index: 2;
}
.rn-player-info .rn-player-owner {
	display: inline-block;
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 0.2px;
	margin-bottom: 6px;
	padding: 4px 10px;
	background: rgba(0,0,0,0.4);
	border-radius: 14px;
	backdrop-filter: blur(2px);
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}
.rn-player-info .rn-player-title {
	font-size: 13px;
	opacity: 0.9;
}

/* TikTok/Reels-style action column: each action sits inside a soft
   grey circular backdrop with a crisp white SVG icon, so it stays
   legible over both light and dark video frames. Icons only pick up
   colour (red like, gold save) once active. */
.rn-player-actions {
	position: absolute;
	right: 10px;
	bottom: calc(90px + var(--rn-nav-clear) + env(safe-area-inset-bottom, 0px));
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	z-index: 2;
}
.rn-player-owner-avatar-link {
	display: block;
	margin-bottom: 4px;
}
.rn-player-owner-avatar {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fff;
	box-shadow: 0 1px 6px rgba(0,0,0,0.5);
}
.rn-action-btn {
	background: none;
	border: none;
	padding: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}
.rn-action-icon-wrap {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(120,120,120,0.38);
	border: 1px solid rgba(255,255,255,0.28);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 6px rgba(0,0,0,0.35);
	transition: transform 0.15s ease, background 0.15s ease;
}
.rn-action-btn:active .rn-action-icon-wrap {
	transform: scale(0.9);
}
.rn-action-icon {
	color: #f5f5f5;
	line-height: 0;
	display: block;
}
.rn-action-icon svg {
	display: block;
	filter: drop-shadow(0 1px 2px rgba(0,0,0,0.4));
}
.rn-action-btn.rn-active .rn-action-icon-wrap {
	background: rgba(255,255,255,0.92);
}
.rn-action-btn.rn-active .rn-icon-like {
	color: #ff2d55;
}
.rn-action-btn.rn-active .rn-icon-save {
	color: #ffb400;
}
.rn-action-count {
	font-size: 12px;
	font-weight: 700;
	color: #f0f0f0;
	text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}
.rn-action-btn.rn-action-static {
	cursor: default;
}

/* Video ads */
.rn-ad-badge {
	margin-top: 4px;
	font-size: 12px;
	font-weight: 700;
	color: #ffd400;
	text-shadow: 0 1px 3px rgba(0,0,0,0.7);
	letter-spacing: 0.3px;
}
.rn-ad-cta {
	position: absolute;
	left: 50%;
	bottom: calc(34px + var(--rn-nav-clear) + env(safe-area-inset-bottom, 0px));
	transform: translateX(-50%);
	z-index: 3;
	background: #fff;
	color: #111;
	border: none;
	border-radius: 24px;
	padding: 11px 28px;
	font-size: 14px;
	font-weight: 800;
	box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	cursor: pointer;
	display: none;
}
.rn-thumb-ad-badge {
	position: absolute;
	top: 6px;
	left: 6px;
	background: rgba(0,0,0,0.6);
	color: #ffd400;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.3px;
	padding: 2px 6px;
	border-radius: 4px;
	z-index: 2;
}

/* Admin ads management */
/* Admin form fields (frequency + add-ad forms) were relying on the
   platform's own default spacing, which is minimal - these were
   sitting flush against each other, and the submit button was
   touching the last field directly above it. */
.ossn-admin-form .ossn-form-field {
	margin-bottom: 20px;
}
.ossn-admin-form .ossn-form-field label {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 13px;
}
.ossn-admin-form .ossn-form-field input[type="text"],
.ossn-admin-form .ossn-form-field input[type="url"],
.ossn-admin-form .ossn-form-field input[type="number"],
.ossn-admin-form .ossn-form-field input[type="file"],
.ossn-admin-form .ossn-form-field select {
	display: block;
	width: 100%;
	max-width: 480px;
	padding: 9px 12px;
	box-sizing: border-box;
}
.ossn-admin-form .ossn-form-field .description {
	margin-top: 6px;
	font-size: 12px;
	opacity: 0.65;
}
.ossn-admin-form input[type="submit"] {
	margin-top: 8px;
}

.reelsnewsfeed-admin-ads-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
	table-layout: auto;
}
.reelsnewsfeed-admin-ads-table thead th {
	padding: 0 24px 10px;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	opacity: 0.55;
	font-weight: 700;
}
.reelsnewsfeed-admin-ads-table thead th:nth-child(1) { width: 26%; }
.reelsnewsfeed-admin-ads-table thead th:nth-child(2) { width: 16%; }
.reelsnewsfeed-admin-ads-table thead th:nth-child(3) { width: 22%; }
.reelsnewsfeed-admin-ads-table thead th:nth-child(4) { width: 10%; }
.reelsnewsfeed-admin-ads-table thead th:nth-child(5) { width: 8%; }
.reelsnewsfeed-admin-ads-table thead th:nth-child(6) { width: 10%; }
.reelsnewsfeed-admin-ads-table tbody tr {
	background: rgba(0,0,0,0.02);
}
.reelsnewsfeed-admin-ads-table tbody tr:hover {
	background: rgba(0,0,0,0.045);
}
.reelsnewsfeed-admin-ads-table td {
	padding: 18px 24px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.5;
	word-break: break-word;
}
.reelsnewsfeed-admin-ads-table td:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.reelsnewsfeed-admin-ads-table td:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	white-space: nowrap;
}
.reelsnewsfeed-admin-inline-btn {
	display: inline-block;
	margin-right: 10px;
	padding: 7px 16px;
}

/* Locked-down, explicit styling for the Toggle/Remove action buttons -
   these were rendering inside an unexpected floating box (almost
   certainly a framework message/dropdown container that wasn't hidden
   because this stylesheet wasn't loading on the admin page), so every
   rule here is deliberately explicit and !important to guarantee this
   renders as two plain inline buttons and nothing else. */
.reelsnewsfeed-admin-action-btns {
	position: static !important;
	display: flex !important;
	flex-wrap: wrap;
	gap: 8px;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	width: auto !important;
	max-width: none !important;
}
.reelsnewsfeed-admin-action-btns button {
	position: static !important;
	display: inline-block !important;
	float: none !important;
	margin: 0 !important;
	border: 1px solid rgba(0,0,0,0.15) !important;
	border-radius: 6px !important;
	background: #fff !important;
	color: #333 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	padding: 7px 14px !important;
	cursor: pointer;
	box-shadow: none !important;
}
.reelsnewsfeed-admin-btn-toggle:hover {
	background: #eef2ff !important;
	border-color: #6366f1 !important;
}
.reelsnewsfeed-admin-btn-remove {
	color: #d9534f !important;
	border-color: rgba(217,83,79,0.35) !important;
}
.reelsnewsfeed-admin-btn-remove:hover {
	background: #fdecea !important;
	border-color: #d9534f !important;
}

.rn-comments-panel {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 45%;
	background: #fff;
	border-radius: 16px 16px 0 0;
	transform: translateY(100%);
	transition: transform 0.25s ease;
	display: flex;
	flex-direction: column;
	z-index: 3;
}
.rn-comments-panel.rn-open {
	transform: translateY(0);
}
.rn-comments-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	font-weight: 700;
	border-bottom: 1px solid #eee;
}
.rn-comments-close {
	cursor: pointer;
	font-size: 20px;
	color: #888;
}
.rn-comments-list {
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 10px 16px;
}
.rn-comments-loading, .rn-comments-empty {
	color: #888;
	font-size: 13px;
	text-align: center;
	margin-top: 20px;
}
.rn-comment-item {
	display: flex;
	gap: 8px;
	margin-bottom: 12px;
}
.rn-comment-avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.rn-comment-body {
	display: flex;
	flex-direction: column;
	font-size: 13px;
}
.rn-comment-author {
	font-weight: 700;
	margin-bottom: 2px;
}
.rn-comments-form {
	display: flex;
	gap: 8px;
	padding: 10px 16px calc(10px + (var(--rn-nav-clear) * 0.6) + env(safe-area-inset-bottom, 0px)) 16px;
	border-top: 1px solid #eee;
}
.rn-comment-input {
	flex: 1 1 auto;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 8px 14px;
	font-size: 13px;
}
.rn-comment-send {
	border: none;
	background: var(--color-primary, #ff6a01);
	color: #fff;
	border-radius: 20px;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.rn-player-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 20px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
}

.rn-player-mute {
	position: absolute;
	top: 16px;
	right: 64px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 16px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
}

.rn-player-nav {
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255,255,255,0.15);
	color: #fff;
	font-size: 18px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
}
.rn-player-nav:disabled {
	opacity: 0.25;
	cursor: default;
}
.rn-player-nav-up { top: 16px; left: 50%; transform: translateX(-50%); }
.rn-player-nav-down { bottom: calc(16px + var(--rn-nav-clear) + env(safe-area-inset-bottom, 0px)); left: 50%; transform: translateX(-50%); }
.rn-player-nav-left { left: 8px; top: 50%; transform: translateY(-50%); }
.rn-player-nav-right { right: 8px; top: 50%; transform: translateY(-50%); }

@media (min-width: 640px) {
	.rn-player-nav-up, .rn-player-nav-down { display: none; }
}
@media (max-width: 639px) {
	.rn-player-nav-left, .rn-player-nav-right { display: none; }
}
.ossn-storytray-carousel {
	display: -webkit-box;
	display: flex;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	gap: 12px;
	padding: 6px 2px 12px 2px;
}
.ossn-storytray-carousel::-webkit-scrollbar {
	height: 6px;
}
.ossn-storytray-carousel::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.15);
	border-radius: 10px;
}
.ossn-storytray-item {
	flex: 0 0 148px;
	scroll-snap-align: start;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(0,0,0,0.12);
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}
.ossn-storytray-item.birthday-item {
	background: linear-gradient(180deg, #fff7e6 0%, #ffffff 60%);
}
.ossn-storytray-item.birthday-item .ossn-storytray-photo {
	display: block;
	width: 104px;
	height: 104px;
	border-radius: 50%;
	border: 3px solid #ffb400;
	overflow: hidden;
	margin: 16px auto 0 auto;
}
.ossn-storytray-item.birthday-item .ossn-storytray-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ossn-storytray-name {
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 8px 6px 6px 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ossn-storytray-name a {
	color: inherit;
	text-decoration: none;
}
.ossn-storytray-date {
	font-size: 11px;
	color: #a06b00;
	font-weight: 600;
	margin: 0 6px 8px 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ossn-storytray-action {
	width: calc(100% - 16px);
	margin: 0 8px;
	border: none;
	border-radius: 8px;
	padding: 6px 4px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	background: #ffb400;
	color: #452b00;
}
.ossn-storytray-action.done {
	background: #e6f7ec;
	color: #1a7d3a;
	cursor: default;
}
.ossn-storytray-action:disabled {
	opacity: 0.7;
	cursor: default;
}
.ossn-storytray-carousel {
	display: -webkit-box;
	display: flex;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	gap: 12px;
	padding: 6px 2px 12px 2px;
}
.ossn-storytray-carousel::-webkit-scrollbar {
	height: 6px;
}
.ossn-storytray-carousel::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.15);
	border-radius: 6px;
}
.ossn-storytray-item {
	flex: 0 0 158px;
	scroll-snap-align: start;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.10);
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}
/* No cover photo in this layout - the name sits directly at the top
   of the card, so it needs its own top padding to replace the
   breathing room the photo used to provide. */
.ossn-storytray-item.gn-no-photo .ossn-storytray-name {
	margin-top: 20px;
}
.ossn-storytray-name {
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 8px 6px 2px 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ossn-storytray-name a {
	color: inherit;
	text-decoration: none;
}
.ossn-storytray-owner {
	font-size: 11px;
	color: #888;
	margin: 0 6px 8px 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ossn-storytray-action {
	width: calc(100% - 16px);
	margin: 0 8px;
	border: none;
	border-radius: 4px;
	padding: 6px 4px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	background: var(--color-primary, #ff6a01);
	color: #fff;
}
/* Scoped to .gn-carousel so this doesn't bleed into the other
   *Newsfeed modules' carousels, which reuse these same generic
   .ossn-storytray-* class names on the same page. */
.gn-carousel .ossn-storytray-item {
	background: linear-gradient(180deg, #fff4e8 0%, #ffffff 55%);
	border-top: 4px solid var(--color-primary, #ff6a01);
}
.gn-carousel .ossn-storytray-owner {
	color: var(--color-primary, #ff6a01);
	font-weight: 700;
}
.gn-carousel .ossn-storytray-action.gn-join-btn:hover {
	background: #e05f00;
}
.ossn-storytray-action.active {
	background: var(--color-slate-200, #e4e4e7);
	color: var(--color-slate-700, #3f3f46);
}
/* Renders inside profile/role, alongside other extensions like Staff
   Scorecard and My Referrals (all siblings within the same container
   in the real core profile template) - a single inline pill so it
   naturally flows onto the same line as those, rather than forcing
   its own row. */
.creators-verified-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 700;
	color: #7a5c00;
	background: linear-gradient(135deg, #FFD700 0%, #FFC300 100%);
	padding: 3px 10px 3px 12px;
	border-radius: 999px;
	margin-top: 4px;
	vertical-align: middle;
}
.creators-verified-badge i {
	color: #7a5c00;
}
.creators-follower-count {
	font-size: 11.5px;
	font-weight: 600;
	color: #7a5c00;
	opacity: 0.75;
	background: rgba(255,255,255,0.4);
	padding: 2px 8px;
	border-radius: 999px;
}

.creators-stat-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 12px;
	margin-bottom: 12px;
}
@media (max-width: 700px) {
	.creators-stat-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
.creators-stat-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px;
	padding: 16px;
	text-align: center;
}
.creators-stat-value {
	font-size: 26px;
	font-weight: 800;
	color: #075E54;
}
.creators-stat-label {
	font-size: 12px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-top: 4px;
}

.creators-viewmap {
	display: flex;
	align-items: flex-end;
	gap: 6px;
	height: 130px;
	padding-top: 10px;
}
.creators-viewmap-col {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}
.creators-viewmap-bar {
	width: 100%;
	max-width: 22px;
	background: #25D366;
	border-radius: 4px 4px 0 0;
}
.creators-viewmap-label {
	font-size: 10px;
	color: #999;
	margin-top: 4px;
	white-space: nowrap;
}

.creators-viewer-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.creators-viewer img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
	transition: transform 0.15s ease;
}
.creators-viewer:hover img {
	transform: scale(1.08);
}

.creators-score-summary {
	display: flex;
	gap: 20px;
	justify-content: space-around;
	background: #f8fafc;
	border-radius: 12px;
	padding: 16px;
	margin: 12px 0;
	text-align: center;
}
.creators-score-summary .creators-stat-value {
	font-size: 22px;
	font-weight: 800;
	color: #075E54;
}
.creators-score-summary .creators-stat-label {
	font-size: 11px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-top: 2px;
}

.creators-referral-box {
	display: flex;
	align-items: center;
	gap: 18px;
	background: #eef2ff;
	border: 1px solid #c7d2fe;
	border-radius: 12px;
	padding: 14px 18px;
	margin: 4px 0 12px;
}
.creators-referral-box-stat {
	text-align: center;
	flex-shrink: 0;
}
.creators-referral-box-stat .creators-stat-value {
	font-size: 22px;
	font-weight: 800;
	color: #4f46e5;
}
.creators-referral-box-stat .creators-stat-label {
	font-size: 11px;
	color: #6366f1;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-top: 2px;
}
.creators-referral-box-note {
	font-size: 12.5px;
	color: #4338ca;
	margin: 0;
	line-height: 1.5;
}

.creators-empty {
	opacity: 0.45;
	padding: 20px 0;
	text-align: center;
	font-size: 13.5px;
}
.creators-table-wrap {
	overflow-x: auto;
}

.creators-chart-group {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 16px;
	margin: 16px 0 24px;
}
.creators-chart {
	background: #f8fafc;
	border-radius: 12px;
	padding: 14px 16px;
}
.creators-chart-title {
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #888;
	margin-bottom: 10px;
}
.creators-chart-bars {
	display: flex;
	align-items: flex-end;
	gap: 10px;
	height: 100px;
}
.creators-chart-bar-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}
.creators-chart-bar {
	width: 100%;
	background: linear-gradient(180deg, #25D366, #075E54);
	border-radius: 6px 6px 0 0;
	min-height: 4px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
}
.creators-chart-bar-value {
	position: absolute;
	top: -18px;
	font-size: 10.5px;
	font-weight: 700;
	color: #075E54;
	white-space: nowrap;
}
.creators-chart-bar-label {
	font-size: 10px;
	color: #999;
	margin-top: 6px;
	white-space: nowrap;
}

@media (max-width: 640px) {
	.creators-chart-group {
		grid-template-columns: repeat(2, 1fr);
	}
}
.profile-menu-extra-banuser {
    color: #B91A1A !important;
}.categories h3 {
    margin-top: 0px;
    font-size: 21px;
    margin-bottom: 5px;
}
.categories p {
	margin-bottom:5px;
}
.categories .ossn-users-list-item {
	margin-left: -5px;
    margin-right: -5px;
}
.menu-section-item-categoieslist:before,
.menu-section-categories i:before {
    content: "\f022" !important;
}.siteoffline .inner-block i {
	font-size:30px;
}
.siteoffline .inner-block {
	text-align:center;
}/***** <style> *******/
:root {
	/* Pending Card Variables */
	--video-card-bg: var(--bg-inner-containers, #ffffff);
	--video-card-border: var(--main-border-color, #e1e8ed);
	--video-text-main: var(--text-color, #2c3e50);
	--video-text-muted: #657786;
	--video-preview-bg: #f8fafc;

	/* Dynamic Processing Status Colors */
	--status-pending-color: #d97706;
	--status-pending-bg: #fef3c7;
	--status-processing-color: #2563eb;
	--status-processing-bg: #dbeafe;
	--status-failed-color: #dc2626;
	--status-failed-bg: #fee2e2;

	/* Grid & Archive View Variables */
	--video-grid-bg: var(--bg-inner-containers, #ffffff);
	--video-grid-border: var(--main-border-color, #e1e8ed);
	--video-grid-text: var(--text-color, #2c3e50);
	--video-grid-muted: #657786;
	--video-overlay-color: rgba(30, 41, 59, 0.9);
}

.white-darkmode {
	/* Dark Mode Overrides for Pending Cards */
	--video-card-bg: var(--bg-inner-containers, #1e293b);
	--video-card-border: var(--main-border-color, #334155);
	--video-text-main: var(--text-color, #f8fafc);
	--video-text-muted: #94a3b8;
	--video-preview-bg: #0f172a;

	--status-pending-color: #fbbf24;
	--status-pending-bg: rgba(251, 191, 36, 0.1);
	--status-processing-color: #60a5fa;
	--status-processing-bg: rgba(96, 165, 250, 0.1);
	--status-failed-color: #f87171;
	--status-failed-bg: rgba(248, 113, 113, 0.1);

	/* Dark Mode Overrides for Grid Views */
	--video-grid-bg: var(--bg-inner-containers, #1e293b);
	--video-grid-border: var(--main-border-color, #334155);
	--video-grid-text: var(--text-color, #f8fafc);
	--video-grid-muted: #94a3b8;
	--video-overlay-color: rgba(14, 165, 233, 0.9);
}

/****************************************************
	Ossn Native Component Global Styles
*****************************************************/
.ossn-video-player {
	max-width: 100%;
}

.ossn-video-controls {
	margin-top: 20px;
}

.ossn-video-description {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mejs-poster img {
	width: initial;
	max-width: initial;
	border: 0px !important;
}

/****************************************************
	Legacy Legacy List UI Layouts
*****************************************************/
.ossn-videos-list {}

.ossn-videos-list .video-image {
	height: 200px;
	width: 200px;
}

.ossn-video-item {
	margin-bottom: 20px;
}

.ossn-video-item .video-meta-data,
.ossn-video-item .video-image {
	display: inline-block;
}

.ossn-video-item .video-meta-data {
	vertical-align: top;
	padding: 10px;
	word-break: normal;
	width: 60%;
	text-align: justify;
}

.ossn-video-item .video-meta-data .video-title {
	font-size: 18px;
	font-weight: bold;
}

/****************************************************
	Async Actions Upload Framework Block
*****************************************************/
#video-add .progress {
	position: relative;
	margin-top: 20px;
}

#video-add .progress span {
	position: absolute;
	display: block;
	width: 100%;
	color: #000;
	font-weight: bold;
}

#video-add .progress-bar {
	background-color: #33B762;
}

#video-add .conversion,
#video-add .video-upload {
	display: none;
}

/****************************************************
	Font Awesome Navigation Icon Injectors
*****************************************************/
.menu-section-videos i:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f03d";
}

.menu-section-item-videos-my:before,
.menu-section-item-videos-all:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f0cb" !important;
}

.menu-section-item-videos-add:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f067" !important;
}

.menu-section-item-videos-pending:before {
	content: "\f1ce" !important;
}

.video-delete-btn {
	color: #ff1919 !important;
}

.video-delete-btn:before {
	content: "\f2ed" !important;
}

/****************************************************
	Modern Video Content Dashboard Grid Component
*****************************************************/
.ossn-videos-grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 25px;
	margin-bottom: 30px;
}

.ossn-video-card {
	background: var(--video-grid-bg);
	border: 1px solid var(--video-grid-border);
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
		box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.ossn-video-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.video-card-thumbnail {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background-color: #000000;
}

.video-thumbnail-link {
	display: block;
	width: 100%;
	height: 100%;
}

.video-image-bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 0.4s ease;
}

.video-play-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.25s ease, background-color 0.25s ease;
}

.video-play-overlay i {
	margin-right: 0;
}

.video-play-btn {
	width: 50px;
	height: 50px;
	background: #ffffff;
	color: #111111;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	padding-left: 3px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: scale(0.8);
	transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ossn-video-card:hover .video-image-bg {
	transform: scale(1.05);
}

.ossn-video-card:hover .video-play-overlay {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.4);
}

.ossn-video-card:hover .video-play-btn {
	transform: scale(1);
	background: var(--video-overlay-color);
	color: #ffffff;
}

.video-card-meta {
	padding: 16px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.video-card-title {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 8px 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.video-card-title a {
	color: var(--video-grid-text);
	text-decoration: none !important;
	transition: color 0.2s;
}

.video-card-title a:hover {
	color: var(--video-overlay-color);
}

.video-card-description {
	font-size: 13px;
	color: var(--video-grid-muted);
	line-height: 1.5;
	margin: 0 0 15px 0;
	flex-grow: 1;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.video-card-footer {
	border-top: 1px solid var(--video-grid-border);
	padding-top: 12px;
	margin-top: auto;
}

.video-card-footer .time-created {
	font-size: 12px;
	color: var(--video-grid-muted);
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.ossn-pagination-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	width: 100%;
}

/****************************************************
	Modern Pending Conversion Component Layout
*****************************************************/
.video-conversion-title {
	font-size: 16px;
	font-weight: 600;
	color: var(--video-text-main);
	margin: 0;
	line-height: 1.4;
}

/* Fallback for legacy layout structures */
.video-meta-data .video-conversion-title {
	font-size: 20px;
	font-weight: bold;
	color: #6b6b6b;
}

.video-pending {
	background: #f1f1f1;
	padding-top: 0.9rem;
	padding-bottom: 0.9rem;
}

.video-pending-card {
	display: flex;
	background: var(--video-card-bg);
	border: 1px solid var(--video-card-border);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.3s ease;
}

.video-pending-preview {
	width: 160px;
	min-width: 160px;
	background: var(--video-preview-bg);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-right: 1px solid var(--video-card-border);
}

.video-pending-preview.status-context-yes {
	background-color: var(--status-pending-bg);
}

.video-pending-preview.status-context-conversion {
	background-color: var(--status-processing-bg);
}

.video-processing-loader {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-processing-loader i {
	font-size: 24px;
	color: var(--status-processing-color);
	position: absolute;
}

.video-processing-loader i.text-pending-fallback {
	color: var(--status-pending-color);
	position: relative;
	font-size: 26px;
}

.video-processing-loader .spinner-ring {
	width: 50px;
	height: 50px;
	border: 3px solid rgba(96, 165, 250, 0.2);
	border-top-color: var(--status-processing-color);
	border-radius: 50%;
	animation: videoSpin 1.2s linear infinite;
}

@keyframes videoSpin {
	to {
		transform: rotate(360deg);
	}
}

.video-pending-body {
	flex-grow: 1;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.video-pending-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 10px;
}

.btn-video-delete {
	color: #94a3b8;
	padding: 6px;
	font-size: 14px;
	border-radius: 6px;
	transition: background 0.2s, color 0.2s;
}

.btn-video-delete:hover {
	background: var(--status-failed-bg);
	color: var(--status-failed-color);
}

.status-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 15px;
	align-self: flex-start;
}

.status-pending {
	background: var(--status-pending-bg);
	color: var(--status-pending-color);
}

.status-processing {
	background: var(--status-processing-bg);
	color: var(--status-processing-color);
}

.status-failed {
	background: var(--status-failed-bg);
	color: var(--status-failed-color);
}

.conversion-tracker {
	width: 100%;
}

.tracker-meta {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 6px;
}

.tracker-label {
	color: var(--video-text-muted);
}

.tracker-percentage {
	color: var(--status-processing-color);
}

.custom-progress-track {
	height: 6px;
	background: var(--video-card-border);
	border-radius: 10px;
	overflow: hidden;
}

.custom-progress-bar {
	height: 100%;
	background: linear-gradient(90deg, var(--status-processing-color) 0%, #3b82f6 100%);
	border-radius: 10px;
	width: 0%;
	transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/****************************************************
	Responsive Structure Breakpoints
*****************************************************/
@media (max-width: 576px) {
	.video-pending-card {
		flex-direction: column;
	}

	.video-pending-preview {
		width: 100%;
		height: 100px;
		border-right: none;
		border-bottom: 1px solid var(--video-card-border);
	}
}

@media (max-width: 480px) {
	.ossn-video-item .video-meta-data {
		padding: 0px;
		width: 230px;
	}
}

.menu-section-item-videoswatch:before {
	content: "\e131" !important;
}

.video-pending-body i {
	margin-right: 0px;
}

.ossn-videos-watch .container-table-pagination {
	margin-top: 15px;
}

/* Ensure the parent row forces all inner block elements to center stack */
.ossn-videos-watch .container-table-pagination .center-row {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	text-align: center !important;
}

/* Strip layout side effects from the hidden pagination list */
.ossn-videos-watch .ossn-pagination {
	display: flex !important;
	justify-content: center !important;
	margin: 0 auto !important;
	padding: 0 !important;
	list-style: none !important;
}

/* Style and perfectly position the loading spinner */
.ossn-videos-watch .center-row .ossn-loading {
	display: inline-block !important;
	margin: 15px auto !important;
	/* Forces perfect horizontal alignment */
	clear: both !important;
}

.ossn-videos-watch-autoplay {
	background-color: var(--bs-body-bg, #ffffff);
	border-color: var(--bs-border-color, #dee2e6);
}

/* Base Form Control Switch Wrapper */
.ossn-videos-watch-autoplay .ossn-switch-control {
	position: relative;
	display: inline-block;
	width: 48px;
	height: 24px;
	margin: 0;
	vertical-align: middle;
}

/* Hide native checkbox visually but keep it accessible */
.ossn-videos-watch-autoplay .ossn-switch-control input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The Sliding Track Track */
.ossn-videos-watch-autoplay .ossn-switch-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ced4da;
	/* Bootstrap grey border color */
	border-radius: 24px;
	transition: background-color 0.2s ease-in-out;
}

/* The Sliding Knob */
.ossn-videos-watch-autoplay .ossn-switch-slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: #ffffff;
	border-radius: 50%;
	transition: transform 0.2s ease-in-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

/* Checked State - Changes track background color */
.ossn-videos-watch-autoplay .ossn-switch-control input:checked+.ossn-switch-slider {
	background-color: #0d6efd;
	/* Standard Bootstrap Primary blue */
}

/* Focus State for Accessibility */
.ossn-videos-watch-autoplay .ossn-switch-control input:focus+.ossn-switch-slider {
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Checked State - Moves the Knob */
.ossn-videos-watch-autoplay .ossn-switch-control input:checked+.ossn-switch-slider:before {
	transform: translateX(24px);
}

/* Color overrides for darkmode theme variables */
.white-darkmode .ossn-videos-watch-autoplay {
	background-color: var(--bg-inner-containers);
	border-color: var(--main-border-color);
	color: var(--text-color);
}

.white-darkmode .ossn-videos-watch-autoplay .text-muted {
	color: var(--main-title-color) !important;
}

.white-darkmode .ossn-videos-watch-autoplay .ossn-switch-slider {
	background-color: var(--bg-input-bg);
	border-color: var(--main-border-color-bit);
}

.white-darkmode .ossn-videos-watch-autoplay .ossn-switch-slider:before {
	background-color: var(--text-color);
}

/* Checked states */
.white-darkmode .ossn-videos-watch-autoplay .ossn-switch-control input:checked+.ossn-switch-slider {
	background-color: var(--btn-color-bg);
	border-color: transparent;
}

.white-darkmode .ossn-videos-watch-autoplay .ossn-switch-control input:checked+.ossn-switch-slider:before {
	background-color: #ffffff;
	/* White knob for high contrast against the blue track */
}

/* Force the video container structure to calculate height securely in Chrome */
.ossn-video-container-wrapper .plyr,
.ossn-video-container-wrapper .plyr__video-wrapper,
.ossn-video-container-wrapper video {
	aspect-ratio: 16 / 9 !important;
	width: 100% !important;
	height: auto !important;
	min-height: 200px;
	/* Prevents complete collapsing before metadata loads */
	background-color: transparent !important;
	/* Removes the black canvas fill */
}

/* Override Plyr's internal fallback calculation tracker */
.ossn-video-container-wrapper .plyr--aspect-ratio {
	height: 0 !important;
	padding-bottom: 56.25% !important;
	/* Perfect 16:9 ratio forcing solid canvas space */
	position: relative !important;
}

.ossn-video-container-wrapper .plyr--aspect-ratio video {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

/* Main Container context & Offset Normalization */
.ossn-video-container-wrapper {
	position: relative;
	overflow: hidden;
	margin-top: 0 !important;
	/* Forces layout to drop any inherited spacing */
	padding-top: 0 !important;
}

/* User Interaction Feed Mask Overlay - Set to strict zero alignments */
.ossn-video-container-wrapper .ossn-video-interaction-overlay {
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	z-index: 5;
	cursor: pointer;
	transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}

/* Action Trigger Badge Shape Control */
.ossn-video-container-wrapper .overlay-icon-circle {
	width: 50px;
	height: 50px;
	background: #1877F2;
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Deactivate State: Hides overlay securely after activation event passes */
.ossn-video-container-wrapper.is-activated .ossn-video-interaction-overlay {
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

/* --------------------------------------------------------------------------
   Aspect-Ratio Stabilization & Margin Clears
   -------------------------------------------------------------------------- */

.ossn-video-container-wrapper .plyr,
.ossn-video-container-wrapper .plyr__video-wrapper,
.ossn-video-container-wrapper video {
	aspect-ratio: 16 / 9 !important;
	width: 100% !important;
	height: auto !important;
	min-height: 200px;
	background-color: transparent !important;
	margin-top: 0 !important;
	/* Strips structural shift artifacts inside the engine */
}

/* Overriding Plyr's Internal Calculations and Aspect Ratio Trackers */
.ossn-video-container-wrapper .plyr--aspect-ratio {
	height: 0 !important;
	padding-bottom: 56.25% !important;
	position: relative !important;
	margin-top: 0 !important;
}

.ossn-video-container-wrapper .plyr--aspect-ratio video {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}.post-share-wall-item .comments-likes,
.post-share-wall-item .menu-likes-comments-share, 
.post-share-wall-item .dropdown { display:none  }
.post-share-wall-item {
	margin-bottom:5px;
}
.post-share-unavailable {
	padding: 10px;
    border: 1px solid #eee;
    background: #eee;
    font-weight: bold;
}
#sharepost-groups,
#sharepost-friends {
	display:none;
}
.ossn-shared-wrapper {
	border-top: 1px solid var(--main-border-color);
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}
.ossn-shared-wrapper .post-contents {
	margin-top:10px;
}
.share-entity-select::before,
.share-object-select::before,
.menu-likes-comments-share > li a.post-control-shareobject::before {
	content: "\f064";
}
.custom-field-items label,
#ossn-home-signup label {
	font-weight:bold;
}.link-preview-item {
    margin-bottom: 10px;
}
.link-preview-item a {
	text-decoration:none;
}
.link-preview-item:hover {
    cursor: pointer;
    opacity: 0.5;
}
.link-preview-item-inner {
    border: 1px solid #eee;
    padding: 10px;
    background: #fff;
    border-bottom: 3px solid #eee;
    border-right: 2px solid #eee;
}
.link-preview-item-title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
    color: #313742;
}
.link-preview-item-contents-desc {
    color: #616161;
    font-size: 14px;
}
.link-preview-item-mage-preview {
    background: #eee;
    border: 2px solid #eee;
    text-align: center;
    margin-bottom: 10px;
}
.link-preview-item-mage-preview img {
    max-width: 80%;
    margin: 0 auto;
}

.ossn-wall-container-data .link-preview-container .link-preview-item-inner {
	margin-top:5px;
}
.ossn-wall-container-data .link-preview-container .ossn-loading {
    margin: 0 auto !important;
    margin-top: 10px !important;
}
.link-preview-link {
    color: #999;
    font-size: 13px;
}.menu-topbar-dropdown-reported_contents {
	color: #ff1919 !important;
}
.ossn-report-this {
	color:red;
    cursor:pointer;
}	
.report-item {
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    background: #f3f3f3;
}
.report-item p {
    border-bottom: 1px solid #ccc;
    padding: 5px;	
}
.report-item-read {
	background:#fff;	
}
.report-item p span {
    margin-left: 5px;	
}
.report-item .btn {
	margin-right:5px;
}
.message-report {
	display:none;
}	
.message-box-recieved:hover .message-report {
	display: inline-block;
    font-size: 12px;
    color: red;
}
.ossn-notification-icon-report {
    display: inline-block;
}
.ossn-notification-icon-report:before {
    content: "\f06a";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}
.menu-topbar-dropdown-reported_contents:before,
.ossn-report-this:before {
	content: "\f06a" !important;
}.hashtag-trending-container {
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 20px;
    display: inline-block;
    padding: 2px 8px 5px 5px;
}
.hashtag-trending-title {
    font-weight: bold;
}
.hashtag-trending-count {
    font-size: 12px;
    margin-top: -3px;
}
.hashtag-trending-container .icon-container { 
    float: left;
    margin-right: 6px;
    margin-top: 6px;
}
.hashtag-trending-container .icon {
    transition-duration: 2s;
    transition-property: transform;
    
	width: 30px;
    height: 30px;
    background: #eee;
    border-radius: 100%;
    text-align: center;
    padding: 3px;
}
.hashtag-trending-link {
    color: initial;
}	
.hashtag-trending-link:hover .icon {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
:root {
	--hashtag-token-color: #10a37f;
	--hashtag-token-bg: #f0fdf4;
	--hashtag-token-border: #dcfce7;
}

.white-darkmode {
	--hashtag-token-color: #ffffff;
	--hashtag-token-bg: rgba(255, 255, 255, 0.08);
	--hashtag-token-border: rgba(255, 255, 255, 0.15);
}

.ossn-wall-token-hashtag {
	color: var(--hashtag-token-color);
	background: var(--hashtag-token-bg);
	border: 1px solid var(--hashtag-token-border);
	
	padding: 2px 6px;
	border-radius: 6px;
	display: inline-block;
}

.ossn-hashtag-item {
	font-weight:bold;
}.family-members-list {
	margin-top: 10px;
	border-top: 1px solid #eee;
	padding-top: 10px;
}

.family-members-list .item {
	margin-bottom: 10px;
}

.family-members-edit option {
	
}

.family-relation-privacy,
.family-relationship-edit,
.family-members-edit {
	border: 0;
	padding: 5px;  
}
.family-relation-privacy option {

}
.family-relation-privacy:focus-visible {
    outline: 0px !important;
}
.family-members-list .user-icon {
	border-radius: 100%;
	border: 1px solid #ccc;
	width: 52px;
	height: 52px;
	margin: 0 auto;
}

.family-members-list .user-details {
	margin-top: 5px;
}

.family-members-list .user-details i {
	margin-right: 0;
}

.family-members-list .user-details .edit {
	float: right;
	margin-left: 20px;
}

.family-members-list .user-details .privacy {
	float: right;
}

.family-members-list .user-details a {
	font-weight: bold;
}

.family-members-list .pending {
	color: red;
}

.family-members-list .user-icon img {
	border-radius: 100%;
}

.family-relationships-container {}

.family-member-request-item .ossn-loading {
	display: none;
}

.family-member-request-btn i {
	margin-right: 0;
}

.family-member-request-name {
	font-weight: bold;
}
.add-relationship-member,
.add-family-member {
	color: #337ab7;
}

.family-relationships-title {
	font-weight: bold;
}

.family-member-add-form {
	display: none;
	margin-top: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.relation-member-add-form .token-input-input-token,
.family-member-add-form .token-input-input-token {
	width: 100%;
}

#token-input-relation-family-member,
#token-input-familysearch-family-member {
	width: 100% !important;
}

.relation-member-add-form {
	display: none;
	margin-top: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.family-members-edit,
.family-relation-privacy {
    display: inline-block !important;
    padding: 2px  !important;
    width: 100px  !important;
    margin-right: 5px  !important;
}
.family-delete-btn {
	display: inline-block  !important;
    float: right !important;
    margin-top: 4px !important;
}.business-page .page-likes {
    font-size: 17px;
    color: #65686c;
    font-weight: 600;
    margin-left: 10px;
}
.business-page .logo-page {
	width: 150px;
    height: 150px;
    border-radius: 50%;
}
.business-page .business-page-info li i{
 margin-right:10px;
}
.business-page .business-page-info li {
	display:block;
    font-size:15px !important;
}
.business-page .business-page-info {
    margin-top: -100px !important;
}
.business-page .btn-action,
.business-page .btn-action .ossn-loading {
	display:inline-block;
}
.business-page .btn-action:before {	
	content:"" !important;
    font-family:initial !important;
    padding-right:0px;
}
.business-page .top-container {
    background: #fff;
    border: 1px solid #C4CDE0;
    position:relative;
    border-width: 1px 1px 2px;
}
.business-page .top-container .business-page-cover {
    height: 300px;
    overflow: hidden;
    opacity:  .99;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .38) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .38)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .38) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .38) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .38) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .38) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#94000000', GradientType=0);
}
.business-page .top-container .business-page-cover img {
    width: 100%;
    position: relative;    
}
.business-page-row {
    margin-bottom: 20px;
}
.business-page .business-page-photo {
    margin-left: 20px;
    margin-top: -80px;
    background-color: rgb(255, 255, 255);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: relative;
}
.business-page .business-page-photo img {} 
.business-page .user-fullname {
    color: #FFF;
    font-weight: bold;
    margin-top: -190px;
    font-size: 35px;
    font-size: 2.3vw;
    margin-left: 20px;
    position: absolute;
    text-shadow: 0 0 3px #000;
    /** overlapping issue with longer names on business-page page #630 **/
    max-width: 820px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
}
.business-page-role {
    font-size: 18px !important;
    margin-top: -150px !important;
}
.business-page-cover-controls {
    position: absolute;
    margin-top: 20px;
    z-index: 1;
    right: 0;
    margin-right: 20px;
}
.business-page-cover-controls  .change-cover {
    position: relative;
    margin-right: 5px !important;
}
.business-page .reposition-cover {
    position: relative;
    margin-right: 5px !important;
}
.business-page-menu {
    float: right;
    position: relative;
    margin-top: -40px;
    margin-right: 20px;
}
.business-page #cover-menu {
    display: none;
}
.business-page .upload-photo {
	background: #eee;
	position: absolute;
	font-size: 15px;
	font-family: sans-serif;
	bottom: 0;
	right: 0;
	margin-bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.business-page .upload-photo span {
	text-align: center;
	display: block;
	margin-top: 5px;
	font-size: 20px;
	color: #000;
}
.business-page .user-cover-uploading {
    opacity: 0.4;
}
.business-page .user-photo-uploading {
	height: 100%;
	opacity: 0.8;
	background: #fff;
	width: 100%;
	position: absolute;
	border-radius: 50%;
	margin-bottom: 0;
}
#bpage-upload-photo-btn {
	display:none;
}
.business-page .user-photo-uploading span {
    display: none;
}
.business-page-bottom {
    margin-top: 10px;
}
.page-sidebar,
.business-page-sidebar {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
}
.ossn-layout-media .content {
    margin-right: 10px;
    margin-left: 10px;
}
.business-page-extra-menu {
    display: inline-block;
}
.business-page-desc {
    background: #eee;
    padding: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 2px;
    min-height:70px;
}
.business-page-metadata {
    margin: 10px;
    margin-left: -5px;
}
.business-page .unlike-page,
.business-page .like-page {
	margin-right: 5px !important;
}

.business-page .unlike-page,
.business-page .like-page {
	display:inline-block;
}
#save-position-cover-page,
#upload-cover-page {
	display:none;
}
.bpage-bottom {
	margin-top:10px;
}
.business-page-right-bottom {

}
.business-page .controls {
	margin-top:10px;
}
.business-page .controls a{
	display:block;
    margin-bottom:5px;
}
.business-page .list-item img {
	width:100%;
}
.business-page .list-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.business-page .list-item a {
    font-weight: bold;
    font-size: 17px;
    display: block;
    margin-bottom: 5px;

}
.business-page .list-item p {

}
.bpage-bottom .comments-item .col-md-11 {
	padding-left: 10px;
}
.bpage-bottom .ossn-wall-item .comment-user-img {
    width: 32px;
    height: 32px;
}
.menu-section-bpage i:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f1ad" !important;
}
.menu-section-item-businesspage-all:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0cb" !important;
}
.menu-section-item-businesspage-add:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f067" !important;
}
.menu-section-item-businesspage-liked:before {
    content: "\f164" !important;
}
.menu-section-item-businesspage-mypages:before {
    content: "\f013" !important;
}
.bpage-bottom .ossn-wall-container .controls {
	margin-top:0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom: 0px;     
    padding:10px;   
}
.bpage-bottom .ossn-wall-container input[type='submit'] {
   margin: 5px 0;
}
.bpage-bottom .ossn-wall-container textarea {
	margin-bottom: 0px;
}
.ossn-menu-search-bpage .text:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f1ad";
	display: absolute;
	padding-right: 10px;
	vertical-align: middle;
	float: left;
}

.business-page-cover-controls a:before {
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
	font-weight: 900;
}

.unlike-page:before,
.like-page:before {
	padding-right:0 !important;
    font-weight:auto !important;
    display:inline !important;
    content: "" !important;
    font-family: initial !important;
}
.business-page-metadata .name {

}
.business-page-metadata .buttons {

}
.business-page-metadata .name {
	color: rgb(51, 51, 52);
    font-size: 30px;
    margin-left: 10px;
    font-weight: bold;
    max-width: 820px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.business-page-metadata .buttons .ossn-loading:not(:required) {
	-moz-animation: three-quarters-loader 1250ms infinite linear;
	-webkit-animation: three-quarters-loader 1250ms infinite linear;
	animation: three-quarters-loader 1250ms infinite linear;
	border: 8px solid #fff;
	border-right-color: transparent;
}

@media only screen and (max-width: 1199px) {
	.business-page .subdata .name {
        max-width: 260px;
    }
}
.bpage-menu-hr-container {
	background: #fff;
	border: 1px solid #C4CDE0;
	border-width: 1px 1px 2px;
	margin: 10px 0;
	border-radius: 5px;
}
.bpage-hr-menu ul {
	margin: 7px 0 5px;
	padding: 0px;
}

.bpage-hr-menu ul li {
	display: inline-block;
}

.bpage-hr-menu ul li a:not(.dropdown a) {
	display: block;
	padding: 15px;
	margin-right: 5px;
	font-weight: bold;
}

.bpage-hr-menu a:hover {
	color: initial;
}

.bpage-hr-menu>li>a:not(.bpage-hr-menu .dropdown-toggle):hover,
.bpage-hr-menu>ul>li:hover>a:not(.bpage-hr-menu .dropdown-toggle) {
	background: #F6F7F8;
	text-decoration: none;
	border-radius: 10px;
}

.bpage-hr-menu .dropdown-menu {
	margin-left: 0px;
}

.bpage-hr-menu .dropdown-menu li {
	display: block;
	border-bottom: 0;
	padding: initial;
	margin: auto;
}

.bpage-hr-menu .dropdown a i {
	margin-left: 5px;
}

.bpage-hr-menu .dropdown-menu li a {
	border-right: 0px;
	margin-right: 0px;
}

.bpage-hr-menu ul li:hover {}

.bpage-hr-menu {
	border-bottom: 1px solid #eee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.bpage-hr-menu ul li:last-child {
	border-right: none;
}
.bpage-hr-menu .dropdown-toggle::after {
	display:none;
}
@media (max-width: 480px) { 
	.business-page .top-container .business-page-cover {
		height:200px;
	}    
    .business-page  .subdata {
    	    text-align: center;
    }
    .business-page-photo {
    	margin:0 auto;
        margin-left: auto !important;
    }
    .business-page-cover-controls {
    	margin-top:20px;
    }
    .business-page-metadata .buttons {
    	margin-top: 20px;
	}    
    .business-page .subdata .name {
       max-width: 100%;
    }    
 	.bpage-hr-menu ul li {
		padding: 10px 0;
	}  
	.bpage-hr-menu ul li {
		display: block;
		margin-right: 0px;
		margin-left: 10px;
	}
	.bpage-hr-menu ul li a:not(.dropdown a) {
		margin-right: 0px;
		padding: 10px;
	}     
}

.business-page-about li {
	display:block;
}
.business-page-about .fa-solid,
.business-page-about .fa {
    width: 30px;
    height: 30px;
    font-size: 22px;
    color: #6c757d;
    margin-right: 0;
}
.business-page-about p {
	    text-align: justify;
}

#token-input-bpage-friend-input {
    background: none;
    border: 0;
}

.unlike-page:focus,
.like-page:focus {
	color:#fff;
}

.business-pages-list {
	--biz-bg-card: #ffffff;
	--biz-bg-img: #f8f9fa;
	--biz-text-main: #212529;
	--biz-text-muted: #6c757d;
	--biz-border: #eeeeee;
	--biz-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--biz-shadow-hover: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}

.business-pages-list.white-darkmode,
.white-darkmode .business-pages-list {
	--biz-bg-card: var(--bg-inner-containers);
	--biz-bg-img: var(--bg-image-container);
	--biz-text-main: var(--main-title-color);
	--biz-text-muted: var(--text-color);
	--biz-border: var(--main-border-color);
	--biz-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.4), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	--biz-shadow-hover: 0 20px 25px -5px rgba(0, 0, 0, 0.6), 0 10px 10px -5px rgba(0, 0, 0, 0.3);
}

.business-pages-list .object-fit-cover {
	object-fit: cover;
}

.business-pages-list .absolute-fill {
	position: absolute;
	top: 0;
	left: 0;
}

.business-pages-list .text-truncate-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.business-pages-list .card {
	background-color: var(--biz-bg-card) !important;
	border: 1px solid var(--biz-border) !important;
	box-shadow: var(--biz-shadow) !important;
	transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.business-pages-list .hover-lift:hover {
	transform: translateY(-2px);
	box-shadow: var(--biz-shadow-hover) !important;
}

.business-pages-list .img-holder {
	background-color: var(--biz-bg-img) !important;
}

.business-pages-list .business-title-link {
	color: var(--biz-text-main) !important;
}

.business-pages-list .card-text,
.business-pages-list .text-secondary,
.business-pages-list .business-email-link {
	color: var(--biz-text-muted) !important;
}

.business-pages-list .border-top {
	border-top-color: var(--biz-border) !important;
}

.business-pages-list .ossn-loading {
	margin: 0 auto !important;
	border: 8px solid #ffffff !important;
	border-top-color: transparent !important;
}

.business-pages-list .biz-like-badge {
	background-color: var(--biz-bg-img) !important;
	border-color: var(--biz-border) !important;
	color: var(--biz-text-main) !important;
}

.business-pages-list.white-darkmode .biz-like-badge,
.white-darkmode .business-pages-list .biz-like-badge {
	background-color: var(--bg-image-container) !important;
	border-color: var(--main-border-color) !important;
	color: var(--main-title-color) !important;
}

.business-pages-list .btn .ossn-loading {
		border: 8px solid #fff;
}
.businesspage-location-input i {
	margin-top:-5px;
}.ossn-polls {}

.ossn-polls-form-questions .progress {
	height: 20px;
	font-weight: bold;
}

.ossn-polls-has-no-progress {
	color: #000;
}

.ossn-polls-form-questions .panel-body {
	padding-top: 0;
	padding-bottom: 0;
}

.ossn-poll-loading-submit {
	margin: 0 auto;
	width: 40px;
	display: none;
}

.ossn-polls-form-questions label.btn span {
	font-size: 1.5em;
}

.ossn-polls-form-questions label input[type="radio"]~i.fa.fa-circle-o {
	color: #c8c8c8;
	display: inline;
}

.ossn-polls-form-questions label input[type="radio"]~i.fa.fa-dot-circle-o {
	display: none;
}

.ossn-polls-form-questions label input[type="radio"]:checked~i.fa.fa-circle-o {
	display: none;
}

.ossn-polls-form-questions label input[type="radio"]:checked~i.fa.fa-dot-circle-o {
	color: #0b769c;
	display: inline;
}

.ossn-polls-form-questions label:hover input[type="radio"]~i.fa {
	color: #0b769c;
}

.ossn-polls-form-questions label input[type="checkbox"]~i.fa.fa-square-o {
	color: #c8c8c8;
	display: inline;
}

.ossn-polls-form-questions label input[type="checkbox"]~i.fa.fa-check-square-o {
	display: none;
}

.ossn-polls-form-questions label input[type="checkbox"]:checked~i.fa.fa-square-o {
	display: none;
}

.ossn-polls-form-questions label input[type="checkbox"]:checked~i.fa.fa-check-square-o {
	color: #0b769c;
	display: inline;
}

.ossn-polls-form-questions label:hover input[type="checkbox"]~i.fa {
	color: #0b769c;
}

.ossn-polls-form-questions div[data-toggle="buttons"] label.active {
	color: #0b769c;
}

.ossn-polls-form-questions div[data-toggle="buttons"] label {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 2em;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	cursor: pointer;
	background-color: none;
	border: 0px solid #c8c8c8;
	border-radius: 3px;
	color: #c8c8c8;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.ossn-polls-form-questions div[data-toggle="buttons"] label:hover {
	color: #0b769c;
}

.ossn-polls-form-questions div[data-toggle="buttons"] label:active,
div[data-toggle="buttons"] label.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ossn-polls-item {
	background: #fbfbfb;
	border-top: 1px solid #eee;
	padding-top: 5px;
	padding: 5px 10px 10px;
}

.btn-group-vertical {
	margin-top: 10px;
}

.ossn-poll-main {
	background: #fff;
	padding: 15px;
}

.menu-section-polls i:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f080" !important;
}

.menu-section-item-polls-my:before,
.menu-section-item-polls-all:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f080" !important;
}


.poll-container {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	border-color: #ddd;
}

.poll-body {}

.poll-title {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.poll-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.poll-votes-total {
    font-size: 13px;
    margin-left: 5px;
    float: right;
}

.poll-label {
    color: black;
    z-index: 1;
    position: relative;
    margin-left: 40px;
    max-width: 75%;
    padding-top: 10px;
    padding-bottom: 10px;  
}
.poll-percent {
    color: black;
    z-index: 1;
    position: absolute;
    right: 10px;
}
.poll-container .progress {
    min-height: 32px;
    position: relative !important;
    margin-top: 15px;
    height: auto;
}
.poll-container  .progress-bar {
	width: 5%;
    background-color: rgb(191 191 191 / 58%);
	text-align: left;
    white-space: break-spaces;    
}
.poll-progress-highlight {
	background-color: rgba(29, 155, 240, 0.58) !important;
}
.progress-bar-no-votes {
	background:#ffffff00 !important;
}
.polls-progress-bar-absol {
    position: absolute;
    height: 100%;	
}
.poll-check {
    z-index: 1;
    position: absolute;
    margin-left: 10px;
    margin-top: -4px;
    white-space: nowrap;
}
.poll-check input[type="checkbox"]{
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.poll-check input[type="checkbox"]:not(:checked){
	background:#fff;
}
.polls-show-voters {
	cursor:pointer;
}	.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
	background: #eee;
}

.event-wall-item {
	margin-bottom: 10px;
	margin-top: 0px !important;
}

.ossn-menu-search-event a .text:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f073";
	padding-right: 10px;
	vertical-align: middle;
	float: left;
}

.ossn-notification-icon-calander {
	display: inline-block;
}

.ossn-notification-icon-calander:before {
	content: "\f073";
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
}


.menu-section-event i:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f073" !important;
}

.menu-section-item-events-all:before,
.menu-section-item-events-my:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f0cb" !important;
}

.menu-section-item-events-add:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f067" !important;
}

@media only screen and (max-width: 992px) {
	.bootstrap-datetimepicker-widget {
		margin-left: initial !important;
	}
}

@media (max-width: 480px) {
	.bootstrap-datetimepicker-widget {
		margin-left: inttial !important;
	}
}

.event-footer-comments .comments-list {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
}

.event-footer-comments .like-share {
	margin-left: -10px;
	margin-right: -10px;
}

/******************
 List
*******************/

/* 1. Scoped Parent & Theme Variables */
.events-list-modern {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-top: 20px;
	--ev-bg: #ffffff;
	--ev-title: #111827;
	--ev-text: #4b5563;
	--ev-border: #f0f0f0;
	--ev-shadow: rgba(0, 0, 0, 0.06);
}

/* 2. White-Darkmode Support */
html.white-darkmode .events-list-modern {
	--ev-bg: #1c1c1f;
	--ev-title: #ffffff;
	--ev-text: #a1a1aa;
	--ev-border: #333335;
	--ev-shadow: rgba(0, 0, 0, 0.5);
}

/* 3. Card Container */
.events-list-modern .event-list-card {
	display: flex;
	align-items: stretch;
	/* Crucial: makes left and right side equal height */
	background-color: var(--ev-bg);
	border: 1px solid var(--ev-border);
	border-radius: 16px;
	overflow: hidden;
	transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
	text-decoration: none !important;
	box-shadow: 0 4px 12px var(--ev-shadow);
}

.events-list-modern .event-list-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px var(--ev-shadow);
}

/* 4. Fixed Image Handling - No more bottom gaps */
.events-list-modern .event-card-image {
	width: 320px;
	min-width: 320px;
	/* Remove fixed height, use stretch */
	align-self: stretch;
	background-color: #000;
	position: relative;
	overflow: hidden;
}

.events-list-modern .event-card-image img {
	position: absolute;
	/* Absolute fill ensures it covers the stretched parent */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* Pro-Tip Overlay */
.events-list-modern .event-card-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 100%);
	pointer-events: none;
	z-index: 1;
}

/* 5. Content Area */
.events-list-modern .event-card-content {
	padding: 25px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* Centers text if image is taller */
}

.events-list-modern .event-card-content h3 {
	font-size: 22px;
	font-weight: 800;
	margin: 0 0 8px 0;
	color: var(--ev-title) !important;
}

.events-list-modern .event-card-content p {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 15px;
	color: var(--ev-text) !important;
}

/* 6. Info Grid */
.events-list-modern .event-card-meta {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-bottom: 10px;
}

.events-list-modern .meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: var(--ev-text) !important;
}

.events-list-modern .meta-item i {
	width: 18px;
	text-align: center;
}

/* 7. Footer & Link */
.events-list-modern .event-card-footer {
	margin-top: 15px;
	display: flex;
	justify-content: flex-end;
}

.events-list-modern .browse-link {
	font-weight: 700;
	font-size: 13px;
	color: #3b82f6 !important;
	display: flex;
	align-items: center;
	gap: 6px;
}

/* Responsive */
@media (max-width: 850px) {
	.events-list-modern .event-list-card {
		flex-direction: column;
	}

	.events-list-modern .event-card-image {
		width: 100%;
		height: 220px;
		/* Return to fixed height only on mobile */
		min-width: 100%;
	}
}

/******************
 View
*******************/
/* Main Card - Scope to prevent leaking */
.event-details-card {
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid #e0e0e0;
	margin-bottom: 25px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	color: #1f2937;
}

/* Dark Mode Support */
html.white-darkmode .event-details-card {
	background: #18181b !important;
	border-color: #333333 !important;
	color: #f4f4f5 !important;
}

/* Top Action Bar (Matches your preferred top) */
.event-details-card .event-action-bar {
	display: flex;
	padding: 5px 20px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	background: #fff;
}

html.white-darkmode .event-details-card .event-action-bar {
	background: #18181b;
	border-bottom-color: #333;
}

.event-details-card .title-section {
	padding: 20px 25px 10px 25px;
}

.event-details-card .title-section h2 {
	font-size: 20px;
	font-weight: 800;
	margin: 0;
}

/* Interaction Area: Buttons and Admin */
.event-details-card .interaction-area {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	/* This pushes items to opposite ends */
	align-items: center;
	width: 100%;
	/* Important: Takes full width of the card */
}

.event-details-card .btns-group {
	display: flex;
	gap: 8px;
}

.event-details-card .btn {
	font-weight: 600;
	border-radius: 8px;
	padding: 7px 14px;
	font-size: 13px;
}

.event-details-card .btn-selected-active {
	background: #f1f5f9 !important;
	color: #3b82f6 !important;
	border: 1px solid #3b82f6 !important;
	cursor: default;
}

/* Admin Buttons at far right */
.event-details-card .btns-group {
	display: flex;
	gap: 8px;
}

.event-details-card .admin-controls {
	display: flex;
	gap: 8px;
	/* Optional: add a border to separate it from buttons */
	padding-left: 15px;
	border-left: 1px solid #eee;
}

/* Remove default margins on icons to keep them centered in circles */
.event-details-card .admin-controls i {
	margin: 0 !important;
}

.event-details-card .admin-controls a {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
}

/* --- NEW STACKED BODY LAYOUT --- */
.event-details-card .event-body-content {
	padding: 30px;
}

/* Upper Section: Image and Meta Panel side-by-side */
.event-details-card .event-upper-split {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	margin-bottom: 30px;
}

/* Fixed 250x250 Image with Date Badge */
.event-details-card .event-image-container {
	flex: 0 0 250px;
	position: relative;
	width: 250px;
	height: 250px;
}

.event-details-card .event-fixed-image {
	width: 250px;
	height: 250px;
	border-radius: 12px;
	overflow: hidden;
}

.event-details-card .event-fixed-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Premium Date Badge Overlay */
.event-details-card .date-badge-fixed {
	position: absolute;
	top: 12px;
	left: 12px;
	background: #ffffff;
	border-radius: 8px;
	padding: 6px 10px;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	z-index: 5;
}

html.white-darkmode .event-details-card .date-badge-fixed {
	background: #27272a;
}

.event-details-card .date-badge-fixed .m {
	color: #ef4444;
	font-weight: 800;
	font-size: 11px;
	display: block;
	text-transform: uppercase;
	line-height: 1;
}

.event-details-card .date-badge-fixed .d {
	font-size: 20px;
	font-weight: 900;
	display: block;
	line-height: 1.1;
	color: #111;
}

html.white-darkmode .event-details-card .date-badge-fixed .d {
	color: #fff;
}

/* Condensed Meta Panel (to the right of the image) */
.event-details-card .meta-info-panel {
	flex: 1;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 20px;
	height: 250px;
	/* Match image height */
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

html.white-darkmode .event-details-card .meta-info-panel {
	background: #212124;
	border-color: #3f3f46;
}

.event-details-card .info-item {
	display: flex;
	gap: 12px;
	align-items: center;
}

.event-details-card .info-item i {
	font-size: 18px;
	color: #3b82f6;
	width: 20px;
	text-align: center;
}

.event-details-card .info-label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	color: #94a3b8;
	text-transform: uppercase;
}

.event-details-card .info-val {
	font-weight: 600;
	font-size: 15px;
	display: block;
}

/* --- DESCRIPTION SECTION BELOW --- */
.event-details-card .event-description-section {
	border-top: 1px solid #f1f5f9;
	padding-top: 30px;
	margin-top: 10px;
}

html.white-darkmode .event-details-card .event-description-section {
	border-top-color: #3f3f46;
}

.event-details-card .description-header {
	font-size: 14px;
	font-weight: 700;
	color: #94a3b8;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.event-details-card .event-description-text {
	font-size: 16px;
	line-height: 1.8;
	color: #4b5563;
	/* No fixed height, no overflow - all text is visible */
}

html.white-darkmode .event-details-card .event-description-text {
	color: #d1d5db;
}

/* Stats Footer */
.event-details-card .event-stats-footer {
	display: flex;
	background: #f8fafc;
	border-top: 1px solid #f0f0f0;
}

html.white-darkmode .event-details-card .event-stats-footer {
	background: #141416;
	border-top-color: #333;
}

.event-details-card .stat-pill {
	flex: 1;
	padding: 15px;
	text-align: center;
	cursor: pointer;
}

.event-details-card .stat-pill:last-child {
	border: none;
}

.event-details-card .stat-num {
	display: block;
	font-size: 22px;
	font-weight: 800;
}

.event-details-card .stat-txt {
	font-size: 11px;
	font-weight: 600;
	color: #64748b;
	text-transform: uppercase;
}

@media (max-width: 850px) {
	.event-details-card .event-action-bar {
		flex-direction: column;
		align-items: flex-start;
	}

	.event-details-card .interaction-area {
		width: 100%;
		justify-content: space-between;
		margin-top: 10px;
	}

	.event-details-card .event-upper-split {
		flex-direction: column;
		align-items: center;
	}

	.event-details-card .meta-info-panel {
		width: 100%;
		height: auto;
	}
}

/****
  Calendar
**********/
.menu-section-item-events-calendar:before {
	content: "\f784" !important
}

@media (min-width: 1200px) {
	.ec-event-title {
		font-size: .85em;
		line-height: 1.5;
	}
}

.ec-day-grid .ec-body .ec-day {
	min-height: 5em !important;
}

.event-location-input i {
    margin-top: -5px;
}.multiple-upload-item {
	margin: 0 5px 0 0;
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.multiple-upload-container {
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
}

.multiple-upload-item img {
	width: 100px;
	height: 100px;
	margin: 0 5px 0 0;
	display: inline-block;
	object-fit: cover;
	border: 1px solid #ccc;
	user-select: none;
	pointer-events: none;
	border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.multiupload-output {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.multiupload-output li {
	flex-grow: 1;
	list-style: none;
	position: relative;
	max-height: 200px;
}

.multiupload-output img {
	max-height: 200px;
	width: 100%;
	object-fit: cover;
	vertical-align: bottom;
	cursor: pointer;
}

.multiupload-view-more {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 6vh;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.multiupload-img-last {
	filter: brightness(0.5);
}

.ossn-wall-item .post-contents img {
	border: 1px solid #fff;
}

.multiple-upload-remove-item {
	position: absolute;
	right: 0;
	padding-right: 9px;
	padding-top: 3px;
}

.multiple-upload-remove-item span {
	background: #fff;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}

@media (max-width: 575.98px) {
	.multiupload-output img {
		max-height: 100px;
	}

	.multiupload-view-more {
		font-size: 3vh;
	}
}/***** <style> ******/
.ossn-greetings-container i {
    margin-right: 0;
}

.ossn-greetings-container {
    margin-bottom: 10px;
    width: 100%;
    display: none;
    animation: smoothReveal 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;

    --greetings-bg: #ffffff;
    --greetings-title-color: #0f172a;
    --greetings-sub-color: #475569;
    --greetings-shadow: 0 4px 20px -2px rgba(148, 163, 184, 0.12);
    --close-hover: #f1f5f9;

    --greetings-border: rgba(245, 158, 11, 0.25);
    --theme-accent: #f59e0b;
}

.ossn-greetings-container.mode-morning {
    --greetings-border: rgba(14, 165, 233, 0.25);
    --theme-accent: #0ea5e9;
}

.ossn-greetings-container.mode-afternoon {
    --greetings-border: rgba(245, 158, 11, 0.25);
    --theme-accent: #f59e0b;
}

.ossn-greetings-container.mode-evening {
    --greetings-border: rgba(168, 85, 247, 0.25);
    --theme-accent: #a855f7;
}

.ossn-greetings-container.mode-night {
    --greetings-border: rgba(99, 102, 241, 0.25);
    --theme-accent: #6366f1;
}

.white-darkmode .ossn-greetings-container {
    --greetings-bg: #1e293b;
    --greetings-title-color: #f8fafc;
    --greetings-sub-color: #94a3b8;
    --greetings-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
    --close-hover: #334155;
    --greetings-border: #334155 !important;
}

.white-darkmode .ossn-greetings-container.mode-morning {
    --theme-accent: #38bdf8;
}

.white-darkmode .ossn-greetings-container.mode-afternoon {
    --theme-accent: #fbbf24;
}

.white-darkmode .ossn-greetings-container.mode-evening {
    --theme-accent: #c084fc;
}

.white-darkmode .ossn-greetings-container.mode-night {
    --theme-accent: #818cf8;
}

.ossn-greetings-card {
    background: var(--greetings-bg);
    border: 1px solid var(--greetings-border);
    border-radius: 16px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: var(--greetings-shadow);
    gap: 24px;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.ossn-greetings-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.ossn-greetings-title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--greetings-title-color);
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.ossn-greetings-username {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--greetings-title-color);
    display: inline-block;
}

.ossn-greetings-subtext {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--greetings-sub-color);
    line-height: 1.45;
}

.ossn-greetings-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ossn-greetings-icon-container {
    position: relative;
    font-size: 1.4rem;
    color: var(--theme-accent);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: color 0.3s ease;
}

.ossn-greetings-glow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--theme-accent);
    opacity: 0.12;
    border-radius: 50%;
    filter: blur(4px);
    z-index: -1;
    transition: background 0.3s ease;
}

.ossn-greetings-close {
    background: transparent;
    border: none;
    color: var(--greetings-sub-color);
    font-size: 0.85rem;
    cursor: pointer;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.ossn-greetings-close:hover {
    background-color: var(--close-hover);
    color: var(--greetings-title-color);
}

@keyframes smoothReveal {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 576px) {
    .ossn-greetings-card {
        padding: 14px 18px;
        gap: 16px;
    }

    .ossn-greetings-actions {
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 10px;
    }

    .ossn-greetings-close {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}/*** <style> ******/
:root {
	--mention-bg: rgba(255, 255, 255, 0.95);
	--mention-border: rgba(0, 0, 0, 0.05);
	--mention-shadow: rgba(0, 0, 0, 0.08);
	--mention-hover-bg: #f4f9ff; 
	--mention-active-bg: #ebf5ff;
	--mention-name-color: #2c3e50;
	--mention-handle-color: #64b5f6; 
	--mention-avatar-border: #ffffff;
	--mention-token-color: #0077ed;
	--mention-token-bg: #eef7ff;
	--mention-token-border: #d0e8ff;
}

.white-darkmode {
	--mention-bg: rgba(30, 30, 30, 0.95);
	--mention-border: rgba(255, 255, 255, 0.08);
	--mention-shadow: rgba(0, 0, 0, 0.4);
	--mention-hover-bg: rgba(255, 255, 255, 0.07); 
	--mention-active-bg: rgba(255, 255, 255, 0.12);
	--mention-name-color: #f5f6f7;
	--mention-handle-color: #b0b3b8;   
	--mention-avatar-border: #242526;
	--mention-token-color: #ffffff;    
	--mention-token-bg: rgba(255, 255, 255, 0.1);
	--mention-token-border: rgba(255, 255, 255, 0.15);
}

#ossn-mention-dropdown {
	position: absolute;
	z-index: 99999;
	background: var(--mention-bg);
	backdrop-filter: blur(10px);
	border: 1px solid var(--mention-border);
	border-radius: 14px;
	box-shadow: 0 12px 40px var(--mention-shadow);
	width: 280px;
	list-style: none;
	padding: 8px;
	margin: 0;
	display: none;
}

#ossn-mention-dropdown li {
	padding: 10px 14px;
	margin-bottom: 2px;
	cursor: pointer;
	display: flex;
	align-items: center;
	border-radius: 10px;
	transition: all 0.2s ease-in-out;
}

#ossn-mention-dropdown li:hover {
	background-color: var(--mention-hover-bg);
	transform: translateX(4px);
}

#ossn-mention-dropdown li:active {
	background-color: var(--mention-active-bg);
	transform: scale(0.98);
}

#ossn-mention-dropdown .user-avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin-right: 12px;
	object-fit: cover;
	border: 2px solid var(--mention-avatar-border);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

#ossn-mention-dropdown .user-details {
	display: flex;
	flex-direction: column;
}

#ossn-mention-dropdown .user-name {
	font-weight: 600;
	color: var(--mention-name-color);
	font-size: 13.5px;
	letter-spacing: -0.2px;
}

#ossn-mention-dropdown .user-handle {
	color: var(--mention-handle-color);
	font-size: 11.5px;
	margin-top: 1px;
}

.ossn-wall-token-mention {
	color: var(--mention-token-color);
	background: var(--mention-token-bg);
	border: 1px solid var(--mention-token-border);
}

a.mentions-pro-link {
	font-weight: bold;
}/**** <style> *****/
.menu-section-item-bookmarks:before,
.bookmark-btn-dropdown:before,
.bookmark-btn-main:before {
	content: "\f02e" !important;
}

.bookmark-btn-dropdown.bookmarked,
.bookmark-btn-main.bookmarked {
	color: #DAA520 !important;
}

.bookmark-btn-dropdown.bookmarked:before,
.bookmark-btn-main.bookmarked:before {
	color: #DAA520 !important;
	font-weight: 900 !important;
}

/* Hide the main button's parent on SMALL devices */
@media (max-width: 575px) {
	.menu-likes-comments-share li:has(> .bookmark-btn-main) {
		display: none !important;
	}
}

/* Hide the dropdown's parent container on LARGE devices (992px and up) */
@media (min-width: 992px) {
	*:has(> .bookmark-btn-dropdown) {
		display: none !important;
	}
}/*** <style> **/
.fbstories-outside-container {
	width: 100%;
	margin: 15px 0;
	position: relative;
}

.fbstories-items {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	white-space: nowrap;
	padding: 6px 12px;
	cursor: grab;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding-left: 0px;
}

.fbstories-items::-webkit-scrollbar {
	display: none;
}

.fbstories-items:active {
	cursor: grabbing;
}

/* Base Card Template Structure - 132px x 230px */
.fbstories-items .fbstories-item-add,
.fbstories-items .fbstories-item {
	flex: 0 0 132px;
	width: 132px;
	height: 230px;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	background-color: #f0f2f5;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.2s ease;
}

.white-darkmode .fbstories-items .fbstories-item-add,
.white-darkmode .fbstories-items .fbstories-item {
	background-color: #242526;
}

.fbstories-items .fbstories-item-add:hover,
.fbstories-items .fbstories-item:hover {
	transform: translateY(-2px) scale(1.02);
	filter: brightness(0.95);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* --- THE "CREATE STORY" DARK THEME CARD --- */
.fbstories-items .fbstories-item-add {
	display: flex;
	flex-direction: column;
	background: #242526;
	border: 1px solid #3e4042;
	text-align: center;
	padding: 0;
	box-sizing: border-box;
}

.fbstories-items .fbstories-item-add .fbstories-add-story {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: 100%;
	height: 100%;
	padding: 16px 8px;
	box-sizing: border-box;
	text-decoration: none !important;
	color: #ffffff !important;
	font-size: 13px;
	font-weight: 600;
	white-space: normal;
	line-height: 1.3;
}

.fbstories-items .fbstories-item-add .fbstories-add-story i.fa-plus {
	width: 46px;
	height: 46px;
	background: #1877f2;
	color: #ffffff !important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	box-shadow: 0 4px 12px rgba(24, 119, 242, 0.35);
	transition: background-color 0.2s, transform 0.2s;
	margin-right: 0 !important;
}

/* Photo variant - own DP fills the top half of the card, a plus badge
   straddles the seam between photo and label bar, and "Create Story"
   sits in its own bar along the bottom (Facebook/Instagram's actual
   "Create Story" card layout, not just a small centered avatar). */
.fbstories-items .fbstories-item-add .fbstories-add-story--photo {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0;
	padding: 0;
	height: 100%;
}

.fbstories-items .fbstories-item-add .fbstories-add-photo-wrap {
	position: relative;
	width: 100%;
	height: 58%;
	flex-shrink: 0;
	overflow: hidden;
}

.fbstories-items .fbstories-item-add .fbstories-add-avatar {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.fbstories-items .fbstories-item-add .fbstories-add-label-bar {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px 8px 8px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.fbstories-items .fbstories-item-add:hover .fbstories-add-avatar {
	filter: brightness(0.92);
}

.fbstories-items .fbstories-item-add:hover {
	background: #2f3031;
}

/* --- POPULATED USER STORY CARDS --- */
.fbstories-items .fbstories-item {
	border: none;
	cursor: pointer;
}

.fbstories-items .fbstories-item .image0th {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.fbstories-items .fbstories-item .image0th img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fbstories-items .fbstories-item::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, transparent 40%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0.75) 100%);
	z-index: 2;
}

.fbstories-items .fbstories-item .user-image {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 3px solid #1877f2;
	overflow: hidden;
	z-index: 10;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.fbstories-items .fbstories-item .user-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fbstories-items .fbstories-item.story-viewed .user-image {
	border-color: #bcc0c4;
}

.fbstories-items .fbstories-item .user-name {
	position: absolute;
	bottom: 12px;
	left: 12px;
	right: 12px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	z-index: 10;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.3;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

/* Carousel Side Navigation Arrows Indicators */
.fbstories-nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: #ffffff;
	border: 1px solid #e4e6eb;
	border-radius: 50%;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 20;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
	color: #65676b;
	font-size: 16px;
	transition: background 0.2s, color 0.2s, transform 0.1s;
	/* Ensure padding doesn't push the icon off-center */
	padding: 0;
}

/* Specific adjustment for the icon itself inside the flex container */
.fbstories-nav-arrow i {
	display: block;
	margin: 0 !important;
	/* me-0 class is handled, but this forces it */
	line-height: 1;
}

.white-darkmode .fbstories-nav-arrow {
	background: #242526;
	border-color: #3e4042;
	color: #b0b3b8;
}

.fbstories-nav-arrow:hover {
	background: #f2f2f2;
	color: #050505;
}

.white-darkmode .fbstories-nav-arrow:hover {
	background: #3a3b3c;
	color: #ffffff;
}

.fbstories-nav-arrow:active {
	transform: translateY(-50%) scale(0.95);
}

/* Position adjustment for the arrows */
.fbstories-nav-arrow.nav-prev {
	left: 10px;
}

.fbstories-nav-arrow.nav-next {
	right: 10px;
}

.fbstories-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	/* Use dvh to ensure it fits the visual viewport exactly */
	height: 100vh;
	/* Fallback */
	height: 100dvh;

	z-index: 99999;
	background-color: rgba(10, 10, 10, 0.98);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

	/* Critical for mobile: prevent text selection and browser interactions */
	-webkit-user-select: none;
	user-select: none;

	/* This stops the "pull-to-refresh" or "bounce" effect */
	overscroll-behavior: none;
	touch-action: none;
}

.fbstories-container-inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fbstories-container .slideshow-container {
	width: 100%;
	max-width: 460px;
	height: 100%;
	max-height: 820px;
	position: relative;
	background: #000;
	border-radius: 8px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
}

.fbstories-container .users-information {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
	padding: 32px 16px 40px 16px;
	z-index: 100;
}

.fbstories-container .users-information-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fbstories-container .user-details-wrapper {
	display: flex;
	align-items: center;
}

.fbstories-container .user-image {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #1877f2;
	overflow: hidden;
	margin-right: 12px;
}

.fbstories-container .user-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fbstories-container .user-name-time {
	color: #fff;
}

.fbstories-container .user-name-time .name {
	display: block;
	font-weight: 600;
	font-size: 14px;
}

.fbstories-container .user-name-time .time {
	font-size: 12px;
	opacity: 0.75;
}

/* Pure CSS/HTML Progress bar segments tracking wrappers */
.fbstories-container .status-bar-wrapper {
	position: absolute;
	top: 16px;
	left: 12px;
	right: 12px;
	display: flex;
	gap: 4px;
	z-index: 110;
}

.fbstories-container .status-bar {
	flex: 1;
	background: rgba(255, 255, 255, 0.25);
	height: 4px;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
}

.fbstories-container .status-bar-fill {
	height: 100%;
	width: 0%;
	background-color: #ffffff;
	transition: none;
}

.fbstories-container .right-controls-bucket {
	display: flex;
	gap: 8px;
	align-items: center;
}

.fbstories-container .control-btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.2s;
	font-size: 15px;
}

.fbstories-container .control-btn:hover {
	background: rgba(255, 255, 255, 0.3);
}

.fbstories-slides {
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	align-items: center;
	justify-content: center;
	position: relative;
}

.fbstories-slides img,
.fbstories-slides video {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.fbstories-slides .story-text-slide-ctx {
	padding: 32px;
	text-align: center;
	box-sizing: border-box;
}

.fbstories-slides .text-story-rendered-content {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.45;
	word-wrap: break-word;
	white-space: pre-wrap;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.fbstories-slides.story-text-slide-ctx {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 32px;
	box-sizing: border-box;
	text-align: center;
}

/* The actual text content */
.fbstories-slides .text-story-rendered-content {
	width: 90%;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.45;
	word-wrap: break-word;
	white-space: pre-wrap;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
	padding: 20px;
}

.fbstories-container .prev,
.fbstories-container .next {
	cursor: pointer;
	position: absolute;
	top: 0;
	height: 100%;
	width: 25%;
	display: flex;
	align-items: center;
	z-index: 90;
	color: rgba(255, 255, 255, 0.3);
	font-size: 24px;
	transition: color 0.2s, background 0.2s;
	padding: 20px;
	text-decoration: none !important;
}

.fbstories-container .prev {
	left: 0;
	justify-content: flex-start;
}

.fbstories-container .next {
	right: 0;
	justify-content: flex-end;
}

.fbstories-container .prev:hover,
.fbstories-container .next:hover {
	color: #fff;
	background: linear-gradient(to var(--dir, right), rgba(0, 0, 0, 0.2) 0%, transparent 100%);
}

.fbstories-container .next:hover {
	--dir: left;
}

.fbstories-container .text {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
	padding: 48px 20px 24px 20px;
	z-index: 95;
}

/* --- FORM GRADIENTS CODES MATRIX LOOKUPS --- */

.fbstories-items .bg-gradient-1,
.fbstories-container .bg-gradient-1 {
	background: linear-gradient(135deg, #f12711 0%, #f5af19 100%) !important;
}

.fbstories-items .bg-gradient-2,
.fbstories-container .bg-gradient-2 {
	background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%) !important;
}

.fbstories-items .bg-gradient-3,
.fbstories-container .bg-gradient-3 {
	background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%) !important;
}

.fbstories-items .bg-gradient-4,
.fbstories-container .bg-gradient-4 {
	ackground: linear-gradient(135deg, #8e2de2 0%, #4a00e0 100%) !important;
}

.fbstories-items .bg-gradient-5,
.fbstories-container .bg-gradient-5 {
	background: linear-gradient(135deg, #ff007f 0%, #7f00ff 100%) !important;
}

@media only screen and (max-width: 480px) {

	.fbstories-items .fbstories-item-add,
	.fbstories-items .fbstories-item {
		flex: 0 0 110px;
		width: 110px;
		height: 190px;
	}

	.fbstories-container .slideshow-container {
		max-height: 100vh;
		border-radius: 0;
	}
}

.story-thumb-text {
	color: #fff;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.sotry-thumb-text-container {
	width: 90%;
	max-height: 90%;
	min-height: 1em;
	white-space: normal !important;
	word-break: break-word;
}

.story-thumb-text span {
	display: block;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
}

.fbstories-slides {
	position: relative;
}

.story-viewer-count {
	position: absolute;
	bottom: 60px;
	/* Adjust this to sit right above your .text div */
	left: 20px;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 12px;
	cursor: pointer;

}

.story-viewer-count:hover {
	background: rgba(0, 0, 0, 0.7);
}


.story-viewer-popup {
	position: absolute;
	/* Relative to .slideshow-container */
	width: 200px;
	max-height: 300px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	color: #333;
}

.story-viewer-popup .popup-header {
	padding: 10px;
	background: #f4f4f4;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	font-size: 13px;
}

.story-viewer-popup .close-popup {
	cursor: pointer;
	font-size: 16px;
	margin-top: -2px;
}

.story-viewer-list {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow-y: auto;
	max-height: 250px;
}

.story-viewer-list li {
	padding: 8px 10px;
	border-bottom: 1px solid #eee;
}

.story-viewer-list li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
	font-size: 13px;
}

.story-viewer-list img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-right: 8px;
}

.viewer-container {
	position: relative;
	display: inline-block;
}

.story-viewer-popup {
	position: absolute;
	width: 220px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
	z-index: 99999 !important;
	color: #333;

	max-height: 300px;
	overflow-y: auto;
}

.story-viewer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.white-darkmode .story-viewer-popup {
	background: #222222;
	color: #ffffff;
	border: 1px solid #444444;
}

.white-darkmode .story-viewer-popup .popup-header {
	background: #333333;
	border-bottom: 1px solid #444444;
}

.white-darkmode .story-viewer-list li a {
	color: #ffffff;
}

.white-darkmode .story-viewer-list li {
	border-bottom: 1px solid #333333;
}

/************** Stories add Page ***********/
.ossn-stories {
	--sb-bg-card: #ffffff;
	--sb-border: #e4e6eb;
	--sb-txt-main: #050505;
	--sb-txt-sub: #65676b;
	--sb-bg-input: #f0f2f5;
	--sb-border-input: #ced0d4;
	--sb-bg-zone: #f7f8fa;
	--sb-border-zone: #ced0d4;

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Dynamic Dark Mode Variables Mapping */
.white-darkmode .ossn-stories {
	--sb-bg-card: var(--bg-inner-containers, #242526);
	--sb-border: var(--main-border-color, #3c3c3c);
	--sb-txt-main: var(--text-color, #ccc);
	--sb-txt-sub: var(--main-title-color, #b0b3b8);
	--sb-bg-input: var(--bg-input-bg, #3a3b3c);
	--sb-border-input: var(--main-border-color-bit, #3c3c3c);
	--sb-bg-zone: var(--bg-image-container, #303030);
	--sb-border-zone: var(--main-border-color, #3c3c3c);
}

.ossn-stories .fb-story-card {
	background: var(--sb-bg-card);
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	padding: 24px;
	border: 1px solid var(--sb-border);
}

.ossn-stories .fb-story-header {
	border-bottom: 1px solid var(--sb-border);
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-align: center;
}

.ossn-stories .fb-story-header h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: var(--sb-txt-main);
}

.ossn-stories .fb-label {
	font-weight: 600;
	color: var(--sb-txt-sub);
	font-size: 14px;
	margin-bottom: 6px;
	display: block;
}

.ossn-stories .fb-input {
	border-radius: 8px;
	border: 1px solid var(--sb-border-input);
	padding: 10px 12px;
	background-color: var(--sb-bg-input);
	color: var(--sb-txt-main);
}

.ossn-stories .fb-input:focus {
	background-color: var(--sb-bg-card);
	border-color: #1877f2;
}

/* Three-Card Selector Grid */
.ossn-stories .story-type-selector-cards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 12px;
	margin: 24px 0;
}

.ossn-stories .fb-gradient-card {
	position: relative;
	height: 180px;
	border-radius: 14px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
	text-align: center;
	overflow: hidden;
	transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.25s ease;
	border: none !important;
}

/* Beautiful Solid Gradients Matrix */
.ossn-stories .fb-gradient-card.photo-story {
	background: linear-gradient(180deg, #2b78e4 0%, #174ea6 100%) !important;
}

.ossn-stories .fb-gradient-card.video-story {
	background: linear-gradient(180deg, #c359e7 0%, #8327a7 100%) !important;
}

.ossn-stories .fb-gradient-card.text-story {
	background: linear-gradient(180deg, #ff7b7b 0%, #d62d2d 100%) !important;
}

/* Focus Ring Controls Layout */
.ossn-stories .fb-gradient-card .card-glow {
	position: absolute;
	inset: 0;
	border-radius: 14px;
	border: 1px solid transparent;
	pointer-events: none;
	transition: all 0.25s ease;
}

.ossn-stories .fb-gradient-card.photo-story.active .card-glow {
	border: 1.5px solid #1877f2;
	outline: 1.5px solid #1877f2;
	outline-offset: -1.5px;
}

.ossn-stories .fb-gradient-card.video-story.active .card-glow {
	border: 1.5px solid #c359e7;
	outline: 1.5px solid #c359e7;
	outline-offset: -1.5px;
}

.ossn-stories .fb-gradient-card.text-story.active .card-glow {
	border: 1.5px solid #ff7b7b;
	outline: 1.5px solid #ff7b7b;
	outline-offset: -1.5px;
}

.white-darkmode .ossn-stories .fb-gradient-card.photo-story.active .card-glow {
	border-color: #1877f2;
	outline-color: #1877f2;
}

.white-darkmode .ossn-stories .fb-gradient-card.video-story.active .card-glow {
	border-color: #c359e7;
	outline-color: #c359e7;
}

.white-darkmode .ossn-stories .fb-gradient-card.text-story.active .card-glow {
	border-color: #ff7b7b;
	outline-color: #ff7b7b;
}

.ossn-stories .fb-gradient-card.active {
	transform: translateY(-4px);
	opacity: 1 !important;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.ossn-stories .story-type-selector-cards:has(.active) .fb-gradient-card:not(.active) {
	opacity: 0.4;
}

.ossn-stories .fb-gradient-card:not(.active):hover {
	opacity: 0.7;
	transform: translateY(-2px);
}

.ossn-stories .fb-gradient-card .icon-circle {
	width: 46px;
	height: 46px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
	z-index: 2;
}

.ossn-stories .fb-gradient-card .icon-circle i {
	font-size: 18px;
	margin-right: 0 !important;
}

.ossn-stories .fb-gradient-card.photo-story .icon-circle {
	color: #174ea6;
}

.ossn-stories .fb-gradient-card.video-story .icon-circle {
	color: #8327a7;
}

.ossn-stories .fb-gradient-card.text-story .icon-circle {
	color: #d62d2d;
}

.ossn-stories .fb-gradient-card span {
	color: #ffffff !important;
	font-weight: 600;
	font-size: 13px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	z-index: 2;
}

/* File Upload Interfaces Area */
.ossn-stories .ossn-stories-add-button {
	padding: 30px 20px;
	text-align: center;
	border: 2px dashed var(--sb-border-zone);
	background: var(--sb-bg-zone);
	border-radius: 10px;
	margin-bottom: 20px;
}

.ossn-stories .fancy-upload-icon {
	font-size: 40px;
	color: #1877f2;
	margin-bottom: 12px;
	cursor: pointer;
	display: inline-block;
}

.ossn-stories .bounce-animation {
	animation: fb-bounce 2s infinite ease-in-out;
}

@keyframes fb-bounce {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-6px);
	}
}

.ossn-stories .fb-btn-select {
	font-weight: 600;
	border-radius: 20px;
	padding: 8px 24px;
	font-size: 14px;
	border: 1px solid var(--sb-border-input);
	background: var(--sb-bg-card);
	color: var(--sb-txt-main);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	display: block;
	margin: 0 auto;
}

.ossn-stories .fb-btn-select:hover {
	background: var(--sb-bg-input);
	transform: scale(1.02);
}

.ossn-stories .media-preview-counter {
	margin-top: 12px;
	font-size: 13px;
	color: #1877f2;
	font-weight: 600;
	background: rgba(24, 119, 242, 0.15);
	display: inline-block;
	padding: 4px 14px;
	border-radius: 20px;
}

/* Text Story Canvas Preview Modules */
.ossn-stories .text-story-zone {
	margin-bottom: 20px;
}

.ossn-stories .text-preview-canvas {
	width: 100%;
	height: 260px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.15);
	margin-bottom: 18px;
	transition: background 0.3s ease;
}

/* The Canvas Gradients Palette Options */
.ossn-stories .bg-gradient-1 {
	background: linear-gradient(135deg, #f12711 0%, #f5af19 100%);
}

.ossn-stories .bg-gradient-2 {
	background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
}

.ossn-stories .bg-gradient-3 {
	background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.ossn-stories .bg-gradient-4 {
	background: linear-gradient(135deg, #8e2de2 0%, #4a00e0 100%);
}

.ossn-stories .bg-gradient-5 {
	background: linear-gradient(135deg, #ff007f 0%, #7f00ff 100%);
}

.ossn-stories .canvas-textarea {
	width: 100%;
	background: transparent !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	color: #ffffff !important;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	resize: none;
	line-height: 1.4;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.ossn-stories .canvas-textarea::placeholder {
	color: rgba(255, 255, 255, 0.7) !important;
}

/* Color Swatches Styles */
.ossn-stories .color-swatch-grid {
	display: flex;
	gap: 12px;
	margin-top: 8px;
}

.ossn-stories .swatch {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	cursor: pointer;
	border: 2px solid #ffffff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	transition: transform 0.2s;
}

.ossn-stories .swatch:hover {
	transform: scale(1.15);
}

.ossn-stories .swatch.active {
	transform: scale(1.15);
	border-color: #1877f2;
	box-shadow: 0 4px 10px rgba(24, 119, 242, 0.4);
}

/* Media Previews Layout */
.ossn-stories .story-media-previews-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
	gap: 12px;
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px dashed var(--sb-border-zone);
}

.ossn-stories .preview-item {
	position: relative;
	aspect-ratio: 1/1;
	border-radius: 8px;
	background: #000;
	border: 1px solid var(--sb-border);
}

.ossn-stories .preview-item img,
.ossn-stories .preview-item video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 7px;
}

.ossn-stories .preview-item.video-item i.fa-play-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 24px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	pointer-events: none;
}

.ossn-stories .remove-media-badge {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 22px;
	height: 22px;
	background: #f02849;
	color: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	z-index: 5;
	transition: transform 0.2s, background 0.2s;
	display: block !important;
	text-align: center !important;
	line-height: 22px !important;
}

.ossn-stories .remove-media-badge i {
	margin: 0 !important;
	padding: 0 !important;
	color: #ffffff !important;
	display: inline !important;
	vertical-align: baseline !important;
}

.ossn-stories .remove-media-badge:hover {
	transform: scale(1.15);
	background: #c81d38;
}

.ossn-stories .hidden {
	display: none !important;
}

.ossn-stories .fade-in-item {
	animation: fadeInAsset 0.25s forwards ease-out;
}

.ossn-stories .fade-out-item {
	animation: fadeOutAsset 0.2s forwards ease-in;
}

@keyframes fadeInAsset {
	from {
		opacity: 0;
		transform: scale(0.85);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes fadeOutAsset {
	from {
		opacity: 1;
		transform: scale(1);
	}

	to {
		opacity: 0;
		transform: scale(0.8);
	}
}

.ossn-stories .fb-submit-btn {
	background-color: #1877f2;
	color: #ffffff !important;
	font-weight: 600;
	font-size: 16px;
	padding: 12px;
	border-radius: 8px;
	border: none;
	transition: background-color 0.2s, transform 0.2s;
	width: 100%;
}

.ossn-stories .fb-submit-btn:hover {
	background-color: #1565c0;
	transform: translateY(-1px);
}

.fbstories-slides img,
.fbstories-slides video {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

.control-btn,
.view-count-btn,
.fbstories-item {
	touch-action: auto;
}.verified-user {
	color: #5890FF;
    border-radius: 50%;
    margin-left: 5px;
    background: #fff;
    text-shadow: initial;
}
.newseed-uinfo .name {
	display:block;
}
.verified-title{
 	display: inline;
 	position: relative;
}
.ossn-users-list-item .verified-user { 
    	display: inline-block !important;
    	margin-top: 22px;
}	
.ossn-users-list-item .uinfo a {
		max-width:300px;
        width:initial;
}
.ossn-box-inner .ossn-list-users .uinfo .userlink {
		width:200px;
        float:none;
}
@media (max-width: 480px) {
		.ossn-search-page .ossn-users-list-item .uinfo a {
        		max-width:100px;
                width:initial;
        }
        .ossn-users-list-item .verified-user { 
    		margin-top: 10px;
		}	
}
@media only screen and (max-width: 1199px) { 
		.ossn-search-page .ossn-users-list-item .uinfo a {
        		max-width:200px;
                width:initial;
        }
}
.newseed-uinfo .verified-user,
.newseed-uinfo .name a {
	display:inline-block;
}