/******************************
	Basic
**********************************/
:root {
	--layout-sidebar-width: 220px;
}

body {
	font-size: 14px;
	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: #204d74;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #f0ad4e;
}

.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%;
	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
}

.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;
}

.ossn-form select[readonly],
.ossn-form textarea[readonly],
.ossn-form input[readonly] {
	background: #dbdbdb;
}

.ossn-form input[type="file"] {
	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,
.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: transparent;
	position: relative;
}
@keyframes nirmanaaGradient {
	0% {
		background-position: 0% 0%;
	}
	50% {
		background-position: 100% 100%;
	}
	100% {
		background-position: 0% 0%;
	}
}
.ossn-layout-startup .col-lg-11 {
	width: 100%;
}

.ossn-layout-startup footer .ossn-footer-menu a {
color: #000;
}

.ossn-footer-menu-custom{
    color: #000 !important;
}

.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;
	border: 1px solid #eee;
	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;
}

.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-group-members {
	margin-right: 5px;
}

.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;
}


/*******************************
	Topbar	
********************************/

.topbar {
	background: #2286d8;
	color: #fff;
	z-index: 1;
	position: relative;
	height: 49px;
	display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.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: 10px;
	display: block;
	color: #fff;
}



.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;	
	justify-self: start; 
}

.topbar .text-right, .topbar .right-side { justify-self: end; }
.topbar .site-logo { grid-column: 2; justify-self: center; }

.my-powered-style { 
    color: #e8e8e8 !important;
    pointer-events: none; 
}

.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-wall-item .dropdown-menu li a:before,
.ossn-topbar-dropdown-menu ul li a:before {
	content: "\f068";
	display: inline-block;
	float: left;
	margin-right: 8px;     /* slightly reduced */
	margin-left: 10px;      /* give breathing from left edge */
	width: 16px;           /* fixed icon width */
	text-align: center;    /* align icon nicely */
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}
.ossn-topbar-dropdown-menu .dropdown-menu li a {
	padding: 8px 12px;
}
.ossn-wall-item>.dropdown-menu {
	min-width: 200px;
}

.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-edit-comment:before,
.ossn-wall-item .post-control-edit:before {
	content: "\f303" !important;
}

.ossn-delete-comment:before,
.ossn-wall-item .post-control-delete:before {
	content: "\f2ed" !important;
}

.ossn-topbar-dropdown-menu {
	float: right;
}

.comment-metadata .dropdown-item {
	padding: 0.4rem 1rem;
}

.ossn-topbar-dropdown-menu ul li {
	display: block;
}

.ossn-topbar-dropdown-menu ul li a {
	display: block;
	color: #000;
	padding-left: 6px;   /* controlled spacing */
}

.ossn-topbar-dropdown-menu .dropdown-menu {
	margin: 5px 0 0;
	min-width: 180px;   /* ðŸ‘ˆ smaller */
	width: auto;        /* ðŸ‘ˆ REMOVE max-content */
	border-radius: 8px;
}
/************************************************
   Topbar Dropdown and Post+Comment menu icons end
*************************************************/
/***********************************
	Ossn Wall
*************************************/

.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 {
	border-radius: 2px;
	margin-top: -5px;
	margin-bottom: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.ossn-wall-container textarea {
	padding: 10px;
	width: 100%;
	border: 1px solid;
	border: 0;
	border-top: 0px;
	resize: none;
	outline: none;
	background: #fff;
	border-radius: 0;
	font-size: 15px;
	resize: vertical;
	margin-left: 0;
}

.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 {
	border-bottom: 1px solid #E5E5E5;
	background-color: #F6F7F8;
	border: 1px solid #E9EAED;
	margin-top: 5px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.ossn-wall-container .wall-tabs .item {
	padding: 10px;
	display: inline-flex;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	font-size: 13px;
}

.ossn-wall-container .wall-tabs .item:hover {
	background: #eee;
}

.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 input[type='submit'] {
	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;
}


/*******************************
	Comments Likes
********************************/

.ossn-comment-menu {
	float: right;
	margin-left: 10px;
}

.comments-item:hover .ossn-comment-menu {
	display: block;
	margin-left: 10px;
}

.comments-likes {
	width: 100%;
}

.menu-likes-comments-share {
	margin-bottom: 10px;
}

.menu-likes-comments-share li {
	display: inline-block;
}

.menu-likes-comments-share li::after {
	content: "-";
	margin-left: 5px;
	margin-right: 5px;
	color: #ccc;
}

.menu-likes-comments-share li:last-child:after {
	content: " ";
}

.comments-list {
	background-color: #FBFBFB;
	margin-left: 0px;
	margin-right: 0px;
	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;
}

[contentEditable=true]:empty:not(:focus)::before {
	content: attr(placeholder);
	pointer-events: none;
	display: block;
}


/*********************************
	Like
************************************/

.like-share {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px;
	margin-top: 10px;
	background-color: #FBFBFB;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 20px;
	padding-right: 20px;
}

.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: #2286d8;
	height: 200px;
	z-index: 1000;
	width: var(--layout-sidebar-width);
	position: absolute;
	height: 100%;
	margin-left: calc(-1 * var(--layout-sidebar-width));
	overflow-y: auto;
	overflow-x: hidden;
	color: #fff;
}

.sidebar a {
	color: #fff;
	font-size: 14px;
}

.sidebar a li:before {
	font-size: initial;
}

.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 {
	padding: 10px;
	margin-bottom: 10px;
	
}

.newseed-uinfo img {
	display: inline-block;
	border-radius: 50px;
	float: left;
}

.newseed-uinfo .name {
	display: inline-block;
	width: 100px;
	margin-left: 10px;
	margin-top: 4px;
}

.newseed-uinfo .name a {
	font-weight: bold;
	display: block;
	color: #fff;
	font-size: 13px;
}

.newseed-uinfo .name .edit-profile {
	font-weight: inherit;
}

.sidebar-menu-nav {
	overflow: auto;
	font-size: 13px;
	font-weight: 200;
	top: 0px;
	width: 100%;
	height: 100%;
}

.sidebar-menu-nav ul,
.sidebar-menu-nav li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 35px;
	cursor: pointer;
}

.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-menu-nav ul .sub-menu li {
	padding-left: 20px;
}

.sidebar-menu-nav ul .sub-menu li,
.sidebar-menu-nav li .sub-menu li {
	border: none;
	line-height: 30px;
	border-bottom: none;
	margin-left: 0px;
	
}

.sidebar-menu-nav ul .sub-menu li:hover,
.sidebar-menu-nav li .sub-menu li:hover {
	background-color: #020203;
}

.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: none;
}

.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-menu-nav li:hover {
	border-left: 3px solid #fff;
	background-color: #f0ad4e;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

@media (max-width: 767px) {
	.sidebar-menu-nav {
		position: relative;
		width: 100%;
		margin-bottom: 10px;
	}
.nirmanaa-connections{
margin:12px 0 !important;
height:auto !important;
font-size:20px;
font-weight:600;
}
    .nirmanaa-ecosystem{
     display:none !important;
    }
	.ossn-group-members {
		text-align: center;
	}

	.ossn-group-members .request-controls {
		float: none;
		padding-bottom: 10px;
	}

	.ossn-group-members .uinfo .userlink {
		float: none !important;
	}
}


/******************************
	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;
}


/******************************************
	Ossn Ads
*******************************************/
.ad-image-container {
	background: #f6f7f8;
	padding: 5px;
	border: 1px solid #ebebeb;
}

.ossn-ad-item {}

.ossn-ad-item .ad-image {
	max-width: 200px;
	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;
}


/*****************************
	Widgets
******************************/

.ossn-widget {
	margin-bottom: 10px;
	background-color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.ossn-widget .widget-heading {
    color: #fff;
	background: #f0ad4e;
	border: 0px solid #eee;
	padding: 10px;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.ossn-widget .widget-contents {
	padding: 10px;
	border-bottom: 1px solid #eee;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.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;
}

.group-add-privacy .radio-block span {
	margin-top: 5px;
}

.group-add-privacy .radio-block .ossn-radio-input {
	float: left;
}


/***********************************
	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;
	display: inline-block;
}

.ossn-notifications-box .bottom-all a,
.ossn-notifications-box .notfi-meta strong {
	color: #337ab7;
}

.ossn-notifications-box .notificaton-item {
    display: block;
    overflow: hidden; /* FIX: clears float */
    padding: 10px 12px;
    color: #000;
}

.ossn-notifications-box .notification-image {
    float: left;
}

.ossn-notifications-box .notfi-meta {
    float: left;              /* CHANGE from right → left */
    width: calc(100% - 60px); /* dynamic width */
    margin-left: 10px;
}

.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-notifications-all a {}

.ossn-notifications-all li {
	padding: 10px;
	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;
}


/*******************************
	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: 4px;
	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-size: 30px;
	margin-left: 200px;
	font-weight: bold;
	max-width: 820px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ossn-profile-role {
	font-size: 15px !important;
	margin-top: -8px !important;
	margin-right: 24px;
	position: absolute;
}

.ossn-profile .user-username {
	font-size: 15px;
	margin-right: 24px;
	position: absolute;
	font-weight: normal;
}

.ossn-profile .user-username-margin-top {
	margin-top: 13px !important;
}

.ossn-profile .user-username-margin-top-offset {
	margin-top: 0px !important;
}

.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;
}

.ossn-group-cover-button a:before,
.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;

}

#reposition-group-cover:before,
.change-cover:before {
	content: "\f303";
}
#add-cover-group:before,
.reposition-cover:before {
	content: "\f0b2";
}

.profile-menu {
	float: right;
	position: relative;
	margin-top: -20px;
	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;
}

.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;
}


/*****************************
    Groups
*****************************/

.ossn-group-cover img {
	width: auto;
}


/*****************************
	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: var(--layout-sidebar-width);
	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;
}


/******************************
	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;
}


/******************************************
		System Messages
*******************************************/

.ossn-system-messages .ossn-system-messages-inner {
	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
}

.ossn-system-messages .ossn-system-messages-inner .alert {
	margin-bottom: 0px;
	z-index: -1;
}


/** v1-v3 compitible **/

.ossn-message-done {
	border: 1px solid #1EB0DF;
	border-width: 1px;
	background-color: #DAF6FF;
	padding: 13px;
	text-align: left;
}


/*************************************
	0ssn modal box
***************************************/

.ossn-halt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background-color: #000;
	opacity: 0.4;
	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-width: 470px;
	min-height: 96px;
	background: #fff;
	border: 1px solid #999;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 60000;
	margin-top: 100px;
	border-radius: 10px;
	display: none;
	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 {
	margin-left: 10px;
	margin-right: 10px;
	height: 45px;
	padding: 10px;
	border-top: 1px solid #E9EAED;
}

.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,
.ossn-profile-bottom .ossn-edit-form .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;
}

footer .col-lg-11 {
	border-top: 1px solid #E8E8E8;
}

footer .container {}

footer .ossn-footer-menu {
	padding-bottom: 10px;
}

footer .ossn-footer-menu a {
	color: #000;
	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 .buttons {
	text-align: center;
	margin-top: 40px;
}
.home-left-contents .logo img{
    max-width:420px;
    margin-bottom:18px;
}
#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: #2286d8;
	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) {
	.profile-hr-menu ul li {
		padding: 10px 0;
	}

	.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%;
	}

	/***********************
    	Comments
     ***********************/
	.comments-list .comments-item .comment-user-img {
		display: none;
	}

	.comments-item .col-lg-11 {
		padding-left: 15px;
	}

	/************************
    	Wall
     ************************/
	.ossn-wall-item-type {
		display: block;
	}

	.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;
	}

	/***************************
    	Topbar notification box
   *****************************/
	.ossn-notifications-box {
		width: 300px;
	}

	.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;
	}

	/******************************
    	Profile
    ********************************/
	.ossn-profile .profile-photo img {}

	.ossn-profile .user-fullname {
		margin: 50px 0px 10px;
		width: 180px;
		text-align: center;
		position: relative;
		margin: 50px auto 10px;
	}

	.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: 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;
		margin-top: -10px !important;
		position: relative;
	}

	.ossn-profile .user-username-margin-top-offset,
	.ossn-profile .user-username-margin-top {
		margin-top: -10px !important;
	}

	.ossn-profile .user-username {}

	/*****************************
     	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-system-messages {
		padding-left: 15px;
		padding-right: 15px;
	}

	.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: "|";
	}

	/**********************
    	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;
	}

	.sidebar-menu-nav .sidebar-menu .menu-content {
		display: block;
	}

	.sidebar-hide-contents-xs {
		display: none;
	}

	.home-left-contents .landing-page-icons {
		display: none;
	}

	/**************************
     	Layouts
     ****************************/
	.newsfeed-right {
		display: none;
	}

	.newsfeed-middle-top {
		display: block;
	}


	.ossn-messages .message-inner .row {
		margin-left: 0px !important;
	}

	/*************************
     	Home Page
     **************************/
	.logo img {
		width: 260px;
	}

	.home-left-contents .description {
		font-size: 16px;
	}

	.home-left-contents {
		margin-bottom: 20px;
	}

	/*****************************
    	Wall Menu
    ******************************/
	.dropdown-menu {
		margin-left: -110px;
	}

	.menu-footer-powered {
		float: none;
	}
}


/***************************************
	Tablets
****************************************/

@media only screen and (max-width: 992px) {
	.dropdown-menu {
		margin-left: -110px;
	}

	.ossn-profile .user-fullname {
		max-width: 500px;
	}

	/***********************
    	Comments
     ***********************/
	.comments-list .comments-item .comment-user-img {
		display: none;
	}

	.comments-item .col-lg-11 {
		padding-left: 15px;
	}

	/**************************
     	Layouts
     ****************************/
	.newsfeed-right {
		display: none;
	}

	.newsfeed-middle-top {
		display: block;
	}

	/*******************
     	Messages
     *******************/

	.ossn-messages .message-inner .row {
		margin-left: 0px !important;
	}

	.sidebar-menu-nav .sidebar-menu .menu-content {
		display: block;
	}
}

@media only screen and (max-width: 1199px) {

	.comments-list .comments-item .col-lg-1,
	.comments-list .comments-item .comment-user-img {
		display: none;
	}

	.comments-list .comments-item .col-lg-11 {
		width: 100%;
	}

	.comments-item .col-lg-11 {
		padding-left: 15px;
	}

	.group-search-details {
		margin-left: 10px;
	}

	.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;
	}

	.ossn-profile .user-fullname {
		max-width: 640px;
	}
}

@media only screen and (max-width: 767px) {
	.ossn-profile .user-fullname {
		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;
}

.menu-section-item-groups:before {
	content: "\f07b" !important
}

@media screen and (min-width:1500px) {
	.ossn-wall-container .wall-tabs i {
		margin-top: 3px;
	}
}

.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 {
	margin: 20px 0;
}

.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);
}


/* Prevent login page scroll */
/* Prevent desktop scroll but allow mobile scroll */

/* Allow scrolling on mobile */
@media (max-width: 767px) {
    .ossn-layout-startup {
        height: auto !important;
        overflow-y: auto !important;
    }
}

/* Reduce vertical spacing */
.ossn-layout-startup .container {
    margin-top: 0px;
}



/* Reduce form padding */
.ossn-layout-startup .ossn-box {
    margin-top: 10px;
}

/* Slightly smaller icons section */
.ossn-layout-startup .ossn-home-icons {
    margin-top: 10px;
}

/* Mobile fix: hide landing icons and show signup */
@media (max-width: 767px) {

    .landing-page-icons {
        display: none !important;
    }

    #ossn-home-signup {
        display: block !important;
        width: 100% !important;
        margin-top: 10px;
    }

}

/* Mobile landing page cleanup */
@media (max-width: 767px) {

    /* Hide tagline text */
    .home-left-contents .description {
        display: none !important;
    }

    /* Hide blue landing icons */
    .landing-page-icons {
        display: none !important;
    }

    /* Reduce logo spacing */
    .home-left-contents .logo {
        margin-bottom: 10px;
    }

    /* Make signup card fully visible */
    #ossn-home-signup {
        width: 100% !important;
        margin-top: 10px;
    }

}


/* Mobile landing layout compression */
@media (max-width: 767px) {

    /* remove top container spacing */
    .ossn-layout-startup .container {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    /* move logo up */
    .home-left-contents .logo {
        margin-top: -10px;
        margin-bottom: 5px;
    }

    /* reduce button spacing */
    .home-left-contents .buttons {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    /* remove tagline completely */
    .home-left-contents .description {
        display: none !important;
    }

    /* remove landing icons */
    .landing-page-icons {
        display: none !important;
    }

    /* pull signup card upward */
    #ossn-home-signup {
        margin-top: 5px !important;
    }

}

/* Mobile landing cleanup */
@media (max-width: 767px) {

    /* Hide big brand logo */
    .home-left-contents .logo {
        display: none !important;
    }

    /* Hide tagline */
    .home-left-contents .description {
        display: none !important;
    }

    /* Hide landing icons */
    .landing-page-icons {
        display: none !important;
    }

    /* Reduce spacing above buttons */
    .home-left-contents .buttons {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    /* Pull signup card up */
    #ossn-home-signup {
        margin-top: 5px !important;
    }

}

.menu-footer-powered,
.menu-footer-powered a {
    color: transparent !important;
}

.nirmanaa-connections{
text-align:center;
margin-top:12px;
margin-bottom:6px;
height:auto;
font-size:22px;
font-weight:600;
color:#1e3c4a;
position:relative;
overflow:hidden;
}

.connection-line{
position:absolute;
width:100%;
opacity:0;
transform:translateY(20px);
transition:all .6s ease;
}

.connection-line span{
color:#ffffff;
font-weight:700;
margin:0 6px;
}

.connection-line.active{
opacity:1;
transform:translateY(0);
}

.nirmanaa-ecosystem{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
    margin-top:12px;
}
.eco-card{
background:white;
padding:14px;
border-radius:10px;
text-align:center;
box-shadow:0 4px 12px rgba(0,0,0,0.1);
transition:all .25s ease;
}

.eco-card i{
font-size:24px;
color:#2286d8;
margin-bottom:6px;
}

.eco-card span{
display:block;
font-size:13px;
font-weight:600;
}

.eco-card{
    transition:all .25s ease;
}

.eco-card:hover{
    transform:translateY(-6px);
}
.nirmanaa-network{
position:relative;
width:520px;
height:420px;
margin:40px auto;
}

.network-center{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:120px;
height:120px;
display:flex;
align-items:center;
justify-content:center;
}

.network-center img{
width:80px;
height:auto;
max-width:100%;
}

.node{
position:absolute;
background:white;
padding:10px 14px;
border-radius:30px;
font-size:13px;
font-weight:500;
white-space:nowrap;
box-shadow:0 4px 12px rgba(0,0,0,.15);
animation:float 5s ease-in-out infinite;
}

/* circular positions */

.n1{top:0;left:50%;transform:translateX(-50%);}
.n2{top:80px;left:0;}
.n3{bottom:80px;left:0;}
.n4{bottom:0;left:50%;transform:translateX(-50%);}
.n5{top:80px;right:0;}
.n6{bottom:80px;right:0;}
.n7{bottom:40px;right:160px;}
.n8{top:40px;right:160px;}

@keyframes float{
0%{transform:translateY(0)}
50%{transform:translateY(-8px)}
100%{transform:translateY(0)}
}

.home-left-contents .buttons .btn-primary{
    background-color:#2286d8;
    border-color:#2286d8;
}

.home-left-contents .buttons .btn-primary:hover{
    background-color:#1f79c4;
    border-color:#1f79c4;
}
.home-left-contents .buttons{
    margin-top:40px;
}

.home-left-contents .buttons .btn{
    padding:8px 18px;
    font-size:14px;
    font-weight:600;
    border-radius:6px;
    margin:0 5px;
}

/* Login button (primary) */
.home-left-contents .buttons .btn-primary{
    background:#2286d8;
    border-color:#2286d8;
}

/* Hover effect */
.home-left-contents .buttons .btn-primary:hover{
    background:#1e78c1;
    border-color:#1e78c1;
}

/* Reset button softer look */
.home-left-contents .buttons .btn-warning{
    background:#f0ad4e;
    border-color:#f0ad4e;
}

.home-left-contents .buttons .btn-warning:hover{
    background:#ec971f;
}
/* Compress landing left section */

.home-left-contents .logo{
    margin-bottom:8px;
}



.home-left-contents .buttons{
    margin-top:12px;
    margin-bottom:24px;
}

.nirmanaa-connections{
    margin-top:15px;
    margin-bottom:10px;
}



/* FINAL landing page description layout */

.home-left-contents .description{
    font-size:19px !important;
    font-weight:800 !important;
    line-height:1.6;
    letter-spacing:.3px;
    max-width:420px;
    margin:12px auto;
    text-align:center;
    color:#1f2d3d;
}

.nirmanaa-connections{
text-align:center;
margin-top:14px;
margin-bottom:10px;
height:40px;
font-size:22px;
font-weight:800;
color:#1e3c4a;
position:relative;
overflow:hidden;
}

.connection-line{
    position:absolute;
    width:100%;
    left:0;
    top:0;
    opacity:0;
    transform:translateY(15px);
    transition:all .6s ease;
}

.connection-line.active{
    opacity:1;
    transform:translateY(0);
}

.connection-line span{
color:#2286d8;
font-weight:700;
margin:0 6px;
text-shadow:0 1px 1px rgba(0,0,0,0.45);
}

/* Align left landing section with signup card */

.home-left-contents{
    margin-top:-25px;
}

/* tighten spacing under description */
.home-left-contents .description{
    margin-top:6px !important;
    margin-bottom:8px !important;
}

/* move animated headline up */
.nirmanaa-connections{
    margin-top:4px !important;
    margin-bottom:6px !important;
}

/* reduce button spacing */
.home-left-contents .buttons{
    margin-top:8px !important;
    margin-bottom:14px !important;
}

/* tighten ecosystem grid spacing */
.nirmanaa-ecosystem{
    margin-top:6px !important;
}

/* Left landing column layout fix */

.home-left-contents{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:100%;
    min-height:520px;
}

/* group description + animation + buttons */

.home-left-contents .description{
    margin-top:10px;
    margin-bottom:6px;
}

.nirmanaa-connections{
    margin:6px 0;
}

.home-left-contents .buttons{
    margin-top:10px;
    margin-bottom:10px;
}

/* eco cards pushed to bottom */

.nirmanaa-ecosystem{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;

    margin-top:40px; /* increase spacing */
}
/* tighten logo spacing */

.home-left-contents .logo{
    margin-bottom:4px !important;
}

.home-left-contents .logo img{
    max-width:420px;
    margin-bottom:4px !important;
}

/* tighten description spacing */

.home-left-contents .description{
    margin-top:6px !important;
    margin-bottom:6px !important;
}

/* tighten animated heading */

.nirmanaa-connections{
    margin-top:4px !important;
    margin-bottom:6px !important;
}

/* tighten buttons */

.home-left-contents .buttons{
    margin-top:6px !important;
    margin-bottom:16px !important;
}

/* Fix landing page mobile layout */

@media (max-width: 767px){

    .home-left-contents{
        display:block !important;
        min-height:auto !important;
        margin-top:0 !important;
    }

    .home-left-contents .logo{
        margin-bottom:10px !important;
        text-align:center;
    }

    .home-left-contents .description{
        display:none !important;
    }

    .nirmanaa-connections{
        margin-top:6px !important;
        margin-bottom:10px !important;
        font-size:20px !important;
        height:auto !important;
    }

    .home-left-contents .buttons{
        margin-top:10px !important;
        margin-bottom:15px !important;
    }

    .nirmanaa-ecosystem{
        display:none !important;
    }

}

/* spacing between eco cards and signup form on tablet */

@media (max-width: 991px){

    .home-left-contents{
        margin-bottom:25px;
    }

    .nirmanaa-ecosystem{
        margin-bottom:20px;
    }

}

/* VIDEO BACKGROUND */

/* VIDEO BACKGROUND */

/* Responsive video background */

.nirmanaa-video-bg{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
overflow:hidden;
z-index:-10;
}

.nirmanaa-video-bg video{
position:absolute;
top:50%;
left:50%;
min-width:100%;
min-height:100%;
width:auto;
height:auto;
transform:translate(-50%,-50%);
object-fit:cover;
}

/* Mobile optimization */

@media (max-width:767px){

.nirmanaa-video-bg video{
min-width:120%;
min-height:120%;
}

}

/* white overlay for readability */

.ossn-layout-startup-background::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(255,255,255,0.5);
z-index:-1;
}


}
/* 3D shadow for signup card */

.ossn-layout-startup .ossn-box{
    background:#ffffff;
    border-radius:12px;

    box-shadow:
        0 20px 45px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08);

    transition:all .25s ease;
}

.ossn-layout-startup .ossn-box:hover{
    transform:translateY(-4px);

    box-shadow:
        0 25px 55px rgba(0,0,0,0.18),
        0 8px 18px rgba(0,0,0,0.12);
}

/* Signup card 3D shadow */

#ossn-home-signup .ossn-box{
    border-radius:12px !important;
    box-shadow:0 25px 60px rgba(0,0,0,0.18),
               0 8px 20px rgba(0,0,0,0.12) !important;
}


/* Improve vertical spacing on landing left section */

.home-left-contents .description{
    margin-top:8px !important;
    margin-bottom:8px !important;
}

.nirmanaa-connections{
    margin-top:8px !important;
    margin-bottom:8px !important;
}

.home-left-contents .buttons{
    margin-top:8px !important;
    margin-bottom:8px !important;
}

.nirmanaa-ecosystem{
    margin-top:8px !important;
}

/* Center login form vertically */
body.ossn-startup {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.ossn-startup .ossn-page-contents {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.ossn-startup .widget-contents {
    width: 420px;
}
/* Login button same as landing page */

/* FORCE login button color to match landing page */

#ossn-login input[type="submit"]{
    background:#2286d8 !important;
    border-color:#2286d8 !important;
    color:#ffffff !important;
    font-weight:600;
    padding:8px 18px;
    border-radius:6px;
}

#ossn-login input[type="submit"]:hover{
    background:#1e78c1 !important;
    border-color:#1e78c1 !important;
}
#ossn-login a[href*="resetlogin"]{
    color:#2286d8 !important;
    font-weight:600;
    margin-left:10px;
}
/* LOGIN PAGE ONLY */

body.page-login .ossn-page-contents{
    min-height:calc(100vh - 140px);
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding-top:60px;
}
/* Center login vertically */

/* Perfect vertical center for login */

.login-center-wrapper{
    min-height: calc(100vh - 140px);
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Glass login card */

.ossn-layout-startup .ossn-widget{
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    background: rgba(255,255,255,0.65);

    border-radius: 14px;

    box-shadow:
        0 25px 60px rgba(0,0,0,0.18),
        0 10px 25px rgba(0,0,0,0.12);

    border: 1px solid rgba(255,255,255,0.35);

    transition: all .25s ease;
}

.ossn-layout-startup .ossn-widget:hover{
    transform: translateY(-4px);
    box-shadow:
        0 30px 70px rgba(0,0,0,0.22),
        0 14px 30px rgba(0,0,0,0.15);
}

/* Modern inputs */

#ossn-login input[type="text"],
#ossn-login input[type="password"]{

    background: rgba(255,255,255,0.85);
    border:1px solid rgba(0,0,0,0.08);

    border-radius:8px;

    padding:10px;

    transition:all .2s ease;
}

#ossn-login input:focus{
    border-color:#2286d8;
    box-shadow:0 0 0 2px rgba(34,134,216,0.15);
}

#ossn-login input[type="submit"]{

    background:#2286d8;
    border:none;

    border-radius:8px;

    padding:9px 18px;

    font-weight:600;

    box-shadow:0 4px 10px rgba(34,134,216,0.35);

    transition:all .2s ease;
}

#ossn-login input[type="submit"]:hover{

    background:#1e78c1;

    transform:translateY(-1px);

    box-shadow:0 6px 14px rgba(34,134,216,0.45);
}

/* Landing page buttons */

.ossn-layout-startup .btn-primary,
.ossn-layout-startup .btn-warning{

    border-radius:10px;

    font-weight:600;

    padding:10px 20px;

    transition:all .25s ease;

    box-shadow:0 6px 16px rgba(0,0,0,0.15);
}


/* LOGIN button */

.ossn-layout-startup .btn-primary{

    background:#2286d8;
    border:none;
}

.ossn-layout-startup .btn-primary:hover{

    background:#1f78c5;

    transform:translateY(-2px);

    box-shadow:0 10px 24px rgba(34,134,216,0.45);
}


/* RESET PASSWORD button */

.ossn-layout-startup .btn-warning{

    background:#e5a23c;
    border:none;
}

.ossn-layout-startup .btn-warning:hover{

    background:#d8942d;

    transform:translateY(-2px);

    box-shadow:0 10px 24px rgba(229,162,60,0.45);
}

/* Fix extra scrollbar ONLY on login page */
/* Reduce footer spacing */

.ossn-footer{
    margin-bottom:0 !important;
    padding-bottom:2px;
}
.ossn-footer .container{
    margin-bottom:0;
}

/* Signup card glow effect */

.ossn-layout-startup .ossn-widget{
    position:relative;
    border-radius:12px;
    z-index:1;
}

/* glowing border layer */

.ossn-layout-startup .ossn-widget::before{

    content:"";
    position:absolute;

    top:-2px;
    left:-2px;
    right:-2px;
    bottom:-2px;

    border-radius:14px;

    background:linear-gradient(
        120deg,
        rgba(34,134,216,0.6),
        rgba(34,134,216,0.1),
        rgba(34,134,216,0.6)
    );

    background-size:300% 300%;

    z-index:-1;

    animation:nirmanaaGlow 6s ease infinite;
filter:blur(6px);
    opacity:.35;
}

/* animation */

@keyframes nirmanaaGlow{

    0%{
        background-position:0% 50%;
    }

    50%{
        background-position:100% 50%;
    }

    100%{
        background-position:0% 50%;
    }
}


/* Ecosystem glass cards */

.eco-card{

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    background: rgba(255,255,255,0.55);

    border:1px solid rgba(255,255,255,0.35);

    border-radius:14px;

    box-shadow:
        0 10px 25px rgba(0,0,0,0.15);

    transition:all .3s ease;

}
.eco-card:hover{

    transform:translateY(-8px);

    box-shadow:
        0 20px 40px rgba(0,0,0,0.25);

}
.eco-card i{

    transition:all .3s ease;

}

.eco-card:hover i{

    color:#2286d8;

    transform:scale(1.1);

}
.eco-card::before{

    content:"";
    position:absolute;

    inset:0;

    border-radius:14px;

    background: radial-gradient(
        circle at center,
        rgba(34,134,216,0.15),
        transparent 70%
    );

    opacity:0;
    transition:opacity .3s ease;

}

.eco-card:hover::before{

    opacity:1;

}
.eco-card{
    position:relative;
    overflow:hidden;
}
/* ecosystem grid */

.nirmanaa-ecosystem{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
position:relative;
}
/* horizontal connection */

.card1::after,
.card2::after,
.card3::after{

content:"";
position:absolute;

height:2px;
width:120px;

background:rgba(34,134,216,0.25);

top:50%;
right:-120px;

overflow:hidden;
}
.card1::before,
.card2::before,
.card3::before{

content:"";

position:absolute;

width:8px;
height:8px;

background:#2286d8;

border-radius:50%;

top:50%;
right:-8px;

animation:pulseFlow 4s linear infinite;
}

@keyframes pulseFlow{

0%{
transform:translateX(0);
opacity:1;
}

100%{
transform:translateX(120px);
opacity:0;
}

}
.card1,
.card2,
.card3,
.card4{
position:relative;
}

.card1 span::after,
.card2 span::after,
.card3 span::after,
.card4 span::after{

content:"";

position:absolute;

width:2px;
height:70px;

background:rgba(34,134,216,0.25);

left:50%;
bottom:-70px;

}

/* wrapper */

.ecosystem-wrapper{
position:relative;
}

/* svg network */

.eco-network{

position:absolute;
top:0;
left:0;

width:100%;
height:100%;

z-index:0;
pointer-events:none;

}

/* keep cards above */

.nirmanaa-ecosystem{
position:relative;
z-index:2;
}

.eco-network circle{

filter: drop-shadow(0 0 6px #2286d8);

}
.eco-network circle{

filter: drop-shadow(0 0 6px #2286d8);

}

.pulse2{

opacity:0.7;

}

/* PAGE LAYOUT */

/* ===========================
   NIRMANAA LOGIN PAGE LAYOUT
=========================== */

/* main layout */

.nirmanaa-login-layout{
display:flex;
align-items:flex-start;
justify-content:center;

max-width:1400px;
margin:0 auto;

height:calc(100vh - 70px);
padding-top:60px;
gap:10px;
}


/* LEFT SIDE ILLUSTRATION */

.login-left{
flex:1;
display:flex;
align-items:center;
justify-content:center;
position:relative;
overflow:hidden;
}

.login-left img{
width:180%;
height:80%;
max-width:900px;
transform:translateY(-100px);
    
}


/* RIGHT SIDE */

.login-right{
flex:1;

display:flex;
flex-direction:column;
align-items:center;

transform:translate(120px,-40px);
}


/* LOGO */

.login-brand-logo{
margin-top:-10px;
margin-bottom:6px;
}

.login-brand-logo img{
height:110px;
}


/* TAGLINE */

.nirmanaa-tagline{
text-align:center;

font-size:20px;
font-weight:700;

letter-spacing:1px;

color:#1e3c4a;

margin-bottom:8px;

animation:taglineFade 1s ease forwards;
}

.nirmanaa-tagline span{
margin:0 6px;
}

.nirmanaa-tagline .dot{
color:#6ea3ff;
font-size:22px;
}


/* LOGIN CARD */
.login-card-wrapper{
width:380px;
margin-top:8px;
}

/* LOGIN WIDGET STYLING */

.ossn-layout-startup .ossn-widget{

background:rgba(255,255,255,0.70);

backdrop-filter:blur(14px);
-webkit-backdrop-filter:blur(14px);

border-radius:14px;

border:1px solid rgba(255,255,255,0.35);

box-shadow:
0 25px 60px rgba(0,0,0,0.18),
0 10px 25px rgba(0,0,0,0.12);

transition:all .25s ease;
}

.ossn-layout-startup .ossn-widget:hover{

transform:translateY(-4px);

box-shadow:
0 30px 70px rgba(0,0,0,0.22),
0 14px 30px rgba(0,0,0,0.15);
}


/* LOGIN INPUTS */

#ossn-login input[type="text"],
#ossn-login input[type="password"]{

background:rgba(255,255,255,0.90);

border:1px solid rgba(0,0,0,0.08);

border-radius:8px;

padding:10px;

transition:all .2s ease;
}

#ossn-login input:focus{

border-color:#2286d8;

box-shadow:0 0 0 2px rgba(34,134,216,0.15);
}


/* LOGIN BUTTON */

#ossn-login input[type="submit"]{

background:#2286d8;
border:none;

border-radius:8px;

padding:9px 18px;

font-weight:600;

color:#fff;

box-shadow:0 4px 10px rgba(34,134,216,0.35);

transition:all .2s ease;
}

#ossn-login input[type="submit"]:hover{

background:#1e78c1;

transform:translateY(-1px);

box-shadow:0 6px 14px rgba(34,134,216,0.45);
}


/* RESET PASSWORD LINK */

#ossn-login a[href*="resetlogin"]{

color:#2286d8;
font-weight:600;
margin-left:10px;
}


/* TAGLINE ANIMATION */

@keyframes taglineFade{

0%{
opacity:0;
transform:translateY(-8px);
}

100%{
opacity:1;
transform:translateY(0);
}

}


/* PREVENT SCROLLBAR */

body.page-login{
overflow:hidden;
}


/* ===========================
   MOBILE VERSION
=========================== */

@media (max-width: 991px){

.nirmanaa-login-layout{

flex-direction:column;

align-items:center;

gap:20px;

padding-top:40px;
}

.login-left{
display:none;
}

.login-right{
transform:none;
}

.login-card-wrapper{
width:90%;
max-width:420px;
}

.login-brand-logo img{
height:90px;
}

}

/* ORBIT NETWORK */

.orbit-network{

position:absolute;

width:520px;
height:360px;

left:50%;
top:50%;

transform:translate(-50%,-50%);

pointer-events:none;
}


/* pulse particle */

.pulse{

position:absolute;

width:8px;
height:8px;

border-radius:50%;

background:#6ec1ff;

box-shadow:
0 0 8px #6ec1ff,
0 0 18px rgba(110,193,255,0.7);

}


/* orbit animations */

.p1{ animation:orbit1 8s linear infinite; }
.p2{ animation:orbit2 9s linear infinite; }
.p3{ animation:orbit3 7s linear infinite; }
.p4{ animation:orbit4 10s linear infinite; }


@keyframes orbit1{

0%   { left:40px;  top:180px; }
25%  { left:260px; top:40px; }
50%  { left:480px; top:180px; }
75%  { left:260px; top:320px; }
100% { left:40px;  top:180px; }

}

@keyframes orbit2{

0%   { left:480px; top:180px; }
25%  { left:260px; top:320px; }
50%  { left:40px;  top:180px; }
75%  { left:260px; top:40px; }
100% { left:480px; top:180px; }

}

@keyframes orbit3{

0%   { left:260px; top:40px; }
25%  { left:480px; top:180px; }
50%  { left:260px; top:320px; }
75%  { left:40px;  top:180px; }
100% { left:260px; top:40px; }

}

@keyframes orbit4{

0%   { left:260px; top:320px; }
25%  { left:40px;  top:180px; }
50%  { left:260px; top:40px; }
75%  { left:480px; top:180px; }
100% { left:260px; top:320px; }

}


/* ==========================
   NIRMANAA HOME FEED LAYOUT
========================== */

/* FIX TOPBAR */

.topbar{
position:fixed;
top:0;
left:0;
width:100%;
z-index:9999;
}
/* PAGE OFFSET BELOW TOPBAR */

.ossn-home-container{
margin-top:60px;
}
/* PROFILE PANEL */

.ossn-layout-newsfeed .col-lg-3:first-child{

position:fixed;

top:60px;

left:0;

width:260px;

height:calc(100vh - 60px);

overflow:hidden;

padding-left:15px;
padding-right:15px;
}
/* MAIN FEED */

.ossn-layout-newsfeed .col-lg-6{

margin-left:260px;

width:720px;

height:calc(100vh - 60px);

overflow-y:auto;

padding-right:20px;
}
/* NETWORK HUB */

.ossn-layout-newsfeed .newsfeed-right{

position:fixed;

right:0;

top:60px;

width:340px;

height:calc(100vh - 60px);

overflow-y:auto;

padding-right:20px;
}

.ossn-layout-newsfeed .col-lg-6,
.newsfeed-right{

scroll-behavior:smooth;

}

/* LEFT PROFILE PANEL */

.sidebar{

top:var(--nirmanaa-topbar-height);

height:calc(100vh - var(--nirmanaa-topbar-height));

overflow-y:auto;

}

.sidebar{

position:fixed;

left:0;

top:var(--nirmanaa-topbar-height);

width:var(--layout-sidebar-width);

height:calc(100vh - var(--nirmanaa-topbar-height));

overflow-y:auto;

}
/* allow OSSN toggle to work */

.sidebar-close{
margin-left:calc(-1 * var(--layout-sidebar-width)) !important;
}

.sidebar-open{
margin-left:0 !important;
}
/* ===== FIX SIDEBAR CONTENT UNDER TOPBAR ===== */

.sidebar{
top:49px;
height:calc(100vh - 49px);
}

.sidebar-menu-nav,
.newseed-uinfo{

margin-top:15px;

}

/* ===== FIX SIDEBAR CONTENT UNDER TOPBAR ===== */

.sidebar{
top:49px;
height:calc(100vh - 49px);
}

.sidebar-menu-nav,
.newseed-uinfo{

margin-top:15px;

}
.sidebar input[type="text"]{
background:rgba(255,255,255,0.9);
border:none;
}

/* ===== PREVENT RIGHT SIDEBAR FROM COLLIDING WITH CHAT ===== */

.ossn-layout-newsfeed .col-lg-6{

margin-right:380px;

}

/* ===== FIX CONTENT UNDER TOPBAR ===== */

.ossn-page-container{
margin-top:50px;
}



/* SHIFT RIGHT SIDEBAR AWAY FROM CHAT */

.ossn-layout-newsfeed .newsfeed-right{

right:100px !important;  /* space for chat */

}
.ossn-layout-newsfeed .col-lg-6{

margin-right:220px !important;

}

/* ===================================================
   NIRMANAA MODERN UI
   Clean SaaS style
=================================================== */

body{
background:#f4f7fb;
font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
color:#1f2937;
}

/* =========================
   TOPBAR
========================= */

.topbar{
background:#ffffff;
border-bottom:1px solid #e8edf3;
box-shadow:0 2px 6px rgba(0,0,0,0.03);
height:48px;
}

/* top icons */

.topbar-menu-right li a{
color:#374151;
}

.topbar-menu-right li a:hover{
background:#f3f6fb;
border-radius:8px;
}

/* sidebar toggle */

.topbar-menu-left li a{
background:transparent;
border:none;
outline:none;
box-shadow:none;
padding:8px 10px;
border-radius:8px;
transition:background .15s ease;
}

.topbar-menu-left li a i{
color:#2286d8;
font-size:18px;
}

.topbar-menu-left li a:hover{
background:#eef4fb;
}

/* =========================
   SIDEBAR
========================= */

.sidebar{
background:#ffffff;
border-right:1px solid #e8edf3;
overflow-x:hidden;
}

/* profile block */

.newseed-uinfo .name a{
color:#111827;
font-weight:600;
}

.newseed-uinfo .edit-profile{
color:#6b7280;
}

/* search */

.sidebar input[type="text"]{
background:#f3f6fb;
border:none;
border-radius:8px;
color:#111827;
}

/* menu */

.sidebar-menu-nav li{
border-radius:8px;
margin:4px 10px;
padding:6px 8px;
transition:all .15s ease;
}

/* remove theme highlight */

.sidebar-menu-nav li::before,
.sidebar-menu-nav li::after{
display:none !important;
}

.sidebar-menu-nav li{
border-left:none !important;
}

/* menu text */

.sidebar-menu-nav li a{
color:#374151;
font-weight:500;
}

/* icons */

.sidebar-menu-nav li a i{
color:#6b7280;
}

/* hover */

.sidebar-menu-nav li:hover{
background:#f3f6fb;
}

.sidebar-menu-nav li:hover a{
color:#111827;
}

.sidebar-menu-nav li:hover i{
color:#2286d8;
}

/* remove horizontal scrollbar */

.sidebar,
.sidebar-menu-nav{
overflow-x:hidden !important;
}

/* =========================
   FEED LAYOUT
========================= */

.ossn-layout-newsfeed .col-lg-6{
max-width:700px;
margin-left:280px;
padding-left:30px; 
}

/* =========================
   POST COMPOSER
========================= */

.ossn-wall-container{
background:#ffffff;
border-radius:16px;
border:1px solid #e8edf3;
box-shadow:0 4px 12px rgba(0,0,0,0.04);
}

.ossn-wall-container textarea{
background:#f9fafc;
border-radius:10px;
padding:12px;
border:none;
}

/* =========================
   FEED POSTS
========================= */

.ossn-wall-item{
background:#ffffff;
border-radius:16px;
border:1px solid #e8edf3;
box-shadow:
0 2px 6px rgba(0,0,0,0.03),
0 10px 22px rgba(0,0,0,0.04);
padding:18px;
margin-bottom:20px;
transition:all .2s ease;
}

.ossn-wall-item:hover{
transform:translateY(-2px);
box-shadow:
0 6px 16px rgba(0,0,0,0.06),
0 14px 28px rgba(0,0,0,0.06);
}

/* =========================
   BUTTONS
========================= */

.btn-primary{
background:#2563eb;
border:none;
border-radius:8px;
font-weight:600;
padding:6px 16px;
box-shadow:0 3px 10px rgba(37,99,235,0.25);
transition:all .15s ease;
}

.btn-primary:hover{
background:#1d4ed8;
transform:translateY(-1px);
}

/* =========================
   WIDGETS (RIGHT SIDEBAR)
========================= */

.ossn-widget{
background:#ffffff;
border-radius:14px;
border:1px solid #e8edf3;
box-shadow:0 4px 10px rgba(0,0,0,0.04);
}

.ossn-widget .widget-heading{
background:#ffffff;
border-bottom:1px solid #eef2f7;
font-weight:600;
color:#111827;
}

/* ads */

.ossn-ad-item{
background:#f9fafc;
border-radius:10px;
padding:10px;
}

/* =====================================
   NIRMANAA MODERN SIDEBAR
===================================== */

.sidebar{
background:#ffffff;
border-right:1px solid #e8edf3;
width:240px;
overflow-x:hidden !important;
}

/* remove horizontal scrollbar */

.sidebar *{
overflow-x:hidden;
}

/* profile section */

.newseed-uinfo .name a{
color:#111827 !important;
font-weight:600;
}

.newseed-uinfo .edit-profile{
color:#6b7280 !important;
}

/* menu items */

.sidebar-menu-nav li{
display:flex;
align-items:center;
padding:8px 12px;
margin:4px 8px;
border-radius:8px;
transition:all .15s ease;
}

/* remove old theme highlight */

.sidebar-menu-nav li::before,
.sidebar-menu-nav li::after{
display:none !important;
}

.sidebar-menu-nav li{
border-left:none !important;
}

/* links */

.sidebar-menu-nav li a{
display:flex;
align-items:center;
gap:10px;
color:#374151 !important;
font-weight:500;
text-decoration:none;
width:100%;
}

/* icons */

.sidebar-menu-nav li a i{
color:#6b7280 !important;
font-size:16px;
width:18px;
text-align:center;
}

/* hover state */

.sidebar-menu-nav li:hover{
background:#f3f6fb !important;
}

.sidebar-menu-nav li:hover a{
color:#111827 !important;
}

.sidebar-menu-nav li:hover i{
color:#2286d8 !important;
}

/* active item */

.sidebar-menu-nav li.active{
background:#eef4fb;
}

.sidebar-menu-nav li.active a{
color:#111827 !important;
}

.sidebar-menu-nav li.active i{
color:#2286d8 !important;
}

/* =====================================
   SIDEBAR TOGGLE BUTTON (CLEAN)
===================================== */

.topbar-menu-left li a{
background:transparent !important;
border:none !important;
box-shadow:none !important;
outline:none !important;
padding:8px 10px;
}

.topbar-menu-left li a:hover{
background:transparent !important;
border:none !important;
box-shadow:none !important;
}

.topbar-menu-left li a i{
color:#2286d8 !important;
font-size:18px;
}

/* =====================================
   NIRMANAA SIDEBAR FIX
===================================== */

/* sidebar container */

.sidebar{
background:#ffffff;
border-right:1px solid #e6e8ec;
height:calc(100vh - 58px);
overflow-y:auto;
overflow-x:hidden;
padding-top:6px;
}

/* profile name */

.newseed-uinfo .name a{
color:#111827 !important;
font-weight:600;
font-size:14px;
}

.newseed-uinfo .edit-profile{
color:#6b7280 !important;
font-size:12px;
}

/* search */

.sidebar input[type="text"]{
background:#f3f6fb;
border:none;
border-radius:6px;
padding:6px 8px;
font-size:13px;
}

/* menu list */

.sidebar-menu-nav{
padding:4px 6px;
}

/* menu item */

.sidebar-menu-nav li{
display:flex;
align-items:center;
margin:2px 6px;
padding:6px 8px;
border-radius:6px;
transition:background .15s ease;
}

/* remove theme highlight */

.sidebar-menu-nav li::before,
.sidebar-menu-nav li::after{
display:none !important;
}

.sidebar-menu-nav li{
border-left:none !important;
}

/* link layout */

.sidebar-menu-nav li a{
display:flex;
align-items:center;
gap:8px;
font-size:13px;
font-weight:500;
color:#374151 !important;
text-decoration:none;
width:100%;
}

/* icons */

.sidebar-menu-nav li a i{
color:#6b7280 !important;
font-size:15px;
width:16px;
text-align:center;
}

/* hover */

.sidebar-menu-nav li:hover{
background:#f1f5f9;
}

.sidebar-menu-nav li:hover a{
color:#111827 !important;
}

.sidebar-menu-nav li:hover i{
color:#2286d8 !important;
}

/* active item */

.sidebar-menu-nav li.active{
background:#eef4fb;
}

.sidebar-menu-nav li.active a{
color:#111827 !important;
}

/* groups dropdown spacing */

.menu-section-item-groups,
.menu-section-item-links{
margin-bottom:6px;
}

/* reduce spacing between sections */

.sidebar-menu-nav .menu-section{
margin-bottom:6px;
}

/* scrollbar styling */

.sidebar::-webkit-scrollbar{
width:6px;
}

.sidebar::-webkit-scrollbar-thumb{
background:#d1d5db;
border-radius:6px;
}
/* restore OSSN submenu behavior */




.sidebar-menu-nav .sub-menu li{
display:block;
}
/* FIX sidebar submenu text color */

.sidebar-menu-nav .sub-menu li a{
color:#374151 !important;
}

.sidebar-menu-nav .sub-menu li a:hover{
color:#111827 !important;
}

/* Fix sidebar submenu text color */

.sidebar-menu-nav ul .sub-menu li,
.sidebar-menu-nav li .sub-menu li {
    color: #1f2937 !important;
}

.sidebar-menu-nav ul .sub-menu li a,
.sidebar-menu-nav li .sub-menu li a {
    color: #1f2937 !important;
}

.sidebar-menu-nav ul .sub-menu li:hover a,
.sidebar-menu-nav li .sub-menu li:hover a {
    color: #111827 !important;
}

/* DEPTH IMPROVEMENT */

.ossn-wall-item,
.ossn-widget,
.ossn-wall-container-data {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 
        0 2px 8px rgba(0,0,0,0.04),
        0 8px 24px rgba(0,0,0,0.06);
}

/* POST BOX HIGHLIGHT */

.ossn-wall-container-data {
    border: 1px solid rgba(34,134,216,0.15);
    box-shadow: 
        0 4px 20px rgba(34,134,216,0.08);
}

.ossn-wall-container textarea {
    background: #f4f8ff !important;
}

/* SIDEBAR PREMIUM */

.sidebar {
    background: linear-gradient(180deg, #ffffff, #f7faff) !important;
}

.sidebar-menu-nav li:hover {
    background: linear-gradient(90deg, rgba(34,134,216,0.12), transparent) !important;
}

/* ACTIVE MENU */

.sidebar-menu-nav li.active,
.sidebar-menu-nav li a.active {
    background: rgba(34,134,216,0.15) !important;
    border-radius: 8px;
    font-weight: 600;
}

/* SPONSORED PREMIUM */

.ossn-widget .widget-heading {
    background: linear-gradient(135deg, #1e78c1, #6ec1ff) !important;
    font-weight: 600;
    letter-spacing: .5px;
}

.ossn-ad-item {
    border-radius: 10px;
    transition: 0.2s ease;
}

.ossn-ad-item:hover {
    transform: scale(1.02);
}

/* BUTTON UPGRADE */

.btn-primary {
    background: linear-gradient(135deg, #2286d8, #1e78c1) !important;
    box-shadow: 0 4px 12px rgba(34,134,216,0.3);
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(34,134,216,0.4);
}

/* TEXT IMPROVEMENT */

.ossn-wall-item .meta .user a {
    font-size: 15px;
    color: #1f2d3d;
}

.time-created {
    font-size: 13px;
    color: #8898aa;
}

p {
    color: #34495e;
}

/* ======================================
   NIRMANAA - LINKEDIN STYLE UI
====================================== */

/* GLOBAL BACKGROUND */
body {
    background: #f3f2ef !important;
    color: #1f2d3d;
}

/* LAYOUT WIDTH LIKE LINKEDIN */
.ossn-home-container .row {
    max-width: 1200px;
    margin: 0 auto;
}

/* TOPBAR */
.topbar {
    background: #ffffff !important;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: none !important;
    height: 46px;
}

/* SIDEBAR */
.sidebar {
    background: transparent !important;
    border-right: none;
    box-shadow: none;
}
.topbar-menu-right li a,
.topbar-menu-left li a{
    padding: 6px 8px;
}

/* fix content shift below header */
.ossn-page-container{
    margin-top: 48px !important;
}

.sidebar-menu-nav li {
    margin: 4px 10px;
    border-radius: 6px;
}

.sidebar-menu-nav li:hover {
    background: #e7f3ff !important;
}

/* ACTIVE MENU */
.sidebar-menu-nav li.active {
    background: #e7f3ff !important;
    font-weight: 600;
}

/* MAIN FEED CARDS */
.ossn-wall-item {
    background: #ffffff !important;
    border-radius: 10px !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: none !important;
    margin-bottom: 12px;
}

.ossn-wall-item:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

/* POST BOX (VERY IMPORTANT) */
.ossn-wall-container-data {
    background: #ffffff !important;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
}

/* TEXTAREA */
.ossn-wall-container textarea {
    background: #f3f2ef !important;
    border-radius: 20px !important;
    padding: 12px;
}

/* POST BUTTON */
.ossn-wall-post-button-container input {
    border-radius: 20px !important;
    padding: 6px 16px;
}

/* WIDGETS (RIGHT SIDE) */
.ossn-widget {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
}

/* SPONSORED HEADER */
.ossn-widget .widget-heading {
    background: transparent !important;
    color: #666 !important;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #e0e0e0;
}

/* ADS */
.ossn-ad-item {
    border-radius: 8px;
}

.ossn-ad-item p {
    font-size: 13px;
    color: #555;
}

/* LIKE / COMMENT BAR */
.like-share {
    background: transparent !important;
    border-top: 1px solid #e0e0e0;
    border-bottom: none;
}

/* COMMENTS */
.comments-list {
    background: #f9f9f9;
}

/* USER NAME */
.ossn-wall-item .meta .user a {
    font-size: 14px;
    font-weight: 600;
}

/* TIME */
.time-created {
    font-size: 12px;
    color: #777;
}

/* BUTTON STYLE */
.btn-primary {
    background: #0a66c2 !important;
    border: none !important;
    border-radius: 20px !important;
}

.btn-primary:hover {
    background: #004182 !important;
}

/* REMOVE EXTRA SHADOWS */
.ossn-layout-module,
.ossn-page-contents,
.ossn-layout-media .content {
    box-shadow: none !important;
    border: none !important;
}
/* ===============================
   NIRMANAA SIDEBAR CLEAN FIX
================================ */

/* 1. REDUCE SIDEBAR WIDTH */
:root {
    --layout-sidebar-width: 210px;
}

.sidebar {
    width: var(--layout-sidebar-width) !important;
}


/* 2. FIX SEARCH WIDTH */
.sidebar input[type="text"] {
    width: calc(100% - 20px) !important;
    margin: 8px 10px !important;
    border-radius: 6px;
}


/* 3. FIX DROPDOWN (Links / Groups) */
.sidebar-menu-nav li {
    padding: 6px 12px !important;
    line-height: 28px !important;
    border-radius: 6px;
}

/* Arrow spacing fix */
.sidebar-menu-nav li .arrow {
    float: right;
    margin-right: 8px;
}


/* 4. SUBMENU SPACING FIX */
.sidebar-menu-nav ul .sub-menu li {
    padding-left: 28px !important;
    line-height: 26px !important;
    margin-bottom: 2px;
}


/* 5. CLEAN HOVER */
.sidebar-menu-nav li:hover {
    background: #e7f3ff !important;
    border-left: none !important;
}


/* 6. USER INFO COMPACT */
.newseed-uinfo {
    padding: 8px 10px !important;
    margin-bottom: 6px !important;
}


/* 7. ENABLE SCROLLBAR */
.sidebar {
    overflow-y: auto !important;
    overflow-x: hidden;
    height: 100vh !important;
}

/* Optional: cleaner scrollbar */
.sidebar::-webkit-scrollbar {
    width: 6px;
}

.sidebar::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
}

/* FORCE CONSISTENT PADDING */
.sidebar-menu-nav li {
    position: relative;
    padding: 6px 12px !important; /* equal left/right */
}

/* LEFT ICON */
.sidebar-menu-nav li a i {
    margin-left: 0 !important;
    margin-right: 10px;
    width: 18px;
}

/* RIGHT ARROW (REAL FIX) */
.sidebar-menu-nav li:not(.collapsed) .arrow:before,
.sidebar-menu-nav li .arrow:before {
    position: absolute;
    right: 12px;  /* SAME as left padding */
    top: 50%;
    transform: translateY(-50%);
}

/* REMOVE EXTRA PADDING THAT WAS PUSHING IT */
.sidebar-menu-nav ul:not(collapsed) .arrow:before,
.sidebar-menu-nav li:not(collapsed) .arrow:before {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* 3. SEARCH BAR WHITE + CLEAN */
.sidebar input[type="text"] {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 6px;
    padding: 6px 10px;
}
/* SUBMENU COMPACT FIX */
.sidebar-menu-nav ul .sub-menu li {
    padding: 4px 12px 4px 32px !important; /* tighter + aligned */
    margin: 0 !important;
    line-height: 24px !important;
}

/* REMOVE EXTRA GAP */
.sidebar-menu-nav ul .sub-menu {
    margin-top: 2px !important;
}

/* TEXT SIZE TIGHTEN */
.sidebar-menu-nav ul .sub-menu li a {
    font-size: 13px;
}


/* ===============================
   FIX COLLAPSE / EXPAND ARROW
================================ */

/* DEFAULT = COLLAPSED (DOWN ARROW) */
.sidebar-menu-nav li.collapsed .arrow:before {
    content: "\f078"; /* down arrow */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/* EXPANDED (UP ARROW) */
.sidebar-menu-nav li:not(.collapsed) .arrow:before {
    content: "\f077"; /* up arrow */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/* SHOW SUBMENU ONLY WHEN EXPANDED */

.sidebar-menu-nav li.collapsed .sub-menu {
    display: none !important;
}

.sidebar-menu-nav li:not(.collapsed) .sub-menu {
    display: block !important;
}

/* ===============================
   CLEAN SIDEBAR TOGGLE FIX
================================ */

/* hide submenu by default */
.sidebar-menu-nav li .sub-menu {
    display: none;
}

/* show when expanded */
.sidebar-menu-nav li:not(.collapsed) .sub-menu {
    display: block;
}

/* arrow down (collapsed) */
.sidebar-menu-nav li.collapsed .arrow:before {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/* arrow up (expanded) */
.sidebar-menu-nav li:not(.collapsed) .arrow:before {
    content: "\f077";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}


/* keep topbar on top */
.topbar{
    position: fixed;
    top: 0;
    z-index: 9999;
}

/* push chat below header */
.ossn-chat-windows,
.ossn-chat-bar,
.ossn-chat-box{
    top: 60px !important;
    z-index: 9998;
} 
.ossn-layout-newsfeed .col-lg-6{
    max-width: 640px;
    margin-left: 300px;   /* was 280 */
}

/* LOGO SIZE FIX */
.topbar img{
    width:40px !important;
    height:40px !important;
    object-fit:contain;
}

.topbar{
  
    /* PREMIUM SHADOW */
    box-shadow: 
        0 1px 2px rgba(0,0,0,0.04),
        0 4px 12px rgba(0,0,0,0.06);

 
}


/* HEADER HOVER SAME AS SIDEBAR */

.topbar-menu-right li a,
.topbar-menu-left li a{
    transition: all 0.15s ease;
    border-radius: 6px;
}

/* hover state */
.topbar-menu-right li a:hover,
.topbar-menu-left li a:hover{
    background: #e7f3ff !important;
    color: #0a66c2 !important;
}
.topbar-menu-right li a i,
.topbar-menu-left li a i{
    color:#374151;
}

.topbar-menu-right li a:hover i,
.topbar-menu-left li a:hover i{
    color:#0a66c2;
}

/* RESET first (important) */
.topbar-menu-right li a,
.topbar-menu-left li a{
    background: transparent !important;
    border-radius: 0 !important;
    transition: all 0.15s ease;
}

/* ICON DEFAULT */
.topbar-menu-right li a i,
.topbar-menu-left li a i{
    color:#6b7280;
}

/* HOVER (MATCH SIDEBAR FEEL, NO BOX) */
.topbar-menu-right li a:hover i,
.topbar-menu-left li a:hover i{
    color:#2286d8 !important; /* same blue tone */
}

/* PREMIUM HEADER DEPTH */
.topbar{
    background:#ffffff;
    border-bottom:1px solid #e5e7eb;

    box-shadow:
        0 2px 6px rgba(0,0,0,0.04),
        0 8px 20px rgba(0,0,0,0.06);
}
/* ICON ANIMATION */
.topbar-menu-right li a i,
.topbar-menu-left li a i{
    transition: all 0.2s ease;
}

/* subtle lift + scale */
.topbar-menu-right li a:hover i,
.topbar-menu-left li a:hover i{
    transform: translateY(-1px) scale(1.08);
}
/* ACTIVE MENU ENHANCEMENT */
.sidebar-menu-nav li.active{
    background: linear-gradient(90deg, rgba(34,134,216,0.12), transparent) !important;
    border-radius: 6px;
}

.sidebar-menu-nav li.active a{
    font-weight:600;
}
/* FEED CARDS PREMIUM */
.ossn-wall-item{
    transition: all 0.2s ease;
}

.ossn-wall-item:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
/* CENTER FEED BREATHING SPACE */
.ossn-layout-newsfeed .col-lg-6{
    padding-top:10px;
}


/* GLASS HEADER */
.topbar{
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border-bottom: 1px solid rgba(0,0,0,0.06);

    box-shadow:
        0 2px 6px rgba(0,0,0,0.04),
        0 10px 25px rgba(0,0,0,0.06);
}

/* ACTIVE HEADER ICON */
.topbar-menu-right li.active a i{
    color:#0a66c2 !important;
}

/* UNDERLINE INDICATOR */
.topbar-menu-right li.active a::after{
    content:"";
    position:absolute;
    bottom:-6px;
    left:50%;
    transform:translateX(-50%);
    width:18px;
    height:3px;
    background:#0a66c2;
    border-radius:2px;
}

/* NOTIFICATION DOT */
.ossn-notification-icon .badge{
    background:#ff3b30 !important;
    color:#fff;
    font-size:10px;
    padding:2px 5px;
    border-radius:10px;

    box-shadow:0 2px 6px rgba(0,0,0,0.2);
}

/* POST BOX PREMIUM */
.ossn-wall-container-data{
    border-radius:12px;
    border:1px solid #e5e7eb;
    box-shadow:0 4px 14px rgba(0,0,0,0.04);
}

/* TEXTAREA */
.ossn-wall-container textarea{
    background:#f0f4f8 !important;
    border-radius:20px !important;
    padding:14px 16px;
    font-size:14px;
}

/* FOCUS EFFECT */
.ossn-wall-container textarea:focus{
    background:#ffffff !important;
    box-shadow:0 0 0 3px rgba(34,134,216,0.12);
}
/* GLOBAL SMOOTHNESS */
*{
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
/* RIGHT WIDGET PREMIUM */
.ossn-widget{
    border-radius:12px;
    border:1px solid #e5e7eb;
    box-shadow:0 6px 18px rgba(0,0,0,0.05);
}

/* HEADER FLEX BALANCE */
.topbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 16px;
}

/* CENTER LOGO PERFECTLY */
.topbar .logo,
.topbar .site-logo{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
}
/* HEADER ICON WRAPPER */
.topbar-menu-right li a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:36px;
    height:36px;
    border-radius:50%;
}

/* ICON BASE */
.topbar-menu-right li a i{
    font-size:18px;
    color:#6b7280;
}
/* ACTIVE STATE */
.topbar-menu-right li.active a i{
    color:#0a66c2 !important;
}

/* BOTTOM INDICATOR */
.topbar-menu-right li.active a::after{
    content:"";
    position:absolute;
    bottom:-8px;
    left:50%;
    transform:translateX(-50%);
    width:20px;
    height:3px;
    background:#0a66c2;
    border-radius:3px;
}
/* SIDEBAR CARD STYLE */
.sidebar{
    padding:10px 8px;
}

/* USER BLOCK */
.newseed-uinfo{
    background:#ffffff;
    border-radius:10px;
    padding:10px;
    box-shadow:0 2px 8px rgba(0,0,0,0.04);
}
/* FEED WIDTH OPTIMIZATION */
.ossn-layout-newsfeed .col-lg-6{
    max-width:640px;
}

/* CARD POLISH */
.ossn-wall-item{
    border-radius:12px;
    border:1px solid #e5e7eb;
    transition: all 0.2s ease;
}

/* HOVER */
.ossn-wall-item:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 28px rgba(0,0,0,0.08);
}
/* COMMENT FIELD */
.comments-list textarea,
.comment-container input{
    background:#f3f6fb !important;
    border-radius:20px !important;
    padding:10px 14px;
}

/* FOCUS */
.comments-list textarea:focus{
    background:#ffffff !important;
    box-shadow:0 0 0 3px rgba(34,134,216,0.12);
}
/* BUTTON FEEDBACK */
button, .btn{
    transition: all 0.15s ease;
}

button:hover{
    transform:translateY(-1px);
}

/* CLICK FEEL */
button:active{
    transform:scale(0.97);
}
body{
    font-family: Inter, system-ui, sans-serif;
}

/* USER NAME */
.ossn-wall-item .meta .user a{
    font-weight:600;
    font-size:14px;
}

/* TEXT */
p{
    line-height:1.5;
    color:#374151;
}

/* GLASS TOPBAR */
.topbar{
   

    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    border-bottom:1px solid rgba(0,0,0,0.06);
    box-shadow:0 4px 20px rgba(0,0,0,0.06);
}
.topbar-menu-right li a{
    position:relative;
    transition: all 0.2s ease;
}

/* glow hover */
.topbar-menu-right li a:hover{
    transform:translateY(-1px);
}

.topbar-menu-right li a:hover i{
    color:#0a66c2;
}

/* subtle ripple */
.topbar-menu-right li a::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:50%;
    background:rgba(34,134,216,0.12);
    opacity:0;
    transition:0.2s;
}

.topbar-menu-right li a:hover::before{
    opacity:1;
}
.ossn-wall-item{
    background:#ffffff;
    border-radius:14px;
    border:1px solid rgba(0,0,0,0.05);

    box-shadow:
        0 2px 6px rgba(0,0,0,0.04),
        0 12px 30px rgba(0,0,0,0.06);

    transition: all 0.25s ease;
}

.ossn-wall-item:hover{
    transform:translateY(-4px) scale(1.01);
    box-shadow:
        0 10px 24px rgba(0,0,0,0.08),
        0 20px 40px rgba(0,0,0,0.10);
}
.ossn-wall-container-data{
    transition: all 0.25s ease;
}

/* when user clicks */
.ossn-wall-container textarea:focus{
    background:#ffffff !important;

    box-shadow:
        0 0 0 3px rgba(34,134,216,0.15),
        0 8px 24px rgba(34,134,216,0.15);

    transform:scale(1.01);
}
.ossn-widget{
    border-radius:12px;
    overflow:hidden;
}

/* hover lift */
.ossn-ad-item{
    transition: all 0.25s ease;
}

.ossn-ad-item:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 24px rgba(0,0,0,0.08);
}
html{
    scroll-behavior:smooth;
}
/* shimmer effect */
.loading-skeleton{
    background: linear-gradient(
        90deg,
        #f3f3f3 25%,
        #e6e6e6 37%,
        #f3f3f3 63%
    );
    background-size:400% 100%;
    animation: shimmer 1.4s infinite;
}

@keyframes shimmer{
    0%{ background-position:100% 0; }
    100%{ background-position:-100% 0; }
}
.btn-primary{
    background: linear-gradient(135deg, #0a66c2, #2286d8);
    border:none;
    border-radius:999px;

    box-shadow:0 6px 18px rgba(10,102,194,0.35);
    transition: all 0.2s ease;
}

.btn-primary:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 26px rgba(10,102,194,0.45);
}
::-webkit-scrollbar{
    width:8px;
}

::-webkit-scrollbar-thumb{
    background:rgba(0,0,0,0.2);
    border-radius:10px;
}

::-webkit-scrollbar-thumb:hover{
    background:rgba(0,0,0,0.35);
}
*{
    transition:
        background 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

/* REMOVE EXTRA TOP GAP FROM RIGHT SIDEBAR */

.ossn-layout-newsfeed .col-lg-3{
    padding-top: 0 !important;
    margin-top: -10px; /* adjust value if needed */
}

/* REMOVE EXTRA GAP ABOVE POST BOX */

.ossn-wall-container{
    margin-top: 0 !important;
}

.ossn-wall-container-data{
    margin-top: 0 !important;
}


/* FORCE SAME START LEVEL */

.ossn-layout-newsfeed .col-lg-6,
.ossn-layout-newsfeed .col-lg-3{
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.ossn-layout-newsfeed{
    padding-top: 0 !important;
}


.ossn-wall-item {
    margin-top: 8px !important;
}
.ossn-wall-item {
    padding: 12px !important;
}

.ossn-wall-item .post-contents img {
    transition: transform 0.3s ease;
}

.ossn-wall-item:hover .post-contents img {
    transform: scale(1.02);
} 

/* CLEAN LANDSCAPE FRIENDLY IMAGE STYLE */

.ossn-wall-item .post-contents img {
    width: 100%;
    height: auto;                 /* Ã¢Å“â€¦ keeps original ratio */

    max-height: 450px;            /* Ã¢Å“â€¦ prevents giant images */
    object-fit: contain;          /* Ã¢Å“â€¦ no crop */

    border-radius: 10px;
    background: #ffffff;          /* subtle background for empty space */
    
    display: block;
}

/* FIX ALERT OVERLAY */
.ossn-system-messages,
.alert {
    position: relative;
    z-index: 9999 !important;
}
/* CLEAN WHITE BACKGROUND FOR POSTS */
.ossn-wall-image-container {
    background: #ffffff !important;
    border-radius: 10px;
    overflow: hidden;
}
.ossn-wall-image-container img {
    display: block;
    margin: 0 auto;
}
/* SIDEBAR MENU ALIGNMENT FIX */
.sidebar-menu-nav li a {
    display: flex;
    align-items: center;
    gap: 8px;              /* Ã°Å¸â€˜Ë† controls spacing (reduce this) */
}

/* reduce icon margin */
.sidebar-menu-nav li a i {
    margin-right: 0 !important;
}

/* remove extra padding */
.sidebar-menu-nav li a span {
    margin-left: 0 !important;
}

/* FORCE WHITE BACKGROUND FOR FULL POST IMAGE AREA */

.ossn-wall-item .post-contents {
    background: #ffffff !important;
}

.ossn-wall-item .post-contents > div {
    background: #ffffff !important;
}

/* image wrapper (important layer) */
.ossn-wall-item .post-contents .ossn-wall-image-container {
    background: #ffffff !important;
}
A
/* FIX LEFT SIDEBAR VERTICAL ALIGNMENT */

.sidebar-contents {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* also tighten container if needed */
.ossn-layout-newsfeed .newsfeed-left {
    margin-top: 0 !important;
}
/* move it slightly UP */

.ossn-layout-newsfeed .newsfeed-left {
    margin-top: -10px !important; /* adjust: -5 / -10 / -15 */
}

/* ðŸ”¥ FORCE REMOVE ALL HOVER BACKGROUNDS IN TOPBAR */
.topbar-menu-right li:hover,
.topbar-menu-left li:hover,
.topbar-menu-right li:hover a,
.topbar-menu-left li:hover a,
.topbar-menu-right li a:hover,
.topbar-menu-left li a:hover {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

/* OPTIONAL: remove any weird active/focus too */
.topbar-menu-right li a:focus,
.topbar-menu-left li a:focus {
    background: transparent !important;
}
.topbar-menu-right li a i,
.topbar-menu-left li a i {
    transition: transform 0.2s ease;
}

.topbar-menu-right li:hover a i,
.topbar-menu-left li:hover a i {
    transform: translateY(-3px);
} 
.topbar .right-side a i {
    transition: transform 0.2s ease;
}

.topbar .right-side a:hover i {
    transform: translateY(-3px);
}

.topbar .right-side li:hover {
    background: transparent !important;
}


/* ðŸ”¥ FORCE FIX TOPBAR DROPDOWN */
.ossn-topbar-dropdown-menu .dropdown-menu {
    min-width: 260px !important;
    width: max-content !important;
    white-space: nowrap !important;
    margin: 5px 0 0 !important;
    padding: 8px 0 !important;
}

/* Fix each item spacing */
.ossn-topbar-dropdown-menu .dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    white-space: nowrap;
}

/* Ensure icon + text don't collide */
.ossn-topbar-dropdown-menu .dropdown-menu li a:before {
    width: 20px;
    text-align: center;
} 
/* ðŸ”¥ PERFECT DROPDOWN ITEM FIX */
.ossn-topbar-dropdown-menu .dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 12px;              /* clean spacing between icon & text */
    padding: 10px 16px;     /* balanced padding */
    border-radius: 6px;
    transition: all 0.2s ease;
}

/* ICON FIX */
.ossn-topbar-dropdown-menu .dropdown-menu li a:before {
    width: 18px;
    min-width: 18px;
    text-align: center;
    margin: 0;              /* remove weird push */
    font-size: 14px;
}

/* REMOVE FULL WIDTH FORCE */
.ossn-topbar-dropdown-menu ul li a {
    width: auto !important;
}

/* HOVER FIX (clean rectangle, not oval mess) */
.ossn-topbar-dropdown-menu .dropdown-menu li a:hover {
    background: #f5f7fa;
    color: #000;
}

/* OPTIONAL: ACTIVE ITEM */
.ossn-topbar-dropdown-menu .dropdown-menu li a:focus {
    background: #eef2f7;
}
.ossn-topbar-dropdown-menu .dropdown-menu {
    padding: 6px;
}

/* ðŸ”¥ FORCE FIX (final) */

/* Fix dropdown width */
.ossn-topbar-dropdown-menu .dropdown-menu {
	min-width: 170px !important;
	width: auto !important;
}

/* Remove stretch behavior */
.ossn-topbar-dropdown-menu ul li a {
	width: auto !important;
	display: block;
}

/* Override bootstrap padding */
.ossn-topbar-dropdown-menu .dropdown-menu li a.dropdown-item {
	padding: 8px 10px 8px 28px !important;  /* ðŸ‘ˆ key fix */
	position: relative;
}

/* Icon positioning (absolute for full control) */
.ossn-topbar-dropdown-menu ul li a:before {
	position: absolute;
	left: 10px;        /* ðŸ‘ˆ perfect spacing from left */
	margin: 0 !important;
}

/* ðŸ”¥ Remove icons from topbar dropdown */
.ossn-topbar-dropdown-menu ul li a:before {
	content: none !important;
	display: none !important;
}
.ossn-topbar-dropdown-menu .dropdown-menu li a.dropdown-item {
	padding: 8px 12px !important;
}

/* ðŸ”¥ Minimal fix â€“ center hover circle */
.topbar-menu-right li a {
	padding: 6px !important;   /* equal padding all sides */
	border-radius: 50%;
}

.topbar-menu-right li a i {
	display: inline-block;
	vertical-align: middle;
}
/* ðŸ”¥ micro vertical alignment fix */
.topbar-menu-right li a i {
	position: relative;
	top: -1px;   /* ðŸ‘ˆ adjust this */
}


/* Cards / widgets */
.ossn-widget,
.ossn-feed-item,
.ossn-profile,
.post-box {
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	border-radius: 10px;
}

/* Hover lift (subtle) */
.ossn-feed-item:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,0.08);
	transition: 0.2s ease;
}
body {
	background: #f5f7fb;   /* softer than current */
}

.ossn-widget,
.ossn-feed-item {
	background: #ffffff;
	border: 1px solid #eef1f5;
}
button, .btn-primary {
	border-radius: 8px;
	background: linear-gradient(135deg, #4a8cff, #2f6bff);
	border: none;
	box-shadow: 0 2px 6px rgba(47,107,255,0.25);
}

button:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(47,107,255,0.3);
}
body {
	font-family: 'Inter', 'Segoe UI', sans-serif;
	letter-spacing: 0.2px;
}

.ossn-feed-item .user-name {
	font-weight: 600;
}
* {
	transition: background 0.2s ease, box-shadow 0.2s ease;
}
.topbar {
	background: rgba(255,255,255,0.85);
	backdrop-filter: blur(10px);
}
.sidebar a.active {
	background: #eef3ff;
	border-radius: 6px;
}


/* 🔥 Fix icon color when notification count is present */

/* Force icon color always */
.topbar-menu-right li a i {
	color: #2c3e50 !important;   /* your normal icon color */
}

/* Override active / open / notification state */
.topbar-menu-right li a.active i,
.topbar-menu-right li a.show i,
.topbar-menu-right li a:focus i {
	color: #2c3e50 !important;
}

/* Keep hover effect */
.topbar-menu-right li a:hover i {
	color: #2f6bff !important;   /* your blue hover */
}

/* 🔥 Instagram-style grid */
.ossn-photos {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 10px;
	padding: 10px;
}

.ossn-photos li {
	list-style: none;
}


/* Album card */
.ossn-photos li a {
	display: block;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	transition: 0.25s ease;
}

/* Image */
.ossn-photos .pthumb {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}
/* Hover zoom */
.ossn-photos li a:hover .pthumb {
	transform: scale(1.05);
	transition: 0.3s ease;
}

/* Dark overlay */
.ossn-photos li a::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0);
	transition: 0.3s ease;
}

.ossn-photos li a:hover::after {
	background: rgba(0,0,0,0.25);
}

/* Album name overlay */
.ossn-album-name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;

	padding: 10px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;

	background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}

.ossn-photos li a:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.ossn-photos li a {
	cursor: pointer;
}
/* 🔥 FORCE REMOVE GREY BOX (FINAL) */

.ossn-photos li,
.ossn-photos li a,
.ossn-photos li a img,
.ossn-photos .pthumb {
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
	outline: none !important;
}
.ossn-photos li {
	padding: 0 !important;
	margin: 0 !important;
} 
 .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-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://nirmanaa.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-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;
}
.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;
}

.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-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 {
    text-align: center;
}
.ossn-photos li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #ccc;
    min-height: 200px;
    width: 200px;
    margin-top:10px;
}
.ossn-album-name {
    text-align: left;
    font-weight: bold;
    padding: 3px;
    margin-bottom: 3px;
    text-overflow: ellipsis;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
}
.ossn-photos {} .ossn-photos li img {
    /* border:1px solid #ccc; */
}
.ossn-photos h2 {
    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;
}.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;
}.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;
}
.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-ad-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    word-break: break-word;
}
.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-members {
	border: 1px solid #E9EAED;
	margin-left: 5px;
	margin-bottom: 10px;
}

.ossn-group-members .uinfo .userlink {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	float: left;
}

.ossn-group-no-requests {
	text-align: center;
}

.ossn-group-profile {}

.ossn-group-profile .profile-header {
	border: 1px solid #ccc;
	border-width: 1px 1px 2px 0px;
	position: relative;
	width: 100%;
	opacity: .99;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ossn-group-profile .profile-header .header-bottom {
	background: #fff;
	height: 115px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.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 {
	background: #FFF;
	border: 1px solid;
	border-color: #E5E6E9 #DFE0E4 #D0D1D5;
	-webkit-border-radius: 3px;
	padding: 10px;
	margin-bottom: 10px;
}

.group-closed-container p {
	padding: 3px 6px;
}

.ossn-group-cover {
	overflow: hidden;
	height: 300px;
}

.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;
}

.ossn-group-members .request-controls {}

.ossn-group-members .request-controls a {
	margin-left: 5px;
}

.ossn-group-members .col-lg-2 {
	text-align: center;
}

.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;
	}
}.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: 45px;
        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://nirmanaa.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;
}.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);
  }
}#ossn-wall-postbg {
    border: 1px solid #E5E6E9;
    background: #fff;
    padding: 10px;
    height: 45px;
    margin-top: 10px;
    border-radius:10px;
}
.postbg-container {
    min-height: 320px;
    color: #333;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 1.1em;
    padding: 100px 30px !important;
    text-align: center !important;
}
.postbg-text {
	display: flex;
    justify-content: center;
    align-items: center;
}
#ossn-wall-postbg span {
	width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
 	cursor:pointer;
}/** <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://nirmanaa.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;
}#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;
}
