@charset "utf-8";

/******************************
	Basic
**********************************/
:root {
	--main-bg-color: #f0f2f5;
	--main-titles-bg-color: #F6F7F8;
	--main-border-color: #dfdfdf;
	--main-title-color: initial;
	--topbar-bg: #fff;
	--btn-color-bg: #1877F2;
	--bg-inner-containers: #fff;
	--bg-input-bg: #f0f2f5;
	--text-color: #4b4b4b;
	--link-color: #0f3b4a;
	--comment-list-bg: #FBFBFB;
	--comment-input-border: #ccd0d5;
	--comment-item-bg: #ebedf0;
	--bg-image-container: #FBFBFB;
	--topbar-shadow: 0px 0px 7px 0px rgb(180 180 180 / 75%);
	--bg-sidebar-icons: #d3d5d9;
	--bg-topbar-icons: #e4e6eb;
	--main-border-color-bit: #eee;
	--sidebar-hover-menu: #E4E6E9;
	--sidebar-hover-menu-border: #E4E6E9;
	--topbar-icons-hover: #e3e3e3;
	--bg-message-box: #fff;
	--scroll-bg: #f0f2f5; 
	--scroll-thumb: #b9bbbe; 
	--scroll-thumb-hover: #8e9092; 
	--link-hover-color: #1767ce;
	--input-disabled: #dbdbdb;
	--input-disabled-color: initial;
}

.white-darkmode:root {
	--main-bg-color: #18191a;
	--main-titles-bg-color: #3a3b3c;
	/**--main-border-color: none;**/
	--main-border-color: #3c3c3c;
	--main-title-color: #b0b3b8;
	--topbar-bg: #242526;
	--topbar-shadow: none;
	--btn-color-bg: #1877F2;
	--bg-inner-containers: #242526;
	--bg-input-bg: #3a3b3c;
	--text-color: #ccc;
	--link-color: #ccc;
	--comment-list-bg: #303030;
	--comment-input-border: none;
	--bg-image-container: #303030;
	--bg-sidebar-icons: #3a3b3c;
	--bg-topbar-icons: var(--bg-sidebar-icons);
	--comment-item-bg: #454545;
	--main-border-color-bit: #3c3c3c;
	--sidebar-hover-menu: #434343;
	--sidebar-hover-menu-border: 434343;
	--topbar-icons-hover: var(--sidebar-hover-menu);
	--bg-message-box: #323232;
	--scroll-bg: #242526;
	--scroll-thumb: #5b5c5e; 
	--scroll-thumb-hover: #7b7d7f; 
	--link-hover-color: #1767ce;
	--input-disabled: #727272;
}

.white-darkmode .table {
	--bs-table-striped-color: #fff;
}

.white-darkmode .ossn-wall-item .post-contents img {
	border: 1px solid var(--main-border-color);
}

* {
	/**moz**/
	scrollbar-width: thin;
}

body {
	font-size: 14px;
	background-color: var(--main-bg-color);
	font-family: 'PT Sans', sans-serif;
	height: 100%;
	color: var(--text-color);
}

.ossn-required {
	color: #a94442;
}


::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background: var(--scroll-bg);
}

::-webkit-scrollbar-thumb {
	background: var(--scroll-thumb);
	border-radius: 10px;
	border: 2px solid var(--scroll-bg);
}

::-webkit-scrollbar-thumb:hover {
	background: var(--scroll-thumb-hover);
}

* {
	scrollbar-width: auto; 
	/* Note: Firefox cannot style the thumb's border or border-radius */
	scrollbar-color: var(--scroll-thumb) var(--scroll-bg);
}

.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: var(--bg-input-bg);
	color: var(--text-color);
	border: 1px solid var(--main-border-color);
	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 input[readonly],
.ossn-form select[readonly],
.ossn-form textarea[readonly] {
	background: var(--input-disabled) !important;
	color: var(--text-color);
}

.ossn-form input::placeholder,
.ossn-form select::placeholder,
.ossn-form textarea::placeholder {
	color: var(--text-color);
}

.ossn-form input[type="file"] {
	display: block;
}

.btn:focus,
.btn:active {
	outline: none !important;
}

.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;
}


.ossn-hidden {
	display: none;
}

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: #1876f2;
	-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;
}

.btn {
	border-radius: 5px;
	padding: 4px 8px;
}

.btn-primary {
	background-color: #1877F2;
	border-color: #1877F2;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	background-color: #1767ce;
}

a {
	color: var(--link-color);
	text-decoration: none;
}

a:focus,
a:hover {
	color: var(--link-hover-color);
}

.hidden {
	display: none !important;
}

/************************************
	Layouts
************************************/
.ossn-inner-page {
	margin-top: 70px;
}

.welcome-text {
	text-align: center;
}

.welcome-text .welcome {
	color: #1876f2;
	font-weight: bold;
	font-size: 30px;
}

.welcome-text p {
	font-weight: bold;
	font-size: 16px;
}

.register-topbar-xs,
.register-topbar,
.home-right-login {
	display: none;
}

/** 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;
}

.ossn-layout-startup .col-md-11 {
	width: 100%;
}

.ossn-layout-startup footer .ossn-footer-menu a {
	color: var(--text-color);
}

.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: var(--bg-inner-containers);
	border: 1px solid var(--main-border-color-bit);
	border-radius: 10px;
}

.ossn-layout-module .module-title {
	background: var(--main-titles-bg-color);
	color: var(--main-title-color);
	border: 1px solid var(--main-border-color);
	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: var(--bg-inner-containers);
	padding: 10px;
	border: 1px solid var(--main-border-color-bit);
	;
	border-radius: 10px;
}

.opensource-socalnetwork {
	min-height: 500px;
}

.ossn-home-container .row {
	margin-right: 10px;
	margin-left: 10px;
}

#ossn-signup-errors {
	display: none;
	margin-top: 10px;
}


/* Inline Form Logic */
#ossn-home-signup .custom-row {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

#ossn-home-signup .custom-col {
	flex: 1;
	min-width: 0;
}
.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: var(--main-border-color-bit);
	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-menu-right {
	margin: 10px 0;
}

.topbar-menu-right>ul {
	padding: 0px;
}

.topbar-menu-right .user-image-name:hover {
	background: #F2F2F2;
	border-radius: 20px;
}

.white-darkmode .topbar-menu-right .user-image-name:hover {
	background: var(--sidebar-hover-menu);
}

.topbar-menu-right .user-image-name {
	padding: 5px 10px;
}

.topbar-menu-right .user-image-name img {
	border-radius: 50%;
}

.topbar-menu-right .user-image-name span {
	color: var(--text-color);
	font-weight: bold;
}

.topbar {
	background: var(--topbar-bg);
	color: #fff;
	z-index: 1000;
	position: fixed;
	height: 60px;
	width: 100%;
	left: 0;
	box-shadow: var(--topbar-shadow);
}

.white-darkmode .topbar {
	border-bottom: 1px solid var(--main-border-color-bit);
}

#ossn-notif-homepage a,
.ossn-notifications-notification,
.ossn-notifications-messages,
.ossn-notifications-friends {
	background: var(--bg-topbar-icons);
	color: var(--text-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
}

.topbar .fa {
	font-size: 17px;
}

.topbar .site-name a {
	text-transform: uppercase;
	font-size: 20px;
	margin: 15px;
	color: #1877F2;
	display: block;
	font-weight: bold;
	text-shadow: 0.2px 0.3px 0 #050505;
}

.topbar .site-name a:hover {
	text-decoration: none;
}

.topbar-menu-left {
	position: relative;
	z-index: 1;
}

.topbar-menu-right li,
.topbar-menu-left li {
	display: inline-block;
}

.topbar-menu-right li a:not(.dropdown-item),
.topbar-menu-left li a:not(.dropdown-item) {
	padding: 10px;
	display: block;
	color: var(--text-color);
}

.ossn-topbar-dropdown-menu a[role="button"] {
	background: var(--bg-topbar-icons);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 5px 13px;
}

.ossn-topbar-dropdown-menu a[role="button"] i {
	font-size: 23px;
	margin-top: -10px;
}

.topbar-menu-right li:hover,
.topbar-menu-left li:hover {
	cursor: pointer;
}

#ossn-notif-homepage a:hover,
.topbar-menu-right li:hover a[role="button"] {
	background: var(--topbar-icons-hover);
}

.topbar .right-side-nospace .topbar-menu-right {
	-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 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.topbar .fa,
.topbar .ossn-icons-topbar-friends,
.topbar .ossn-icons-topbar-messages,
.topbar .ossn-icons-topbar-notification i {
	color: var(--text-color);
	margin-right: 0;
}

.topbar .ossn-icons-topbar-friends .fa {
	font-size: 14px;
}

#ossn-notif-friends,
#ossn-notif-messages,
#ossn-notif-notification {
	margin-left: 5px;
}

#sidebar-toggle {
	margin: 10px 0;
	float: left;
}

#topbar-search {
	margin: 10px 0;
	margin-left: 5px;
	float: initial;
}

.search-topbar-sm {
	display: none;
	text-align: center;
}

#topbar-search a,
#sidebar-toggle a {
	width: 40px;
	height: 40px;
	padding: 11px;
	background: var(--bg-topbar-icons);
	border-radius: 50%;
	text-align: center;
}

#topbar-search a i,
#sidebar-toggle a i {
	font-size: 15px;
	margin-right: 0;
}

.topbar .ossn-icons-topbar-friends-new,
.topbar .ossn-icons-topbar-messages-new,
.topbar .ossn-icons-topbar-notifications-new i {
	color: var(--text-color);
	margin-right: 0px;
}

.topbar-menu-right a[role="button"] {
	text-align: center;
}

.ossn-topbar-dropdown-menu {
	float: right;
	margin-left: 5px;
}

.ossn-topbar-dropdown-menu ul li a,
.ossn-topbar-dropdown-menu ul li {
	display: block;
	width: 100%;
	color: var(--text-color);
}

.ossn-topbar-dropdown-menu .dropdown-menu {
	margin: 1px -120px 0;
}

.topbar .left-side {
	left: 0;
}

.topbar .right-side {
	right: 15px;
}

.topbar .site-name {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.topbar .site-name,
.topbar .right-side {
	position: absolute;
}

/***********************************
	Ossn Wall
*************************************/

.ossn-wall {}

.ossn-wall-items {}

.ossn-wall-item {
	padding: 15px;
	padding-top: 10px;
	border: 1px solid var(--main-border-color);
	margin-top: 20px;
	background-color: var(--bg-inner-containers);
	padding-bottom: 0px;
	border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 2px;
}

.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 !important;
}

.ossn-wall-item .meta {}

.ossn-wall-item .meta .user {
	margin-top: 3px;
}

.ossn-wall-item .meta .user a {
	font-weight: bold;
	text-decoration: none;
}

.ossn-wall-item .meta .user span {
	color: #999;
}

.ossn-wall-item .post-contents {
	margin-top: 20px;
}

.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:not(.ossn-photos-wall-item):not(.multiupload-photo-item) {
	max-width: 100%;
	max-height: 400px;
	border: 1px solid var(--main-border-color);
	display: block;
	margin-bottom: 10px;
	margin: 0 auto;
}

.ossn-photos-wall-item {
	border-radius: 10px;
}

.post-contain-image {
	background: var(--bg-image-container);
	border-top: 1px solid var(--main-border-color);
	margin-left: -15px;
	margin-right: -15px;
}

.ossn-wall-item .meta .post-menu {
	float: right;
}

.ossn-wall-container {
	border-radius: 2px;
	margin-top: -5px;
	margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
}

.ossn-wall-container-data {
	background: var(--bg-inner-containers);
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid var(--main-border-color);
	border-bottom-color: var(--main-border-color);
	border-width: 0 1px 2px 1px;
}

.ossn-wall-container textarea {
	padding: 10px;
	width: 100%;
	border: 1px solid;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	resize: none;
	outline: none;
	background: var(--bg-inner-containers);
	border-radius: 0;
}

.ossn-wall-container .controls {
	background-color: var(--main-titles-bg-color);
	border-bottom: 1px solid var(--main-border-color);
	min-height: 40px;
	color: var(--text-color);

	margin-top: 5px;
	padding: 5px 10px;
	border-left: 0;
	border-right: 0;

	margin-left: -10px;
	margin-right: -10px;
}

.ossn-wall-container .wall-tabs {
	border-bottom: 1px solid #E5E5E5;
	background-color: var(--main-titles-bg-color);
	border: 1px solid var(--main-border-color);

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	color: var(--main-title-color);
}

.ossn-wall-container .wall-tabs .item {
	padding: 10px;
	display: inline-flex;
	cursor: pointer;
	border-bottom: 1px solid 1px solid var(--border-color);
	font-weight: bold;
	font-size: 13px;
}

.ossn-wall-container .wall-tabs .item:hover {
	background: var(--sidebar-hover-menu);
}

.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 li:hover {
	background: var(--sidebar-hover-menu);
}

.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: var(--bg-input-bg);
	color: var(--text-color);
	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-privacy span>span {
	margin-left: 5px;
	float: right;
}

.ossn-wall-container input[type='submit'] {
	padding: 3px 20px;
	display: block;
	margin: 6px auto;
}

.ossn-wall-post-button-container {
	display: inline-table;
	float: right;
}

.ossn-wall-container i {
	font-size: 15px;
	margin-right: 0px;
}

.ossn-wall-container input[type="file"] {
	border: 1px solid var(--main-border-color-bit);
	border-radius: 10px;
	background: #fff;
}

.ossn-wall-container input[type="file"],
.ossn-wall-container input[type="text"] {
	width: 100%;
	border-top: 1px dashed var(--main-border-color-bit);
	padding: 5px;
	margin-bottom: 5px;
	margin-top: -5px;
	outline: none;
}

#token-input-ossn-wall-friend-input {
	width: 100% !important;
	border-top: 1px dashed #EEE;
	padding: 7px;
	margin-bottom: 5px;
	margin-top: -5px;
	background: #fff;
	border: 0;
}

#ossn-wall-location-input {
	background: #fff;
	border: 1px solid var(--main-border-color-bit);
	border-radius: 10px;
}

#ossn-wall-form .ossn-loading {
	margin: 7px;
}

.ossn-wall-item-type {
	display: inline-block;
	color: var(--text-color);
}

.ossn-wall-item .friends {
	display: inline-block;
}

.white-darkmode .ossn-wall-privacy,
.white-darkmode .ossn-wall-container .controls li {
	background: #575757e0;
}

.white-darkmode ul.token-input-list {
	border-bottom: 1px solid var(--main-border-color-bit);
}

/*******************************
	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;
	border-top: 1px solid var(--main-border-color-bit);
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-top: 10px;
}

.menu-likes-comments-share a {
	color: var(--text-color);
}

.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: var(--comment-list-bg);
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.comments-list .comments-item {
	padding-top: 10px;
	padding-bottom: 5px;
}

.comments-list .comments-item:first-child {
	margin-top: 0px;
	padding-top: 10px;
}

.comments-list .comments-item:last-child {
	border-bottom: none;
}

.comments-list .comments-item .comment-user-img {
	display: inline-block;
	border-radius: 32px;
}


/** UI improvements comments #1524 **/

.comments-list .comments-item .comment-contents {
	display: inline-block;
	margin-top: -3px;
	background-color: var(--comment-item-bg);
	border-radius: 18px;
	width: auto;
	line-height: 16px;
	padding: 6px 12px 7px 12px;
	color: var(--text-color);
}

.comment-container {
	position: relative;
	z-index: 0;
}

.comments-item .col-md-11 {
	padding-left: 0px;
}

.comment-metadata {
	margin-top: 5px;
}

.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;
}

.comment-box {
	width: 100%;
	padding: 6px 65px 6px 12px !important;
	margin-bottom: 5px;
	outline: none;
	display: block;
	resize: vertical;
	min-height: 32px;
	background-color: var(--bg-input-bg);
	border: 1px solid var(--comment-input-border);
	border-radius: 15px;
	word-break: break-word;
	text-align: left;
	color: var(--text-color);
}

[contentEditable=true]:empty:not(:focus)::before {
	content: attr(placeholder);
}


/*********************************
	Like
************************************/

.like-share {
	border-top: 1px solid var(--main-border-color);
	border-bottom: 1px solid var(--main-border-color);
	padding: 10px;
	margin-top: 10px;
	background-color: var(--comment-list-bg);
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 20px;
	padding-right: 20px;
	color: var(--text-color);
}

.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: var(--main-bg-color);
	height: 200px;
	z-index: 1000;
	width: 300px;
	position: fixed;
	height: 90vh;
	margin-left: -300px;
	overflow-y: auto;
	overflow-x: hidden;
	color: #fff;
	margin-top: 60px;
}

.sidebar a {
	color: var(--text-color);
	font-size: 15px;
	text-decoration: none;
	font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
	font-weight: bold;

	/**moz**/
	scrollbar-width: thin;
}

.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: 300px;
	-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: 300px;
}

.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;
}

.newseed-uinfo img {
	display: inline-block;
	border-radius: 50px;
	float: left;
}

.newseed-uinfo .name {
	display: inline-block;
	margin-left: 10px;
	margin-top: 5px;
}

.newseed-uinfo .name a {
	display: inline-block;
	margin-left: 10px;
	margin-top: -2px;
	font-size: 15px;
	color: var(--text-color);
}

.newseed-uinfo .name .edit-profile {
	font-weight: inherit;
}

.sidebar-menu-nav {
	overflow: auto;
	font-family: verdana;
	font-size: 12px;
	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 li {
	margin-top: 5px;
}

.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;
	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: 36px;
	border-radius: 6px;
	margin-top: 5px;
	margin-left: 0px;
}

.sidebar-menu-nav ul .sub-menu li:hover,
.sidebar-menu-nav li .sub-menu li:hover {
	background-color: var(--sidebar-hover-menu);
}

.sidebar-menu-nav ul .sub-menu li:before,
.sidebar-menu-nav li .sub-menu li:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	background: var(--bg-sidebar-icons);
	margin-right: 5px;
	border-radius: 50%;
	color: var(--text-color);
	width: 36px;
	height: 36px;
	text-align: center;
}


.sidebar-menu-nav li {
	padding-left: 0px;
}

.sidebar-menu-nav li a {
	line-height: 36px;
	border-radius: 6px;
	color: var(--text-color);
	font-size: 15px;
	text-decoration: none;
	font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.sidebar-menu-nav li a i {
	padding-left: 10px;
	width: 20px;
	padding-right: 25px;
}

.sidebar-menu-nav li:hover {
	border-left: 3px solid var(--sidebar-hover-menu-border);
	background-color: var(--sidebar-hover-menu);
	border-radius: 6px;
	-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;
	}

	.ossn-group-members {
		height: 75px !important;
	}
}


/******************************
	Ossn global css clsses
*******************************/

.right {
	float: right;
}

.left {
	float: left;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.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: var(--bg-input-bg);
	padding: 5px;
	border: 1px solid var(--main-border-color);
}

.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: var(--bg-inner-containers);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 2px;
}

.ossn-widget .widget-heading {
	background: var(--main-titles-bg-color);
	color: var(--main-title-color);
	border: 1px solid var(--main-border-color);
	padding: 10px;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.ossn-widget .widget-contents {
	padding: 10px;
	border-bottom: 1px solid var(--main-border-color);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.ossn-layout-startup .ossn-widget {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
}

.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: var(--text-color);
	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: var(--bg-inner-containers);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.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: var(--text-color);
	height: 25px;
	border-bottom: 1px solid var(--main-border-color-bit);
}

.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 .notfi-meta {
	width: 330px;
	margin-left: 5px;
	display: inline-block;
	float: right;
	color: color:var(--text-color);
}

.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;
}

.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: var(--sidebar-hover-menu);
}

.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 {
	padding: 0 5px;
}

.ossn-notifications-friends-inner form {
	display: inline-table;
}

.ossn-notification-page li img {
	display: none;
}

.notification-friends li {
	margin-bottom: 5px;
	width: 100%;
	border-bottom: 1px solid var(--main-border-color-bit);
}

.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;
}

.ossn-notifications-friends-inner .btn {
	padding: 3px 9px;
	border-radius: 1px;
}

.notification-friends {
	max-height: 400px;
}

.friends-added-text {
	float: none !important;
	margin-top: -15px !important;
	display: block !important;
	margin-left: 10px;
	font-size: 13px;
}
.ossn-notif-delete-item i {
    margin-right: 0;
    font-size: initial !important;
    margin-top: initial !important;
}
.ossn-notif-delete-item {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0px;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.ossn-notif-delete-item {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
    pointer-events: none; /* prevent accidental clicks when hidden */
}

/* Show on hover of the <a> inside <li> */
.ossn-notifications-all li a:hover .ossn-notif-delete-item {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}
.ossn-notif-delete-item i {
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
/*******************************
	Profile
********************************/

.ossn-profile .top-container {
	background: var(--bg-inner-containers);
	border: 1px solid var(--main-border-color);
	border-width: 1px 1px 2px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.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;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.ossn-profile .top-container .profile-cover img {
	width: auto;
}

.ossn-profile-row {
	margin-bottom: 20px;
}

.profile-hr-menu ul {
	margin-bottom: 0px;
	padding: 0px;
}

.profile-hr-menu ul li {
	display: inline-block;
	margin: 5px 0;

	padding-top: 5px;
}

.profile-hr-menu ul li a {
	display: block;
	padding: 15px;
	margin-right: 5px;
	font-weight: bold;
	padding: 10px 15px;
	color: #65676b;
	text-decoration: none;

}

.profile-hr-menu ul li a:hover {
	border-radius: 20px;
	background: #F2F2F2;
}

.profile-hr-menu .dropdown-menu {
	margin-left: 0px;
}

.profile-hr-menu .dropdown-menu li {
	display: block;
}

.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 var(--main-border-color-bit);
	border-top: 1px solid var(--main-border-color-bit);
	margin-top: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.profile-hr-menu ul li:last-child {
	border-right: none;
}

/**.ossn-profile .profile-photo {
	position: absolute;
	margin-left: 20px;
	margin-top: -190px;
	background-color: #fff;
	border: 1px solid #CCC;
	border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	padding: 2px;
}**/
.profile-photo-name-container {
	text-align: center;
}

.ossn-profile .profile-photo {
	margin-left: 20px;
	width: 170px;
	height: 170px;
	margin: -150px auto auto;
	position: relative;
	border-radius: 50%;
}

.ossn-profile .profile-photo img {
	border-radius: 50%;
	border: 5px solid #fff;
}

.ossn-profile .user-fullname {
	color: var(--text-color);
	font-weight: bold;
	font-size: 35px;
	font-size: 2.0vw;
	text-shadow: 0 0 0.2px var(--text-color);
	margin: 0 auto;
}

.ossn-profile-role {
	font-size: 15px !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%;
	margin-top: 25px;
	z-index: 1;
}

.change-cover {
	float: right;
	position: relative;
	margin-right: 30px !important;
}

.reposition-cover {
	float: right;
	position: relative;
	margin-right: 5px !important;
}


.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;
}
.business-page .btn-action:before {	
	content:"";
    font-family:initial;
}
.unlike-page:before,
.like-page:before {
	padding-right: 0 !important;
	font-weight: auto !important;
	display: inline !important;
	content: "" !important;
	font-family: initial !important;
}

#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: -40px;
	margin-right: 20px;
}

.profile-menu .btn-action {
	margin-right: 5px;
}

#cover-menu {
	display: none;
}

.upload-photo:not(.business-page .upload-photo) {
	width: 170px;
	padding: 10px;
	position: absolute;
	color: #FFF;
	bottom: 0;
	margin-left: 65px;
	text-align: center;
	font-size: 15px;
	display: block;
}

.upload-photo span i:not(.business-page .upload-photo span i) {
	margin: 0 auto;
	margin-top: 9px;
	font-size: 20px;
}

.upload-photo span:not(.business-page .upload-photo span) {
	text-align: center;
	width: 40px;
	height: 40px;
	color: #000;
	border-radius: 50%;
	position: absolute;
	background: #eee;
	margin-top: -36px;
	margin-left: -30px;
}

.user-cover-uploading {
	opacity: 0.4;
}

.user-photo-uploading {
	height: 100%;
	opacity: 0.8;
	background: #fff;
	width: 100%;
	position: absolute;
	border-radius: 50%;
}

.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;
}

.ossn-group-cover {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

/*****************************
	Side Menu icons
*******************************/

.menu-section-item-newsfeed:before {
	content: "\f0a1" !important;
}

.menu-section-item-friends:before {
	content: "\f0c0" !important;
}


.menu-section-item-mygroups:before,
.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: 200px; **/
	padding-right: 10px;
}


/******************************
	Search
******************************/
.ossn-menu-search .text:before {
    width: 25px;
}
.ossn-menu-search li {
	display: block;
}

.ossn-menu-search li:hover {
	background: var(--main-titles-bg-color);
}

.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";
	padding-right: 10px;
	vertical-align: middle;
	font-weight: 900;
	float: left;
}

.ossn-menu-search-groups .text:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f0c0";
	padding-right: 10px;
	font-weight: 900;
	vertical-align: middle;
	float: left;
}


/******************************
	Token Input
*******************************/

ul.token-input-list {
	overflow: hidden;
	height: auto !important;
	width: 100%;
	cursor: text;
	font-size: 12px;
	font-family: Verdana;
	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 {
	float: left;
	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;
	font-family: Verdana;
	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
*******************************************/
/** 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: #656565;
	opacity: 0.9;
	cursor: auto;
	height: 100%;
	display: none;
}

.ossn-light {
	opacity: 0.4;
}

.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: var(--bg-message-box);
	border: 1px solid var(--main-border-color-bit);
	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: var(--main-titles-bg-color);
	padding: 11px;
	border-radius: 3px;
	border-bottom: 1px solid var(--main-border-color-bit);
	color: var(--text-color);
	font-size: 14px;
	font-weight: bold;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.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 var(--main-border-color-bit);
}

.ossn-message-box .control .controls {
	float: right;
}

.ossn-message-box .control .controls .btn {
	padding: 2px 13px;
	border-radius: 4px;
}

.ossn-message-box .contents input[type='text'] {
	border: 1px solid var(--main-border-color-bit);
	width: 292px;
	padding: 7px;
	color: var(--text-color);
}

.ossn-message-box .contents input[type='text'],
.ossn-message-box .contents label {
	color: var(--text-color);
	display: inline-table;
}

.ossn-message-box .contents label {
	color: #666;
	font-weight: bold;
	margin-right: 13px;
}

.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;
	margin-right: 7px;
	outline: none;
}

.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=radio]:hover {
	background-color: #f7f7f7;
}

.ossn-form input[type=radio]:checked {
	background-color: #1876f2;
	color: #fff;
	font-weight: bold;
}


/*******************************
	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-md-2 {
	text-align: center;
}


/*********************************
	Footer
**********************************/

footer {
	margin-top: 20px;
	padding-top: 5px;
}

footer .col-md-11 {
	border-top: 1px solid var(--main-border-color-bit);
}

footer .container {}

footer .ossn-footer-menu {
	padding-bottom: 10px;
}

footer .ossn-footer-menu a {
	color: #807D7D;
	font-size: 13px;
    display: inline-block;
}

footer .ossn-footer-menu a::after {
	content: "|";
	margin-left: 10px;
	margin-right: 10px;
}

footer .menu-footer-powered::after {
	content: "";
}

.menu-footer-powered {
	float: right;
}

.menu-footer-powered:after {

	display: none;
}

.menu-footer-a_copyrights {
	text-transform: uppercase;
}


/****************************
	Home
****************************/

.home-left-contents {}

.home-left-contents .logo {
	text-align: center;
}

.home-left-contents .description {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
	text-align: justify;
	color: #000;
}

.home-left-contents .buttons {
	text-align: center;
	margin-top: 10px;
}

#ossn-home-signup p {
	margin-top: 10px;
}

#ossn-home-signup .radio-block {
	margin-top: 0;
	margin-bottom: 0;
}

#ossn-home-signup .ossn-form-group-half:last-child {
	float: right;
}

#ossn-home-signup .form-group {
	margin-bottom: 0px;
}


/**************************
	System
***************************/

.ossn-list-users {
	height: 60px;
	border-bottom: 1px solid #E9EAED;
	display: block;
	margin-left: 5px;
	margin-bottom: 10px;
}

.ossn-list-users img,
.ossn-list-users .uinfo {
	display: inline-block;
}

.ossn-list-users .uinfo .userlink {
	font-size: 14px;
	font-weight: bold;
	float: right;
	margin-left: 12px;
	text-overflow: ellipsis;
	width: 370px;
	white-space: nowrap;
	overflow: hidden;
}

.ossn-list-users .friendlink {
	float: right;
	margin-top: 10px;
	margin-right: 9px;
	text-overflow: ellipsis;
	width: 280px;
	white-space: nowrap;
	overflow: hidden;
}

.sidebar-menu-nav .sidebar-menu .menu-content {
	display: block;
}

.ossn-box-inner {
	width: 446px;
}

.home-left-contents .some-icons i {
	font-size: 35px;
	margin-right: 0px;
	color: #1c1e21;
}

.home-left-contents .some-icons li {
	display: inline-block;
	color: #1c1e21;
	border: 3px solid #1c1e21;
	border-radius: 100%;
	padding: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 80px;
	height: 80px;
}

.home-left-contents .some-icons {
	margin-top: 10%;
	text-align: center;
	display: none;
}


/**************************
	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;
}
.white-darkmode .ossn-photo-viewer {
	background: var(--bg-input-bg) !important;
}

.ui-draggable {
	opacity: 0.7;
}


/**************************
	Mobile Layout Settings
***************************/
@media only screen and (max-width: 1366px) {
	.ossn-users-list-item .uinfo a {
		max-width: 200px;
	}

	.sidebar {
		width: 200px;
	}

	.sidebar-open-page-container-no-annimation,
	.sidebar-open-page-container {
		margin-left: 200px;
	}
}

@media (max-width: 480px) {
	.page-sidebar {
    	margin-top:10px;
    }
	#ossn-notif-homepage a,
	.ossn-notifications-notification,
	.ossn-notifications-messages,
	.ossn-notifications-friends {
		width: 35px;
		height: 35px;
	}

	.ossn-topbar-dropdown-menu a[role="button"] {
		width: 35px;
		height: 35px;
		padding: 2px 11px;
	}

	#topbar-search a,
	#sidebar-toggle a {
		width: 35px;
		height: 35px;
		padding: 8px 0;
	}

	.topbar-menu-right li a,
	.topbar-menu-left li a {
		padding: 8px 9px !important;
	}

	.ossn-wall-privacy {
		float: none;
		margin-right: 0;
	}

	.ossn-wall-container .controls {
		height: auto;
	}

	.topbar:not(.site-name-sm) {
		margin-top: 60px;
		box-shadow: 0px 0px 2px 0px rgb(180 180 180 / 75%);
	}

	.topbar-menu-right {}

	.topbar .right-side-nospace .topbar-menu-right {
		margin: 10px 0;
	}

	.site-name-sm {}

	.ossn-inner-page {
		margin-top: 130px;
	}

	/***********************
    	Comments
     ***********************/
	.comments-list .comments-item .comment-user-img {
		display: none;
	}

	.comments-item .col-md-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: 230px;
	}

	.notification-friends .notfi-meta a {
		width: 100px;
	}

	.ossn-notifications-box .notfi-meta,
	.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 {
		width: 150px;
		height: 150px;
	}

	.user-fullname .verified-title {
		font-size: 18px;
	}

	.ossn-profile .user-fullname {
		font-size: 20px;
		margin-top: 0px;
	}

	.ossn-profile .top-container .profile-cover {
		height: 188px;
	}

	.ossn-profile .profile-photo {
		margin-top: -130px;
		width: 150px;
		height: 150px;
	}

	.profile-menu {
		float: right;
		margin-right: 10px;
	}

	.ossn-profile .top-container .profile-cover img {
		width: auto;
	}

	.ossn-group-cover-button,
	.profile-cover-controls {
		display: none !important;
	}

	.upload-photo {
		width: 100px;
	}

	.profile-hr-menu ul li {
		display: block;
		margin-right: 0px;
	}

	.sidebar {
		margin-top: 120px;
	}

	.ossn-users-list-item .uinfo a {
		max-width: 300px;
	}

	.sidebar {
		width: 300px;
	}

	.sidebar-open-page-container-no-annimation,
	.sidebar-open-page-container {
		margin-left: 300px;
	}

	.sidebar-open {
		width: 100%;
		height: calc(100% - 120px); /*120px is topbar with logo in white theme*/
	}

	.profile-hr-menu ul li a {
		margin-right: 0px;
		padding: 10px;
	}

	.ossn-profile-role {}

	.profile-hr-menu ul li a:hover {
		background: none;
	}

	.profile-hr-menu ul li {
		margin-top: 0px;
	}

	/*****************************
     	System
     *****************************/
	.ossn-users-list-item img {
		display: none;
	}

	.ossn-users-list-item .users-list-controls {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.ossn-users-list-item .uinfo a {
		margin-top: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 90px;
	}

	.ossn-search-page .ossn-users-list-item .uinfo a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100px;
	}
	.ossn-users-list-item {
		padding-bottom: 10px;
	}

	.ossn-widget .widget-contents {
		padding: 5px;
	}

	.ossn-message-box {
		min-width: 300px;
		width: 300px;
	}

	.ossn-box-loading {
		margin-left: 150px;
		margin-top: 37px;
	}

	.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: 100px !important;
	}

	.groups-buttons {
		float: none !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 {
		font-size: 20px !important;
	}

	#group-header-menu li,
	#group-header-menu {
		width: 100% !important;
	}

	#group-header-menu li {
		border-bottom: 1px solid #EEE !important;
	}

	.group-name {
		text-align: center;
		margin-top: 10px;
	}

	.groups-buttons {
		text-align: center;
		margin: 10px 0px !important;
	}

	.ossn-group-members {
		margin-left: 15px;
		margin-right: 15px;
	}

	.ossn-group-members .request-controls,
	.ossn-group-members .uinfo {
		display: inline-block;
	}

	.ossn-group-members .uinfo .userlink {
		width: 130px;
		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 .some-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-md-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-md-1,
	.comments-list .comments-item .comment-user-img {
		display: none;
	}

	.comments-list .comments-item .col-md-11 {
		width: 100%;
	}

	.comments-item .col-md-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;
		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;
	}
}

.site-logo-logged {
	height: 60px;
	cursor: pointer;
}

.site-logo {
	float: left;
	height: 60px;
}

.register-topbar,
.login-topbar {
	float: right;
	margin: 15px;
}

.dropdown-menu {
	background: var(--bg-inner-containers);
}

.white-darkmode .bootstrap-datetimepicker-widget {
	background: #fff;
}

.white-darkmode .dropdown-menu>li>a:focus,
.white-darkmode .dropdown-menu>li>a:hover {
	background: var(--topbar-icons-hover);
	color: var(--text-color);
}

.white-darkmode .ossn-notification-messages .fa-reply,
.white-darkmode .ossn-messages .messages-recent .messages-from .user-item .reply .fa-reply,
.white-darkmode .ossn-notification-messages .reply-text,
.white-darkmode .ossn-notification-messages .reply-text-from,
.white-darkmode .ossn-notification-messages .user-item-inner .time,
.white-darkmode .ossn-notification-messages .user-item .data .name {
	color: var(--text-color);
}

.white-darkmode .ossn-notification-messages .message-new {
	background: var(--main-border-color-bit);
}
.ossn-chat-inline-table .ossn-chat-icon-call {
	display:none;
}
.white-darkmode .ossn-notifications-box .bottom-all a:hover,
.white-darkmode .ossn-notifications-box .bottom-all a {
	color: var(--text-color);
	text-decoration: none;
	background: none;
}

.white-darkmode .ossn-notifications-box .bottom-all {
	background: var(--topbar-icons-hover);
	color: var(--text-color);
	border-top: 1px solid var(--main-border-color-bit);
}

.white-darkmode .ossn-notification-messages .user-item {
	border-bottom: 1px solid var(--main-border-color-bit);
}

.white-darkmode .ossn-notification-messages .user-item:hover {
	background: var(--topbar-icons-hover);
}

.menu-topbar-dropdown-darkmode[data-type="1"]:after {
	content: "\f204";
	font-family: 'Font Awesome 5 Free';
	padding-left: 10px;
	font-weight: 900;
}

.menu-topbar-dropdown-darkmode[data-type="0"]:after {
	content: "\f205";
	font-family: 'Font Awesome 5 Free';
	padding-left: 10px;
	font-weight: 900;
	color: blue;
}

.gdpr p {
	margin-top: 0 !important;
}

.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);
}

.white-darkmode .dropdown-menu {
	box-shadow: initial;
}

.ossn-search-active-item {
	background: var(--main-titles-bg-color);
}

/************************************************
   Topbar Dropdown and Post+Comment menu icons
*************************************************/
.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: 10px;
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}

.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 .dropdown-menu {
	margin: 1px -120px 0;
	min-width: 250px;
}

.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
}
/************************************************
   Topbar Dropdown and Post+Comment menu icons end
*************************************************/

/******************************
	Output/users
*****************************/
/* Scoped Container for User Cards */
.ossn-output-users-list .user-item-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	margin-bottom: 15px;
	padding: 15px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ossn-output-users-list .user-item-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

/* Avatar Styling */
.ossn-output-users-list .user-avatar-container img {
	width: 65px;
	height: 65px;
	border-radius: 12px;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Grouping Name and Avatar */
.ossn-output-users-list .user-info-box {
	display: flex;
	align-items: center;
	gap: 15px;
}

.ossn-output-users-list .user-name-text {
	font-weight: 700;
	font-size: 16px;
}

.ossn-output-users-list .user-username-sub {
	font-size: 12px;
	margin-top: 2px;
}

/* Control Buttons */
.ossn-output-users-list .ossn-action-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none !important;
	white-space: nowrap;
	transition: all 0.2s ease;
}

/* Primary Button (Add Friend) */
.ossn-output-users-list .btn-primary-outline {
	background: rgba(11, 118, 156, 0.1);
	color: #3fb1d9 !important;
	border: 1px solid rgba(11, 118, 156, 0.4);
}

.ossn-output-users-list .btn-primary-outline:hover {
	background: #0b769c;
	color: #fff !important;
	border-color: #0b769c;
}

/* Danger Button (Remove/Cancel) */
.ossn-output-users-list .btn-danger-outline {
	background: rgba(239, 68, 68, 0.1);
	color: #ef4444 !important;
	border: 1px solid rgba(239, 68, 68, 0.3);
}

.ossn-output-users-list .btn-danger-outline:hover {
	background: #ef4444;
	color: #fff !important;
}

/* Small Device Adjustments */
@media (max-width: 480px) {
	.ossn-output-users-list .user-item-inner {
		justify-content: center;
		text-align: center;
	}

	.ossn-output-users-list .user-info-box {
		flex-direction: column;
		width: 100%;
	}

	.ossn-output-users-list .user-controls-box {
		width: 100%;
	}

	.ossn-output-users-list .ossn-action-btn {
		width: 100%;
		justify-content: center;
	}
}
/**************************
	Pagination on sm
****************************/
@media (max-width: 576px) {
    .pagination {
        display: flex;        /* keep it flex */
        flex-wrap: wrap;      /* allow items to wrap to next line */
        justify-content: center; /* keep pagination centered */
    }
}
.white-darkmode .pagination {
    --bs-pagination-bg: #1e1e1e;          /* background for pagination container */
    --bs-pagination-color: #f1f1f1;       /* text color */
    --bs-pagination-hover-bg: #555;       /* hover background for links */
    --bs-pagination-hover-color: #fff;    /* hover text color */
    --bs-pagination-active-bg: #444;      /* active page background */
    --bs-pagination-active-color: #fff;   /* active page text */
    --bs-pagination-border-color: #444;   /* border color */
}
.white-darkmode .pagination .active > .page-link,
.white-darkmode .pagination .page-link.active {
    border: none;
} .user-stats-widget {
	text-align:center;
}
.user-stats-widget img {
		border-radius:50%;
}
.user-stats-widget .user-stats-item {
	display: inline-block;
    margin-right:20px;
}
.user-stats-widget .user-stats-item  .counter {
	    font-size: 25px;
}
.user-stats-widget .user-stats-item  .title {
    font-size: 12px;
}
.user-stats-widget .ossn-loading {
	margin:0 auto;
}.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://hostel-center.com/E51/themes/white/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%;	
    color:var(--text-color);
}

.ossn-comment-attach-photo .fa-camera {
    float: right;
    position: relative;
    margin-right: 5px;
    margin-top: 5px;
    width: 25px;
    height: 25px;
    padding: 5px;
    cursor:pointer;
}
.ossn-comment-attachment {
    width: 115px;
    margin-left: 40px;
    padding-bottom: 10px;
    margin-top: -5px;
	display:none;
}
.ossn-comment-attachment  .image-data  {
    padding: 6px;
    background: var( --bg-inner-containers);
    border: 1px solid var(--main-border-color);
    
    /* 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-md-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;
}
.comments-item:target .comment-contents {   
    transition:background-color 1s ease-in;
    -webkit-transition:background-color 1s ease-in;
    -moz-transition:background-color 1s ease-in;
     background: rgba(255, 249, 182, 0.38);
}.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);
}
/*** <style> ******/
.ossn-profile-module-albums img {
	padding: 1.5px;
	width: 100px;
	height: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ossn-profile-module-albums {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ossn-photos-album-comments-likes .like-share,
.ossn-photos-album-comments-likes .comments-list {
	margin-left: -10px;
	margin-right: -10px;
}.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;
    color:var(--text-color);
}
.ossn-notification-friend-submit {
	background:#FFF9D7;
}
.menu-section-item-notifications:before{
    content: "\f0f3" !important
}
.ossn-notifications-friends-inner a {
    display: inline-block !important;
}.ossn-search {
   display:inline-block;
   width:60%;
   margin:11px;
   position: relative;
}
.ossn-search input[type='text']{
    width: 100%;
    margin: 0 auto;
    color: var(--text-color);
    border-radius: 30px;
    background: var(--bg-input-bg);
    border: 0;
    padding: 9px 9px 9px 30px;
}
.ossn-search:before { 
	font-family: 'Font Awesome 5 Free';
    content: "\f002";
    font-weight: bold;
    color: var(--text-color);
    position: absolute;
    margin: 10px;
    left: 0;
}
.ossn-search input[type='text']:focus::placeholder {
  color: transparent;
}
.ossn-search:focus-within {
	width:65%;
}
.search-topbar-sm .ossn-search {
	width:70%;
}
.search-topbar-sm .ossn-search:focus-within {
	width:90%;
}.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;
}
.group-header-menu {
    float: left;
}
.group-header-menu .first-item {
    border-left: 1px solid #EEE;
}
#group-header-menu {
    border: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    width: auto;
}
#group-header-menu ul {
    background: #fff;
    height: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#group-header-menu li:first-child {
    border-left: 1px solid #EEE;
}
#group-header-menu li {
    float: left;
    padding: 0px;
    border-right: 1px solid #EEE;
}
#group-header-menu li a {
    background: #fff;
    display: block;
    line-height: 42px;
    margin: 0px;
    padding: 0px 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
#group-header-menu > ul > li > a {
    color: #2F4979;
    font-weight: bold;
    height: 44px;
}

#group-header-menu li > a:hover,
#group-header-menu ul li:hover > a {
    background: #F6F7F8;
    text-decoration: none;
}
#group-header-menu li ul {
    background: #fff;
    display: none;
    height: auto;
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 120px;
    z-index: 200;
    border-left: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    border-right: 1px solid #EEE;
}
#group-header-menu li:hover ul {
    display: block;
}
#group-header-menu li li {
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
    width: 120px;
}
#group-header-menu li:hover li a {
    background: none;
}
#group-header-menu li ul a {
    display: block;
    height: 35px;
    font-size: 12px;
    font-style: normal;
    margin: 0px;
    padding: 0px 10px 0px 15px;
    text-align: left;
}
#group-header-menu li ul a:hover,
#group-header-menu li ul li:hover > a {
    background: #F6F7F8;
    border: 0px;
    text-decoration: none;
}
#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 {
    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 var(--main-border-color-bit);
    border-width: 1px 1px 0px;
    position: relative;
	background: var(--bg-inner-containers);
    width: 100%;
    opacity:  .99;
    position: relative;
    z-index: 1;    
}
.ossn-group-profile .profile-header .header-bottom {
  
}
.ossn-group-profile .profile-header .group-name {
    color: var(--text-color);
    font-weight: bold;
    font-size: 35px;
    font-size: 2.0vw;
    text-shadow: 0 0 0.2px var(--text-color);
    text-align: center;
}
.ossn-group-profile .profile-header .group-name a{
	color: var(--text-color);
    text-decoration: none;
}
.groups-buttons {
    float: right;
    margin: 15px 9px 0px 0px;
}
.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: var(--bg-inner-containers);
    border: 1px solid;
    border-color: var(--main-border-color-bit);
    -webkit-border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
}
.group-closed-container p {
    padding: 3px 6px;
}
.ossn-group-cover-header {
}
.ossn-group-cover {
    overflow: hidden;
    height: 200px;
}
.ossn-group-cover img {
    position:relative;
}
.ossn-group-cover:hover > .ossn-group-cover-button {
    display: block;
}
.ossn-group-cover-button {
    margin-top: 150px;
    margin-right: 10px;
    float: right;
    display: none;
    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-groups-notification-icon,
.ossn-groups-notification-icon:before {
    display: inline-block;
}	
.ossn-groups-notification-icon: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-md-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;
	}
}
.ossn-group-profile .profile-header .header-bottom .profile-hr-menu {

}
.ossn-site-pages-title {
    background: var(--main-titles-bg-color);
    border: 1px solid var(--main-border-color-bit);
    padding: 10px;
    font-weight: bold;
}
.ossn-site-pages-body {
    padding: 10px;
}
.ossn-block-lists {
	background: #eee;
	border-top: 1px solid #ccc;
	padding: 10px;
}

.ossn-block-lists li {
	list-style-type: square;
    margin-left: 10px;
}

.ossn-block-lists li a {
	font-weight: bold;
}

.ossn-block-lists li span {}:root{
	--ossn-chat-panel-width: 330px;
    --ossn-chat-panel-height: 400px;
    --ossn-inchat-icon-color: #0b769c;
}
.ossn-chat-base {
    border-bottom: 0;
    bottom: 0px;
    left: 15px;
    display: block;
    font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    font-size: 11px;
    height: 33px;
    position: fixed;
    text-align: left;
    z-index: 1028;
    margin-top: 8px;
    left: 15%;
    color: #000;
    width: 850px;
}

.ossn-chat-base .ossn-chat-bar {
    display: block;
    bottom: 0px;
    cursor: pointer;
    width: 200px;
    float: right;
}

.ossn-chat-base .ossn-chat-bar .inner {
    padding: 10px;
    margin-left: 5px;
    background: #F7F7F7;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5);
    border: 1px solid #BAC0CD;
    height: 35px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    position:relative;
}

.ossn-chat-base .ossn-chat-bar .inner:hover {
    background: #fff;
}
.ossn-chat-windows-long .friends-list-item img {
    border: 3px solid #ec2828;
}
.ossn-chat-base .ossn-chat-bar .friends-list {
    background: #fff;
    width: 195px;
	min-height: 271px;
    margin-top: -271px;
    margin-left: 5px;
    position: fixed;
    height: 268px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: none;
	box-shadow: 0 12px 28px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 10%);    
}
img.ustatus {
	border-radius: 32px;
}
img.ustatus.ossn-chat-icon-online {
    border: 3px solid #4cae4c;
}
.ossn-chat-inner-text {
    width: 145px;
    margin-left: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ossn-chat-tab-titles {
    background: #fff;
    color: #000;
    height: 48px;
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%), 0 -1px rgb(0 0 0 / 10%) inset, 0 2px 1px -1px rgb(255 255 255 / 50%)    
}

.ossn-chat-inline-table {
    display: inline-table;
}

.ossn-chat-tab-titles .options {
	float: right;
    color: #FFF;
    font-size: 15px;
    cursor: pointer;
}

.ossn-chat-tab-titles .options .item:hover {
    background: #5E72A2;
    width: 17px;
    margin-right: -4px;
    text-align: center;
}

.ossn-chat-tab-titles .text {
    color: #353535;
    font-weight: bold;
    margin-left: 9px;
    padding-top: 4px;
    max-width: 190px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.ossn-chat-bar .friends-list .data {
    width: 195px;
    overflow: hidden;
    overflow-y: scroll;
    height: 236px;
}

.ossn-chat-base .ossn-chat-bar .friends-list-item:hover {
    background: #eee;
}

.ossn-chat-base .ossn-chat-bar .friends-list-item .friends-item-inner {
    margin: 5px 5px 5px 5px;
    padding: 5px 2px;
    height: 33px;
}

.ossn-chat-base .ossn-chat-bar .friends-list-item .icon {
    display: inline-table;
    width: 25px;
    height: 25px;
}

.ossn-chat-base .ossn-chat-bar .friends-list-item .name {
    margin-top: -22px;
    margin-left: 30px;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ossn-chat-base .ossn-chat-bar .friends-list-item .user-icon-small {
	width:25px;
    height:25px;
}
.ossn-chat-base .ossn-chat-bar .friends-list-item .ossn-chat-icon-online {
    border: 3px solid #4cae4c;
	border-radius: 32px;
}

.ossn-chat-none {
    padding: 5px;
    margin-top:10px;
    text-align:center;
}

.friend-tab-item {
    display: block;
    bottom: 0px;
    cursor: pointer;
    width: 200px;
    float: right;
}

.friend-tab-item:first-child {
	margin-right: 75px;
}

.friend-tab-item .friend-tab {
    padding: 12px;
    margin-left: 5px;
    background: #F7F7F7;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5);
    border: 1px solid #ccc;
    height: 35px;
    
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.ossn-chat-tab-active {
    background: #5D7D91 !important;
    border: 1px solid #2F4959 !important;
    color: #fff;
}

.friend-tab-item .tab-container {
    margin-top: -366px;
    position: absolute;
    height: var(--ossn-chat-panel-height);
    width: var(--ossn-chat-panel-width);
    margin-left: 5px;
    display: none;
    background:#fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;    
    box-shadow: 0 12px 28px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 10%);
}

.friend-tab-item .tab-container .data {
    background: #fff;
    height: 305px;
    width: var(--ossn-chat-panel-width);
    overflow: hidden;
    overflow-y: auto;
}

.friend-tab-item .data .message-reciever .text,
.friend-tab-item .data .message-sender .text {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 80%;
    clear: both;
    font-size:13px;
}

.friend-tab-item .data .message-reciever .text {
	margin-right: auto;
    -webkit-border-radius: 15px;
    -webkit-box-shadow: 0 1px 0 #dce0e6;
    display: inline-table;
    background: #f1f0f0;
}

.friend-tab-item .data .message-reciever .text .inner {
    padding: 9px;
    line-height: 15px;
    max-width: 165px;
    word-wrap: break-word;
}

.friend-tab-item .data .message-sender {
    width: 210px;
    float: right;
}

.friend-tab-item .data .message-reciever {
    width: 222px;
    float: left;
}

.friend-tab-item .data .message-reciever .user-icon {
    display: inline-table;
    padding: 3px;
}
.friend-tab-item .data .message-reciever .user-icon img {
	width:32px;
    height:32px;
}

.friend-tab-item .data .message-sender .text {
    margin-left: 35px;
    -webkit-border-radius: 15px;
    -webkit-box-shadow: 0 1px 0 #c9d4bc;
    display: inline-table;
    background: #dfeecf;
}

.friend-tab-item .data .message-sender .text .inner {
    padding: 9px;
    line-height: 15px;
    max-width: 158px;
    word-wrap: break-word;
}

.ossn-chat-triangle {
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
}
.ossn-chat-text-data {
    margin-left:5px;
}

.ossn-chat-text-data-right {
    float: right;
    margin-right:5px;
}

.friend-tab-item .friend-tab form {
    display: none;
}

.friend-tab-item .friend-tab input[type='text'] {
	width: 255px;
    height: 33px;
    padding: 3px 10px 3px;
    margin-top: -20px;
    margin-left: -13px;
    position: absolute;
    font-size: 13px;
    border: 0px;
    outline: none;
    background: #F0F2F5;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.ossn-chat-tab-close {
    width: 17px;
    margin-right: -4px;
    text-align: center;
     color: #bbb;
}

.ossn-chat-new-message {
    background-color: #dc0d17;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fa3c45), to(#dc0d17));
    background-image: -webkit-linear-gradient(#fa3c45, #dc0d17);
    color: #fff;
    min-height: 13px;
    padding: 1px 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    font-size: 10px;
    float: left;
    display: none;
	margin-top: -2px;
    position: absolute;     
}

.ossn-chat-icon-smilies {
    background: #FFF;
    width: 235px;
    min-height: 40px;
    padding: 5px;
    position: fixed;
    border: 1px solid #CCC;
    z-index: 1;
}

.ossn-chat-item-smiles {
    padding: 3px;
}

.ossn-chat-icon-smile-set {
    margin-top: -23px;
    width: 75px;
    padding: 4px;
    height: 27px;
    position: absolute;
    margin-left: 240px;
}

.ossn-chat-icon-smilies {
    display: none;
}
/** Icons **/
.ossn-chat-icon {}
.ossn-chat-icon-online:before {
	content: "\f111 ";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: #57B540;
    font-size: 12px;
    float: left;
}

.ossn-chat-icon-offline:before {
	content: "\f111 ";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: #D23636;
    font-size: 12px;
    float: left;
}
.ossn-chat-option-title-icon {
	width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 4px;
    border-radius: 50%;
}
.ossn-chat-option-title-icon:hover {
    background: #f1f1f1;

}
.ossn-chat-icon-minimize:before {
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: var(--ossn-inchat-icon-color);
}
.ossn-chat-icon-expend {
    transform: rotate(310deg);
}
.ossn-chat-icon-call:before {
    content: "\f03d";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color:var(--ossn-inchat-icon-color);
}
.ossn-chat-icon-expend:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: var(--ossn-inchat-icon-color);
}
.ossn-chat-tab-close:before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: var(--ossn-inchat-icon-color);
}

.ossn-chat-icon-expend:hover {
    opacity: 0.9;
}
.ossn-chat-icon-attachment,
.ossn-chat-icon-smile {
		display:inline-block;
        width:30px;
        height:30px;
        background: #fff;
         border-radius: 50%;
             text-align: center;
}
.ossn-chat-icon-smile:before {
    content: "\f599";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: var(--ossn-inchat-icon-color);
}
.ossn-chat-icon-attachment:hover,
.ossn-chat-icon-smile:hover {
	background: #eee;
    text-align: center;
}
.ossn-chat-icon-attachment:before {
    content: "\f0c6";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: var(--ossn-inchat-icon-color);
}
.ossn-chat-icon {
    width: 16px !important;
    height: 16px !important;
}

.ossn-chat-windows-long {
    display: none;
}

@media only screen
and (min-width : 1280px) {
    .ossn-chat-base {
        width: 910px !important;
    }
}

@media only screen and (min-width : 1500px) {
    .ossn-chat-base {
        width: 1100px !important;
    }
}

@media only screen
and (min-width : 1360px) {
    .ossn-chat-bar {
        display: none !important;
    }

    .ossn-chat-windows-long {
        float: right;
        position: fixed;
        min-height: 500px;
        width: 80px;
        border-left: 1px solid #ccc;
        bottom: 0px;
        right: 0;
        top: 0;
        background: #E9EAED;
        display: block;
    }

    .ossn-chat-windows-long .inner {
        margin-top: 55px;
        border-top: 1px solid #ccc;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .ossn-chat-windows-long .friends-list-item .friends-item-inner {
    	margin: 5px 5px 5px 5px;
    	height: 55px;
    }

    .ossn-chat-windows-long .friends-list-item {
        border-top: 1px solid #E9EAED;
        border-bottom: 1px solid #E9EAED;
        padding-left: 2px;
            text-align: center;
    }

    .ossn-chat-windows-long .friends-list-item:hover {
        background: #E1E2E5;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
    }

    .ossn-chat-windows-long .friends-list-item .icon {
        display: inline-block;
        width: 50px;
        height: 50px;
    }
	

    .ossn-chat-windows-long .friends-list-item .name {
        margin-top: -25px;
        margin-left: 40px;
        max-width: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

   .ossn-chat-windows-long .friends-list-item .ossn-chat-icon-online:before {
    	float: right;
 	margin-right:4px;
    	margin-top: -17px;
 	content: "\f111 ";
    	font-family: 'Font Awesome 5 Free';
    	font-style: normal;
    	font-weight: 900;
    	color: #57B540;
    	font-size: 12px;
    }
}
/** Document **/
#ossn-chat-sound {
    display: none;
}

.ossn-chat-message-sending {
	position: absolute;
    width: 255px;
    height: 34px;
    margin-top: -21px;
    margin-left: -12px;
    padding: 15px;
    display:none;
    background: #fff;
}
.friend-tab .ossn-chat-inner-text {
	margin-top: -2px;
}
.ossn-chat-sending-icon {
    background: url("https://hostel-center.com/E51/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://hostel-center.com/E51/components/OssnGiphy/images/gif.png');
	float: right;
	position: relative;
	margin-right: 5px;
	margin-top: 4px;
	width: 25px;
	height: 25px;
	padding: 5px;
	cursor: pointer;
}

.search-giphy {
	height: 32px;
	background-color: #f2f3f5;
	border: 1px solid #ccd0d5;
	border-radius: 15px;
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 5px 10px;
	outline: none;
}

.giphy-list .ossn-pagination li {
	visibility: hidden;
}

.giphy-list .pagination {
	margin: 0;
}

.giphy-container-inner .ossn-loading {
	margin: -20px auto;
}

.giphy-container-inner .ossn-loading-initial {
	margin: 0 auto;
}

.close-giphy-container {
	float: right;
	top: 0;
	position: absolute;
	right: 0;
	padding: 5px;
	margin: 10px 1px;
	border-radius: 10px;
	cursor: pointer;
}

.giphy-list img {
	cursor: pointer
}

.giphy-powerd-text {
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: 5px;
    display: block;
    bottom: 0;
    position: absolute;
}.birthdays ul {
	padding: 0;
}

.birthdays li {
	display: block;
	width: 100%;
}

.birthdays img {
	display: inline-block;
}

.birthdays a i {
	display: inline-block;
	color: #333;
	padding: 4px;
}

.birthdays a {
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #eee;
	padding: 10px;
}

.birthdays a:hover {
	background: #F9F9F9;
}

.nobirthday {}

.birthdays ul {
	padding: 0;
}

.birthdays li {
	display: block;
	width: 100%;
}

.birthdays img {
	display: inline-block;
}

.birthdays a i {
	display: inline-block;
	color: #333;
	padding: 4px;
}

.birthdays a {
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #eee;
	padding: 10px;
}

.birthdays a:hover {
	background: #F9F9F9;
}

.nobirthday {}.sentiment-positive {
	color:#3BE232;
}
.sentiment-negative {
	    color: #F53737;
}
.sentiment-neutral {
	color: #F5D637;
}@media (max-width: 480px) {
	.ossn-users-list-item img {
    	display: block !important;
    	width: 100%;
   	 	height: 100%;
	}
}
.menu-section-item-emembers-female:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f182" !important;
}
.menu-section-item-emembers-male:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f183" !important;
}
.menu-section-emembers i:before {
    content: "\f0c0" !important;
}.hashtag-trending-container {
    margin-bottom: 10px;
    border: 1px solid var(--main-border-color);
    border-radius: 20px;
    display: inline-block;
    padding: 2px 8px 5px 5px;
}
.hashtag-trending-title {
    font-weight: bold;
}
.hashtag-trending-count {
    font-size: 12px;
    margin-top: -3px;
}
.hashtag-trending-container .icon-container { 
    float: left;
    margin-right: 6px;
    margin-top: 6px;
}
.hashtag-trending-container .icon {
    transition-duration: 2s;
    transition-property: transform;
    
	width: 30px;
    height: 30px;
    background: var(--bg-sidebar-icons);
    border-radius: 100%;
    text-align: center;
    padding: 3px;
}
.hashtag-trending-link {
    color: var(--text-color);
}	
.hashtag-trending-link:hover .icon {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.white-darkmode .hashtag-trending-container .icon svg {
  -webkit-filter: invert(100%); 
          filter: invert(100%);	
}.ossn-polls {}

.ossn-polls-form-questions .progress {
	font-weight: bold;
}

.ossn-polls-has-no-progress {
	color: #000;
}

.ossn-polls-form-questions .panel-body {
	padding-top: 0;
	padding-bottom: 0;
}

.ossn-poll-loading-submit {
	margin: 0 auto;
	width: 40px;
	display: none;
}

.ossn-polls-form-questions label.btn span {
	font-size: 1.5em;
}

.ossn-polls-form-questions label input[type="radio"]~i.fa.fa-circle-o {
	color: #c8c8c8;
	display: inline;
}

.ossn-polls-form-questions label input[type="radio"]~i.fa.fa-dot-circle-o {
	display: none;
}

.ossn-polls-form-questions label input[type="radio"]:checked~i.fa.fa-circle-o {
	display: none;
}

.ossn-polls-form-questions label input[type="radio"]:checked~i.fa.fa-dot-circle-o {
	color: #0b769c;
	display: inline;
}

.ossn-polls-form-questions label:hover input[type="radio"]~i.fa {
	color: #0b769c;
}

.ossn-polls-form-questions label input[type="checkbox"]~i.fa.fa-square-o {
	color: #c8c8c8;
	display: inline;
}

.ossn-polls-form-questions label input[type="checkbox"]~i.fa.fa-check-square-o {
	display: none;
}

.ossn-polls-form-questions label input[type="checkbox"]:checked~i.fa.fa-square-o {
	display: none;
}

.ossn-polls-form-questions label input[type="checkbox"]:checked~i.fa.fa-check-square-o {
	color: #0b769c;
	display: inline;
}

.ossn-polls-form-questions label:hover input[type="checkbox"]~i.fa {
	color: #0b769c;
}

.ossn-polls-form-questions div[data-toggle="buttons"] label.active {
	color: #0b769c;
}

.ossn-polls-form-questions div[data-toggle="buttons"] label {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 2em;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	cursor: pointer;
	background-color: none;
	border: 0px solid #c8c8c8;
	border-radius: 3px;
	color: #c8c8c8;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.ossn-polls-form-questions div[data-toggle="buttons"] label:hover {
	color: #0b769c;
}

.ossn-polls-form-questions div[data-toggle="buttons"] label:active,
div[data-toggle="buttons"] label.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ossn-polls-item {
	background: #fbfbfb;
	border-top: 1px solid #eee;
	padding-top: 5px;
	padding: 5px 10px 10px;
}

.btn-group-vertical {
	margin-top: 10px;
}

.ossn-poll-main {
	background: #fff;
	padding: 15px;
}

.menu-section-polls i:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f080" !important;
}

.menu-section-item-polls-all:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f080" !important;
}

.menu-section-item-polls-all:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f080" !important;
}

.poll-container {
	margin-bottom: 20px;
	background-color: var(--comment-list-bg);
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	border-color: var(--main-border-color-bit);
}

.poll-body {}

.poll-title {
	color: var(--text-color);
	background-color: var(--comment-list-bg);
	border-color: var(--main-border-color-bit);
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.poll-footer {
	padding: 10px 15px;
	background-color: var(--comment-list-bg);
	border-top: 1px solid var(--main-border-color-bit);
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.poll-votes-total {
    font-size: 13px;
    margin-left: 5px;
    float: right;
}

.poll-label {
    color: black;
    z-index: 1;
    position: relative;
    margin-left: 40px;
    max-width: 75%;
    padding-top: 10px;
    padding-bottom: 10px;  
}
.poll-percent {
    color: black;
    z-index: 1;
    position: absolute;
    right: 10px;
}
.poll-container .progress {
    min-height: 32px;
    position: relative !important;
    margin-top: 15px;
    height: auto;
}
.poll-container  .progress-bar {
	width: 5%;
    background-color: rgb(191 191 191 / 58%);
	text-align: left;
    white-space: break-spaces;    
}
.poll-progress-highlight {
	background-color: rgba(29, 155, 240, 0.58) !important;
}
.progress-bar-no-votes {
	background:#ffffff00 !important;
}
.polls-progress-bar-absol {
    position: absolute;
    height: 100%;	
}
.poll-check {
    z-index: 1;
    position: absolute;
    margin-left: 10px;
    margin-top: -4px;
    white-space: nowrap;
}
.poll-check input[type="checkbox"]{
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.polls-show-voters {
	cursor:pointer;
}	.feedback {
	position: fixed;
    right: 0;
    bottom: 0;
    margin-right: 90px;
    margin-bottom: 80px;
}
.menu-section-item-feedback:before {
    content: "\f086" !important;
}.menu-topbar-dropdown-deleteaccount {
		 color: #ff1919 !important;
}
.dpdiv a {
	font-weight:bold;
}
.dpdiv span {
	font-weight:initial;
}
.dpdiv {
	margin-bottom:10px !important;
}.groupinvite .token-input-input-token {
	width:100%;
    margin-top: 10px;
}
.groupinvite .token-input-list {
	border-left:0px;
    border-right:0px;
    border-top:0px;
	border-bottom:0px;    
}
.groupinvite-form p {
	margin-bottom:0px;
}
.groupinvite ul.token-input-list {
	border-radius:initial;
}
.fa-groupinvite {
	margin-right:0px;
}

#token-input-group-invite-input {
	width: 100% !important;
}

.ossn-notification-icon-groupinvite {
    display: inline-block;
}
.ossn-notification-icon-groupinvite:before {
	content: "\f0c0";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}.jq-password-validator__popover {
    background: #f7d9d9;
    border-radius: 3px;
    box-sizing: border-box;
    color: #111111;
    opacity: 0;
    border: 1px solid #b76363;
    margin-top: 0.5rem;
    padding: 1rem;
    position: absolute;
	top: 0px;
    right: 0;
    text-align: left;
    transition: all 0.5s;
    z-index: 999;
}

.jq-password-validator {

  }
  .jq-password-validator.is-hidden .jq-password-validator__popover {
    opacity: 0; }
  .jq-password-validator.is-visible .jq-password-validator__popover {
    opacity: 1; }

.jq-password-validator__checkmark {
  height: 1em;
  fill: #111111;
  margin-right: 0.5em;
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 1em; }

.jq-password-validator__rule {
  overflow: hidden; }
  .jq-password-validator__rule.is-invalid .jq-password-validator__checkmark {
    transform: scale(0);
    visibility: hidden; }
  .jq-password-validator__rule.is-valid .jq-password-validator__checkmark {
    transform: scale(1);
    visibility: visible; }

#ossn-home-signup {
	position:relative;
}.menubuilder-item-topbar-dropdown i {
	    font-size: 15px !important;
}
.fa,
.fab,
.fas {
	margin-right:5px;
}
.menubuilder-item-topbar-dropdown:before {
		content:" " !important;
}
.menubuilder-item-topbar-dropdown i {
	margin-right: 14px;
}
.ossn-topbar-dropdown-menu ul li a:before {
	width: 20px;
}.newsfeed-middle-top {
	display: block;
	margin-top: 0px;
}
.pinnedposts .alert {
	margin-bottom: 6px;
}
.pinned-post {
	padding-top: 10px;
}
/*
7.2dev2 new feature
the unpin icon
since font-awesome free has no regular 'upin' icon
we combine a backslash and a 'pin' icon directed left-ward to overwrite the backslash
*/
.ossn-wall-item .post-control-unpin::before {
	content: "\f715" !important;
}
.pinnedpost-unpin-icon-fake {
	display: inline-block;
	margin-left: -25px;
	margin-right: 10px;
}
/*
7.2dev3 new feature
the pin icon
*/
.ossn-wall-item .post-control-pin::before {
	content: "\f08d" !important;
}
.visitor-counter {
	font-weight: bold;
	font-size: 18px !important;
}.ossn-menu-search-com-bio-search-bio .text::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f06e";
	font-weight: 900;
	padding-right: 10px;
	vertical-align: middle;
	float: left;
}
.com-bio-edit-box label { font-weight: 600; margin: 8px 0 5px; display: block; }
.com-bio-edit-hint { color: #777; margin-bottom: 15px; }
.com-bio-section-title { margin: 20px 0 10px; padding-bottom: 6px; border-bottom: 1px solid #e7e7e7; font-size: 16px; }
.com-bio-wide-label { margin-top: 15px !important; }
.com-bio-textarea { min-height: 130px; }
.com-bio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }
.com-bio-grid input, .com-bio-grid select { width: 100%; padding: 9px; border: 1px solid #ddd; border-radius: 6px; background: #fff; }
.com-bio-checks { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 12px; }
.com-bio-checks label { display: inline-flex !important; align-items: center; gap: 5px; margin: 0 !important; padding: 7px 10px; background: #f5f5f5; border: 1px solid #e1e1e1; border-radius: 999px; font-weight: normal !important; }
.com-bio-inline { display: inline-block !important; margin-right: 18px !important; font-weight: normal !important; }
.com-bio-profile { padding: 5px; }
.com-bio-about { background: #fff; border: 1px solid #e7e7e7; border-radius: 10px; padding: 16px; margin-bottom: 15px; }
.com-bio-about h3 { margin-top: 0; }
.com-bio-about p { font-size: 15px; line-height: 1.55; margin-bottom: 0; }
.com-bio-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.com-bio-card { display: flex; gap: 10px; align-items: flex-start; background: #fff; border: 1px solid #e7e7e7; border-radius: 10px; padding: 12px; }
.com-bio-icon { font-size: 22px; line-height: 1; }
.com-bio-card strong { font-size: 13px; color: #555; }
.com-bio-card span { font-size: 14px; }
.com-bio-tagbox { margin-top: 15px; background: #fff; border: 1px solid #e7e7e7; border-radius: 10px; padding: 14px; }
.com-bio-tagbox h4 { margin: 0 0 10px; font-size: 15px; }
.com-bio-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.com-bio-tags span { display: inline-block; padding: 7px 10px; border-radius: 999px; background: #111827; color: #fff; font-size: 13px; }
.com-bio-links { margin-top: 15px; display: flex; gap: 10px; flex-wrap: wrap; }
.com-bio-links a { display: inline-block; padding: 9px 14px; border-radius: 999px; background: #111827; color: #fff !important; text-decoration: none !important; }
.com-bio-empty { padding: 15px; background: #fff; border: 1px solid #e7e7e7; border-radius: 10px; color: #777; }
@media (max-width: 700px) { .com-bio-grid, .com-bio-cards { grid-template-columns: 1fr; } }

.com-bio-image-manage { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 10px 0 12px; }
.com-bio-image-manage label { display: block !important; margin: 0 !important; padding: 8px; border: 1px solid #e7e7e7; border-radius: 10px; background: #fff; font-weight: normal !important; }
.com-bio-image-manage img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; display: block; margin-bottom: 6px; }
.com-bio-image-manage span { font-size: 12px; color: #555; }
.com-bio-file-input { width: 100%; padding: 10px; border: 1px dashed #bbb; border-radius: 8px; background: #fafafa; }
.com-bio-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-bottom: 15px; }
.com-bio-gallery a { display: block; border-radius: 12px; overflow: hidden; border: 1px solid #e7e7e7; background: #fff; }
.com-bio-gallery img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; transition: transform .18s ease; }
.com-bio-gallery a:hover img { transform: scale(1.04); }
.com-bio-dating-card .com-bio-dating-avatar img { border-radius: 14px; }
@media (max-width: 700px) { .com-bio-image-manage, .com-bio-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } }



/* Fixed /dating page */
.com-bio-dating-hero { background: linear-gradient(135deg, #111827, #22001a); color: #fff; border-radius: 14px; padding: 22px; margin-bottom: 16px; box-shadow: 0 0 20px rgba(255,0,122,.18); }
.com-bio-dating-hero h2 { margin: 0 0 8px; font-size: 26px; }
.com-bio-dating-hero p { margin: 0 0 14px; color: #f1f1f1; }
.com-bio-dating-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.com-bio-dating-btn, .com-bio-dating-btn:hover { display: inline-block; padding: 10px 15px; border-radius: 999px; background: #ff007a; color: #fff !important; text-decoration: none !important; font-weight: 700; }
.com-bio-dating-btn.secondary { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.35); }
.com-bio-dating-filter { display: grid; grid-template-columns: 1fr 1fr 180px 120px; gap: 10px; margin-bottom: 14px; }
.com-bio-dating-filter input, .com-bio-dating-filter select { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 8px; background: #fff; }
.com-bio-dating-filter button { border: 0; border-radius: 8px; background: #111827; color: #fff; font-weight: 700; }
.com-bio-dating-count { font-size: 16px; margin: 10px 0 14px; }
.com-bio-dating-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.com-bio-dating-card { display: flex; gap: 12px; background: #fff; border: 1px solid #e7e7e7; border-radius: 12px; padding: 14px; }
.com-bio-dating-avatar img { width: 72px; height: 72px; object-fit: cover; border-radius: 50%; }
.com-bio-dating-info h4 { margin: 0 0 4px; font-size: 17px; }
.com-bio-dating-info p { margin: 0 0 8px; color: #666; }
.com-bio-dating-mini { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.com-bio-dating-mini span { display: inline-block; padding: 5px 8px; border-radius: 999px; background: #f4f4f4; font-size: 12px; }
.com-bio-dating-open { display: inline-block; font-weight: 700; }
@media (max-width: 800px) { .com-bio-dating-filter, .com-bio-dating-grid { grid-template-columns: 1fr; } .com-bio-dating-filter button { padding: 11px; } }

/* SoftplusDating main experience */
.softplusdating-page { --spd-brand: #d92372; }
.softplusdating-hero {
	display: flex;
	align-items: center;
	gap: 16px;
	background: linear-gradient(135deg, var(--spd-brand), #111827);
	color: #fff;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 16px;
}
.softplusdating-logo {
	width: 82px;
	height: 82px;
	object-fit: contain;
	background: rgba(255,255,255,.92);
	border-radius: 8px;
	padding: 8px;
}
.softplusdating-hero h2 { margin: 0 0 6px; font-size: 26px; }
.softplusdating-hero p { margin: 0; color: rgba(255,255,255,.9); }
.softplusdating-primary,
.softplusdating-open,
.softplusdating-filter button,
.softplusdating-locked button,
.softplusdating-vote button {
	border: 0;
	border-radius: 8px;
	background: var(--spd-brand);
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 10px 13px;
	text-decoration: none !important;
}
.softplusdating-primary { margin-left: auto; white-space: nowrap; }
.softplusdating-filter {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr auto;
	gap: 8px;
	background: #fff;
	border: 1px solid #e6e8eb;
	border-radius: 8px;
	padding: 12px;
	margin-bottom: 14px;
}
.softplusdating-filter input,
.softplusdating-filter select {
	width: 100%;
	border: 1px solid #d8dde3;
	border-radius: 8px;
	padding: 10px;
	background: #fff;
}
.softplusdating-count { font-weight: 700; margin: 10px 0 14px; }
.softplusdating-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.softplusdating-card {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 14px;
	background: #fff;
	border: 1px solid #e6e8eb;
	border-radius: 8px;
	padding: 14px;
}
.softplusdating-images {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
	align-content: start;
}
.softplusdating-images img,
.softplusdating-images a {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	overflow: hidden;
	object-fit: cover;
	background: #eef1f4;
}
.softplusdating-info h3 { margin: 0 0 5px; font-size: 20px; }
.softplusdating-info p { color: #667085; margin: 0 0 10px; }
.softplusdating-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.softplusdating-tags span,
.softplusdating-match,
.softplusdating-vote span {
	display: inline-block;
	border-radius: 999px;
	background: #f2f4f7;
	color: #344054;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 9px;
}
.softplusdating-match { background: rgba(217,35,114,.12); color: var(--spd-brand); margin-bottom: 10px; }
.softplusdating-interest { margin: 0 0 12px; }
.softplusdating-interest form { margin: 0; }
.softplusdating-interest button,
.softplusdating-interest span {
	background: linear-gradient(180deg, #8dff00, #35d000);
	border: 0;
	border-radius: 8px;
	box-shadow: 0 5px 0 #168500;
	color: #061d00 !important;
	display: inline-block;
	font-weight: 900;
	padding: 10px 13px;
	text-decoration: none !important;
}
.softplusdating-interest span {
	background: #f2f4f7;
	box-shadow: none;
	color: #344054 !important;
}
.softplusdating-vote { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 12px; }
.softplusdating-vote form { display: flex; gap: 6px; margin: 0; }
.softplusdating-vote button:last-child { background: #667085; }
.softplusdating-locked {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: repeating-linear-gradient(135deg, #202938, #202938 8px, #2e3a4d 8px, #2e3a4d 16px);
	border-radius: 8px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	text-align: center;
}
.softplusdating-locked strong { font-size: 13px; }
.softplusdating-locked span { display: block; font-size: 12px; margin: 5px 0; }
.softplusdating-locked form { margin: 0; }
.softplusdating-locked button { padding: 7px 9px; font-size: 12px; }
.profile-lock { min-height: 160px; }
.softplusdating-admin-form {
	display: grid;
	grid-template-columns: 240px minmax(220px, 1fr);
	gap: 10px;
	align-items: center;
	background: #fff;
	border: 1px solid #e6e8eb;
	border-radius: 8px;
	padding: 16px;
}
.softplusdating-admin-form h3 { grid-column: 1 / -1; margin: 10px 0 0; }
.softplusdating-admin-form input[type="text"],
.softplusdating-admin-form input[type="number"],
.softplusdating-admin-form input[type="file"] { width: 100%; border: 1px solid #d8dde3; border-radius: 8px; padding: 9px; }
.softplusdating-logo-preview { grid-column: 2; }
.softplusdating-logo-preview img { max-width: 180px; max-height: 90px; object-fit: contain; border: 1px solid #e6e8eb; border-radius: 8px; padding: 8px; }
.softplusdating-gate-banner {
	background: linear-gradient(145deg, #ff1f2d 0%, #ba000d 52%, #6f0008 100%);
	border: 2px solid #ff6b6b;
	border-radius: 8px;
	box-shadow: 0 18px 0 #4d0006, 0 24px 34px rgba(0,0,0,.42), inset 0 2px 0 rgba(255,255,255,.35);
	color: #fff;
	margin: 22px auto 34px;
	max-width: 760px;
	padding: 28px;
	text-align: center;
	transform: perspective(800px) rotateX(2deg);
}
.softplusdating-gate-title {
	font-size: 28px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 20px;
	text-shadow: 0 3px 0 #650006, 0 5px 12px rgba(0,0,0,.4);
}
.softplusdating-gate-button,
.softplusdating-gate-button:hover {
	background: linear-gradient(180deg, #8dff00, #36d400);
	border: 2px solid #d9ff00;
	border-radius: 8px;
	box-shadow: 0 7px 0 #168500, 0 12px 22px rgba(38,255,0,.35);
	color: #041900 !important;
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	padding: 13px 22px;
	text-decoration: none !important;
	text-transform: uppercase;
}
@media (max-width: 900px) {
	.softplusdating-filter,
	.softplusdating-grid,
	.softplusdating-card,
	.softplusdating-admin-form { grid-template-columns: 1fr; }
	.softplusdating-primary { margin-left: 0; }
	.softplusdating-hero { align-items: flex-start; flex-direction: column; }
	.softplusdating-gate-title { font-size: 22px; }
}
.orb-wrap {
    --orb-bg: rgba(6, 11, 30, .92);
    --orb-panel: rgba(10, 18, 46, .82);
    --orb-panel-strong: rgba(13, 24, 58, .94);
    --orb-border: rgba(87, 247, 255, .26);
    --orb-cyan: #57f7ff;
    --orb-pink: #ff2bd6;
    --orb-blue: #2f6bff;
    --orb-purple: #8b5cff;
    --orb-orange: #ff9d2e;
    --orb-green: #8dff00;
    --orb-text: #edf4ff;
    --orb-muted: #aebcf6;
    max-width: 1120px;
    margin: 18px auto 42px;
    padding: 0 14px;
    color: var(--orb-text);
    font-family: inherit;
    position: relative;
    isolation: isolate;
}

.orb-wrap:before {
    content: "";
    position: absolute;
    inset: -24px -12px auto;
    height: 220px;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 43, 214, .24), transparent 32%),
        radial-gradient(circle at 82% 8%, rgba(87, 247, 255, .2), transparent 34%),
        linear-gradient(135deg, rgba(47,107,255,.09), transparent);
    filter: blur(2px);
}

.orb-wrap h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(28px, 4.2vw, 46px);
    font-weight: 950;
    line-height: 1.05;
    letter-spacing: 0;
    text-shadow: 0 0 18px rgba(87,247,255,.26), 0 0 30px rgba(255,43,214,.18);
}

.orb-wrap h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    text-shadow: 0 0 14px rgba(87,247,255,.18);
}

.orb-wrap p,
.orb-wrap div,
.orb-wrap td,
.orb-wrap th,
.orb-wrap label,
.orb-wrap span {
    color: var(--orb-text);
}

.orb-muted {
    color: var(--orb-muted) !important;
    line-height: 1.55;
}

.orb-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0 18px;
}

.orb-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
    gap: 18px;
}

.orb-two {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
    gap: 16px;
}

.orb-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.orb-four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.orb-card,
.orb-panel,
.orb-license-box,
.orb-price-row div,
.orb-notice {
    background:
        linear-gradient(145deg, rgba(12, 23, 57, .92), rgba(5, 10, 28, .78)) !important;
    border: 1px solid var(--orb-border) !important;
    border-radius: 16px;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .08);
    color: var(--orb-text);
    backdrop-filter: blur(16px) saturate(145%);
}

.orb-card {
    overflow: hidden;
    transform: translateY(0);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.orb-card:hover,
.orb-panel:hover {
    border-color: rgba(255,43,214,.56) !important;
    box-shadow: 0 24px 58px rgba(0, 0, 0, .46), 0 0 26px rgba(255,43,214,.18), inset 0 1px 0 rgba(255,255,255,.12);
}

.orb-card:hover {
    transform: translateY(-5px);
}

.orb-panel {
    padding: 16px;
}

.orb-card-body {
    padding: 15px;
}

.orb-card img {
    width: 100%;
    height: 162px;
    object-fit: cover;
    background: rgba(5,10,28,.9);
    border-bottom: 1px solid rgba(87,247,255,.22);
    filter: saturate(1.15) contrast(1.04);
}

.orb-license-box {
    display: grid;
    gap: 4px;
    padding: 12px;
}

.orb-license-box strong {
    color: #fff;
}

.orb-license-box span {
    color: var(--orb-muted);
    font-size: 13px;
}

.orb-license-box.ok {
    border-color: rgba(141,255,0,.45) !important;
    box-shadow: 0 0 22px rgba(141,255,0,.12), inset 0 1px 0 rgba(255,255,255,.08);
}

.orb-license-box.bad {
    border-color: rgba(255,43,84,.55) !important;
    box-shadow: 0 0 22px rgba(255,43,84,.13), inset 0 1px 0 rgba(255,255,255,.08);
}

.orb-price,
.orb-total {
    color: var(--orb-green) !important;
    font-size: 21px;
    font-weight: 950;
    text-shadow: 0 0 16px rgba(141,255,0,.28);
}

.orb-detail-list {
    display: grid;
    gap: 8px;
    margin: 12px 0 16px;
}

.orb-detail-list div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 10px;
    align-items: baseline;
    padding: 8px 0;
    border-bottom: 1px solid rgba(87,247,255,.15);
}

.orb-detail-list span,
.orb-price-row span {
    color: var(--orb-cyan) !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.orb-detail-list strong {
    color: #fff;
    font-weight: 800;
}

.orb-description {
    margin: 14px 0 18px;
    color: #dbe6ff;
    line-height: 1.62;
}

.orb-price-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.orb-price-row div {
    padding: 12px;
}

.orb-price-row strong {
    display: block;
    margin-top: 5px;
    color: var(--orb-green);
    font-size: 19px;
    font-weight: 950;
}

.orb-btn,
.orb-form button,
.orb-panel button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 12px;
    background: linear-gradient(135deg, var(--orb-pink), var(--orb-blue)) !important;
    color: #ffffff !important;
    padding: 10px 15px;
    font-weight: 950;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(255,43,214,.28), 0 10px 20px rgba(0,0,0,.24);
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.orb-btn:hover,
.orb-form button:hover,
.orb-panel button:hover {
    color: #fff !important;
    filter: saturate(1.15);
    box-shadow: 0 0 26px rgba(87,247,255,.32), 0 12px 24px rgba(0,0,0,.3);
    transform: translateY(-1px);
}

.orb-btn.secondary {
    background: rgba(87,247,255,.1) !important;
    box-shadow: inset 0 0 0 1px rgba(87,247,255,.28), 0 0 18px rgba(87,247,255,.12);
}

.orb-btn.warn {
    background: linear-gradient(135deg, var(--orb-orange), var(--orb-pink)) !important;
}

.orb-form {
    display: grid;
    gap: 11px;
}

.orb-form label {
    display: grid;
    gap: 6px;
    color: #edf4ff;
    font-weight: 850;
}

.orb-form input,
.orb-form textarea,
.orb-form select,
.orb-panel select {
    width: 100%;
    min-height: 40px;
    padding: 9px 11px;
    border: 1px solid rgba(87,247,255,.28) !important;
    border-radius: 11px;
    background: rgba(3, 9, 27, .88) !important;
    color: #ffffff !important;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
}

.orb-form input:focus,
.orb-form textarea:focus,
.orb-form select:focus,
.orb-panel select:focus {
    border-color: var(--orb-cyan) !important;
    box-shadow: 0 0 0 3px rgba(87,247,255,.16), 0 0 20px rgba(87,247,255,.18);
    outline: none;
}

.orb-form input::placeholder,
.orb-form textarea::placeholder {
    color: rgba(220,230,255,.72);
}

.orb-form option,
.orb-panel option {
    background: #070d22;
    color: #fff;
}

.orb-form textarea {
    min-height: 92px;
    resize: vertical;
}

.orb-form input[type="checkbox"] {
    width: auto;
    min-height: auto;
    accent-color: var(--orb-pink);
}

.orb-gallery {
    display: grid;
    grid-template-columns: 2fr repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 18px;
}

.orb-gallery img {
    width: 100%;
    height: 132px;
    object-fit: cover;
    border: 1px solid rgba(87,247,255,.24);
    border-radius: 14px;
    box-shadow: 0 12px 26px rgba(0,0,0,.26);
    filter: saturate(1.12) contrast(1.05);
}

.orb-gallery img:first-child {
    height: 274px;
    grid-row: span 2;
}

.orb-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: rgba(6, 12, 31, .9) !important;
    border: 1px solid rgba(87,247,255,.18);
    border-radius: 14px;
    overflow: hidden;
}

.orb-table th {
    background: linear-gradient(135deg, rgba(87,247,255,.14), rgba(255,43,214,.1)) !important;
    color: #fff;
    font-weight: 950;
}

.orb-table th,
.orb-table td {
    border-bottom: 1px solid rgba(87,247,255,.13);
    padding: 10px;
    text-align: left;
    vertical-align: top;
    color: #edf4ff;
}

.orb-table tr:last-child td {
    border-bottom: 0;
}

.orb-table a {
    color: var(--orb-cyan) !important;
    font-weight: 850;
}

.orb-badge {
    display: inline-block;
    border: 1px solid rgba(87,247,255,.25);
    border-radius: 999px;
    padding: 5px 10px;
    background: rgba(87,247,255,.12);
    color: var(--orb-cyan) !important;
    font-size: 12px;
    font-weight: 900;
    text-shadow: 0 0 12px rgba(87,247,255,.24);
}

.orb-notice {
    padding: 13px;
    margin-bottom: 12px;
    border-color: rgba(255,157,46,.42) !important;
    background:
        linear-gradient(135deg, rgba(255,157,46,.18), rgba(255,43,214,.1)) !important;
    color: #fff7dc;
}

.orb-print {
    max-width: 900px;
    margin: 20px auto;
    background: #ffffff;
    padding: 28px;
    color: #111111;
}

.orb-print * {
    color: #111111;
}

@media (max-width: 860px) {
    .orb-two,
    .orb-three,
    .orb-four,
    .orb-gallery {
        grid-template-columns: 1fr;
    }

    .orb-wrap {
        margin-top: 12px;
        padding: 0 10px;
    }

    .orb-gallery img,
    .orb-gallery img:first-child {
        height: 220px;
        grid-row: auto;
    }

    .orb-table {
        display: block;
        overflow-x: auto;
        font-size: 13px;
    }

    .orb-btn,
    .orb-form button,
    .orb-panel button {
        width: 100%;
        min-height: 46px;
    }
}

@media print {
    body > *:not(.orb-print) {
        display: none !important;
    }

    .orb-print {
        box-shadow: none;
        margin: 0;
        max-width: none;
    }

    .orb-no-print {
        display: none !important;
    }
}
/**
 * Softplus Jobs Cyber Theme Skin fuer OSSN 8+
 * Passt das Modul optisch an das Helldark/Cyber-Theme an.
 */
.softplus-jobs {
    --spj-bg: rgba(3, 8, 28, .9);
    --spj-panel: rgba(8, 18, 50, .78);
    --spj-panel-strong: rgba(14, 25, 66, .92);
    --spj-line: rgba(52, 239, 255, .34);
    --spj-line-hot: rgba(255, 61, 214, .46);
    --spj-text: #f5f8ff;
    --spj-muted: #b9c8ff;
    --spj-cyan: #32f6ff;
    --spj-pink: #ff39d8;
    --spj-blue: #5b6cff;
    --spj-orange: #ffb347;
    width: 100%;
    max-width: 1040px;
    box-sizing: border-box;
    margin: 0 auto 28px;
    padding: 18px;
    overflow: hidden;
    color: var(--spj-text);
    border: 1px solid var(--spj-line);
    border-radius: 12px;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 57, 216, .22), transparent 32%),
        radial-gradient(circle at 92% 12%, rgba(50, 246, 255, .18), transparent 34%),
        linear-gradient(135deg, rgba(3, 8, 28, .94), rgba(15, 7, 44, .92) 58%, rgba(3, 26, 48, .9));
    box-shadow: 0 0 32px rgba(50, 246, 255, .16), inset 0 1px 0 rgba(255, 255, 255, .08);
    position: relative;
}
.softplus-jobs::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(50, 246, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 57, 216, .05) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .65), transparent 78%);
}
.softplus-jobs > * {
    position: relative;
    z-index: 1;
}
.softplus-jobs h2,
.softplus-jobs h3 {
    margin-top: 0;
    color: var(--spj-text);
    letter-spacing: 0;
    text-shadow: 0 0 14px rgba(50, 246, 255, .45);
}
.softplus-jobs h2 {
    font-size: 28px;
}
.softplus-jobs h3 {
    font-size: 22px;
}
.softplus-jobs a {
    color: var(--spj-cyan);
}
.softplus-jobs a:hover,
.softplus-jobs a:focus {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 12px rgba(50, 246, 255, .72);
}
.softplus-jobs-nav,
.softplus-jobs-toolbar,
.softplus-jobs-start,
.softplus-jobs-filter,
.softplus-employer-box,
.softplus-apply-summary,
.softplus-apply-form,
.softplus-billing-box {
    border: 1px solid var(--spj-line);
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(7, 17, 48, .78), rgba(15, 9, 48, .72));
    box-shadow: 0 14px 35px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
}
.softplus-jobs-toolbar,
.softplus-job-card,
.softplus-jobs-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.softplus-jobs-toolbar {
    margin-bottom: 16px;
    padding: 14px 16px;
}
.softplus-jobs-toolbar h2 {
    margin: 0;
}
.softplus-jobs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
    padding: 10px;
}
.softplus-jobs-nav-item,
.softplus-jobs-start a {
    color: var(--spj-text);
    border: 1px solid rgba(50, 246, 255, .28);
    border-radius: 10px;
    background: rgba(0, 12, 36, .74);
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.softplus-jobs-nav-item {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 12px;
}
.softplus-jobs-nav-item.is-active,
.softplus-jobs-nav-item:hover,
.softplus-jobs-start a:hover {
    color: #fff;
    border-color: var(--spj-pink);
    background: linear-gradient(135deg, rgba(255, 57, 216, .22), rgba(50, 246, 255, .16));
    box-shadow: 0 0 20px rgba(255, 57, 216, .24);
    transform: translateY(-2px);
}
.softplus-jobs-filter,
.softplus-jobs-grid,
.softplus-jobs-start {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}
.softplus-jobs-filter,
.softplus-jobs-start {
    padding: 12px;
}
.softplus-jobs-start a {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 78px;
    padding: 13px;
}
.softplus-jobs-start strong {
    color: #fff;
}
.softplus-jobs-start span,
.softplus-job-meta,
.softplus-upload-field span,
.softplus-jobs-copyright,
.softplus-job-company {
    color: var(--spj-muted);
}
.softplus-jobs-form {
    display: block;
    max-width: 820px;
}
.softplus-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
    margin-bottom: 13px;
}
.softplus-field label,
.softplus-jobs-check {
    color: #fff;
    font-weight: 700;
}
.softplus-field input[type="text"],
.softplus-field input[type="url"],
.softplus-field input[type="email"],
.softplus-field input[type="date"],
.softplus-field input[type="file"],
.softplus-field select,
.softplus-field textarea,
.softplus-jobs-filter input,
.softplus-jobs-filter select,
.softplus-jobs select,
.softplus-jobs textarea,
.softplus-jobs input[type="text"],
.softplus-jobs input[type="url"],
.softplus-jobs input[type="email"],
.softplus-jobs input[type="date"],
.softplus-jobs input[type="number"] {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 40px;
    box-sizing: border-box;
    color: #f7fbff;
    border: 1px solid rgba(50, 246, 255, .34);
    border-radius: 9px;
    background: rgba(1, 9, 28, .86);
    box-shadow: inset 0 0 14px rgba(50, 246, 255, .07);
}
.softplus-field input[type="file"] {
    padding: 8px;
}
.softplus-field input:focus,
.softplus-field select:focus,
.softplus-field textarea:focus,
.softplus-jobs-filter input:focus,
.softplus-jobs-filter select:focus {
    outline: 2px solid rgba(50, 246, 255, .45);
    border-color: var(--spj-cyan);
    box-shadow: 0 0 18px rgba(50, 246, 255, .2);
}
.softplus-field textarea {
    min-height: 140px;
    resize: vertical;
}
.softplus-field-wide {
    width: 100%;
}
.softplus-jobs-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}
.softplus-jobs-filter .softplus-jobs-check {
    align-self: center;
    min-height: 40px;
}
.softplus-jobs-check input,
.softplus-jobs input[type="checkbox"] {
    accent-color: var(--spj-cyan);
}
.softplus-job-card {
    margin-bottom: 14px;
    padding: 15px;
    color: var(--spj-text);
    border: 1px solid rgba(50, 246, 255, .28);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(8, 18, 50, .86), rgba(19, 8, 52, .78));
    box-shadow: 0 16px 35px rgba(0, 0, 0, .32), 0 0 20px rgba(50, 246, 255, .08);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.softplus-job-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 57, 216, .66);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .38), 0 0 26px rgba(255, 57, 216, .22);
}
.softplus-job-card > div {
    flex: 1;
    min-width: 0;
}
.softplus-job-card.is-featured {
    border-left: 4px solid var(--spj-orange);
    box-shadow: 0 16px 35px rgba(0, 0, 0, .32), 0 0 24px rgba(255, 179, 71, .18);
}
.softplus-job-card.is-withdrawn {
    border-style: dashed;
    opacity: .78;
}
.softplus-job-thumb {
    display: block;
    flex: 0 0 146px;
    width: 146px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid rgba(50, 246, 255, .34);
    border-radius: 10px;
    background: rgba(5, 13, 34, .92);
    box-shadow: 0 0 18px rgba(50, 246, 255, .12);
}
.softplus-job-thumb img,
.softplus-job-hero img,
.softplus-apply-summary img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.softplus-job-hero {
    width: 100%;
    aspect-ratio: 16 / 7;
    max-height: 340px;
    margin: 0 0 18px;
    overflow: hidden;
    border: 1px solid rgba(50, 246, 255, .34);
    border-radius: 12px;
    background: rgba(5, 13, 34, .92);
    box-shadow: 0 0 24px rgba(50, 246, 255, .14);
}
.softplus-job-company {
    margin: -4px 0 8px;
    font-weight: 700;
}
.softplus-job-meta {
    font-size: 13px;
}
.softplus-employer-box {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 0 0 18px;
    padding: 14px;
}
.softplus-employer-box p {
    margin: 0;
}
.softplus-jobs-options {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 4px 0 14px;
}
.softplus-jobs-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}
.softplus-jobs-stats div {
    padding: 14px;
    color: var(--spj-text);
    border: 1px solid rgba(50, 246, 255, .3);
    border-radius: 10px;
    background: rgba(1, 9, 28, .72);
}
.softplus-jobs-stats strong {
    display: block;
    color: var(--spj-cyan);
    font-size: 26px;
    text-shadow: 0 0 14px rgba(50, 246, 255, .55);
}
.softplus-jobs-copyright {
    margin-top: 18px;
    padding-top: 10px;
    border-top: 1px solid rgba(50, 246, 255, .22);
    font-size: 12px;
    text-align: center;
}
.softplus-jobs-admin-links,
.softplus-job-manage-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.softplus-jobs-admin-links {
    margin-top: 14px;
}
.softplus-job-manage-actions {
    flex: 0 0 auto;
    justify-content: flex-end;
}
.softplus-job-manage-actions form {
    margin: 0;
}
.softplus-job-photo-current {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}
.softplus-job-photo-current img {
    display: block;
    width: 128px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border: 1px solid rgba(50, 246, 255, .34);
    border-radius: 10px;
    background: rgba(5, 13, 34, .92);
}
.softplus-apply-page {
    max-width: 860px;
}
.softplus-apply-summary {
    display: flex;
    gap: 14px;
    align-items: center;
    margin: 0 0 16px;
    padding: 14px;
}
.softplus-apply-summary img {
    flex: 0 0 138px;
    width: 138px;
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(50, 246, 255, .34);
    border-radius: 10px;
}
.softplus-apply-summary h2 {
    margin-bottom: 8px;
}
.softplus-apply-form,
.softplus-billing-box {
    padding: 16px;
}
.softplus-jobs-text {
    color: #eef4ff;
    line-height: 1.6;
}
.softplus-jobs-text-list {
    margin: 8px 0 18px 22px;
    padding: 0;
}
.softplus-jobs-text-list li {
    margin: 6px 0;
}
.softplus-billing-price {
    color: var(--spj-orange);
    font-size: 24px;
    font-weight: 800;
    text-shadow: 0 0 14px rgba(255, 179, 71, .36);
}
.softplus-jobs .btn,
.softplus-jobs button,
.softplus-jobs input[type="submit"] {
    min-height: 38px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    color: #fff !important;
    font-weight: 800;
    background: linear-gradient(135deg, var(--spj-pink), var(--spj-blue));
    box-shadow: 0 0 18px rgba(255, 57, 216, .34), inset 0 1px 0 rgba(255, 255, 255, .22);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .32);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.softplus-jobs .btn:hover,
.softplus-jobs button:hover,
.softplus-jobs input[type="submit"]:hover,
.softplus-jobs .btn:focus,
.softplus-jobs button:focus,
.softplus-jobs input[type="submit"]:focus {
    transform: translateY(-2px);
    filter: brightness(1.08);
    box-shadow: 0 0 24px rgba(50, 246, 255, .35), 0 0 18px rgba(255, 57, 216, .28);
}
.softplus-jobs .btn-secondary {
    background: linear-gradient(135deg, rgba(50, 246, 255, .9), rgba(91, 108, 255, .9));
}
.softplus-jobs .btn-success {
    background: linear-gradient(135deg, #18d98a, var(--spj-cyan));
}
.softplus-jobs .btn-danger {
    background: linear-gradient(135deg, #ff355f, #ff8a3d);
}
.softplus-jobs .alert {
    color: #fff;
    border: 1px solid rgba(50, 246, 255, .32);
    border-radius: 10px;
    background: rgba(8, 18, 50, .86);
    box-shadow: 0 0 18px rgba(50, 246, 255, .12);
}
.softplus-jobs .alert-warning {
    border-color: rgba(255, 179, 71, .55);
    box-shadow: 0 0 18px rgba(255, 179, 71, .14);
}
.softplus-jobs .alert-danger {
    border-color: rgba(255, 53, 95, .58);
    box-shadow: 0 0 18px rgba(255, 53, 95, .14);
}
.softplus-jobs table {
    width: 100%;
    color: var(--spj-text);
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid rgba(50, 246, 255, .26);
    border-radius: 10px;
    background: rgba(1, 9, 28, .72);
}
.softplus-jobs th,
.softplus-jobs td {
    padding: 10px;
    border-bottom: 1px solid rgba(50, 246, 255, .16);
}
.softplus-jobs th {
    color: #fff;
    background: rgba(255, 57, 216, .14);
}
@media (max-width: 720px) {
    .softplus-jobs {
        padding: 12px;
        border-radius: 10px;
    }
    .softplus-jobs h2 {
        font-size: 24px;
    }
    .softplus-jobs-toolbar,
    .softplus-job-card,
    .softplus-jobs-actions,
    .softplus-apply-summary {
        align-items: stretch;
        flex-direction: column;
    }
    .softplus-job-thumb,
    .softplus-job-photo-current img,
    .softplus-apply-summary img {
        flex-basis: auto;
        width: 100%;
    }
    .softplus-job-manage-actions,
    .softplus-job-photo-current,
    .softplus-jobs-nav,
    .softplus-jobs-options {
        align-items: stretch;
        flex-direction: column;
    }
}
/**
 * Softplus Ads Cyber Theme Skin fuer OSSN.
 */
.softplus-ads,
.softplus-feed-ad {
    --spa-bg: rgba(3, 8, 28, .92);
    --spa-panel: rgba(8, 18, 50, .82);
    --spa-line: rgba(50, 246, 255, .34);
    --spa-hotline: rgba(255, 57, 216, .5);
    --spa-text: #f5f8ff;
    --spa-muted: #bfd0ff;
    --spa-cyan: #32f6ff;
    --spa-pink: #ff39d8;
    --spa-blue: #5b6cff;
    --spa-orange: #ffb347;
    box-sizing: border-box;
    color: var(--spa-text);
    max-width: 980px;
}
.softplus-ads {
    margin: 0 auto 28px;
    padding: 18px;
    border: 1px solid var(--spa-line);
    border-radius: 12px;
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 57, 216, .22), transparent 32%),
        radial-gradient(circle at 96% 16%, rgba(50, 246, 255, .18), transparent 36%),
        linear-gradient(135deg, rgba(3, 8, 28, .94), rgba(16, 8, 48, .9) 60%, rgba(3, 26, 48, .88));
    box-shadow: 0 0 32px rgba(50, 246, 255, .15), inset 0 1px 0 rgba(255, 255, 255, .08);
    overflow: hidden;
    position: relative;
}
.softplus-ads::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(50, 246, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 57, 216, .05) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .72), transparent 78%);
}
.softplus-ads > * {
    position: relative;
    z-index: 1;
}
.softplus-ads h2,
.softplus-ads h3,
.softplus-feed-ad h3 {
    color: #fff;
    margin-top: 0;
    text-shadow: 0 0 15px rgba(50, 246, 255, .48);
}
.softplus-ads h2 {
    font-size: 28px;
}
.softplus-ads a,
.softplus-feed-ad a {
    color: var(--spa-cyan);
}
.softplus-ads a:hover,
.softplus-ads a:focus,
.softplus-feed-ad a:hover,
.softplus-feed-ad a:focus {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 12px rgba(50, 246, 255, .7);
}
.softplus-ads-nav,
.softplus-ads-form,
.softplus-ads-payment,
.softplus-ad-row,
.softplus-feed-ad {
    border: 1px solid var(--spa-line);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(7, 17, 48, .82), rgba(17, 8, 50, .76));
    box-shadow: 0 16px 36px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
}
.softplus-ads-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto 16px;
    max-width: 980px;
    padding: 11px;
}
.softplus-ads-nav-item {
    padding: 9px 13px;
    border: 1px solid rgba(50, 246, 255, .34);
    border-radius: 10px;
    color: #fff;
    font-weight: 800;
    background: rgba(0, 12, 36, .72);
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.softplus-ads-nav-item.is-active,
.softplus-ads-nav-item:hover,
.softplus-ads-nav-item:focus {
    color: #fff;
    border-color: var(--spa-pink);
    background: linear-gradient(135deg, rgba(255, 57, 216, .25), rgba(50, 246, 255, .16));
    box-shadow: 0 0 22px rgba(255, 57, 216, .24), 0 0 16px rgba(50, 246, 255, .14);
    transform: translateY(-2px);
}
.softplus-ads-form,
.softplus-ads-payment,
.softplus-ad-row {
    margin-bottom: 15px;
    padding: 15px;
}
.softplus-ads-payment strong,
.softplus-ad-order strong {
    color: var(--spa-orange);
    text-shadow: 0 0 12px rgba(255, 179, 71, .34);
}
.softplus-ads-payment p,
.softplus-feed-ad-body p,
.softplus-ad-order,
.softplus-ad-row {
    color: var(--spa-muted);
}
.softplus-ads-price-list {
    margin: 12px 0;
    padding-left: 22px;
}
.softplus-ads-price-list li {
    margin: 5px 0;
}
.softplus-ads-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 13px;
}
.softplus-ads-field label {
    color: #fff;
    font-weight: 800;
    text-shadow: 0 0 10px rgba(50, 246, 255, .24);
}
.softplus-ads-field input,
.softplus-ads-field select,
.softplus-ads-field textarea,
.softplus-ads input[type="text"],
.softplus-ads input[type="url"],
.softplus-ads input[type="email"],
.softplus-ads input[type="number"],
.softplus-ads select,
.softplus-ads textarea {
    width: 100%;
    max-width: 100%;
    min-height: 40px;
    box-sizing: border-box;
    color: #f7fbff;
    border: 1px solid rgba(50, 246, 255, .34);
    border-radius: 9px;
    background: rgba(1, 9, 28, .9);
    box-shadow: inset 0 0 14px rgba(50, 246, 255, .07);
}
.softplus-ads-field input[type="file"] {
    padding: 8px;
}
.softplus-ads-field textarea,
.softplus-ads textarea {
    min-height: 130px;
    resize: vertical;
}
.softplus-ads-field input:focus,
.softplus-ads-field select:focus,
.softplus-ads-field textarea:focus,
.softplus-ads input:focus,
.softplus-ads select:focus,
.softplus-ads textarea:focus {
    outline: 2px solid rgba(50, 246, 255, .42);
    border-color: var(--spa-cyan);
    box-shadow: 0 0 18px rgba(50, 246, 255, .22);
}
.softplus-ads-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
}
.softplus-ad-row {
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.softplus-ad-row:hover {
    transform: translateY(-2px);
    border-color: var(--spa-hotline);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .34), 0 0 26px rgba(255, 57, 216, .2);
}
.softplus-ad-row-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 12px;
}
.softplus-ad-row-actions span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid rgba(50, 246, 255, .28);
    border-radius: 999px;
    background: rgba(50, 246, 255, .09);
}
.softplus-ad-order {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid rgba(50, 246, 255, .24);
    border-radius: 10px;
    background: rgba(1, 9, 28, .58);
}
.softplus-ad-order dl {
    display: grid;
    grid-template-columns: minmax(130px, auto) 1fr;
    gap: 7px 12px;
    margin: 9px 0 0;
}
.softplus-ad-order dt {
    color: #fff;
    font-weight: 800;
}
.softplus-ad-order dd {
    margin: 0;
}
.softplus-feed-ad {
    margin: 0 0 15px;
    padding: 14px;
    overflow: hidden;
    position: relative;
}
.softplus-feed-ad::after {
    content: "";
    position: absolute;
    inset: auto 12px 0 12px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--spa-cyan), var(--spa-pink), transparent);
    opacity: .78;
}
.softplus-feed-ad-label {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 4px 9px;
    color: #06111d;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--spa-cyan), #fff);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.softplus-feed-ad-image {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(50, 246, 255, .34);
    border-radius: 10px;
    background: rgba(5, 13, 34, .92);
    box-shadow: 0 0 18px rgba(50, 246, 255, .12);
}
.softplus-feed-ad-image img {
    display: block;
    width: 100%;
    height: auto;
}
.softplus-feed-ad-body h3 {
    margin: 12px 0 7px;
}
.softplus-ads .btn,
.softplus-ads button,
.softplus-feed-ad .btn {
    min-height: 38px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    color: #fff !important;
    font-weight: 900;
    background: linear-gradient(135deg, var(--spa-pink), var(--spa-blue));
    box-shadow: 0 0 18px rgba(255, 57, 216, .32), inset 0 1px 0 rgba(255, 255, 255, .22);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .34);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.softplus-ads .btn:hover,
.softplus-ads button:hover,
.softplus-feed-ad .btn:hover,
.softplus-ads .btn:focus,
.softplus-ads button:focus,
.softplus-feed-ad .btn:focus {
    transform: translateY(-2px);
    filter: brightness(1.08);
    box-shadow: 0 0 24px rgba(50, 246, 255, .34), 0 0 18px rgba(255, 57, 216, .26);
}
.softplus-ads .btn-success {
    background: linear-gradient(135deg, #18d98a, var(--spa-cyan));
}
.softplus-ads .btn-secondary {
    background: linear-gradient(135deg, rgba(50, 246, 255, .92), rgba(91, 108, 255, .92));
}
.softplus-ads .btn-warning {
    background: linear-gradient(135deg, var(--spa-orange), #ff7a3d);
}
.softplus-ads .btn-danger {
    background: linear-gradient(135deg, #ff355f, #ff8a3d);
}
.softplus-ads .alert {
    color: #fff;
    border: 1px solid rgba(50, 246, 255, .32);
    border-radius: 10px;
    background: rgba(8, 18, 50, .86);
    box-shadow: 0 0 18px rgba(50, 246, 255, .12);
}
@media (max-width: 680px) {
    .softplus-ads {
        padding: 12px;
        border-radius: 10px;
    }
    .softplus-ads h2 {
        font-size: 24px;
    }
    .softplus-ads-nav,
    .softplus-ad-row-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .softplus-ad-order dl {
        grid-template-columns: 1fr;
    }
    .softplus-ads .btn,
    .softplus-ads button,
    .softplus-feed-ad .btn {
        width: 100%;
    }
}
.ossn-shop-header,
.ossn-shop-public-notice,
.ossn-shop-search,
.ossn-shop-categories,
.ossn-shop-grid,
.ossn-shop-product,
.ossn-shop-panel,
.ossn-shop-checkout {
	--shop-bg: rgba(3, 8, 28, .92);
	--shop-panel: rgba(8, 18, 50, .82);
	--shop-line: rgba(50, 246, 255, .34);
	--shop-hotline: rgba(255, 57, 216, .5);
	--shop-text: #f5f8ff;
	--shop-muted: #bfd0ff;
	--shop-cyan: #32f6ff;
	--shop-pink: #ff39d8;
	--shop-blue: #5b6cff;
	--shop-orange: #ffb347;
	box-sizing: border-box;
	color: var(--shop-text);
	max-width: 1080px;
	width: 100%;
}
.ossn-shop-header,
.ossn-shop-panel,
.ossn-shop-product-info,
.ossn-shop-public-notice,
.ossn-shop-search,
.ossn-shop-card,
.ossn-shop-note,
.ossn-admin-form {
	border: 1px solid var(--shop-line, rgba(50, 246, 255, .34));
	border-radius: 12px;
	background:
		radial-gradient(circle at 10% 0%, rgba(255, 57, 216, .18), transparent 34%),
		radial-gradient(circle at 94% 12%, rgba(50, 246, 255, .16), transparent 36%),
		linear-gradient(135deg, rgba(3, 8, 28, .94), rgba(16, 8, 48, .9) 62%, rgba(3, 26, 48, .88));
	box-shadow: 0 16px 36px rgba(0, 0, 0, .3), 0 0 24px rgba(50, 246, 255, .12), inset 0 1px 0 rgba(255, 255, 255, .08);
	backdrop-filter: blur(12px);
}
.ossn-shop-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 14px;
	overflow: hidden;
	padding: 18px 20px;
	position: relative;
}
.ossn-shop-header::before {
	background-image:
		linear-gradient(rgba(50, 246, 255, .06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 57, 216, .05) 1px, transparent 1px);
	background-size: 40px 40px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .72), transparent 78%);
	pointer-events: none;
	position: absolute;
}
.ossn-shop-header > * {
	position: relative;
	z-index: 1;
}
.ossn-shop-brand {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 25px;
	font-weight: 900;
	gap: 14px;
	text-decoration: none;
	text-shadow: 0 0 16px rgba(50, 246, 255, .58), 0 0 24px rgba(255, 57, 216, .22);
}
.ossn-shop-brand:hover,
.ossn-shop-brand:focus {
	color: #fff;
	text-decoration: none;
}
.ossn-shop-brand img {
	border: 1px solid rgba(50, 246, 255, .36);
	border-radius: 14px;
	filter: drop-shadow(0 0 14px rgba(50, 246, 255, .38));
	height: 58px;
	object-fit: contain;
	width: 58px;
}
.ossn-shop-nav,
.ossn-shop-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}
.ossn-shop-nav a,
.ossn-shop-categories a {
	background: rgba(0, 12, 36, .72);
	border: 1px solid rgba(50, 246, 255, .34);
	border-radius: 10px;
	color: #fff;
	font-weight: 800;
	padding: 9px 12px;
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.ossn-shop-nav a:hover,
.ossn-shop-categories a:hover,
.ossn-shop-nav a:focus,
.ossn-shop-categories a:focus {
	border-color: var(--shop-pink);
	box-shadow: 0 0 22px rgba(255, 57, 216, .24), 0 0 16px rgba(50, 246, 255, .14);
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}
.ossn-shop-public-notice {
	border-color: rgba(255, 179, 71, .55);
	color: #fff2c7;
	font-weight: 800;
	margin: 0 auto 12px;
	padding: 13px 15px;
	text-align: center;
}
.ossn-shop-search {
	margin: 0 auto 12px;
	padding: 13px;
}
.ossn-shop-search form {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
}
.ossn-shop-search input,
.ossn-shop-search select,
.ossn-shop-search button,
.ossn-shop-product-info input[type=number],
.ossn-shop-checkout input[type=text],
.ossn-shop-checkout input[type=email],
.ossn-shop-checkout textarea,
.ossn-shop-checkout select,
.ossn-admin-form select,
.ossn-admin-form input[type=text],
.ossn-admin-form input[type=email],
.ossn-admin-form input[type=number],
.ossn-admin-form input[type=file],
.ossn-admin-form textarea,
.ossn-shop-panel input[type=number],
.ossn-shop-panel select,
.ossn-shop-panel textarea {
	background: rgba(1, 9, 28, .9);
	border: 1px solid rgba(50, 246, 255, .34);
	border-radius: 9px;
	box-shadow: inset 0 0 14px rgba(50, 246, 255, .07);
	box-sizing: border-box;
	color: #f7fbff;
	min-height: 40px;
	max-width: 100%;
	width: 100%;
}
.ossn-shop-search input:focus,
.ossn-shop-search select:focus,
.ossn-shop-product-info input:focus,
.ossn-shop-checkout input:focus,
.ossn-shop-checkout textarea:focus,
.ossn-shop-checkout select:focus,
.ossn-admin-form input:focus,
.ossn-admin-form select:focus,
.ossn-admin-form textarea:focus,
.ossn-shop-panel input:focus {
	border-color: var(--shop-cyan);
	box-shadow: 0 0 18px rgba(50, 246, 255, .22);
	outline: 2px solid rgba(50, 246, 255, .42);
}
.ossn-shop-categories {
	justify-content: flex-start;
	margin: 0 auto 14px;
}
.ossn-shop-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fill, minmax(180px, 220px));
	margin: 0 auto;
}
.ossn-shop-card {
	color: var(--shop-text);
	display: block;
	overflow: hidden;
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.ossn-shop-card:hover,
.ossn-shop-card:focus {
	border-color: var(--shop-hotline);
	box-shadow: 0 18px 42px rgba(0, 0, 0, .34), 0 0 26px rgba(255, 57, 216, .2);
	color: var(--shop-text);
	text-decoration: none;
	transform: translateY(-3px);
}
.ossn-shop-card img {
	background: rgba(5, 13, 34, .92);
	border-bottom: 1px solid rgba(50, 246, 255, .22);
	display: block;
	height: 148px;
	object-fit: cover;
	width: 100%;
}
.ossn-shop-card-body {
	padding: 11px;
}
.ossn-shop-card-body strong,
.ossn-shop-panel h3,
.ossn-shop-product-info h2,
.ossn-admin-form h3 {
	color: #fff;
	text-shadow: 0 0 14px rgba(50, 246, 255, .45);
}
.ossn-shop-price {
	color: var(--shop-orange);
	font-size: 17px;
	font-weight: 900;
	margin-top: 7px;
	text-shadow: 0 0 12px rgba(255, 179, 71, .34);
}
.ossn-shop-price-large {
	font-size: 30px;
}
.ossn-shop-meta,
.ossn-shop-product-info p,
.ossn-shop-panel,
.ossn-shop-note,
.ossn-shop-account-order,
.ossn-shop-admin-order {
	color: var(--shop-muted);
}
.ossn-shop-product {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(260px, 52%) minmax(260px, 42%);
	margin: 0 auto;
}
.ossn-shop-product-image img {
	background: rgba(5, 13, 34, .92);
	border: 1px solid rgba(50, 246, 255, .34);
	border-radius: 12px;
	box-shadow: 0 0 18px rgba(50, 246, 255, .12);
	max-height: 380px;
	object-fit: contain;
	width: 100%;
}
.ossn-shop-product-info,
.ossn-shop-panel,
.ossn-admin-form {
	margin: 0 auto 14px;
	padding: 15px;
}
.ossn-shop-product-info {
	max-width: 460px;
	overflow-wrap: anywhere;
}
.ossn-shop-product-info input[type=number] {
	max-width: 110px;
	width: 110px;
}
.ossn-shop-cart-row,
.ossn-shop-admin-row {
	align-items: center;
	border-bottom: 1px solid rgba(50, 246, 255, .18);
	display: grid;
	gap: 10px;
	grid-template-columns: 84px 1fr auto;
	padding: 9px 0;
}
.ossn-shop-cart-row img,
.ossn-shop-admin-row img {
	border: 1px solid rgba(50, 246, 255, .28);
	border-radius: 9px;
	height: 64px;
	object-fit: cover;
	width: 84px;
}
.ossn-shop-total {
	color: #fff;
	font-size: 19px;
	font-weight: 900;
	margin: 14px 0;
	text-shadow: 0 0 12px rgba(50, 246, 255, .35);
}
.ossn-shop-order-line {
	align-items: center;
	border-bottom: 1px solid rgba(50, 246, 255, .18);
	display: flex;
	gap: 10px;
	justify-content: space-between;
	padding: 9px 0;
}
.ossn-shop-account-order,
.ossn-shop-admin-order {
	border-bottom: 1px solid rgba(50, 246, 255, .18);
	padding: 12px 0;
}
.ossn-shop-account-head {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}
.ossn-shop-note {
	border-color: rgba(255, 179, 71, .55);
	margin: 12px 0;
	padding: 11px;
}
.ossn-shop-form-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ossn-shop-checkout {
	margin: 0 auto;
}
.ossn-shop-checkout-form {
	display: grid;
	gap: 12px;
}
.ossn-shop-checkout label,
.ossn-admin-form label {
	color: #fff;
	display: block;
	font-weight: 800;
	margin: 0 0 6px;
	text-shadow: 0 0 10px rgba(50, 246, 255, .24);
}
.ossn-shop-checkout textarea,
.ossn-admin-form textarea {
	resize: vertical;
}
.ossn-shop-payment-note {
	display: none;
}
.ossn-shop-admin-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 9px;
}
.ossn-shop-header .btn,
.ossn-shop-panel .btn,
.ossn-shop-product .btn,
.ossn-shop-search .btn,
.ossn-shop-search button,
.ossn-admin-form .btn,
.ossn-admin-form input[type=submit],
.ossn-shop-product input[type=submit],
.ossn-shop-panel input[type=submit],
.ossn-shop-checkout input[type=submit] {
	background: linear-gradient(135deg, var(--shop-pink), var(--shop-blue));
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 10px;
	box-shadow: 0 0 18px rgba(255, 57, 216, .32), inset 0 1px 0 rgba(255, 255, 255, .22);
	color: #fff !important;
	font-weight: 900;
	min-height: 38px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .34);
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.ossn-shop-header .btn:hover,
.ossn-shop-panel .btn:hover,
.ossn-shop-product .btn:hover,
.ossn-shop-search .btn:hover,
.ossn-shop-search button:hover,
.ossn-admin-form .btn:hover,
.ossn-admin-form input[type=submit]:hover,
.ossn-shop-product input[type=submit]:hover,
.ossn-shop-panel input[type=submit]:hover,
.ossn-shop-checkout input[type=submit]:hover {
	box-shadow: 0 0 24px rgba(50, 246, 255, .34), 0 0 18px rgba(255, 57, 216, .26);
	filter: brightness(1.08);
	transform: translateY(-2px);
}
.ossn-shop-panel .btn-success,
.ossn-shop-product .btn-success,
.ossn-shop-checkout input[type=submit],
.ossn-admin-form input[type=submit] {
	background: linear-gradient(135deg, #18d98a, var(--shop-cyan));
}
.ossn-shop-panel .btn-danger,
.ossn-admin-form .btn-danger {
	background: linear-gradient(135deg, #ff355f, #ff8a3d);
}
@media(max-width:900px) {
	.ossn-shop-header,
	.ossn-shop-product {
		display: block;
	}
	.ossn-shop-nav,
	.ossn-shop-form-grid,
	.ossn-shop-cart-row,
	.ossn-shop-admin-row {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 12px;
	}
	.ossn-shop-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.ossn-shop-product-info {
		margin-top: 12px;
		max-width: 100%;
	}
	.ossn-shop-order-line,
	.ossn-shop-account-head {
		align-items: flex-start;
		display: grid;
		grid-template-columns: 1fr;
	}
}
@media(max-width:520px) {
	.ossn-shop-header {
		padding: 12px;
	}
	.ossn-shop-brand {
		font-size: 19px;
	}
	.ossn-shop-brand img {
		height: 48px;
		width: 48px;
	}
	.ossn-shop-grid {
		grid-template-columns: 1fr;
	}
	.ossn-shop-card img {
		height: 180px;
	}
	.ossn-shop-panel .btn,
	.ossn-shop-product .btn,
	.ossn-shop-search .btn,
	.ossn-shop-search button,
	.ossn-admin-form input[type=submit],
	.ossn-shop-product input[type=submit],
	.ossn-shop-panel input[type=submit],
	.ossn-shop-checkout input[type=submit] {
		width: 100%;
	}
}
:root {
    --sfs-page-bg: #16002d;
    --sfs-panel-bg: #081220;
    --sfs-card-bg: #581858;
    --sfs-text-color: #fbbff4;
    --sfs-muted-color: #bdeef5;
    --sfs-accent-color: #00eeff;
    --sfs-second-accent-color: #ff2df7;
    --sfs-button-text-color: #07121d;
}
.sfs-wrap {
    max-width: 1120px;
    margin: 18px auto;
    padding: 0 14px;
    font-family: inherit;
}

.sfs-wrap h2 {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 800;
    color: #132238;
}

.sfs-wrap h3 {
    margin: 0 0 12px;
    font-size: 17px;
    font-weight: 780;
    color: #132238;
}

.sfs-hero {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
    padding: 22px;
    border-radius: 8px;
    background: linear-gradient(135deg, #132238, #1f5f61);
    color: #ffffff;
}

.sfs-hero span {
    display: block;
    margin-bottom: 6px;
    color: #a9e1d5;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.sfs-hero h2,
.sfs-hero p {
    color: #ffffff;
}

.sfs-hero p {
    max-width: 680px;
    margin: 0;
    line-height: 1.55;
}

.sfs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: flex-end;
}

.sfs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
    gap: 14px;
}

.sfs-two {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 14px;
}

.sfs-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.sfs-abo-page {
    max-width: 1180px;
}

.sfs-abo-hero {
    align-items: stretch;
    background: linear-gradient(135deg, #132238, #1f5f61 56%, #d34d63);
}

.sfs-abo-intro {
    margin-bottom: 14px;
}

.sfs-pricing-grid {
    align-items: stretch;
}

.sfs-pricing-card {
    display: flex;
    min-height: 260px;
    flex-direction: column;
    gap: 12px;
    border-top: 5px solid #1f5f61;
}

.sfs-pricing-card:nth-child(2) {
    border-top-color: #d34d63;
}

.sfs-pricing-card:nth-child(3) {
    border-top-color: #132238;
}

.sfs-pricing-top {
    display: flex;
    min-height: 52px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.sfs-pricing-top strong {
    flex: 0 0 auto;
    padding: 6px 9px;
    border-radius: 999px;
    background: #eef4f4;
    color: #1f5f61;
    font-size: 12px;
}

.sfs-pricing-price {
    color: #132238;
    font-size: 32px;
    font-weight: 850;
    line-height: 1.1;
}

.sfs-pricing-card p {
    flex: 1 1 auto;
    margin: 0;
    color: #47606f;
    line-height: 1.55;
}

.sfs-pricing-card form {
    margin-top: auto;
}

.sfs-pricing-card .sfs-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.sfs-card,
.sfs-panel {
    background: #ffffff;
    border: 1px solid #dce5ec;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(19, 34, 56, 0.08);
    overflow: hidden;
}

.sfs-panel {
    padding: 15px;
}

.sfs-card img,
.sfs-image-placeholder {
    width: 100%;
    height: 150px;
    object-fit: cover;
    background: #eef4f4;
}

.sfs-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #47606f;
    font-weight: 800;
}

.sfs-card-body {
    padding: 14px;
}

.sfs-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sfs-dropzone {
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 2px dashed #9fb4c2;
    border-radius: 8px;
    background: #f7fbfb;
    cursor: pointer;
}

.sfs-dropzone input[type="file"] {
    width: 100%;
}

.sfs-dropzone span {
    color: #47606f;
    font-size: 13px;
    font-weight: 700;
}

.sfs-event-thumb {
    width: 54px;
    height: 42px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 8px;
    vertical-align: middle;
}

.sfs-event-card-image,
.sfs-event-hero-image,
.sfs-event-image-edit img {
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #eef4f4;
}

.sfs-event-card-image {
    grid-column: 1 / -1;
    border-radius: 8px;
    max-height: 360px;
}

.sfs-event-hero-image {
    border-radius: 8px;
    margin-bottom: 14px;
    max-height: min(70vh, 720px);
}

.sfs-event-image-edit {
    display: grid;
    gap: 8px;
}

.sfs-event-image-edit img {
    max-height: 260px;
    border-radius: 8px;
}

.sfs-preview-box {
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid #dce5ec;
    border-radius: 8px;
    background: #f8fbfc;
}

.sfs-preview-box iframe {
    width: 100%;
    min-height: 320px;
    border: 1px solid #d0dce4;
    border-radius: 6px;
    background: #ffffff;
}

.sfs-checkin-wrap {
    max-width: 860px;
}

.sfs-checkin-scanner {
    display: grid;
    gap: 10px;
}

.sfs-checkin-scanner video {
    width: 100%;
    max-height: 58vh;
    background: #0f172a;
    border-radius: 8px;
    object-fit: contain;
}

.sfs-checkin-result h2 {
    margin-top: 8px;
}

.sfs-checkin-codebox {
    display: grid;
    gap: 5px;
    margin: 12px 0;
    padding: 12px;
    border: 1px solid #dce5ec;
    border-radius: 8px;
    background: #f8fbfc;
    overflow-wrap: anywhere;
}

.sfs-checkin-buttons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.sfs-card-body p,
.sfs-description {
    color: #405468;
    line-height: 1.55;
}

.sfs-offer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 12px;
}

.sfs-offer {
    border: 1px solid #dce5ec;
    border-radius: 8px;
    background: #f8fafc;
    padding: 12px;
}

.sfs-offer span {
    color: #1f5f61;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.sfs-offer h4 {
    margin: 6px 0;
    color: #132238;
    font-size: 16px;
}

.sfs-offer p {
    color: #405468;
    line-height: 1.45;
}

.sfs-offer strong {
    color: #1f5f61;
    font-size: 18px;
}

.sfs-rating {
    color: #b7791f;
    font-weight: 850;
    margin: 6px 0 10px;
}

.sfs-rating span {
    color: #657789;
    font-weight: 700;
}

.sfs-review-list {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}

.sfs-review-list article {
    border: 1px solid #dce5ec;
    border-radius: 8px;
    background: #f8fafc;
    padding: 12px;
}

.sfs-review-list p {
    color: #405468;
    line-height: 1.45;
}

.sfs-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}

.sfs-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.sfs-section-head h3 {
    margin: 0;
}

.sfs-search {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 10px;
    margin: 0 0 14px;
}

.sfs-search input {
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid #c9d6df;
    border-radius: 7px;
    background: #ffffff;
    color: #132238;
    box-sizing: border-box;
}

.sfs-btn,
.sfs-form button,
.sfs-panel button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border: 0;
    border-radius: 7px;
    background: #1f5f61;
    color: #ffffff !important;
    padding: 7px 12px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
}

.sfs-btn.secondary {
    background: #132238;
}

.sfs-btn.warn {
    background: #a84f2a;
}

.sfs-btn.ok {
    background: #137333;
}

.sfs-form {
    display: grid;
    gap: 10px;
}

.sfs-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.sfs-form label {
    display: grid;
    gap: 6px;
    color: #263d52;
    font-weight: 750;
}

.sfs-form input,
.sfs-form textarea,
.sfs-form select,
.sfs-panel select {
    width: 100%;
    min-height: 35px;
    padding: 7px 9px;
    border: 1px solid #c9d6df;
    border-radius: 7px;
    background: #ffffff;
    color: #132238;
    box-sizing: border-box;
}

.sfs-form textarea {
    min-height: 90px;
    resize: vertical;
}

.sfs-badge {
    display: inline-flex;
    margin-bottom: 8px;
    border-radius: 999px;
    background: #eef7f5;
    color: #1f5f61;
    padding: 4px 9px;
    font-size: 12px;
    font-weight: 800;
}

.sfs-detail-list {
    display: grid;
    gap: 8px;
    margin: 12px 0;
}

.sfs-detail-list div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #edf2f4;
}

.sfs-detail-list span {
    color: #687b8e;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.sfs-contact-box {
    display: grid;
    gap: 10px;
    margin: 12px 0;
    padding: 12px;
    border: 1px solid #dce5ec;
    border-radius: 8px;
    background: #f8fafc;
}

.sfs-contact-box span {
    display: block;
    margin-bottom: 5px;
    color: #1f5f61;
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}

.sfs-contact-box p {
    margin: 0;
    color: #405468;
    line-height: 1.5;
}

.sfs-contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sfs-gallery {
    display: grid;
    grid-template-columns: 2fr repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 16px;
}

.sfs-gallery img {
    width: 100%;
    height: 126px;
    object-fit: cover;
    border-radius: 8px;
}

.sfs-gallery img:first-child {
    height: 260px;
    grid-row: span 2;
}

.sfs-gallery.small {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

.sfs-gallery.small img,
.sfs-gallery.small img:first-child {
    height: 110px;
    grid-row: auto;
}

.sfs-image-edit {
    display: grid;
    gap: 7px;
    padding: 8px;
    border: 1px solid #dce5ec;
    border-radius: 8px;
    background: #f8fafc;
}

.sfs-image-edit form {
    margin: 0;
}

.sfs-event-join {
    border: 1px solid #dce5ec;
    border-radius: 8px;
    background: #f8fafc;
    padding: 10px;
}

.sfs-event-join summary {
    cursor: pointer;
    color: #1f5f61;
    font-weight: 800;
}

.sfs-event-grid {
    display: grid;
    gap: 12px;
}

.sfs-event-card {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 14px;
    align-items: start;
    border: 1px solid #dce5ec;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(19, 34, 56, 0.08);
    padding: 14px;
}

.sfs-event-card h3 {
    margin: 4px 0 8px;
}

.sfs-event-card p {
    margin: 0 0 10px;
    color: #405468;
    line-height: 1.5;
}

.sfs-event-date {
    display: grid;
    align-content: center;
    justify-items: center;
    min-height: 78px;
    border-radius: 8px;
    background: #132238;
    color: #ffffff;
}

.sfs-event-date strong {
    font-size: 22px;
    line-height: 1.1;
}

.sfs-event-date span {
    color: #a9e1d5;
    font-weight: 850;
}

.sfs-event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 12px;
}

.sfs-event-meta span {
    border-radius: 999px;
    background: #eef4f4;
    color: #405468;
    padding: 4px 9px;
    font-size: 12px;
    font-weight: 800;
}

.sfs-items-list {
    display: grid;
    gap: 7px;
    margin: 10px 0;
}

.sfs-items-list div {
    display: grid;
    gap: 2px;
    padding: 8px;
    border-radius: 7px;
    background: #ffffff;
    border: 1px solid #e1e8ee;
}

.sfs-items-list span {
    color: #657789;
    font-size: 13px;
}

.sfs-category-list {
    display: grid;
    gap: 10px;
}

.sfs-category-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: start;
    padding: 9px;
    border: 1px solid #e1e8ee;
    border-radius: 8px;
    background: #f8fafc;
}

.sfs-inline-form {
    display: grid;
    grid-template-columns: 1.3fr .9fr .55fr auto;
    gap: 7px;
    margin: 0;
}

.sfs-inline-delete {
    margin: 0;
}

.sfs-inline-action {
    display: inline-block;
    margin: 6px 6px 0 0;
}

.sfs-inline-action .sfs-btn {
    padding: 7px 10px;
    font-size: 12px;
}

.sfs-inline-form input {
    width: 100%;
    min-height: 32px;
    padding: 6px 8px;
    border: 1px solid #c9d6df;
    border-radius: 7px;
    box-sizing: border-box;
}

@media (max-width: 760px) {
    .sfs-category-row,
    .sfs-inline-form,
    .sfs-checkin-buttons,
    .sfs-form-grid {
        grid-template-columns: 1fr;
    }
}

.sfs-table {
    width: 100%;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
}

.sfs-table th,
.sfs-table td {
    border-bottom: 1px solid #e4ebf0;
    padding: 9px;
    text-align: left;
    vertical-align: top;
}

.sfs-table th {
    background: #f5f8fa;
    color: #263d52;
    font-weight: 800;
}

.sfs-newsletter-log-table {
    table-layout: fixed;
}

.sfs-log-date {
    width: 92px;
}

.sfs-log-subject {
    width: 26%;
}

.sfs-log-result {
    width: auto;
}

.sfs-log-action {
    width: 142px;
}

.sfs-newsletter-log-table td,
.sfs-newsletter-log-table small {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.sfs-mail-debug {
    margin-top: 8px;
}

.sfs-mail-debug summary {
    cursor: pointer;
    color: #1f5f61;
    font-weight: 800;
}

.sfs-mail-debug pre {
    max-height: 190px;
    max-width: 100%;
    overflow: auto;
    margin: 6px 0 0;
    padding: 8px;
    border: 1px solid #dce5ec;
    border-radius: 7px;
    background: #f8fafc;
    color: #263d52;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font: inherit;
    font-size: 12px;
    line-height: 1.45;
}

.sfs-log-actions {
    white-space: normal;
}

.sfs-log-actions form {
    display: grid;
    margin: 0 0 7px;
}

.sfs-log-actions .sfs-btn {
    width: 100%;
}

.sfs-newsletter-edit {
    margin: 0;
    border: 1px solid #dce5ec;
    border-radius: 8px;
    background: #f8fafc;
    padding: 10px;
}

.sfs-newsletter-edit summary {
    cursor: pointer;
    color: #1f5f61;
    font-weight: 850;
}

.sfs-newsletter-edit form {
    margin-top: 10px;
}

.sfs-log-edit-form {
    display: grid;
    gap: 6px;
    min-width: 170px;
}

.sfs-log-edit-form input,
.sfs-log-edit-form select,
.sfs-log-edit-form textarea {
    width: 100%;
    min-height: 32px;
    padding: 6px 8px;
    border: 1px solid #c9d6df;
    border-radius: 7px;
    background: #ffffff;
    color: #132238;
    box-sizing: border-box;
    font: inherit;
    font-size: 12px;
}

.sfs-log-edit-form textarea {
    resize: vertical;
}

.sfs-log-edit-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

.sfs-log-edit-actions .sfs-btn {
    width: 100%;
    padding: 7px 8px;
    font-size: 12px;
}

.sfs-muted {
    color: #657789;
}

.sfs-seat-note {
    margin: 0 0 10px;
    border-radius: 8px;
    background: #eef7f5;
    color: #1f5f61;
    padding: 9px 10px;
    font-weight: 850;
}

.sfs-total {
    color: #1f5f61;
    font-size: 24px;
    font-weight: 850;
}

.sfs-license {
    display: grid;
    gap: 4px;
    border: 1px solid #d7e3ee;
    border-radius: 8px;
    background: #f8fafc;
    padding: 12px;
}

.sfs-license span {
    color: #657789;
    font-size: 13px;
}

.sfs-license.ok {
    border-color: #b8dccd;
    background: #effaf5;
}

.sfs-license.bad {
    border-color: #efc3c3;
    background: #fff4f4;
}

@media (max-width: 760px) {
    .sfs-hero,
    .sfs-two,
    .sfs-three,
    .sfs-event-card,
    .sfs-gallery,
    .sfs-search {
        display: grid;
        grid-template-columns: 1fr;
    }

    .sfs-hero-actions {
        justify-content: stretch;
    }

    .sfs-gallery img,
    .sfs-gallery img:first-child {
        height: 190px;
    }

    .sfs-newsletter-log-table,
    .sfs-newsletter-log-table tbody,
    .sfs-newsletter-log-table tr,
    .sfs-newsletter-log-table th,
    .sfs-newsletter-log-table td {
        display: block;
        width: 100%;
    }

    .sfs-newsletter-log-table tr {
        border-bottom: 1px solid #e4ebf0;
        padding: 8px 0;
    }

    .sfs-newsletter-log-table th {
        display: none;
    }

    .sfs-newsletter-log-table td {
        border-bottom: 0;
        padding: 6px 0;
    }
}
/* Cyber theme override */
.sfs-wrap {
    color: #e8fbff;
}
.sfs-wrap *,
.sfs-wrap *:before,
.sfs-wrap *:after {
    box-sizing: border-box;
}
.sfs-hero,
.sfs-header,
.sfs-top,
.sfs-admin-header {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(7, 18, 31, .97), rgba(24, 9, 42, .94)),
        radial-gradient(circle at 14% 16%, rgba(0, 238, 255, .28), transparent 34%),
        radial-gradient(circle at 88% 6%, rgba(255, 45, 247, .24), transparent 32%) !important;
    border: 1px solid rgba(0, 238, 255, .40) !important;
    color: #f7feff !important;
    box-shadow: 0 0 26px rgba(0, 238, 255, .16), inset 0 0 28px rgba(255, 45, 247, .08) !important;
}
.sfs-hero:before,
.sfs-header:before,
.sfs-top:before,
.sfs-admin-header:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(0, 238, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 238, 255, .08) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: .34;
}
.sfs-hero > *,
.sfs-header > *,
.sfs-top > *,
.sfs-admin-header > * {
    position: relative;
}
.sfs-wrap h1,
.sfs-wrap h2,
.sfs-wrap h3,
.sfs-wrap h4 {
    color: #ffffff !important;
    letter-spacing: 0;
    text-shadow: 0 0 14px rgba(0, 238, 255, .34);
}
.sfs-wrap p,
.sfs-wrap li,
.sfs-muted,
.sfs-meta {
    color: #bdeef5 !important;
}
.sfs-panel,
.sfs-card,
.sfs-box,
.sfs-form,
.sfs-table-wrap,
.sfs-dashboard-card,
.sfs-stat,
.sfs-filter,
.sfs-preview-box,
.sfs-license,
.sfs-notice {
    background: rgba(8, 18, 32, .94) !important;
    border: 1px solid rgba(0, 238, 255, .28) !important;
    color: #e8fbff !important;
    box-shadow: 0 0 20px rgba(0, 238, 255, .10) !important;
}
.sfs-panel,
.sfs-card,
.sfs-box,
.sfs-form,
.sfs-table-wrap,
.sfs-dashboard-card,
.sfs-stat {
    border-radius: 8px !important;
}
.sfs-wrap a {
    color: #7df7ff;
}
.sfs-wrap a:hover {
    color: #ff7cf8;
}
.sfs-tabs a,
.sfs-nav a,
.sfs-pill,
.sfs-badge,
.sfs-status {
    background: rgba(0, 238, 255, .10) !important;
    border: 1px solid rgba(0, 238, 255, .36) !important;
    color: #e8fbff !important;
    border-radius: 6px !important;
}
.sfs-tabs a.active,
.sfs-tabs a:hover,
.sfs-nav a.active,
.sfs-nav a:hover {
    background: linear-gradient(135deg, rgba(0, 238, 255, .24), rgba(255, 45, 247, .22)) !important;
    border-color: rgba(0, 238, 255, .72) !important;
    color: #ffffff !important;
}
.sfs-btn,
.sfs-wrap button,
.sfs-wrap input[type="submit"] {
    background: linear-gradient(135deg, #00eeff, #ff2df7) !important;
    border: 1px solid rgba(0, 238, 255, .58) !important;
    color: #07121d !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    box-shadow: 0 0 16px rgba(0, 238, 255, .20) !important;
}
.sfs-btn.secondary,
.sfs-wrap button.secondary {
    background: rgba(0, 238, 255, .12) !important;
    color: #e8fbff !important;
}
.sfs-btn.warn,
.sfs-wrap button.warn,
.sfs-wrap .danger {
    background: linear-gradient(135deg, #ff477e, #ffb347) !important;
    color: #210812 !important;
}
.sfs-wrap input,
.sfs-wrap textarea,
.sfs-wrap select {
    background: #07121d !important;
    border: 1px solid rgba(0, 238, 255, .36) !important;
    color: #f6feff !important;
    border-radius: 6px !important;
    box-shadow: inset 0 0 12px rgba(0, 238, 255, .06) !important;
}
.sfs-wrap input:focus,
.sfs-wrap textarea:focus,
.sfs-wrap select:focus {
    border-color: rgba(255, 45, 247, .78) !important;
    box-shadow: 0 0 0 2px rgba(255, 45, 247, .16), inset 0 0 12px rgba(0, 238, 255, .10) !important;
    outline: none !important;
}
.sfs-wrap table {
    color: #e8fbff !important;
}
.sfs-wrap th {
    color: #7df7ff !important;
    border-color: rgba(0, 238, 255, .24) !important;
}
.sfs-wrap td {
    border-color: rgba(0, 238, 255, .16) !important;
}
.sfs-wrap tr:nth-child(even) {
    background: rgba(0, 238, 255, .045) !important;
}
.sfs-license.ok,
.sfs-success,
.sfs-status.ok {
    border-color: rgba(55, 255, 157, .50) !important;
    background: rgba(20, 80, 55, .36) !important;
}
.sfs-license.bad,
.sfs-error,
.sfs-status.bad {
    border-color: rgba(255, 71, 126, .54) !important;
    background: rgba(82, 18, 39, .40) !important;
}
.sfs-card img,
.sfs-place-image,
.sfs-event-image {
    border: 1px solid rgba(0, 238, 255, .28) !important;
    box-shadow: 0 0 18px rgba(0, 238, 255, .12) !important;
}

/* Admin configurable cyber colors */
body:has(.sfs-wrap) {
    background: var(--sfs-page-bg) !important;
}
.sfs-wrap {
    color: var(--sfs-text-color) !important;
}
.sfs-hero,
.sfs-header,
.sfs-top,
.sfs-admin-header {
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--sfs-panel-bg) 92%, #000000), color-mix(in srgb, var(--sfs-second-accent-color) 24%, var(--sfs-panel-bg))),
        radial-gradient(circle at 14% 16%, color-mix(in srgb, var(--sfs-accent-color) 30%, transparent), transparent 34%),
        radial-gradient(circle at 88% 6%, color-mix(in srgb, var(--sfs-second-accent-color) 26%, transparent), transparent 32%) !important;
    border-color: var(--sfs-accent-color) !important;
}
.sfs-panel,
.sfs-form,
.sfs-table-wrap,
.sfs-dashboard-card,
.sfs-stat,
.sfs-filter,
.sfs-preview-box,
.sfs-license,
.sfs-notice,
.sfs-box,
.sfs-wrap details,
.sfs-wrap summary {
    background: var(--sfs-panel-bg) !important;
    border-color: color-mix(in srgb, var(--sfs-accent-color) 42%, transparent) !important;
    color: var(--sfs-text-color) !important;
}
.sfs-card,
.sfs-offer,
.sfs-review,
.sfs-review-card,
.sfs-event-card,
.sfs-place-card,
.sfs-item,
.sfs-list-item,
.sfs-contact-box,
.sfs-items-list,
.sfs-image-placeholder,
.sfs-event-join,
.sfs-wrap article {
    background: var(--sfs-card-bg) !important;
    border-color: color-mix(in srgb, var(--sfs-accent-color) 42%, transparent) !important;
    color: var(--sfs-text-color) !important;
}
.sfs-wrap h1,
.sfs-wrap h2,
.sfs-wrap h3,
.sfs-wrap h4,
.sfs-wrap strong,
.sfs-wrap label,
.sfs-wrap td {
    color: var(--sfs-text-color) !important;
}
.sfs-wrap p,
.sfs-wrap li,
.sfs-muted,
.sfs-meta,
.sfs-wrap small {
    color: var(--sfs-muted-color) !important;
}
.sfs-wrap a,
.sfs-wrap th,
.sfs-contact-box span,
.sfs-detail-list span {
    color: var(--sfs-accent-color) !important;
}
.sfs-table th,
.sfs-wrap thead th,
.sfs-wrap table tr:first-child th {
    background: color-mix(in srgb, var(--sfs-accent-color) 14%, var(--sfs-panel-bg)) !important;
    border-color: color-mix(in srgb, var(--sfs-accent-color) 45%, transparent) !important;
    color: var(--sfs-accent-color) !important;
}
.sfs-table td,
.sfs-wrap table td {
    background: color-mix(in srgb, var(--sfs-card-bg) 92%, transparent) !important;
    color: var(--sfs-text-color) !important;
}
.sfs-contact-box p,
.sfs-contact-box div,
.sfs-items-list div,
.sfs-event-join summary {
    color: var(--sfs-muted-color) !important;
}
.sfs-tabs a,
.sfs-nav a,
.sfs-pill,
.sfs-badge,
.sfs-status {
    background: color-mix(in srgb, var(--sfs-accent-color) 12%, var(--sfs-panel-bg)) !important;
    border-color: color-mix(in srgb, var(--sfs-accent-color) 45%, transparent) !important;
    color: var(--sfs-text-color) !important;
}
.sfs-tabs a.active,
.sfs-tabs a:hover,
.sfs-nav a.active,
.sfs-nav a:hover {
    background: linear-gradient(135deg, color-mix(in srgb, var(--sfs-accent-color) 26%, var(--sfs-panel-bg)), color-mix(in srgb, var(--sfs-second-accent-color) 24%, var(--sfs-panel-bg))) !important;
    border-color: var(--sfs-accent-color) !important;
}
.sfs-btn,
.sfs-wrap button,
.sfs-wrap input[type="submit"] {
    background: linear-gradient(135deg, var(--sfs-accent-color), var(--sfs-second-accent-color)) !important;
    border-color: var(--sfs-accent-color) !important;
    color: var(--sfs-button-text-color) !important;
}
.sfs-wrap input,
.sfs-wrap textarea,
.sfs-wrap select {
    background: color-mix(in srgb, var(--sfs-panel-bg) 78%, #000000) !important;
    border-color: color-mix(in srgb, var(--sfs-accent-color) 55%, transparent) !important;
    color: var(--sfs-text-color) !important;
}
.sfs-color-row {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
}
.sfs-color-row input[type="color"] {
    min-height: 38px;
    padding: 2px !important;
}
.sfs-theme-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}
.ossn-admanager-header,
.ossn-admanager-panel,
.ossn-admanager-row,
.ossn-admanager-admin-row,
.ossn-admanager-pricebox,
.ossn-admanager-note,
.ossn-admanager-internal {
	--adm-bg: rgba(3, 8, 28, .92);
	--adm-panel: rgba(8, 18, 50, .82);
	--adm-line: rgba(50, 246, 255, .34);
	--adm-hotline: rgba(255, 57, 216, .5);
	--adm-text: #f5f8ff;
	--adm-muted: #bfd0ff;
	--adm-cyan: #32f6ff;
	--adm-pink: #ff39d8;
	--adm-blue: #5b6cff;
	--adm-orange: #ffb347;
	color: var(--adm-text);
	border: 1px solid var(--adm-line);
	border-radius: 12px;
	background:
		radial-gradient(circle at 10% 0%, rgba(255, 57, 216, .2), transparent 34%),
		radial-gradient(circle at 95% 12%, rgba(50, 246, 255, .18), transparent 36%),
		linear-gradient(135deg, rgba(3, 8, 28, .94), rgba(16, 8, 48, .9) 62%, rgba(3, 26, 48, .88));
	box-shadow: 0 16px 36px rgba(0, 0, 0, .3), 0 0 26px rgba(50, 246, 255, .12), inset 0 1px 0 rgba(255, 255, 255, .08);
	margin-bottom: 14px;
	padding: 15px;
	backdrop-filter: blur(12px);
}
.ossn-admanager-header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.ossn-admanager-header::before {
	background-image:
		linear-gradient(rgba(50, 246, 255, .06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 57, 216, .05) 1px, transparent 1px);
	background-size: 38px 38px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .75), transparent 78%);
	pointer-events: none;
	position: absolute;
}
.ossn-admanager-header > * {
	position: relative;
	z-index: 1;
}
.ossn-admanager-brand {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 25px;
	font-weight: 900;
	gap: 12px;
	text-shadow: 0 0 16px rgba(50, 246, 255, .58), 0 0 24px rgba(255, 57, 216, .22);
}
.ossn-admanager-brand img {
	filter: drop-shadow(0 0 14px rgba(50, 246, 255, .5));
	height: 56px;
	width: 56px;
}
.ossn-admanager-nav {
	display: flex;
	flex: 1 1 100%;
	gap: 10px;
	justify-content: center;
	margin-top: 14px;
}
.ossn-admanager-nav a {
	background: linear-gradient(135deg, rgba(255, 57, 216, .25), rgba(50, 246, 255, .16));
	border: 1px solid rgba(50, 246, 255, .36);
	border-radius: 10px;
	box-shadow: 0 0 18px rgba(50, 246, 255, .12);
	color: #fff;
	font-weight: 800;
	padding: 9px 13px;
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, filter .18s ease;
}
.ossn-admanager-nav a:hover,
.ossn-admanager-nav a:focus {
	border-color: var(--adm-pink);
	box-shadow: 0 0 24px rgba(255, 57, 216, .28), 0 0 18px rgba(50, 246, 255, .18);
	color: #fff;
	filter: brightness(1.08);
	text-decoration: none;
	transform: translateY(-2px);
}
.ossn-admanager-form,
.ossn-admanager-form-grid {
	color: #fff;
}
.ossn-admanager-form-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ossn-admanager-panel form label,
.ossn-admanager-form-grid label,
.ossn-admanager-panel label {
	color: #fff;
	display: block;
	font-weight: 800;
	margin-top: 10px;
	text-shadow: 0 0 10px rgba(50, 246, 255, .24);
}
.ossn-admanager-panel form input[type="text"],
.ossn-admanager-panel form input[type="url"],
.ossn-admanager-panel form input[type="email"],
.ossn-admanager-panel form input[type="number"],
.ossn-admanager-panel form input[type="file"],
.ossn-admanager-panel form select,
.ossn-admanager-panel form textarea,
.ossn-admanager-form input[type="text"],
.ossn-admanager-form input[type="url"],
.ossn-admanager-form input[type="email"],
.ossn-admanager-form input[type="number"],
.ossn-admanager-form input[type="file"],
.ossn-admanager-form select,
.ossn-admanager-form textarea,
.ossn-admin-form input[type="text"],
.ossn-admin-form input[type="url"],
.ossn-admin-form input[type="email"],
.ossn-admin-form input[type="number"],
.ossn-admin-form select,
.ossn-admin-form textarea {
	background: rgba(1, 9, 28, .9);
	border: 1px solid rgba(50, 246, 255, .34);
	border-radius: 9px;
	box-shadow: inset 0 0 14px rgba(50, 246, 255, .07);
	box-sizing: border-box;
	color: #f7fbff;
	min-height: 40px;
	width: 100%;
}
.ossn-admanager-panel form input[type="file"],
.ossn-admanager-form input[type="file"] {
	padding: 8px;
}
.ossn-admanager-panel form textarea,
.ossn-admanager-form textarea,
.ossn-admin-form textarea {
	min-height: 110px;
	resize: vertical;
}
.ossn-admanager-panel form input:focus,
.ossn-admanager-panel form select:focus,
.ossn-admanager-panel form textarea:focus,
.ossn-admanager-form input:focus,
.ossn-admanager-form select:focus,
.ossn-admanager-form textarea:focus,
.ossn-admin-form input:focus,
.ossn-admin-form select:focus,
.ossn-admin-form textarea:focus {
	border-color: var(--adm-cyan);
	box-shadow: 0 0 18px rgba(50, 246, 255, .22);
	outline: 2px solid rgba(50, 246, 255, .42);
}
.ossn-admanager-pricebox,
.ossn-admanager-note {
	background: linear-gradient(135deg, rgba(255, 179, 71, .16), rgba(50, 246, 255, .1));
	border-color: rgba(255, 179, 71, .52);
	color: #fff2c7;
	margin: 14px 0;
}
.ossn-admanager-license-ok {
	border-color: rgba(24, 217, 138, .65);
	box-shadow: 0 16px 36px rgba(0, 0, 0, .3), 0 0 24px rgba(24, 217, 138, .2);
}
.ossn-admanager-license-blocked {
	border-color: rgba(255, 53, 95, .65);
	box-shadow: 0 16px 36px rgba(0, 0, 0, .3), 0 0 24px rgba(255, 53, 95, .18);
}
.ossn-admanager-panel h3 {
	color: #fff;
	margin-top: 0;
	text-shadow: 0 0 14px rgba(50, 246, 255, .45);
}
.ossn-admanager-panel p,
.ossn-admanager-row-main,
.ossn-admanager-admin-main {
	color: var(--adm-muted);
}
.ossn-admanager-row,
.ossn-admanager-admin-row {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: 132px 1fr auto;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.ossn-admanager-row:hover,
.ossn-admanager-admin-row:hover {
	border-color: var(--adm-hotline);
	box-shadow: 0 18px 42px rgba(0, 0, 0, .34), 0 0 26px rgba(255, 57, 216, .2);
	transform: translateY(-2px);
}
.ossn-admanager-row img,
.ossn-admanager-admin-row img {
	background: rgba(4, 12, 34, .92);
	border: 1px solid rgba(50, 246, 255, .34);
	border-radius: 10px;
	box-shadow: 0 0 18px rgba(50, 246, 255, .12);
	height: 86px;
	object-fit: cover;
	width: 132px;
}
.ossn-admanager-row strong,
.ossn-admanager-admin-row strong {
	color: var(--adm-cyan);
	font-size: 18px;
	text-shadow: 0 0 12px rgba(50, 246, 255, .45);
}
.ossn-admanager-admin-row {
	grid-template-columns: 132px 1fr 240px;
}
.ossn-admanager-admin-actions,
.ossn-admanager-row-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}
.ossn-admanager-row-actions {
	justify-content: flex-end;
}
.ossn-admanager-edit {
	border-top: 1px solid rgba(50, 246, 255, .18);
	margin-top: 11px;
	padding-top: 10px;
}
.ossn-admanager-edit summary {
	color: var(--adm-cyan);
	cursor: pointer;
	font-weight: 900;
	text-shadow: 0 0 12px rgba(50, 246, 255, .35);
}
.ossn-admanager-edit[open] summary {
	color: #fff;
	margin-bottom: 10px;
}
.ossn-admanager-edit .ossn-admanager-form-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ossn-admanager-check {
	align-items: center;
	color: #fff;
	display: flex !important;
	gap: 8px;
	margin: 10px 0;
}
.ossn-admanager-check input[type="checkbox"] {
	height: auto;
	min-height: 0;
	width: auto;
}
.ossn-admanager-admin-row .ossn-admanager-edit,
.ossn-admanager-row .ossn-admanager-edit {
	grid-column: 1 / -1;
	width: 100%;
}
.ossn-admanager-internal {
	box-sizing: border-box;
	margin: 0 0 14px;
	overflow: hidden;
	padding: 11px;
	text-align: center;
	width: 100%;
}
.ossn-admanager-internal img {
	border-radius: 9px;
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 120px;
	max-width: 100%;
}
.ossn-admanager-sidebar {
	max-width: 100%;
}
.ossn-admanager-sidebar img {
	height: auto;
	max-height: none;
	object-fit: contain;
	width: 100%;
}
.ossn-admanager-sidebar-widget {
	--adm-muted: #bfd0ff;
	--adm-cyan: #32f6ff;
	border-bottom: 1px solid rgba(50, 246, 255, .18);
	box-sizing: border-box;
	margin: 0 0 12px;
	overflow: hidden;
	padding-bottom: 12px;
	text-align: center;
	width: 100%;
}
.ossn-admanager-sidebar-widget:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.ossn-admanager-sidebar-widget a {
	color: inherit;
	display: block;
	text-decoration: none;
	width: 100%;
}
.ossn-admanager-sidebar-widget strong {
	color: var(--adm-cyan);
	display: block;
	font-size: 13px;
	line-height: 1.25;
	margin: 0 0 8px;
	text-align: left;
	text-shadow: 0 0 10px rgba(50, 246, 255, .25);
	word-break: break-word;
}
.ossn-admanager-sidebar-widget img {
	border: 1px solid rgba(50, 246, 255, .34);
	border-radius: 6px;
	box-sizing: border-box;
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 240px !important;
	max-width: 100%;
	object-fit: contain;
	width: 100% !important;
}
.ossn-admanager-sidebar-widget p {
	color: var(--adm-muted);
	font-size: 12px;
	line-height: 1.4;
	margin: 8px 0 0;
	text-align: left;
	word-break: break-word;
}
.ossn-admanager-header .btn,
.ossn-admanager-panel .btn,
.ossn-admanager-row .btn,
.ossn-admanager-admin-row .btn,
.ossn-admanager-form .btn,
.ossn-admanager-form input[type="submit"],
.ossn-admin-form input[type="submit"] {
	background: linear-gradient(135deg, var(--adm-pink), var(--adm-blue));
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 10px;
	box-shadow: 0 0 18px rgba(255, 57, 216, .32), inset 0 1px 0 rgba(255, 255, 255, .22);
	color: #fff !important;
	font-weight: 900;
	min-height: 38px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .34);
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.ossn-admanager-header .btn:hover,
.ossn-admanager-panel .btn:hover,
.ossn-admanager-row .btn:hover,
.ossn-admanager-admin-row .btn:hover,
.ossn-admanager-form .btn:hover,
.ossn-admanager-form input[type="submit"]:hover,
.ossn-admin-form input[type="submit"]:hover {
	box-shadow: 0 0 24px rgba(50, 246, 255, .34), 0 0 18px rgba(255, 57, 216, .26);
	filter: brightness(1.08);
	transform: translateY(-2px);
}
.ossn-admanager-panel .btn-success,
.ossn-admanager-form .btn-success,
.ossn-admin-form .btn-success {
	background: linear-gradient(135deg, #18d98a, var(--adm-cyan));
}
.ossn-admanager-panel .btn-warning,
.ossn-admanager-row .btn-warning,
.ossn-admanager-admin-row .btn-warning {
	background: linear-gradient(135deg, var(--adm-orange), #ff7a3d);
}
.ossn-admanager-panel .btn-danger,
.ossn-admanager-row .btn-danger,
.ossn-admanager-admin-row .btn-danger {
	background: linear-gradient(135deg, #ff355f, #ff8a3d);
}
.ossn-admanager-panel a,
.ossn-admanager-row a,
.ossn-admanager-admin-row a {
	color: var(--adm-cyan);
}
.ossn-admanager-panel a:hover,
.ossn-admanager-row a:hover,
.ossn-admanager-admin-row a:hover {
	color: #fff;
	text-shadow: 0 0 12px rgba(50, 246, 255, .7);
}
@media (max-width: 760px) {
	.ossn-admanager-header,
	.ossn-admanager-form-grid,
	.ossn-admanager-row,
	.ossn-admanager-admin-row {
		display: grid;
		grid-template-columns: 1fr;
	}
	.ossn-admanager-nav {
		display: grid;
		grid-template-columns: 1fr;
	}
	.ossn-admanager-row img,
	.ossn-admanager-admin-row img {
		height: auto;
		width: 100%;
	}
	.ossn-admanager-row-actions,
	.ossn-admanager-admin-actions {
		justify-content: stretch;
	}
	.ossn-admanager-edit .ossn-admanager-form-grid {
		grid-template-columns: 1fr;
	}
	.ossn-admanager-row-actions .btn,
	.ossn-admanager-admin-actions .btn {
		width: 100%;
	}
}
.ossn-marketplace-header,
.ossn-marketplace-search,
.ossn-marketplace-grid,
.ossn-marketplace-detail,
.ossn-marketplace-admin-list,
.ossn-marketplace-side,
.ossn-marketplace-empty,
.ossn-marketplace-fee-box,
.ossn-marketplace-paypal-box,
.ossn-marketplace-contact-box {
	--mp-bg: rgba(3, 8, 28, .92);
	--mp-panel: rgba(8, 18, 50, .82);
	--mp-line: rgba(50, 246, 255, .34);
	--mp-hotline: rgba(255, 57, 216, .5);
	--mp-text: #f5f8ff;
	--mp-muted: #bfd0ff;
	--mp-cyan: #32f6ff;
	--mp-pink: #ff39d8;
	--mp-blue: #5b6cff;
	--mp-orange: #ffb347;
	color: var(--mp-text);
}
.ossn-marketplace-header,
.ossn-marketplace-search,
.ossn-marketplace-card,
.ossn-marketplace-side,
.ossn-marketplace-empty,
.ossn-marketplace-fee-box,
.ossn-marketplace-paypal-box,
.ossn-marketplace-contact-box,
.ossn-marketplace-admin-list,
.ossn-marketplace-checkline,
.ossn-marketplace-form,
.ossn-admin-form {
	border: 1px solid var(--mp-line, rgba(50, 246, 255, .34));
	border-radius: 12px;
	background:
		radial-gradient(circle at 10% 0%, rgba(255, 57, 216, .18), transparent 34%),
		radial-gradient(circle at 94% 12%, rgba(50, 246, 255, .16), transparent 36%),
		linear-gradient(135deg, rgba(3, 8, 28, .94), rgba(16, 8, 48, .9) 62%, rgba(3, 26, 48, .88));
	box-shadow: 0 16px 36px rgba(0, 0, 0, .3), 0 0 24px rgba(50, 246, 255, .12), inset 0 1px 0 rgba(255, 255, 255, .08);
	backdrop-filter: blur(12px);
}
.ossn-marketplace-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 16px;
	max-width: 1080px;
	overflow: hidden;
	padding: 18px 20px;
	position: relative;
	width: 100%;
}
.ossn-marketplace-header::before {
	background-image:
		linear-gradient(rgba(50, 246, 255, .06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 57, 216, .05) 1px, transparent 1px);
	background-size: 40px 40px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .72), transparent 78%);
	pointer-events: none;
	position: absolute;
}
.ossn-marketplace-header > * {
	position: relative;
	z-index: 1;
}
.ossn-marketplace-brand {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 25px;
	font-weight: 900;
	gap: 18px;
	text-decoration: none;
	text-shadow: 0 0 16px rgba(50, 246, 255, .58), 0 0 24px rgba(255, 57, 216, .22);
}
.ossn-marketplace-brand:hover {
	color: #fff;
	text-decoration: none;
}
.ossn-marketplace-brand img {
	border: 1px solid rgba(50, 246, 255, .36);
	border-radius: 16px;
	filter: drop-shadow(0 0 16px rgba(50, 246, 255, .38));
	height: 120px;
	object-fit: contain;
	width: 120px;
}
.ossn-marketplace-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	margin-left: auto;
	min-width: 0;
}
.ossn-marketplace-nav a,
.ossn-marketplace-category-strip a {
	background: rgba(0, 12, 36, .72);
	border: 1px solid rgba(50, 246, 255, .34);
	border-radius: 10px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	line-height: 1.2;
	padding: 9px 12px;
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
	white-space: nowrap;
}
.ossn-marketplace-nav a:hover,
.ossn-marketplace-category-strip a:hover,
.ossn-marketplace-nav a:focus,
.ossn-marketplace-category-strip a:focus {
	border-color: var(--mp-pink);
	box-shadow: 0 0 22px rgba(255, 57, 216, .24), 0 0 16px rgba(50, 246, 255, .14);
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}
.ossn-marketplace-nav .ossn-marketplace-post {
	background: linear-gradient(135deg, var(--mp-orange), var(--mp-pink));
	border-color: rgba(255, 255, 255, .22);
}
.ossn-marketplace-search {
	margin: 0 auto 14px;
	max-width: 1080px;
	padding: 13px;
	width: 100%;
}
.ossn-marketplace-search form {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
}
.ossn-marketplace-search input,
.ossn-marketplace-search select,
.ossn-marketplace-contact-form textarea,
.ossn-marketplace-form input,
.ossn-marketplace-form select,
.ossn-marketplace-form textarea,
.ossn-admin-form input,
.ossn-admin-form select,
.ossn-admin-form textarea {
	background: rgba(1, 9, 28, .9);
	border: 1px solid rgba(50, 246, 255, .34);
	border-radius: 9px;
	box-shadow: inset 0 0 14px rgba(50, 246, 255, .07);
	box-sizing: border-box;
	color: #f7fbff;
	min-height: 40px;
	width: 100%;
}
.ossn-marketplace-search input:focus,
.ossn-marketplace-search select:focus,
.ossn-marketplace-contact-form textarea:focus,
.ossn-marketplace-form input:focus,
.ossn-marketplace-form select:focus,
.ossn-marketplace-form textarea:focus,
.ossn-admin-form input:focus,
.ossn-admin-form select:focus,
.ossn-admin-form textarea:focus {
	border-color: var(--mp-cyan);
	box-shadow: 0 0 18px rgba(50, 246, 255, .22);
	outline: 2px solid rgba(50, 246, 255, .42);
}
.ossn-marketplace-search button,
.ossn-marketplace-search .btn,
.ossn-marketplace-actions .btn,
.ossn-marketplace-card-actions .btn,
.ossn-marketplace-contact-box .btn,
.ossn-marketplace-paypal-box .btn,
.ossn-admin-form .btn,
.ossn-admin-form input[type="submit"],
.ossn-marketplace-form .btn,
.ossn-marketplace-form input[type="submit"] {
	background: linear-gradient(135deg, var(--mp-pink), var(--mp-blue));
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 10px;
	box-shadow: 0 0 18px rgba(255, 57, 216, .32), inset 0 1px 0 rgba(255, 255, 255, .22);
	color: #fff !important;
	font-weight: 900;
	min-height: 38px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .34);
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.ossn-marketplace-search button:hover,
.ossn-marketplace-search .btn:hover,
.ossn-marketplace-actions .btn:hover,
.ossn-marketplace-card-actions .btn:hover,
.ossn-marketplace-contact-box .btn:hover,
.ossn-marketplace-paypal-box .btn:hover,
.ossn-admin-form .btn:hover,
.ossn-admin-form input[type="submit"]:hover,
.ossn-marketplace-form .btn:hover,
.ossn-marketplace-form input[type="submit"]:hover {
	box-shadow: 0 0 24px rgba(50, 246, 255, .34), 0 0 18px rgba(255, 57, 216, .26);
	filter: brightness(1.08);
	transform: translateY(-2px);
}
.ossn-marketplace-category-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 0 auto 16px;
	max-width: 1080px;
	width: 100%;
}
.ossn-marketplace-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fill, minmax(180px, 220px));
	justify-content: start;
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
}
.ossn-marketplace-card {
	color: var(--mp-text);
	display: block;
	overflow: hidden;
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.ossn-marketplace-card:hover {
	border-color: var(--mp-hotline);
	box-shadow: 0 18px 42px rgba(0, 0, 0, .34), 0 0 26px rgba(255, 57, 216, .2);
	text-decoration: none;
	transform: translateY(-3px);
}
.ossn-marketplace-card-wrap {
	width: 100%;
}
.ossn-marketplace-card-actions,
.ossn-marketplace-actions,
.ossn-marketplace-admin-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 8px 0 12px;
}
.ossn-marketplace-card-actions .btn {
	font-size: 12px;
	padding: 5px 8px;
}
.ossn-marketplace-card-image {
	background: rgba(5, 13, 34, .92);
	border-bottom: 1px solid rgba(50, 246, 255, .22);
	height: 126px;
	overflow: hidden;
	width: 100%;
}
.ossn-marketplace-card-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.ossn-marketplace-card-body {
	padding: 10px 10px 12px;
}
.ossn-marketplace-price {
	color: var(--mp-orange);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
	text-shadow: 0 0 12px rgba(255, 179, 71, .34);
}
.ossn-marketplace-price-large {
	font-size: 30px;
}
.ossn-marketplace-card-title {
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.3;
	margin-top: 7px;
	overflow-wrap: anywhere;
}
.ossn-marketplace-card-meta,
.ossn-marketplace-meta,
.ossn-marketplace-help {
	color: var(--mp-muted);
	font-size: 12px;
	line-height: 1.35;
	margin-top: 7px;
	overflow-wrap: anywhere;
}
.ossn-marketplace-badge {
	background: linear-gradient(135deg, var(--mp-orange), #fff0ba);
	border-radius: 999px;
	color: #231600;
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	margin-top: 9px;
	padding: 4px 8px;
}
.ossn-marketplace-form-grid,
.ossn-marketplace-admin-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ossn-marketplace-detail {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(260px, 52%) minmax(260px, 42%);
	justify-content: start;
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
}
.ossn-marketplace-gallery {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
}
.ossn-marketplace-gallery img {
	background: rgba(5, 13, 34, .92);
	border: 1px solid rgba(50, 246, 255, .34);
	border-radius: 12px;
	box-shadow: 0 0 18px rgba(50, 246, 255, .12);
	height: auto;
	max-height: 380px;
	object-fit: contain;
	width: 100%;
}
.ossn-marketplace-side,
.ossn-marketplace-empty,
.ossn-marketplace-fee-box,
.ossn-marketplace-paypal-box,
.ossn-marketplace-contact-box,
.ossn-marketplace-admin-list {
	margin-bottom: 12px;
	padding: 15px;
}
.ossn-marketplace-side {
	max-width: 460px;
	overflow: hidden;
	overflow-wrap: anywhere;
	word-break: break-word;
}
.ossn-marketplace-side h2,
.ossn-marketplace-contact-box h3,
.ossn-marketplace-admin-list h3,
.ossn-admin-form h3 {
	color: #fff;
	margin-top: 0;
	text-shadow: 0 0 14px rgba(50, 246, 255, .45);
}
.ossn-marketplace-side p,
.ossn-marketplace-contact,
.ossn-marketplace-admin-list,
.ossn-marketplace-fee-box,
.ossn-marketplace-paypal-box,
.ossn-marketplace-contact-box {
	color: var(--mp-muted);
	overflow-wrap: anywhere;
	word-break: break-word;
}
.ossn-marketplace-fee-box {
	border-color: rgba(255, 179, 71, .55);
	box-shadow: 0 16px 36px rgba(0, 0, 0, .3), 0 0 22px rgba(255, 179, 71, .14);
	margin: 12px 0;
}
.ossn-marketplace-paypal-box {
	border-color: rgba(50, 246, 255, .42);
	margin: 12px 0;
}
.ossn-marketplace-contact-box {
	margin: 12px 0;
}
.ossn-marketplace-contact-form textarea {
	min-height: 110px;
}
.ossn-marketplace-checkline {
	color: #fff;
	margin: 10px 0;
	padding: 11px;
}
.ossn-marketplace-debug {
	background: rgba(1, 9, 28, .92);
	border: 1px solid rgba(50, 246, 255, .2);
	border-radius: 9px;
	color: #f5f8ff;
	margin-top: 10px;
	max-height: 220px;
	overflow: auto;
	padding: 10px;
	white-space: pre-wrap;
}
.ossn-admin-form,
.ossn-marketplace-form {
	color: var(--mp-text, #f5f8ff);
	margin-bottom: 14px;
	padding: 15px;
}
.ossn-admin-form label,
.ossn-marketplace-form label {
	color: #fff;
	font-weight: 800;
	margin-top: 10px;
	text-shadow: 0 0 10px rgba(50, 246, 255, .24);
}
@media (max-width: 900px) {
	.ossn-marketplace-header,
	.ossn-marketplace-detail {
		display: block;
	}
	.ossn-marketplace-header,
	.ossn-marketplace-search,
	.ossn-marketplace-category-strip,
	.ossn-marketplace-grid,
	.ossn-marketplace-detail {
		max-width: 100%;
		width: 100%;
	}
	.ossn-marketplace-nav {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 12px;
	}
	.ossn-marketplace-search form,
	.ossn-marketplace-form-grid,
	.ossn-marketplace-admin-grid,
	.ossn-marketplace-gallery {
		display: grid;
		grid-template-columns: 1fr;
	}
	.ossn-marketplace-search button,
	.ossn-marketplace-search .btn {
		width: 100%;
	}
	.ossn-marketplace-side {
		margin-top: 12px;
		max-width: 100%;
	}
	.ossn-marketplace-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.ossn-marketplace-card-image {
		height: 135px;
	}
}
@media (max-width: 520px) {
	.ossn-marketplace-header {
		padding: 12px;
	}
	.ossn-marketplace-brand {
		font-size: 18px;
	}
	.ossn-marketplace-brand img {
		height: 92px;
		width: 92px;
	}
	.ossn-marketplace-category-strip a,
	.ossn-marketplace-nav a {
		font-size: 12px;
		padding: 8px;
	}
	.ossn-marketplace-grid {
		grid-template-columns: 1fr;
	}
	.ossn-marketplace-card-image {
		height: 180px;
	}
	.ossn-marketplace-actions .btn,
	.ossn-marketplace-card-actions .btn,
	.ossn-marketplace-contact-box .btn,
	.ossn-marketplace-paypal-box .btn,
	.ossn-admin-form input[type="submit"] {
		width: 100%;
	}
}
.pushnotifications-permission {
    position: fixed;
    left: 50%;
    top: 96px;
    transform: translateX(-50%);
    z-index: 99999;
    width: min(920px, calc(100vw - 28px));
    background: #171717;
    color: #fff;
    border: 3px solid #dc2626;
    border-left-width: 12px;
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .42);
    padding: 18px 20px;
}
.pushnotifications-permission::before {
    content: "Push-Nachrichten";
    display: block;
    color: #fecaca;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 6px;
}
.pushnotifications-permission p {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.28;
    font-weight: 700;
}
.pushnotifications-permission .pushnotifications-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.pushnotifications-permission .ossn-button,
.pushnotifications-permission button {
    border: 0;
    border-radius: 4px;
    padding: 12px 16px;
    min-height: 44px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}
.pushnotifications-permission [data-push-enable] {
    background: #dc2626;
    color: #fff;
}
.pushnotifications-permission [data-push-test] {
    background: #404040;
    color: #fff;
}
.pushnotifications-permission [data-push-later],
.pushnotifications-permission [data-push-never] {
    background: #2b2b2b;
    color: #f5f5f5;
}
.pushnotifications-permission [data-push-status] {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 700;
}
@media (max-width: 720px) {
    .pushnotifications-permission {
        top: 72px;
        width: calc(100vw - 20px);
        padding: 16px;
        border-left-width: 8px;
    }
    .pushnotifications-permission p {
        font-size: 19px;
    }
    .pushnotifications-permission .pushnotifications-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
    .pushnotifications-permission .ossn-button,
    .pushnotifications-permission button {
        width: 100%;
    }
}
.eventinvite-widget-wrap{display:inline-flex;vertical-align:middle;margin:0 0 0 6px}
.eventinvite-widget{display:inline-flex;align-items:center;gap:8px;margin:0;padding:0;background:transparent}
.eventinvite-widget-forced{margin:8px 0 0 8px!important;display:inline-flex!important;position:relative!important;z-index:50!important}
.eventinvite-member-visible{clear:both!important;max-width:420px!important}
.eventinvite-request-button{display:inline-flex!important;align-items:center;justify-content:center;min-height:32px;padding:7px 14px!important;border:0!important;border-radius:8px!important;background:linear-gradient(135deg,#d936f5,#405cff)!important;color:#fff!important;font-weight:700!important;line-height:1.2!important;box-shadow:0 0 8px rgba(217,54,245,.45);white-space:normal;text-align:center}
.eventinvite-status{padding:10px;border-radius:8px;background:rgba(15,23,42,.92);border:1px solid rgba(34,211,238,.35);color:#eef4ff;margin:8px 0;box-shadow:0 0 18px rgba(34,211,238,.12)}
.eventinvite-status-accepted{background:rgba(5,46,22,.88);border-color:rgba(34,197,94,.5)}
.eventinvite-status-rejected,.eventinvite-status-blocked{background:rgba(69,10,10,.88);border-color:rgba(244,63,94,.55)}
.eventinvite-box{max-width:980px;color:#eef4ff}
.eventinvite-box h2{color:#fff;text-shadow:0 0 10px rgba(217,54,245,.32);font-size:26px;margin:0 0 10px}
.eventinvite-filters{display:flex;gap:6px;flex-wrap:wrap;margin:10px 0 16px}
.eventinvite-filters .btn{border:1px solid rgba(255,255,255,.18)!important;border-radius:8px!important;background:linear-gradient(135deg,#d936f5,#405cff)!important;color:#fff!important;font-weight:700!important;box-shadow:0 0 10px rgba(217,54,245,.35)!important}
.eventinvite-filters .btn-default{opacity:.88}
.eventinvite-admin-row{display:flex;gap:16px;border:1px solid rgba(34,211,238,.35);border-radius:10px;padding:14px;margin:12px 0;background:linear-gradient(135deg,rgba(10,17,38,.96),rgba(18,13,48,.95));box-shadow:0 0 22px rgba(34,211,238,.12), inset 0 0 0 1px rgba(255,255,255,.03);color:#eef4ff}
.eventinvite-admin-row img{width:58px;height:58px;border-radius:50%;object-fit:cover;border:2px solid rgba(34,211,238,.55);box-shadow:0 0 14px rgba(34,211,238,.25);background:#081126}
.eventinvite-admin-main{flex:1;min-width:0}
.eventinvite-admin-main h3{color:#fff!important;font-size:22px;margin:0 0 6px;text-shadow:0 0 10px rgba(64,92,255,.35)}
.eventinvite-admin-main p{color:#dbe8ff!important;margin:6px 0;line-height:1.45}
.eventinvite-admin-main strong{color:#fff}
.eventinvite-admin-main small{color:#9fb7d8!important;display:block;margin:8px 0}
.eventinvite-inline-form,.eventinvite-action-form{display:inline-flex;gap:6px;align-items:center;flex-wrap:wrap;margin:8px 4px 8px 0}
.eventinvite-inline-form input[type=text]{max-width:260px;display:inline-block;background:rgba(2,8,23,.85)!important;border:1px solid rgba(34,211,238,.35)!important;border-radius:6px!important;color:#fff!important;padding:7px 9px!important}
.eventinvite-inline-form input[type=text]::placeholder{color:#9fb7d8}
.eventinvite-checkin-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:12px 0 18px;padding:12px;border:1px solid rgba(34,211,238,.35);border-radius:10px;background:linear-gradient(135deg,rgba(10,17,38,.96),rgba(18,13,48,.95));box-shadow:0 0 18px rgba(34,211,238,.12)}
.eventinvite-checkin-form label{color:#fff;font-weight:700;margin:0}
.eventinvite-checkin-form input[type=text]{flex:1;min-width:240px;background:rgba(2,8,23,.85)!important;border:1px solid rgba(34,211,238,.35)!important;border-radius:8px!important;color:#fff!important;padding:9px 10px!important}
.eventinvite-checkin-form input[type=text]::placeholder{color:#9fb7d8}
.eventinvite-checkin-form video{width:100%;max-width:420px;border:1px solid rgba(34,211,238,.45);border-radius:10px;margin-top:10px;background:#020817}
.eventinvite-admin-main .btn{border:0!important;border-radius:8px!important;color:#fff!important;font-weight:700!important;box-shadow:0 0 10px rgba(217,54,245,.24)!important;margin-top:4px}
.eventinvite-admin-main .btn-success{background:linear-gradient(135deg,#16a34a,#22c55e)!important}
.eventinvite-admin-main .btn-warning{background:linear-gradient(135deg,#d936f5,#405cff)!important}
.eventinvite-admin-main .btn-danger{background:linear-gradient(135deg,#f43f5e,#b91c1c)!important}
.eventinvite-admin-main .btn-default{background:linear-gradient(135deg,#334155,#0f172a)!important;border:1px solid rgba(148,163,184,.28)!important}
.eventinvite-admin-main .btn-info{background:linear-gradient(135deg,#06b6d4,#2563eb)!important}
.eventinvite-ticket{max-width:760px;border:1px solid rgba(34,211,238,.45);border-radius:10px;padding:20px;background:linear-gradient(135deg,rgba(10,17,38,.97),rgba(18,13,48,.96));color:#eef4ff;box-shadow:0 0 22px rgba(34,211,238,.14)}
.eventinvite-codes{display:flex;gap:20px;align-items:center;flex-wrap:wrap;margin:20px 0}
.eventinvite-codes img{display:block;background:#fff;border:1px solid rgba(34,211,238,.45);border-radius:8px;padding:10px;width:auto;max-width:100%;height:auto}
.eventinvite-codes img[alt="Barcode"]{width:360px}
.eventinvite-guestlist-head{border:1px solid rgba(34,211,238,.35);border-radius:10px;padding:14px;margin-bottom:14px;background:linear-gradient(135deg,rgba(10,17,38,.96),rgba(18,13,48,.95));box-shadow:0 0 18px rgba(34,211,238,.12)}
.eventinvite-guestlist-head p{color:#dbe8ff!important;margin:5px 0}
.eventinvite-export-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.eventinvite-guest-section{border:1px solid rgba(34,211,238,.35);border-radius:10px;padding:14px;margin:14px 0;background:linear-gradient(135deg,rgba(10,17,38,.96),rgba(18,13,48,.95));box-shadow:0 0 18px rgba(34,211,238,.12)}
.eventinvite-guest-section h3{margin:0 0 10px;color:#fff;text-shadow:0 0 10px rgba(217,54,245,.28)}
.eventinvite-guest-section h4{margin:16px 0 8px;color:#dbe8ff}
.eventinvite-guest-section-warning{border-color:rgba(244,63,94,.42)}
.eventinvite-guest-row{display:flex;gap:12px;align-items:flex-start;border-top:1px solid rgba(148,163,184,.18);padding:10px 0}
.eventinvite-guest-row:first-of-type{border-top:0}
.eventinvite-guest-row img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:1px solid rgba(34,211,238,.45)}
.eventinvite-guest-main{min-width:0;color:#dbe8ff}
.eventinvite-guest-main strong{display:block;color:#fff}
.eventinvite-guest-main span{display:inline-block;margin:3px 0;color:#9fb7d8}
.eventinvite-guest-main small{display:block;color:#9fb7d8;margin:2px 0}
.eventinvite-guest-main p{margin:6px 0;color:#dbe8ff!important}
.eventinvite-empty{color:#9fb7d8;padding:8px 0}
.eventinvite-dsgvo-box{border:1px solid rgba(244,63,94,.42);border-radius:10px;padding:14px;margin:14px 0;background:linear-gradient(135deg,rgba(69,10,10,.8),rgba(18,13,48,.94));box-shadow:0 0 18px rgba(244,63,94,.16);color:#eef4ff}
.eventinvite-dsgvo-box h3{margin:0 0 8px;color:#fff;text-shadow:0 0 10px rgba(244,63,94,.28)}
.eventinvite-dsgvo-box p{color:#ffd7df!important;margin:6px 0 10px;line-height:1.45}
.eventinvite-note-form{display:block;clear:both;margin-top:10px}
.eventinvite-note-form textarea{width:100%;min-height:76px;box-sizing:border-box;background:rgba(2,8,23,.9)!important;border:1px solid rgba(34,211,238,.35)!important;border-radius:8px!important;color:#fff!important;padding:9px 10px!important;resize:vertical}
.eventinvite-note-form textarea::placeholder{color:#9fb7d8}
.eventinvite-note-form .btn{margin-top:6px}
@media (max-width: 768px){
    .event-action-bar .btns-group{display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:center!important}
    .eventinvite-widget-wrap{display:flex!important;width:100%;margin:8px 0 0 0!important}
    .eventinvite-widget{display:flex!important;width:100%!important}
    .eventinvite-widget-forced{width:100%!important;margin:8px 0 0 0!important}
    .eventinvite-member-visible{max-width:none!important}
    .eventinvite-request-button{width:100%!important;min-height:42px;font-size:14px!important}
    .eventinvite-admin-row{display:block;padding:14px}
    .eventinvite-admin-row img{float:left;margin:0 12px 8px 0}
    .eventinvite-inline-form,.eventinvite-action-form{display:flex;width:100%}
    .eventinvite-inline-form input[type=text]{max-width:none;width:100%}
    .eventinvite-checkin-form{display:block}
    .eventinvite-checkin-form input[type=text],.eventinvite-checkin-form .btn{width:100%;margin-top:8px}
    .eventinvite-admin-main .btn{margin:4px 4px 4px 0}
    .eventinvite-codes{display:block}
    .eventinvite-codes img{width:100%!important;max-width:100%!important;margin:10px 0;box-sizing:border-box}
    .eventinvite-export-actions .btn{width:100%}
    .eventinvite-guest-row{display:block}
    .eventinvite-guest-row img{float:left;margin:0 10px 6px 0}
    .eventinvite-note-form textarea,.eventinvite-note-form .btn{width:100%}
}
.profile-menu-extra-banuser {
    color: #B91A1A !important;
}.categories h3 {
    margin-top: 0px;
    font-size: 21px;
    margin-bottom: 5px;
}
.categories p {
	margin-bottom:5px;
}
.categories .ossn-users-list-item {
	margin-left: -5px;
    margin-right: -5px;
}
.menu-section-item-categoieslist:before,
.menu-section-categories i:before {
    content: "\f022" !important;
}.custom-field-items label,
#ossn-home-signup label {
	font-weight:bold;
}.link-preview-item {
    margin-bottom: 10px;
}
.link-preview-item a {
	text-decoration:none;
}
.link-preview-item:hover {
    cursor: pointer;
    opacity: 0.5;
}
.link-preview-item-inner {
    border: 1px solid #eee;
    padding: 10px;
    background: #fff;
    border-bottom: 3px solid #eee;
    border-right: 2px solid #eee;
}
.link-preview-item-title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
    color: #313742;
}
.link-preview-item-contents-desc {
    color: #616161;
    font-size: 14px;
}
.link-preview-item-mage-preview {
    background: #eee;
    border: 2px solid #eee;
    text-align: center;
    margin-bottom: 10px;
}
.link-preview-item-mage-preview img {
    max-width: 80%;
    margin: 0 auto;
}

.ossn-wall-container-data .link-preview-container .link-preview-item-inner {
	margin-top:5px;
}
.ossn-wall-container-data .link-preview-container .ossn-loading {
    margin: 0 auto !important;
    margin-top: 10px !important;
}
.link-preview-link {
    color: #999;
    font-size: 13px;
}.menu-topbar-dropdown-reported_contents {
	    color: #ff1919 !important;
}
.ossn-report-this {
	color:red;
    cursor:pointer;
}	
.report-item {
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    background: #f3f3f3;
}
.report-item p {
    border-bottom: 1px solid #ccc;
    padding: 5px;	
}
.report-item-read {
	background:#fff;	
}
.report-item p span {
    margin-left: 5px;	
}
.report-item .btn {
	margin-right:5px;
}
.message-report {
	display:none;
}	
.message-box-recieved:hover .message-report {
	display: inline-block;
    font-size: 12px;
    color: red;
}
.ossn-notification-icon-report {
    display: inline-block;
}
.ossn-notification-icon-report:before {
    content: "\f024";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}.family-members-list {
	margin-top: 10px;
	border-top: 1px solid var(--main-border-color-bit);
	padding-top: 10px;
}

.family-members-list .item {
	margin-bottom: 10px;
}

.family-members-edit option {
	
}

.family-relation-privacy,
.family-relationship-edit,
.family-members-edit {
	border: 0;
	padding: 5px;  
}
.family-relation-privacy option {

}
.family-relation-privacy:focus-visible {
    outline: 0px !important;
}
.family-members-list .user-icon {
	border-radius: 100%;
	border: 1px solid #ccc;
	width: 52px;
	height: 52px;
	margin: 0 auto;
}

.family-members-list .user-details {
	margin-top: 5px;
}

.family-members-list .user-details i {
	margin-right: 0;
}

.family-members-list .user-details .edit {
	float: right;
	margin-left: 20px;
}

.family-members-list .user-details .privacy {
	float: right;
}

.family-members-list .user-details a {
	font-weight: bold;
}

.family-members-list .pending {
	color: red;
}

.family-members-list .user-icon img {
	border-radius: 100%;
}

.family-relationships-container {}

.family-member-request-item .ossn-loading {
	display: none;
}

.family-member-request-btn i {
	margin-right: 0;
}

.family-member-request-name {
	font-weight: bold;
}
.add-relationship-member,
.add-family-member {
	color: var(--link-color) !important;
}

.family-relationships-title {
	font-weight: bold;
}

.family-member-add-form {
	display: none;
	margin-top: 10px;
	border-bottom: 1px solid var(--main-border-color-bit);
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.relation-member-add-form .token-input-input-token,
.family-member-add-form .token-input-input-token {
	width: 100%;
}

#token-input-relation-family-member,
#token-input-familysearch-family-member {
	width: 100% !important;
}

.relation-member-add-form {
	display: none;
	margin-top: 10px;
	border-bottom: 1px solid var(--main-border-color-bit);
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.white-darkmode .family-member-add-form .token-input-list {
	background-color:transparent !important;
	border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}

.family-members-edit,
.family-relation-privacy {
    display: inline-block !important;
    padding: 2px  !important;
    width: 100px  !important;
    margin-right: 5px  !important;
}
.family-delete-btn {
	display: inline-block  !important;
    float: right !important;
    margin-top: 4px !important;
}.fbstories-outside-container {
	text-align:center;
}

.fbstories-items {
  height: 210px;
    overflow: hidden;
    overflow-x: scroll;
    cursor: pointer;
    white-space: nowrap;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */    
      
}
.fbstories-items::-webkit-scrollbar {
  display: none;
}

.fbstories-items .fbstories-item-add,
.fbstories-items .fbstories-item {
  width: 115px;
  height: 200px;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #dddfee;
  background: #333;
  cursor: pointer;
  margin-right: 10px;
  position:relative;
}

.fbstories-items .fbstories-item {
  width: 115px;
  height: 200px;
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
  border:0px;
  background:#D9D9DFFF;
  margin-right: 10px;
}

.fbstories-items .fbstories-item .user-image {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 4px solid #3578e5;
  border-radius: 50%;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  z-index:9;
}
.fbstories-items .fbstories-item .user-name {
    position: absolute;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
    text-overflow: ellipsis;
    width: 98px;
    flex-wrap: wrap;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    margin-top: 170px;
}
.fbstories-items .fbstories-item-add .image0th,
.fbstories-items .fbstories-item .image0th {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position:relative;
}

.fbstories-items .fbstories-item .image0th img {
	max-width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    user-select: none;
    border:1px solid #D9D9DFFF;
    pointer-events: none;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    left: 0;    
}
.fbstorie-item-delete {
    font-size: 15px;
    color: #fff;
    float: right;
    z-index: 3;
    position: relative;
    cursor: pointer;
    opacity: 1;
	margin-top: 5px;
    margin-right: 5px;    
}
.fbstories-items .fbstories-item .user-image img {
  border-radius: 50%;
}
.users-information {
  position: absolute;
  background: rgba(51, 51, 51, 0.29);
  width: 100%;
  left: 0;
  padding-top: 10px;
  z-index: 2;
  padding-bottom: 10px
}

.users-information-inner {
  padding-left: 10px;
  padding-right: 10px;
}

.users-information .user-image {
  border-radius: 100%;
  border: 1px solid #fff;
  display: inline-block;
  float: left;
}

.users-information .user-image img {
  border-radius: 100%;
}

.users-information .user-name-time {
  display: inline-block;
  color: #fff;
  margin-left: 8px;
  margin-top: 1px;
}

.users-information .user-name-time .name {
  display: block;
}

.users-information .user-name-time .time {
  font-size: 12px;
}

.fbstories-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: rgba(43, 43, 43, 0.75);
  cursor: auto;
  height: 100%;
}

.fbstories-container-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 60000;
}

.status-bar {
  background: #ccc !important;
  height: 5px !important;
  border-radius: 0 !important;
  border: 0 !important;
  z-index: 10 !important;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  opacity:0.9;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.status-bar .ui-progressbar-value {
	border:0px !important;
    margin:0 !important;
        height: 6px !important;
        
}
.status-bar  .ui-progressbar .ui-progressbar-value {
	margin:0 !important;
}
.fbstories-container .slideshow-container {
  width: 300px;
  height: 500px;
  position: relative;
  margin: auto;
  background: #333;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
  padding-top: 0px;
}

.fbstories-container .slideshow-container .close {
  font-size: 15px;
  color: #fff;
  float: right;
  z-index: 3;
  position: relative;
  cursor: pointer;
  opacity: 1;
   margin-top: 7px;
}

.fbstories-container .slideshow-container .fbstories-slides img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}

.fbstories-slides {
  display: none;
}

.fbstories-container .prev {
  left: 0;
}

.fbstories-container .next {
  right: 0;
}

.fbstories-container .prev,
.fbstories-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.fbstories-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.fbstories-container .prev:hover,
.fbstories-container .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.fbstories-container .text {
  color: #f2f2f2;
  font-size: 15px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background: rgba(51, 51, 51, 0.29);
  padding: 5px;
  padding-right: 0;
  padding-left: 0;
  left: 0;
  right: 0;
}

.fbstories-container .total-images {
  color: #f2f2f2;
  font-size: 12px;
  top: 0;
  z-index: 1;
  margin-top: 20px;
  float: right;
}

.fbstories-container .fadefbstories {
  -webkit-animation-name: fadefbstories;
  -webkit-animation-duration: 1.5s;
  animation-name: fadefbstories;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadefbstories {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}

@keyframes fadefbstories {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}
.fbstories-paginate-item .story-viewed .user-image {
	border: 4px solid #d2d2d2;
}
@media only screen and (max-device-width: 480px) {
	
	.fbstories-items .fbstories-item-add,
	.fbstories-items .fbstories-item {
    	width: 100px;
    	height: 150px;
        margin-right:0px;
	}
	.fbstories-items {
    	height: 160px;
	}	
    .fbstories-items .fbstories-item .user-name {
        margin-top: 120px;
        width: 80px;
    }
}

.fbstories-add-story {
	color:#fff;
    font-size:20px;
}
.stories-container {
    margin-bottom: 10px;
}
.stories-container .title {
    font-weight: bold;
    margin-bottom: 5px;
}
.stories-view-all {
    float: right;
    padding-right: 15px;
}.multiple-upload-item {
	margin: 0 5px 0 0;
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.multiple-upload-container {
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
}

.multiple-upload-item img {
	width: 100px;
	height: 100px;
	margin: 0 5px 0 0;
	display: inline-block;
	object-fit: cover;
	border: 1px solid #ccc;
	user-select: none;
	pointer-events: none;
	border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.multiupload-output {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.multiupload-output li {
	flex-grow: 1;
	list-style: none;
	position: relative;
	max-height: 200px;
}

.multiupload-output img {
	max-height: 200px;
	width: 100%;
	object-fit: cover;
	vertical-align: bottom;
	cursor: pointer;
}

.multiupload-view-more {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 6vh;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.multiupload-img-last {
	filter: brightness(0.5);
}

.ossn-wall-item .post-contents img {
	border: 1px solid #fff;
}

.multiple-upload-remove-item {
	position: absolute;
	right: 0;
	padding-right: 9px;
	padding-top: 3px;
}

.multiple-upload-remove-item span {
	background: #fff;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}

@media (max-width: 575.98px) {
	.multiupload-output img {
		max-height: 100px;
	}

	.multiupload-view-more {
		font-size: 3vh;
	}
}.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
	background: #eee;
}

.event-wall-item {
	margin-bottom: 10px;
	margin-top: 0px !important;
}

.ossn-menu-search-event a .text:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f073";
	padding-right: 10px;
	vertical-align: middle;
	float: left;
}

.ossn-notification-icon-calander {
	display: inline-block;
}

.ossn-notification-icon-calander:before {
	content: "\f073";
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
}


.menu-section-event i:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f073" !important;
}

.menu-section-item-events-all:before,
.menu-section-item-events-my:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f0cb" !important;
}

.menu-section-item-events-add:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f067" !important;
}

@media only screen and (max-width: 992px) {
	.bootstrap-datetimepicker-widget {
		margin-left: initial !important;
	}
}

@media (max-width: 480px) {
	.bootstrap-datetimepicker-widget {
		margin-left: inttial !important;
	}
}

.event-footer-comments .comments-list {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
}

.event-footer-comments .like-share {
	margin-left: -10px;
	margin-right: -10px;
}

/******************
 List
*******************/

/* 1. Scoped Parent & Theme Variables */
.events-list-modern {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-top: 20px;
	--ev-bg: #ffffff;
	--ev-title: #111827;
	--ev-text: #4b5563;
	--ev-border: #f0f0f0;
	--ev-shadow: rgba(0, 0, 0, 0.06);
}

/* 2. White-Darkmode Support */
html.white-darkmode .events-list-modern {
	--ev-bg: #1c1c1f;
	--ev-title: #ffffff;
	--ev-text: #a1a1aa;
	--ev-border: #333335;
	--ev-shadow: rgba(0, 0, 0, 0.5);
}

/* 3. Card Container */
.events-list-modern .event-list-card {
	display: flex;
	align-items: stretch;
	/* Crucial: makes left and right side equal height */
	background-color: var(--ev-bg);
	border: 1px solid var(--ev-border);
	border-radius: 16px;
	overflow: hidden;
	transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
	text-decoration: none !important;
	box-shadow: 0 4px 12px var(--ev-shadow);
}

.events-list-modern .event-list-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px var(--ev-shadow);
}

/* 4. Fixed Image Handling - No more bottom gaps */
.events-list-modern .event-card-image {
	width: 320px;
	min-width: 320px;
	/* Remove fixed height, use stretch */
	align-self: stretch;
	background-color: #000;
	position: relative;
	overflow: hidden;
}

.events-list-modern .event-card-image img {
	position: absolute;
	/* Absolute fill ensures it covers the stretched parent */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* Pro-Tip Overlay */
.events-list-modern .event-card-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 100%);
	pointer-events: none;
	z-index: 1;
}

/* 5. Content Area */
.events-list-modern .event-card-content {
	padding: 25px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* Centers text if image is taller */
}

.events-list-modern .event-card-content h3 {
	font-size: 22px;
	font-weight: 800;
	margin: 0 0 8px 0;
	color: var(--ev-title) !important;
}

.events-list-modern .event-card-content p {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 15px;
	color: var(--ev-text) !important;
}

/* 6. Info Grid */
.events-list-modern .event-card-meta {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-bottom: 10px;
}

.events-list-modern .meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: var(--ev-text) !important;
}

.events-list-modern .meta-item i {
	width: 18px;
	text-align: center;
}

/* 7. Footer & Link */
.events-list-modern .event-card-footer {
	margin-top: 15px;
	display: flex;
	justify-content: flex-end;
}

.events-list-modern .browse-link {
	font-weight: 700;
	font-size: 13px;
	color: #3b82f6 !important;
	display: flex;
	align-items: center;
	gap: 6px;
}

/* Responsive */
@media (max-width: 850px) {
	.events-list-modern .event-list-card {
		flex-direction: column;
	}

	.events-list-modern .event-card-image {
		width: 100%;
		height: 220px;
		/* Return to fixed height only on mobile */
		min-width: 100%;
	}
}

/******************
 View
*******************/
/* Main Card - Scope to prevent leaking */
.event-details-card {
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid #e0e0e0;
	margin-bottom: 25px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	color: #1f2937;
}

/* Dark Mode Support */
html.white-darkmode .event-details-card {
	background: #18181b !important;
	border-color: #333333 !important;
	color: #f4f4f5 !important;
}

/* Top Action Bar (Matches your preferred top) */
.event-details-card .event-action-bar {
	display: flex;
	padding: 5px 20px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	background: #fff;
}

html.white-darkmode .event-details-card .event-action-bar {
	background: #18181b;
	border-bottom-color: #333;
}

.event-details-card .title-section {
	padding: 20px 25px 10px 25px;
}

.event-details-card .title-section h2 {
	font-size: 20px;
	font-weight: 800;
	margin: 0;
}

/* Interaction Area: Buttons and Admin */
.event-details-card .interaction-area {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	/* This pushes items to opposite ends */
	align-items: center;
	width: 100%;
	/* Important: Takes full width of the card */
}

.event-details-card .btns-group {
	display: flex;
	gap: 8px;
}

.event-details-card .btn {
	font-weight: 600;
	border-radius: 8px;
	padding: 7px 14px;
	font-size: 13px;
}

.event-details-card .btn-selected-active {
	background: #f1f5f9 !important;
	color: #3b82f6 !important;
	border: 1px solid #3b82f6 !important;
	cursor: default;
}

/* Admin Buttons at far right */
.event-details-card .btns-group {
	display: flex;
	gap: 8px;
}

.event-details-card .admin-controls {
	display: flex;
	gap: 8px;
	/* Optional: add a border to separate it from buttons */
	padding-left: 15px;
	border-left: 1px solid #eee;
}

/* Remove default margins on icons to keep them centered in circles */
.event-details-card .admin-controls i {
	margin: 0 !important;
}

.event-details-card .admin-controls a {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
}

/* --- NEW STACKED BODY LAYOUT --- */
.event-details-card .event-body-content {
	padding: 30px;
}

/* Upper Section: Image and Meta Panel side-by-side */
.event-details-card .event-upper-split {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	margin-bottom: 30px;
}

/* Fixed 250x250 Image with Date Badge */
.event-details-card .event-image-container {
	flex: 0 0 250px;
	position: relative;
	width: 250px;
	height: 250px;
}

.event-details-card .event-fixed-image {
	width: 250px;
	height: 250px;
	border-radius: 12px;
	overflow: hidden;
}

.event-details-card .event-fixed-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Premium Date Badge Overlay */
.event-details-card .date-badge-fixed {
	position: absolute;
	top: 12px;
	left: 12px;
	background: #ffffff;
	border-radius: 8px;
	padding: 6px 10px;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	z-index: 5;
}

html.white-darkmode .event-details-card .date-badge-fixed {
	background: #27272a;
}

.event-details-card .date-badge-fixed .m {
	color: #ef4444;
	font-weight: 800;
	font-size: 11px;
	display: block;
	text-transform: uppercase;
	line-height: 1;
}

.event-details-card .date-badge-fixed .d {
	font-size: 20px;
	font-weight: 900;
	display: block;
	line-height: 1.1;
	color: #111;
}

html.white-darkmode .event-details-card .date-badge-fixed .d {
	color: #fff;
}

/* Condensed Meta Panel (to the right of the image) */
.event-details-card .meta-info-panel {
	flex: 1;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 20px;
	height: 250px;
	/* Match image height */
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

html.white-darkmode .event-details-card .meta-info-panel {
	background: #212124;
	border-color: #3f3f46;
}

.event-details-card .info-item {
	display: flex;
	gap: 12px;
	align-items: center;
}

.event-details-card .info-item i {
	font-size: 18px;
	color: #3b82f6;
	width: 20px;
	text-align: center;
}

.event-details-card .info-label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	color: #94a3b8;
	text-transform: uppercase;
}

.event-details-card .info-val {
	font-weight: 600;
	font-size: 15px;
	display: block;
}

/* --- DESCRIPTION SECTION BELOW --- */
.event-details-card .event-description-section {
	border-top: 1px solid #f1f5f9;
	padding-top: 30px;
	margin-top: 10px;
}

html.white-darkmode .event-details-card .event-description-section {
	border-top-color: #3f3f46;
}

.event-details-card .description-header {
	font-size: 14px;
	font-weight: 700;
	color: #94a3b8;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.event-details-card .event-description-text {
	font-size: 16px;
	line-height: 1.8;
	color: #4b5563;
	/* No fixed height, no overflow - all text is visible */
}

html.white-darkmode .event-details-card .event-description-text {
	color: #d1d5db;
}

/* Stats Footer */
.event-details-card .event-stats-footer {
	display: flex;
	background: #f8fafc;
	border-top: 1px solid #f0f0f0;
}

html.white-darkmode .event-details-card .event-stats-footer {
	background: #141416;
	border-top-color: #333;
}

.event-details-card .stat-pill {
	flex: 1;
	padding: 15px;
	text-align: center;
	cursor: pointer;
}

.event-details-card .stat-pill:last-child {
	border: none;
}

.event-details-card .stat-num {
	display: block;
	font-size: 22px;
	font-weight: 800;
}

.event-details-card .stat-txt {
	font-size: 11px;
	font-weight: 600;
	color: #64748b;
	text-transform: uppercase;
}

@media (max-width: 850px) {
	.event-details-card .event-action-bar {
		flex-direction: column;
		align-items: flex-start;
	}

	.event-details-card .interaction-area {
		width: 100%;
		justify-content: space-between;
		margin-top: 10px;
	}

	.event-details-card .event-upper-split {
		flex-direction: column;
		align-items: center;
	}

	.event-details-card .meta-info-panel {
		width: 100%;
		height: auto;
	}
}

/****
  Calendar
**********/
.menu-section-item-events-calendar:before {
	content: "\f784" !important
}

@media (min-width: 1200px) {
	.ec-event-title {
		font-size: .85em;
		line-height: 1.5;
	}
}

.ec-day-grid .ec-body .ec-day {
	min-height: 5em !important;
}.link-preview-item-inner {
    border: 1px solid #eee;
    background: #F0F2F5;
    border-bottom: 3px solid #eee;
    border-right:0;
    padding:0px;
    border-left:0;
    margin-left: -15px;
    margin-right: -15px;
}
.link-preview-link,
.link-preview-item-contents-desc,
.link-preview-item-title {
	padding-left:10px;
    padding-right:10px;
}
.link-preview-item-mage-preview img {
	    max-height: 250px !important;
            border-radius: 0px !important;
}
.post-share-wall-item .link-preview-item-inner {
    margin-left: -10px;
    margin-right: 5px;
    border-bottom: 0;
    margin-bottom: -5px;
}

.post-share-wall-item .post-contain-image img {
	border-radius:0px !important;
}
.user-fullname .verified-title {
	font-size:25px;
    border:0;
    color:#1E7AF2;
}
.ossn-messages .message-inner::-webkit-scrollbar,
.white-darkmode .emojii-container .emojii-list::-webkit-scrollbar,
.white-darkmode .ossn-notifications-box .messages-inner::-webkit-scrollbar,
.sidebar::-webkit-scrollbar {
	width: 8px;
    border-radius: 5px;    
}

.ossn-messages .message-inner::-webkit-scrollbar-track,
.white-darkmode .emojii-container .emojii-list::-webkit-scrollbar-track,
.white-darkmode .ossn-notifications-box .messages-inner::-webkit-scrollbar-track,
.sidebar::-webkit-scrollbar-track {
	background-color: var(--scroll-bg);
	border-left: 0px;
    border-radius: 5px;    
}
.ossn-messages .message-inner::-webkit-scrollbar-thumb,
.white-darkmode .emojii-container .emojii-list::-webkit-scrollbar-thumb,
.white-darkmode .ossn-notifications-box .messages-inner::-webkit-scrollbar-thumb,
.sidebar::-webkit-scrollbar-thumb {
	background-color: var(--scroll-thumb);
    border-radius: 5px;        
}
.ossn-messages .message-inner::-webkit-scrollbar-thumb:hover,
.white-darkmode .emojii-container .emojii-list::-webkit-scrollbar-thumb:hover,
.white-darkmode .ossn-notifications-box .messages-inner::-webkit-scrollbar-thumb:hover,
.sidebar::-webkit-scrollbar-thumb:hover {
	background-color: var(--scroll-thumb-hover);
}

.sidebar::-webkit-scrollbar-thumb:hover,
.sidebar::-webkit-scrollbar-thumb,
.sidebar::-webkit-scrollbar-track {
  visibility: hidden;
}
.sidebar:hover::-webkit-scrollbar-thumb:hover,
.sidebar:hover::-webkit-scrollbar-thumb,
.sidebar:hover::-webkit-scrollbar-track {
  visibility: visible;
}
.ossn-group-profile .profile-header {
  	border-radius:10px;
}
.link-preview-container .link-preview-item-inner {
	margin-left: 0;
    margin-right: 0;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.link-preview-container .link-preview-link, 
.link-preview-container .link-preview-item-contents-desc, 
.link-preview-container .link-preview-item-title {
    padding-left: initial;
    padding-right: initial;
}
.link-preview-item {
    margin-bottom: 0px;
}
.business-page .top-container .business-page-cover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.business-page .top-container {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    position:relative;
    width:100%;
}
.business-page-right-bottom {
	background:none;
    padding:0px;
    border:0;
}
#ossn-wall-postbg {
	background:var(--topbar-bg);
    border:1px solid var(--main-border-color-bit);
}
.fbstories-items .fbstories-item-add, .fbstories-items .fbstories-item {
    border: 1px solid var(--main-border-color-bit);
    background:#333;
}
 .fbstories-items .fbstories-item {
    background:none;
}
.fbstories-items .fbstories-item .image0th img {
	    border: 1px solid rgb(217 217 223 / 0);
}
.white-darmode .fbstories-items .fbstories-item .image0th img {
	    border: 1px solid var(--main-border-color-bit);
}
.white-darkmode .link-preview-item-inner {
    border: 1px solid var(--main-border-color-bit);
    background: var(--comment-list-bg);
    border-bottom: 3px solid  var(--main-border-color-bit);
}
.white-darkmode .link-preview-item-contents-desc,
.white-darkmode .link-preview-item-title {
	color:var(--text-color);
}
.white-darkmode .link-preview-item-mage-preview {
    background: var(--comment-list-bg);
    border: 2px solid var(--main-border-color-bit);
}
.white-darkmode .post-menu .dropdown a {
	color:var(--text-color);
}
.white-darkmode .table-striped>tbody>tr:nth-of-type(odd) {
	background-color:var(--comment-list-bg);
}
.white-darkmode .table>:not(caption)>*>* ,
.white-darkmode .membershiptier-status table {
    background-color: var(--comment-list-bg);
}
.white-darkmode .table>tbody>tr>td, 
.white-darkmode .table>tbody>tr>th, 
.white-darkmode .table>tfoot>tr>td, 
.white-darkmode .table>tfoot>tr>th, 
.white-darkmode .table>thead>tr>td, 
.white-darkmode .table>thead>tr>th {
    border-top: 1px solid var(--main-border-color-bit);
}
.white-darkmode .plyr,
.mp3file-view-item .mp3file-container {
	    border: 1px solid var(--main-border-color-bit);
        border-radius:10px;
        margin-top:5px;
}
.white-darkmode .plyr--audio .plyr__controls {
		background-color:var(--comment-list-bg);
}
.white-darkmode .mp3file-view-item .mp3file-title a, 
.white-darkmode .mp3file-view-item .mp3file-title {
	color:var(--text-color);
}
.white-darkmode .ossn-photos-wall {
	background:var(--comment-list-bg);
    border: 1px solid var(--main-border-color-bit);
 	padding-bottom: 10px;       
}
.marketplace-view-product,
.marketplace-metadata {
    border-bottom: 1px solid var(--main-border-color-bit);
}
.white-darkmode .img-thumbnail {
	background:#555555;
    border: 1px solid var(--main-border-color-bit);
}
.white-darkmode .marketplace-ibox-content,
.white-darkmode .marketplace-product-imitation {
	background-color:var(--comment-list-bg);
        color: var(--text-color);
}
.white-darkmode .marketplace-product-name {
        color: var(--text-color);
}
.white-darkmode .marketplace-ibox-content {
    border: 1px solid var(--main-border-color-bit);
}
.white-darkmode .marketplace-product-box:hover, 
.white-darkmode .marketplace-product-box.active {
    -webkit-box-shadow: 0 3px 7px 0 var(--main-border-color-bit);
    -moz-box-shadow: 0 3px 7px 0 var(--main-border-color-bit);
    box-shadow: 0 3px 7px 0 var(--main-border-color-bit);
}
.white-darkmode .ossn-like-reactions-panel {
	background-color:var(--comment-list-bg);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.white-darkmode ul.token-input-list {
	background-color:var( --bg-input-bg);
    border-top: 1px dashed var(--main-border-color-bit);
    border-right: 1px solid var(--main-border-color-bit);
    border-left: 1px solid var(--main-border-color-bit);    
}
.white-darkmode #token-input-ossn-wall-friend-input {
    border-top: 1px dashed var(--main-border-color-bit);
    background: var( --bg-input-bg);
}
.white-darkmode .ossn-wall-container input[type="file"] {
    background: var( --bg-input-bg);
    border-left: 1px solid var(--main-border-color-bit);
    border-right: 1px solid var(--main-border-color-bit);    
}
.white-darkmode #ossn-wall-location-input {
    background: var( --bg-input-bg);
}
.white-darkmode .ossn-wall-container input[type="file"], 
.white-darkmode .ossn-wall-container input[type="text"] {
    background: var( --bg-input-bg);
    border-top: 1px dashed  var(--main-border-color-bit);
}
.ossn-profile-edit-layout {
	background:var(--bg-inner-containers);
    border-radius:10px;
}
.profile-edit-layout-title {
    background: var(--main-titles-bg-color);
    border: 1px solid var(--main-border-color-bit);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;    
}
.profile-edit-tabs a {
	border-left: 2px solid transparent;
}
.white-darkmode .profile-edit-layout-right {
	border-left:1px solid var(--main-border-color-bit);
}
.white-darkmode .profile-edit-tab-item-active {
	border-left:3px solid #868686 !important;
}
.ossn-ad-item .ad-title,
.ossn-ad-item .ad-link,
.ossn-ad-item p,
.white-darkmode .profile-hr-menu ul li a {
	color:var(--text-color);
}
.white-darkmode .profile-hr-menu ul li a:hover {
    background: var(--sidebar-hover-menu);
}
.ossn-ad-item {
	border-bottom:1px solid var(--main-border-color-bit);
}

.message-box-sent {
	border-radius: 10px;
    border-top-right-radius: 2px;
    padding: 6px 18px;
    background-color: var(--link-hover-color);
    box-shadow: 0 0 0;
    color:#fff;    
}
.message-box-sent a {
	color:#fff;
}
.message-form-form {
	border-top:1px solid var(--main-border-color-bit);
}
.ossn-messages .messages-recent .messages-from .user-item {
	border-bottom:1px solid var(--main-border-color-bit);
}
.message-box-recieved {
    background-color: var(--comment-item-bg);
    border-radius: 10px;
        border-top-left-radius: 2px;
            padding: 5px 18px;
    box-shadow: 0 0 0;
    color:var(--text-color);    
}
.ossn-messages .message-box-recieved .time-created {
    color:var(--text-color);    
}
.ossn-messages .message-box-sent .time-created {
    color:#fff;    
}
.ossn-poll-main {
	background: var(--bg-inner-containers);
	padding-bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;    
}
.white-darkmode .ossn-polls-item {
    background: var( --comment-list-bg);
    border-top: 1px solid var(--main-border-color-bit);
}
.panel-footer {
    background-color: var( --comment-list-bg);;
    border-top: 1px solid var(--main-border-color-bit);
}
.panel {
	background:var(--bg-inner-containers);
        border-color: var(--main-border-color-bit);
}
.panel-default>.panel-heading {
    color:var(--text-color);  
    background-color: var( --comment-list-bg);
    border-color: var(--main-border-color-bit);
}
.progress {
   /* background-color: hsl(0deg 0% 96% / 16%);*/
}
.post-contents .panel {
	margin-top:10px;
}
.business-page-hr-menu {
    border-bottom: 1px solid var(--main-border-color-bit);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;    
}
.business-page .top-container {
	background: var(--bg-inner-containers);
    border: 1px solid var(--main-border-color-bit);    
}
.business-page-desc {
    background: var( --comment-list-bg);
    color:var(--text-color);      
    border: 1px solid var(--main-border-color-bit);
}
.business-page .page-likes {
    color:var(--text-color);  
}

.white-darkmode .note-editor.note-frame .note-editing-area .note-editable {
    background: var(  --bg-input-bg);
    color:var(--text-color);  
}
.white-darkmode .note-editor.note-frame {
    border: 1px solid var(--main-border-color-bit);
}
.white-darkmode .note-editor.note-frame .note-statusbar {
	background:var( --comment-list-bg);
}
.white-darkmode .file-view-item .icon-container {
    border-right: 1px solid var(--main-border-color-bit);
}
.white-darkmode .file-view-item .user-entity {
    border-bottom: 1px solid var(--main-border-color-bit);
    color:var(--text-color);  
}
.white-darkmode  .file-view-item .file-title a,
.white-darkmode .file-view-item .file-title {
	    color:var(--text-color);  
}
.white-darkmode .file-view-item .file-container {
	    color:var(--text-color);  
		    border: 1px solid var(--main-border-color-bit);
}
.file-view-comments-likes .menu-likes-comments-share {
	margin-left: -10px;
    margin-right: -10px;
}
.ossn-chat-windows-long {
	border-left:1px solid #dbdbdb;
}
.white-darkmode .ossn-chat-windows-long {
        border-left: 1px solid var(--main-border-color-bit);
}
.ossn-chat-windows-long {
	background:var(--main-bg-color);
    color:var(--text-color);
}
.ossn-chat-windows-long .inner {
    border-top:0px;
}
.white-darkmode .friend-tab-item .friend-tab,
.white-darkmode .ossn-chat-base .ossn-chat-bar .inner {
	background:var( --comment-list-bg);
    border: 1px solid var(--main-border-color-bit);
	color:var(--text-color);
    -webkit-box-shadow: inset 0 1px rgb(70 70 70 / 50%);    
}

.white-darkmode .friend-tab-item .tab-container .data,
.ossn-chat-bar .friends-list .data {
    border-left: 1px solid var(--main-border-color-bit);
    border-right: 1px solid var(--main-border-color-bit);
}
.white-darkmode .ossn-chat-base .ossn-chat-bar .friends-list {
	background:var( --comment-list-bg);
	color:var(--text-color);
}
.friend-tab-item .friend-tab input[type='text'] {
	background:var(  --bg-input-bg);
	color:var(--text-color);
}
.white-darkmode .ossn-chat-icon-smile-set {
	background:var( --comment-list-bg);
	color:var(--text-color);
}
.ossn-chat-windows-long .friends-list-item {
	border-top: 0px;
    border-bottom: 0px;
}
.ossn-chat-windows-long .friends-list-item:hover {
    background: none;
    border-top: 0;
    border-bottom: 0;
    cursor: pointer;
}
.birthdays a {
    border-bottom: 1px solid var(--main-border-color-bit);
    text-decoration:none;
    color:var(--text-color);
}
.birthdays,
.birthdays a i {
	color:var(--text-color);
}
.birthdays a:hover {
	background: var(--sidebar-hover-menu);
}
.white-darkmode .comment-container span[readonly='readonly'],
.white-darkmode .comment-container input[readonly='readonly'] {
    background: rgb(238 238 238 / 28%);
}
.event-list-item .image-event {
	background:var( --comment-list-bg);
}
.ossn-chat-icon-expend:before,
.ossn-chat-tab-titles .options,
.ossn-chat-tab-titles .text {
    color:var(--text-color);
}
.com-latestmembers-memberlist-item img {
    margin: 1px 3px 10px 1px;
    padding: 2px;
    border-radius: 10px;    
}
.com-latestmembers-widget-memberlist {
	display:inline-block;
	height: 50px;
	width:50px;
	margin-top:5px
}
.latest-members-widget {
	text-align:center;
    padding-bottom:10px;
}	
.white-darkmode .friend-tab-item .friend-tab form {
    background: var( --comment-list-bg);
    color: var(--text-color);
	border-top: 1px solid var(--main-border-color-bit);
    border-left: 1px solid var(--main-border-color-bit);
    border-right: 1px solid var(--main-border-color-bit);    
}
.white-darkmode .giphy-container {
	background:var(--comment-list-bg);
}
.white-darkmode .search-giphy {
    background-color: var(--bg-input-bg);
    border: 1px solid var(--comment-input-border);
}
.white-darkmode  .post-share-unavailable {
    background-color: var(--bg-input-bg);
    border: 1px solid var(--comment-input-border);
}
/********
	Chat
**********/
.white-darkmode .ossn-messages {
    background-color: var(--bg-inner-containers);
}
.white-darkmode #message-with-user-widget {
	border:1px solid var(--main-border-color);
}
.white-darkmode .ossn-chat-message-sending {
    width: 253px;
    margin-top: -21px;
    margin-left: -12px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;    
}
.white-darkmode .ossn-chat-message-attachment-details {
    border-top: 1px solid var(--main-border-color);
    background: var(--main-titles-bg-color);
    width: 328px;
}
.white-darkmode .ossn-chat-message-sending {
		background:var(--bg-input-bg);
}
.white-darkmode .friend-tab-item .tab-container .data,
.white-darkmode .friend-tab-item .tab-container {
    background: var(--comment-list-bg);
}
.white-darkmode .ossn-chat-tab-close:before,
.white-darkmode .ossn-chat-icon-minimize:before {
    color: var(--text-color);
}
.white-darkmode .ossn-chat-tab-titles {
	background: var(--main-titles-bg-color);
    color: var(--main-title-color);
}
.white-darkmode  .ossn-message-icon-attachment, 
.white-darkmode  .ossn-message-icon-smile,
.white-darkmode .ossn-chat-icon-attachment, 
.white-darkmode  .ossn-chat-icon-smile{
	background: none;
}
.white-darkmode .ossn-message-attach-photo:hover,
.white-darkmode .ossn-message-icon-attachment:hover {
	background:var(--main-titles-bg-color);
}
.white-darkmode .ossn-chat-icon-attachment:hover, 
.white-darkmode  .ossn-chat-icon-smile:hover{
	background:var(--main-titles-bg-color);
}
.white-darkmode .ossn-message-icon-attachment:before,
.white-darkmode .ossn-message-attach-photo .fa-smile,
.white-darkmode .ossn-chat-icon-attachment:before,
.white-darkmode .ossn-chat-icon-smile:before {
 	color: var(--text-color);
}
.ossn-chat-windows-long .inner {
    margin-top: 70px;
}
/*****
 CAC
********/
#ossn-wall-form textarea {
	 /*height:50px; */
	 /*transition:height 1s ease-in-out;*/
}
#ossn-wall-form textarea:focus {
   
}
.post-share-wall-item .ossn-wall-item {
    padding: 0;
    border-radius: 0;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0;
    margin-top:5px;
    padding-top:5px;
}
.ossn-wall-image-container {
	background:none;
}
.post-share-wall-item .ossn-wall-item .post-contents {
    padding-top:5px;
    margin-top: 5px;    
}

.mejs-layers img {
    border-radius: 0 !important;
}

.business-page-cover-controls {
    z-index: 20 !important;
    right:0;
    width:auto;
   margin-right: 20px; 
}
.white-darkmode .ossn-notification-unviewed {
		background:#4e4e4e !important;
}
thead, tbody, tfoot, tr, td, th {
		border-color:var(--main-border-color);
}
.table > :not(caption) > * > *,
.dropdown-item {
	color:var(--text-color);
}
/********* UI JQ**************/
.white-darkmode  .ui-widget-content {
	background: var(--bg-inner-containers);
    border: 1px solid #686868;
}
.white-darkmode .ui-datepicker-title select {
	background-color: #5a5a5a;
    color: var(--text-color);
    border: 1px solid var(--main-border-color);
}
.white-darkmode .ui-widget-header,
.white-darkmode .ui-state-default, 
.white-darkmode .ui-widget-content .ui-state-default,
.white-darkmode .ui-widget-header .ui-state-default {
    background: var(--bg-topbar-icons);
    border: 1px solid var(--main-border-color);
    color: var(--text-color);
}

.file-container .post-contain-image {
        border:initial;
        margin-left:initial;
        margin-right:initial;
}
.white-darkmode .ec-button {
	color:#fff;
}
.ossn-wall-container-control-menu-voice-message .mic-container .circle i {
	color:var(--text-color) !important;
}
#ossn-wall-voicemessage {
	border-top:1px solid var(--main-border-color-bit);
}
.white-darkmode .voicemassage-item-wrapper {
	background:var(--bg-input-bg);
    border: 1px solid var(--comment-input-border);
}
.wbite-darkmode .voicmessages-play-btn {
	color:var(--text-color) !important;
}
/*** 
 Smiles
*********/
.white-darkmode .emojii-container .emojii-list li:hover,
.white-darkmode .smiles-close {
	background:#575757e0;
}
.white-darkmode .emojii-container .nav-tabs {
    border-bottom: 1px solid var(--main-border-color);
}
.white-darkmode .emojii-container {
    background: var(--bg-message-box);
    border: 1px solid var(--main-border-color-bit);
}
.dpdiv span {
    display: inline;
}

/* --- Global Dark Variable Overrides --- */
.white-darkmode .forum {
    --forum-border-color: var(--main-border-color) !important;
    --forum-gray-light: var(--main-titles-bg-color) !important;
    --forum-text-main: var(--text-color) !important;
}

/* --- Containers & Cards --- */
.white-darkmode .forum .forum-card-container {
    background-color: var(--bg-inner-containers) !important;
    border-color: var(--main-border-color) !important;
    box-shadow: none !important;
}

.white-darkmode .forum .forum-item-row {
    background-color: var(--bg-inner-containers) !important;
    border-bottom-color: var(--main-border-color) !important;
}

.white-darkmode .forum .forum-item-row:hover {
    background-color: var(--sidebar-hover-menu) !important;
}

/* --- Typography & Links --- */
.white-darkmode .forum .category-link,
.white-darkmode .forum .breadcrumb-item.active,
.white-darkmode .forum .forum-main-content,
.white-darkmode .forum .forum-reply-container {
    color: var(--text-color) !important;
}

.white-darkmode .forum .text-muted,
.white-darkmode .forum .smaller,
.white-darkmode .forum .breadcrumb-item a {
    color: var(--main-title-color) !important;
}

/* --- Sidebar & Meta Data --- */
.white-darkmode .forum .user-data {
    background-color: var(--main-titles-bg-color) !important;
    border-color: var(--main-border-color) !important;
}

.white-darkmode .forum .user-data img {
    border-color: var(--main-border-color) !important;
}

/* --- UI Elements (Icons, Badges, Breadcrumbs) --- */
.white-darkmode .forum .forum-icon-circle,
.white-darkmode .forum .topic-indicator {
    background-color: var(--bg-input-bg) !important;
    color: var(--main-title-color) !important;
}

.white-darkmode .forum .border-start {
    border-left-color: var(--main-border-color) !important;
}

.white-darkmode .forum .forum-breadcrumb {
    background-color: var(--bg-input-bg) !important;
    border-color: var(--main-border-color) !important;
}

.white-darkmode .forum .bg-secondary-soft {
    background-color: var(--main-titles-bg-color) !important;
    color: var(--main-title-color) !important;
}

/* --- Post Content (Quotes & Tables) --- */
.white-darkmode .forum .ossn-forum-quote {
    background-color: var(--bg-input-bg) !important;
    border-left-color: var(--main-title-color) !important;
    color: var(--text-color) !important;
}

.white-darkmode .forum .forum-main-content table,
.white-darkmode .forum .forum-main-content table td,
.white-darkmode .forum .forum-main-content table th {
    border-color: var(--main-border-color) !important;
    color: var(--text-color) !important;
}

.white-darkmode .forum .forum-main-content table th {
    background-color: var(--main-titles-bg-color) !important;
}

.white-darkmode .forum .forum-main-content table tr:nth-child(even) {
    background-color: var(--topbar-bg) !important;
}

/* --- Pagination --- */
.white-darkmode .ossn-pagination-container .page-link {
    background-color: var(--bg-inner-containers) !important;
    color: var(--text-color) !important;
}

.white-darkmode .bg-light-subtle,
.white-darkmode .ossn-pagination-container .page-item.active .page-link {
    background-color: var(--btn-color-bg) !important;
    color: #fff !important;
}

.white-darkmode .forum .replies-controls .bg-success {
    background-color: rgba(5, 150, 105, 0.2) !important;
    color: #34d399 !important;
    border-color: rgba(5, 150, 105, 0.3) !important;
}

.white-darkmode .forum .replies-controls .bg-danger {
    background-color: rgba(220, 38, 38, 0.2) !important;
    color: #f87171 !important;
    border-color: rgba(220, 38, 38, 0.3) !important;
}

/* --- Mobile Fixes --- */
@media (max-width: 767px) {
    .white-darkmode .forum .user-data {
        border-bottom-color: var(--main-border-color) !important;
    }
    .white-darkmode .forum .border-start {
        border-top-color: var(--main-border-color) !important;
    }
}
/* Override Bootstrap Hardcoded Utilities */
.white-darkmode .forum .text-dark,
.white-darkmode .forum h1,
.white-darkmode .forum h2,
.white-darkmode .forum h3,
.white-darkmode .forum h4,
.white-darkmode .forum .fw-bold,
.white-darkmode .forum h5 {
    color: var(--text-color) !important;
}

/* Force links that might have .text-dark applied */
.white-darkmode .forum a.text-dark:hover {
    color: var(--link-hover-color) !important;
}

/* Subtle meta-data and muted text */
.white-darkmode .forum .text-muted {
    color: var(--main-title-color) !important;
    opacity: 0.8;
}
/* Override Bootstrap Border Utilities */
.white-darkmode .forum .border-bottom,
.white-darkmode .forum .border-top,
.white-darkmode .forum .border-start,
.white-darkmode .forum .border-end,
.white-darkmode .forum .border {
    border-color: var(--main-border-color) !important;
}

/* Specifically for the Topic/Reply internal dividers */
.white-darkmode .forum .border-bottom.border-light {
    border-color: var(--main-border-color-bit) !important;
    opacity: 1; /* Bootstrap sometimes lowers opacity on .border-light */
}
.white-darkmode .forum .bg-light-subtle {
    background-color: var(--main-titles-bg-color) !important; /* Maps to #3a3b3c */
}

.white-darkmode .forum .bg-light {
    background-color: var(--bg-inner-containers) !important; /* Maps to #242526 */
}


.ossn-messages .ossn-widget {
    border-radius: 0;
    box-shadow: none;
}

.ossn-messages .messages-with .widget-contents,
.ossn-messages .messages-recent .widget-contents {
    padding: 0;
    border-radius:0;
}
:root,
.white-darkmode:root {
	--main-bg-color: #050713;
	--main-titles-bg-color: rgba(15, 22, 48, .92);
	--main-border-color: rgba(0, 245, 255, .22);
	--main-title-color: #f9fbff;
	--topbar-bg: rgba(5, 8, 22, .82);
	--topbar-shadow: 0 12px 36px rgba(0, 0, 0, .45);
	--btn-color-bg: #ff2bd6;
	--bg-inner-containers: rgba(12, 18, 43, .72);
	--bg-input-bg: rgba(8, 15, 33, .86);
	--text-color: #e7ecff;
	--link-color: #57f7ff;
	--comment-list-bg: rgba(7, 12, 30, .82);
	--comment-input-border: rgba(87, 247, 255, .32);
	--comment-item-bg: rgba(255, 255, 255, .07);
	--bg-image-container: rgba(255, 255, 255, .06);
	--bg-sidebar-icons: rgba(87, 247, 255, .12);
	--bg-topbar-icons: rgba(255, 43, 214, .13);
	--main-border-color-bit: rgba(255, 255, 255, .1);
	--sidebar-hover-menu: rgba(255, 43, 214, .14);
	--sidebar-hover-menu-border: rgba(87, 247, 255, .55);
	--topbar-icons-hover: rgba(87, 247, 255, .18);
	--bg-message-box: rgba(9, 16, 38, .94);
	--scroll-bg: #060818;
	--scroll-thumb: #5c6cff;
	--scroll-thumb-hover: #ff2bd6;
	--link-hover-color: #ff9d2e;
	--cyber-bg: #050713;
	--cyber-panel: rgba(10, 18, 44, .68);
	--cyber-panel-strong: rgba(14, 24, 58, .88);
	--cyber-cyan: #57f7ff;
	--cyber-pink: #ff2bd6;
	--cyber-blue: #2f6bff;
	--cyber-purple: #8b5cff;
	--cyber-orange: #ff9d2e;
	--cyber-green: #8dff00;
}

html {
	background: var(--cyber-bg);
}

body {
	background:
		radial-gradient(circle at 12% 18%, rgba(255, 43, 214, .22), transparent 32vw),
		radial-gradient(circle at 78% 8%, rgba(87, 247, 255, .2), transparent 30vw),
		radial-gradient(circle at 50% 100%, rgba(139, 92, 255, .24), transparent 36vw),
		linear-gradient(180deg, #050713 0%, #081025 48%, #040611 100%) !important;
	color: var(--text-color);
	min-height: 100vh;
	overflow-x: hidden;
}

body:before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -2;
	background-image:
		linear-gradient(rgba(87,247,255,.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(87,247,255,.08) 1px, transparent 1px);
	background-size: 46px 46px;
	mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 82%, transparent);
	animation: cyber-grid-drift 26s linear infinite;
}

body:after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(120deg, transparent 0 42%, rgba(87,247,255,.09) 43%, transparent 44% 100%),
		radial-gradient(circle, rgba(255,255,255,.14) 0 1px, transparent 2px);
	background-size: 100% 100%, 120px 120px;
	mix-blend-mode: screen;
	opacity: .65;
}

a,
a:hover {
	color: var(--cyber-cyan);
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
.btn:focus {
	outline: 2px solid var(--cyber-orange) !important;
	outline-offset: 3px;
}

.topbar {
	background: var(--topbar-bg) !important;
	backdrop-filter: blur(18px) saturate(150%);
	border-bottom: 1px solid rgba(87, 247, 255, .2);
	box-shadow: var(--topbar-shadow), inset 0 -1px 0 rgba(255,255,255,.04);
}

.topbar .site-logo,
.topbar .site-logo-logged {
	filter: drop-shadow(0 0 10px rgba(87,247,255,.72)) drop-shadow(0 0 18px rgba(255,43,214,.35));
	transition: transform .2s ease, filter .2s ease;
}

.topbar .site-logo:hover,
.topbar .site-logo-logged:hover {
	transform: translateY(-1px) scale(1.03);
	filter: drop-shadow(0 0 14px rgba(255,43,214,.9));
}

.topbar-menu-left li a,
.topbar-menu-right li a,
.ossn-topbar-dropdown-menu a,
.topbar .btn {
	border-radius: 999px !important;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.topbar-menu-left li a:hover,
.topbar-menu-right li a:hover,
.ossn-topbar-dropdown-menu a:hover,
.topbar .btn:hover {
	background: rgba(87, 247, 255, .13) !important;
	box-shadow: 0 0 18px rgba(87,247,255,.25);
	transform: translateY(-1px);
}

.btn,
.btn-primary,
.btn-success,
.ossn-form input[type="submit"] {
	background: linear-gradient(135deg, var(--cyber-pink), var(--cyber-blue)) !important;
	border: 1px solid rgba(255,255,255,.28) !important;
	border-radius: 12px !important;
	box-shadow: 0 0 18px rgba(255,43,214,.28), inset 0 1px 0 rgba(255,255,255,.25);
	color: #fff !important;
	font-weight: 800;
	text-shadow: 0 1px 0 rgba(0,0,0,.35);
}

.btn:hover,
.btn-primary:hover,
.btn-success:hover,
.ossn-form input[type="submit"]:hover {
	box-shadow: 0 0 24px rgba(87,247,255,.42), 0 8px 22px rgba(0,0,0,.28);
	transform: translateY(-1px);
}

.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'],
.form-control {
	background: rgba(4, 10, 27, .78) !important;
	border: 1px solid rgba(87,247,255,.24) !important;
	border-radius: 12px !important;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
	color: #f7fbff !important;
}

.ossn-form input:focus,
.ossn-form select:focus,
.ossn-form textarea:focus,
.form-control:focus {
	border-color: var(--cyber-cyan) !important;
	box-shadow: 0 0 0 3px rgba(87,247,255,.14), 0 0 20px rgba(87,247,255,.18) !important;
}

.ossn-layout-module,
.ossn-widget,
.ossn-wall-item,
.newsfeed-middle .ossn-wall-item,
.ossn-profile-module-item,
.ossn-page-contents,
.home-right-contents .ossn-widget,
.sidebar .sidebar-contents,
.dropdown-menu,
.modal-content {
	background: var(--cyber-panel) !important;
	border: 1px solid rgba(87,247,255,.18) !important;
	border-radius: 16px !important;
	box-shadow: 0 16px 48px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.08);
	backdrop-filter: blur(18px) saturate(140%);
	color: var(--text-color);
}

.ossn-widget .widget-heading,
.ossn-widget .widget-title,
.panel-heading,
.ossn-wall-item .meta {
	background: linear-gradient(135deg, rgba(87,247,255,.12), rgba(255,43,214,.09)) !important;
	border-bottom: 1px solid rgba(255,255,255,.08) !important;
	color: #fff !important;
}

.sidebar {
	background: rgba(5, 8, 22, .86) !important;
	backdrop-filter: blur(18px);
	border-right: 1px solid rgba(87,247,255,.18);
	box-shadow: 18px 0 44px rgba(0,0,0,.35);
}

.sidebar a,
.sidebar li,
.sidebar .menu-section-item a {
	color: #eef4ff !important;
}

.sidebar li:hover,
.sidebar .menu-section-item:hover {
	background: rgba(255,43,214,.1) !important;
	border-color: rgba(87,247,255,.45) !important;
	box-shadow: inset 3px 0 0 var(--cyber-cyan), 0 0 18px rgba(87,247,255,.16);
}

.ossn-menu-search,
.ossn-search input {
	background: rgba(5, 12, 28, .82) !important;
	border-radius: 999px !important;
	border-color: rgba(87,247,255,.24) !important;
}

.cyber-home {
	position: relative;
	padding: 26px 16px 60px;
	color: #f9fbff;
	isolation: isolate;
}

.cyber-particles {
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
}

.cyber-particles span {
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background: var(--cyber-cyan);
	box-shadow: 0 0 14px currentColor, 0 0 28px currentColor;
	animation: cyber-particle-float 12s linear infinite;
	opacity: .72;
}

.cyber-particles span:nth-child(2n) { background: var(--cyber-pink); animation-duration: 15s; }
.cyber-particles span:nth-child(3n) { background: var(--cyber-orange); animation-duration: 18s; }
.cyber-particles span:nth-child(1) { left: 8%; top: 80%; }
.cyber-particles span:nth-child(2) { left: 18%; top: 35%; }
.cyber-particles span:nth-child(3) { left: 28%; top: 72%; }
.cyber-particles span:nth-child(4) { left: 38%; top: 18%; }
.cyber-particles span:nth-child(5) { left: 48%; top: 84%; }
.cyber-particles span:nth-child(6) { left: 58%; top: 28%; }
.cyber-particles span:nth-child(7) { left: 68%; top: 66%; }
.cyber-particles span:nth-child(8) { left: 78%; top: 16%; }
.cyber-particles span:nth-child(9) { left: 88%; top: 76%; }
.cyber-particles span:nth-child(10) { left: 12%; top: 12%; }
.cyber-particles span:nth-child(11) { left: 73%; top: 42%; }
.cyber-particles span:nth-child(12) { left: 92%; top: 38%; }

.cyber-hero,
.cyber-access-grid,
.cyber-section,
.cyber-newsletter-frame {
	max-width: 1180px;
	margin: 0 auto;
}

.cyber-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
	gap: 28px;
	align-items: center;
	min-height: clamp(560px, 82vh, 780px);
	padding: 34px 0;
}

.cyber-kicker,
.cyber-section-head span,
.cyber-panel-label {
	color: var(--cyber-cyan);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
	text-shadow: 0 0 12px rgba(87,247,255,.7);
}

.cyber-glitch {
	position: relative;
	margin: 12px 0 14px;
	max-width: 780px;
	font-size: clamp(42px, 8vw, 92px);
	font-weight: 950;
	line-height: .92;
	text-transform: uppercase;
	text-shadow: 0 0 18px rgba(255,43,214,.42), 0 0 34px rgba(47,107,255,.28);
}

.cyber-glitch:before,
.cyber-glitch:after {
	content: attr(data-text);
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .34;
}

.cyber-glitch:before {
	color: var(--cyber-cyan);
	transform: translate(2px, -2px);
	clip-path: inset(0 0 48% 0);
}

.cyber-glitch:after {
	color: var(--cyber-pink);
	transform: translate(-2px, 2px);
	clip-path: inset(52% 0 0 0);
}

.cyber-lead {
	max-width: 620px;
	color: #cbd7ff;
	font-size: clamp(18px, 2.2vw, 24px);
	line-height: 1.45;
}

.cyber-actions,
.cyber-stats,
.cyber-section-head,
.cyber-islands,
.cyber-events,
.cyber-wall {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.cyber-actions {
	margin-top: 26px;
}

.cyber-btn,
.cyber-btn:hover {
	align-items: center;
	background: linear-gradient(135deg, var(--cyber-pink), var(--cyber-blue));
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 14px;
	box-shadow: 0 0 22px rgba(255,43,214,.34), 0 10px 30px rgba(0,0,0,.28);
	color: #fff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 900;
	gap: 8px;
	min-height: 48px;
	padding: 13px 18px;
	text-decoration: none;
}

.cyber-btn-ghost,
.cyber-btn-ghost:hover {
	background: rgba(87,247,255,.08);
	box-shadow: inset 0 0 0 1px rgba(87,247,255,.26), 0 0 22px rgba(87,247,255,.18);
}

.cyber-stats {
	margin-top: 26px;
}

.cyber-stats div {
	min-width: 120px;
	padding: 14px;
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(87,247,255,.16);
	border-radius: 14px;
}

.cyber-stats strong {
	display: block;
	font-size: 24px;
	color: var(--cyber-orange);
}

.cyber-stats span {
	color: #d7defd;
}

.cyber-hero-stage {
	position: relative;
	min-height: 500px;
	perspective: 1000px;
}

.cyber-holo-core {
	position: absolute;
	inset: 52px 34px 90px;
	display: grid;
	place-items: center;
	transform-style: preserve-3d;
	animation: cyber-float 6s ease-in-out infinite;
}

.cyber-logo-orb {
	width: min(320px, 72vw);
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border-radius: 34% 66% 48% 52%;
	background:
		radial-gradient(circle at 32% 28%, rgba(255,255,255,.85), rgba(87,247,255,.36) 18%, transparent 34%),
		linear-gradient(135deg, rgba(255,43,214,.38), rgba(47,107,255,.5), rgba(87,247,255,.25));
	border: 1px solid rgba(255,255,255,.34);
	box-shadow: 0 0 42px rgba(87,247,255,.42), 0 0 80px rgba(255,43,214,.28), inset 0 0 55px rgba(255,255,255,.12);
	color: #fff;
	font-size: clamp(22px, 4vw, 42px);
	font-weight: 950;
	text-align: center;
	text-shadow: 0 0 18px rgba(0,0,0,.65);
	transform: rotateX(12deg) rotateY(-16deg);
}

.cyber-photo-core {
	inset: 42px 16px 72px;
}

.cyber-hero-photo-frame {
	position: relative;
	width: min(430px, 78vw);
	aspect-ratio: 4 / 3;
	border: 1px solid rgba(87,247,255,.45);
	border-radius: 30px;
	background: linear-gradient(145deg, rgba(255,43,214,.18), rgba(87,247,255,.16));
	box-shadow: 0 0 42px rgba(87,247,255,.36), 0 0 86px rgba(255,43,214,.24), inset 0 0 45px rgba(255,255,255,.08);
	overflow: hidden;
	transform: rotateX(8deg) rotateY(-12deg);
}

.cyber-hero-photo-frame:before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: radial-gradient(circle at 30% 18%, rgba(255,255,255,.32), transparent 28%);
	pointer-events: none;
	z-index: 1;
}

.cyber-hero-photo-frame img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.cyber-ring {
	position: absolute;
	width: 76%;
	aspect-ratio: 1;
	border: 2px solid rgba(87,247,255,.55);
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(87,247,255,.3);
	transform: rotateX(72deg);
}

.cyber-ring-two { width: 94%; border-color: rgba(255,43,214,.45); animation: cyber-spin 10s linear infinite; }
.cyber-ring-three { width: 112%; border-color: rgba(255,157,46,.42); animation: cyber-spin 14s linear reverse infinite; }

.cyber-mini-island,
.cyber-island,
.cyber-ticket,
.cyber-wall article,
.cyber-preview-panel,
.cyber-auth-panel,
.cyber-newsletter-frame {
	background: linear-gradient(145deg, rgba(14,24,58,.82), rgba(10,18,44,.48));
	border: 1px solid rgba(87,247,255,.2);
	border-radius: 18px;
	box-shadow: 0 18px 50px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.1);
	backdrop-filter: blur(18px) saturate(145%);
}

.cyber-mini-island {
	position: absolute;
	display: grid;
	place-items: center;
	width: 136px;
	height: 82px;
	color: #fff;
	font-weight: 900;
	transform: rotateX(58deg) rotateZ(-8deg);
}

.cyber-mini-island:after,
.cyber-island:after {
	content: "";
	position: absolute;
	left: 18%;
	right: 18%;
	bottom: -18px;
	height: 18px;
	background: radial-gradient(ellipse, rgba(87,247,255,.42), transparent 68%);
	filter: blur(6px);
}

.island-a { top: 46px; left: 0; animation: cyber-float 5.4s ease-in-out infinite; }
.island-b { right: 2%; top: 130px; animation: cyber-float 6.2s ease-in-out infinite .4s; }
.island-c { left: 18%; bottom: 30px; animation: cyber-float 5.8s ease-in-out infinite .8s; }
.island-e { right: 6%; bottom: 65px; animation: cyber-float 5.8s ease-in-out infinite .8s; }
.cyber-access-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
	gap: 20px;
	margin-bottom: 48px;
}

.cyber-preview-panel {
	padding: 16px;
	overflow: hidden;
}

.cyber-preview-panel img {
	display: block;
	width: 100%;
	border-radius: 14px;
	filter: saturate(1.2) contrast(1.05);
}

.cyber-auth-panel {
	padding: 14px;
}

.home-right-login {
	display: none;
}

.cyber-section {
	margin-bottom: 52px;
}

.cyber-section-head {
	align-items: end;
	justify-content: space-between;
	margin-bottom: 18px;
}

.cyber-section-head h2 {
	width: 100%;
	margin: 4px 0 0;
	font-size: clamp(28px, 5vw, 52px);
	font-weight: 950;
	color: #fff;
}

.cyber-islands {
	display: grid;
	grid-template-columns: repeat(5, minmax(150px, 1fr));
	align-items: stretch;
	perspective: 1000px;
}

.cyber-island {
	position: relative;
	min-height: 210px;
	padding: 24px 18px;
	transform: translateY(0) rotateX(0deg);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.cyber-island:nth-child(2n) {
	margin-top: 28px;
}

.cyber-island:hover,
.cyber-ticket:hover,
.cyber-wall article:hover {
	border-color: rgba(255,43,214,.62);
	box-shadow: 0 24px 60px rgba(0,0,0,.44), 0 0 28px rgba(255,43,214,.22), inset 0 1px 0 rgba(255,255,255,.18);
	transform: translateY(-7px) rotateX(3deg);
}

.cyber-island i {
	color: var(--cyber-cyan);
	font-size: 32px;
	text-shadow: 0 0 16px rgba(87,247,255,.72);
}

.cyber-island h3,
.cyber-ticket h3,
.cyber-wall h3 {
	color: #fff;
	font-weight: 900;
	margin: 14px 0 8px;
}

.cyber-island p,
.cyber-ticket p,
.cyber-wall p {
	color: #cbd7ff;
	line-height: 1.45;
}

.cyber-events {
	display: grid;
	grid-template-columns: repeat(5, minmax(165px, 1fr));
}

.cyber-ticket {
	position: relative;
	min-height: 245px;
	padding: 20px;
	overflow: hidden;
}

.cyber-ticket:before {
	content: "";
	position: absolute;
	top: 0;
	left: 16px;
	right: 16px;
	border-top: 2px dashed rgba(255,255,255,.18);
}

.cyber-ticket b {
	color: var(--cyber-orange);
	font-size: 13px;
	letter-spacing: .12em;
}

.cyber-ticket a,
.cyber-ticket a:hover {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	padding: 10px 12px;
	border-radius: 12px;
	background: rgba(87,247,255,.11);
	color: #fff;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 0 1px rgba(87,247,255,.28);
}

.cyber-wall {
	display: grid;
	grid-template-columns: repeat(4, minmax(190px, 1fr));
}

.cyber-wall article {
	padding: 18px;
}

.cyber-avatar {
	width: 56px;
	height: 56px;
	display: grid;
	place-items: center;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--cyber-cyan), var(--cyber-purple));
	color: #051024;
	font-weight: 950;
	box-shadow: 0 0 22px rgba(87,247,255,.32);
}

.cyber-avatar.pink { background: linear-gradient(135deg, var(--cyber-pink), var(--cyber-purple)); color: #fff; }
.cyber-avatar.blue { background: linear-gradient(135deg, var(--cyber-blue), var(--cyber-cyan)); }
.cyber-avatar.orange { background: linear-gradient(135deg, var(--cyber-orange), var(--cyber-pink)); color: #fff; }

.cyber-wall span {
	display: inline-block;
	margin-top: 8px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	color: var(--cyber-cyan);
	font-size: 12px;
	font-weight: 900;
}

.cyber-newsletter-frame {
	padding: 12px;
	overflow: hidden;
}

.cyber-newsletter-frame iframe {
	display: block;
	width: 100%;
	height: 78vh;
	min-height: 520px;
	border: 0;
	border-radius: 14px;
	background: rgba(0,0,0,.2);
}

/* Module compatibility layer: pulls bright component cards into the cyber theme. */
.ossn-layout-module,
.ossn-layout-module .module-contents,
.ossn-layout-module .module-title,
.ossn-profile-bottom,
.ossn-profile-wall,
.ossn-profile-sidebar,
.ossn-profile-modules,
.ossn-group-profile,
.ossn-group-profile .profile-header,
.ossn-group-profile .widget-description,
.ossn-group-profile .group-requests-widget,
.ossn-photos,
.ossn-album,
.ossn-message-box,
.ossn-notifications-all,
.ossn-users-list,
.ossn-search-page,
.ossn-site-pages,
.com-bio-profile,
.com-bio-about,
.com-bio-card,
.com-bio-tagbox,
.com-bio-empty,
.com-bio-edit-box,
.com-bio-image-manage label,
.softplusdating-page,
.softplusdating-filter,
.softplusdating-card,
.softplusdating-admin-form,
.softplusdating-locked {
	background: linear-gradient(145deg, rgba(9, 18, 46, .92), rgba(8, 12, 32, .72)) !important;
	border-color: rgba(87,247,255,.24) !important;
	color: #eef4ff !important;
	box-shadow: 0 18px 46px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08) !important;
	backdrop-filter: blur(16px) saturate(145%);
}

.ossn-layout-module .module-title,
.ossn-widget .widget-heading,
.com-bio-section-title,
.softplusdating-hero {
	background: linear-gradient(135deg, rgba(87,247,255,.16), rgba(255,43,214,.11)) !important;
	border-bottom: 1px solid rgba(87,247,255,.22) !important;
	color: #fff !important;
	text-shadow: 0 0 12px rgba(87,247,255,.28);
}

.ossn-layout-module .module-title .title,
.ossn-layout-module h1,
.ossn-layout-module h2,
.ossn-layout-module h3,
.ossn-layout-module h4,
.ossn-widget h1,
.ossn-widget h2,
.ossn-widget h3,
.ossn-widget h4,
.com-bio-about h3,
.com-bio-card strong,
.com-bio-tagbox h4,
.softplusdating-info h3,
.softplusdating-info h3 a {
	color: #ffffff !important;
}

.ossn-layout-module p,
.ossn-layout-module span,
.ossn-layout-module div,
.ossn-widget p,
.ossn-widget span,
.ossn-widget div,
.com-bio-about p,
.com-bio-card span,
.com-bio-edit-hint,
.softplusdating-info p,
.softplusdating-tags span,
.softplusdating-count {
	color: #dce6ff !important;
}

.com-bio-gallery a,
.com-bio-gallery img,
.com-bio-image-manage img,
.softplusdating-images a,
.softplusdating-images img {
	background: rgba(5, 10, 27, .78) !important;
	border: 1px solid rgba(87,247,255,.28) !important;
	box-shadow: 0 0 18px rgba(87,247,255,.12);
}

.com-bio-cards,
.softplusdating-grid,
.com-bio-gallery {
	gap: 12px !important;
}

.com-bio-card,
.softplusdating-card {
	border-radius: 14px !important;
}

.com-bio-tags span,
.softplusdating-tags span,
.softplusdating-match,
.softplusdating-vote span {
	background: rgba(87,247,255,.1) !important;
	border: 1px solid rgba(87,247,255,.2);
	color: #aefbff !important;
}

.com-bio-links a,
.softplusdating-primary,
.softplusdating-open,
.softplusdating-filter button,
.softplusdating-vote button,
.softplusdating-locked button {
	background: linear-gradient(135deg, var(--cyber-pink), var(--cyber-blue)) !important;
	border: 1px solid rgba(255,255,255,.24) !important;
	box-shadow: 0 0 20px rgba(255,43,214,.26) !important;
	color: #fff !important;
}

.ossn-layout-module table,
.ossn-layout-module .table,
.table,
.table td,
.table th,
.list-group-item,
.dropdown-item {
	background-color: rgba(8, 14, 34, .88) !important;
	border-color: rgba(87,247,255,.16) !important;
	color: #eef4ff !important;
}

.dropdown-item:hover,
.list-group-item:hover {
	background: rgba(255,43,214,.14) !important;
	color: #fff !important;
}

.profile-hr-menu,
.profile-menu,
.profile-hr-menu ul,
.profile-hr-menu ul li a {
	background: rgba(5, 10, 27, .8) !important;
	border-color: rgba(87,247,255,.18) !important;
	color: #eef4ff !important;
}

.profile-hr-menu ul li a:hover,
.profile-hr-menu ul li a.active {
	background: rgba(87,247,255,.12) !important;
	color: #fff !important;
	box-shadow: inset 0 -2px 0 var(--cyber-pink);
}

.ossn-profile .top-container,
.ossn-profile .profile-cover,
.profile-photo-name-container {
	border-color: rgba(87,247,255,.2) !important;
	box-shadow: 0 16px 44px rgba(0,0,0,.28);
}

.ossn-profile .user-fullname,
.ossn-profile-role,
.profile-photo-name-container span,
.profile-menu a {
	color: #fff !important;
	text-shadow: 0 0 12px rgba(0,0,0,.48);
}

/* Broad third-party module fixes for shop, jobs, rooms, leisure/events and custom cards. */
.ossn-layout-module [class*="shop"],
.ossn-layout-module [class*="Shop"],
.ossn-layout-module [class*="cart"],
.ossn-layout-module [class*="product"],
.ossn-layout-module [class*="job"],
.ossn-layout-module [class*="Job"],
.ossn-layout-module [class*="room"],
.ossn-layout-module [class*="Room"],
.ossn-layout-module [class*="zimmer"],
.ossn-layout-module [class*="freizeit"],
.ossn-layout-module [class*="event"],
.ossn-layout-module [class*="Event"],
.ossn-layout-module [class*="angebot"],
.ossn-layout-module [class*="card"],
.ossn-layout-module [class*="Card"],
.ossn-layout-module [class*="panel"],
.ossn-layout-module [class*="box"],
.ossn-layout-module [class*="item"],
.ossn-layout-module article,
.ossn-layout-module section,
.ossn-layout-module details,
.ossn-layout-module summary,
.ossn-layout-module fieldset,
.ossn-layout-module form,
.ossn-layout-module tbody,
.ossn-layout-module thead,
.ossn-layout-module tr,
.ossn-layout-module td,
.ossn-layout-module th,
.ossn-layout-module [style*="background: #fff"],
.ossn-layout-module [style*="background:#fff"],
.ossn-layout-module [style*="background: white"],
.ossn-layout-module [style*="background:white"],
.ossn-layout-module [style*="background-color: #fff"],
.ossn-layout-module [style*="background-color:#fff"],
.ossn-widget [style*="background: #fff"],
.ossn-widget [style*="background:#fff"],
.ossn-widget [style*="background-color: #fff"],
.ossn-widget [style*="background-color:#fff"] {
	background-color: rgba(9, 18, 46, .88) !important;
	background-image: linear-gradient(145deg, rgba(11, 21, 55, .92), rgba(7, 12, 31, .78)) !important;
	border-color: rgba(87,247,255,.22) !important;
	color: #edf4ff !important;
}

.ossn-layout-module > div:not(.module-title),
.ossn-layout-module .module-contents > div,
.ossn-layout-module .module-contents > ul,
.ossn-layout-module .module-contents > ol,
.ossn-layout-module .module-contents > table {
	background-color: transparent !important;
	color: #edf4ff !important;
}

.ossn-layout-module label,
.ossn-layout-module legend,
.ossn-layout-module small,
.ossn-layout-module b,
.ossn-layout-module strong,
.ossn-layout-module em,
.ossn-layout-module a,
.ossn-layout-module li,
.ossn-layout-module dt,
.ossn-layout-module dd,
.ossn-layout-module blockquote,
.ossn-widget label,
.ossn-widget b,
.ossn-widget strong {
	color: #edf4ff !important;
}

.ossn-layout-module label,
.ossn-layout-module .label,
.ossn-layout-module .badge {
	background: rgba(87,247,255,.12) !important;
	border: 1px solid rgba(87,247,255,.22) !important;
	border-radius: 999px !important;
	box-shadow: 0 0 12px rgba(87,247,255,.08);
	padding: 3px 7px;
}

.ossn-layout-module .alert,
.ossn-layout-module [class*="notice"],
.ossn-layout-module [class*="warning"],
.ossn-layout-module [class*="info"] {
	background: linear-gradient(135deg, rgba(255,157,46,.18), rgba(255,43,214,.11)) !important;
	border: 1px solid rgba(255,157,46,.4) !important;
	color: #fff7dc !important;
}

.ossn-layout-module .card,
.ossn-layout-module .panel,
.ossn-layout-module [class*="card"],
.ossn-layout-module [class*="Card"],
.ossn-layout-module [class*="ticket"],
.ossn-layout-module [class*="listing"],
.ossn-layout-module [class*="entry"] {
	border-radius: 16px !important;
	box-shadow: 0 16px 38px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.ossn-layout-module img {
	border-color: rgba(87,247,255,.2) !important;
}

.ossn-layout-module img:not(.site-logo):not(.site-logo-logged):not(.user-img):not(.profile-photo-img) {
	border-radius: 12px;
}

.ossn-layout-module hr {
	border-color: rgba(87,247,255,.18) !important;
}

.ossn-layout-module .btn,
.ossn-layout-module button,
.ossn-layout-module input[type="submit"],
.ossn-layout-module input[type="button"],
.ossn-layout-module a[class*="button"],
.ossn-layout-module a[class*="btn"] {
	background: linear-gradient(135deg, var(--cyber-pink), var(--cyber-blue)) !important;
	border: 1px solid rgba(255,255,255,.25) !important;
	border-radius: 12px !important;
	box-shadow: 0 0 20px rgba(255,43,214,.26), 0 8px 18px rgba(0,0,0,.25) !important;
	color: #fff !important;
	font-weight: 900;
}

.ossn-layout-module input,
.ossn-layout-module select,
.ossn-layout-module textarea {
	background: rgba(3, 9, 27, .86) !important;
	border: 1px solid rgba(87,247,255,.28) !important;
	border-radius: 10px !important;
	color: #fff !important;
}

.ossn-layout-module input::placeholder,
.ossn-layout-module textarea::placeholder {
	color: rgba(220,230,255,.7) !important;
}

.ossn-layout-module option {
	background: #070d22 !important;
	color: #fff !important;
}

.ossn-layout-module * {
	scrollbar-color: var(--cyber-purple) rgba(5, 10, 27, .9);
}

@keyframes cyber-grid-drift {
	from { background-position: 0 0, 0 0; }
	to { background-position: 0 46px, 46px 0; }
}

@keyframes cyber-particle-float {
	from { transform: translate3d(0, 18vh, 0) scale(.8); opacity: 0; }
	15% { opacity: .8; }
	80% { opacity: .8; }
	to { transform: translate3d(26px, -100vh, 0) scale(1.25); opacity: 0; }
}

@keyframes cyber-float {
	0%, 100% { transform: translateY(0) rotateX(8deg) rotateY(-10deg); }
	50% { transform: translateY(-16px) rotateX(12deg) rotateY(-14deg); }
}

@keyframes cyber-spin {
	to { rotate: 360deg; }
}

@media (prefers-reduced-motion: reduce) {
	*,
	*:before,
	*:after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .001ms !important;
	}
}

@media (max-width: 1050px) {
	.cyber-hero,
	.cyber-access-grid {
		grid-template-columns: 1fr;
	}
	.cyber-hero {
		min-height: auto;
	}
	.cyber-hero-stage {
		min-height: 390px;
	}
	.cyber-hero-photo-frame {
		width: min(390px, 86vw);
	}
	.cyber-islands,
	.cyber-events,
	.cyber-wall {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.cyber-island:nth-child(2n) {
		margin-top: 0;
	}
}

@media (max-width: 650px) {
	body:before {
		background-size: 34px 34px;
	}
	.cyber-home {
		padding: 18px 10px 42px;
	}
	.cyber-hero-stage {
		min-height: 310px;
	}
	.cyber-photo-core {
		inset: 26px 8px 58px;
	}
	.cyber-hero-photo-frame {
		border-radius: 22px;
		width: min(310px, 88vw);
	}
	.cyber-mini-island {
		width: 104px;
		height: 64px;
	}
	.cyber-actions,
	.cyber-btn {
		width: 100%;
	}
	.cyber-btn {
		justify-content: center;
		min-height: 54px;
	}
	.cyber-stats {
		display: grid;
		grid-template-columns: 1fr;
	}
	.cyber-islands,
	.cyber-events,
	.cyber-wall {
		grid-template-columns: 1fr;
	}
	.cyber-island,
	.cyber-ticket,
	.cyber-wall article {
		min-height: auto;
		transform: none !important;
	}
	.cyber-newsletter-frame iframe {
		height: 70vh;
		min-height: 420px;
	}
	.topbar .right .btn,
	.topbar .btn {
		min-height: 42px;
	}
}
.verified-user {
	color: #5890FF;
    border-radius: 50%;
    margin-left: 5px;
    background: #fff;
    text-shadow: initial;
}
.newseed-uinfo .name {
	display:block;
}
.verified-title{
 	display: inline;
 	position: relative;
}
.ossn-users-list-item .verified-user { 
    	display: inline-block !important;
    	margin-top: 22px;
}	
.ossn-users-list-item .uinfo a {
		max-width:300px;
        width:initial;
}
.ossn-box-inner .ossn-list-users .uinfo .userlink {
		width:200px;
        float:none;
}
@media (max-width: 480px) {
		.ossn-search-page .ossn-users-list-item .uinfo a {
        		max-width:100px;
                width:initial;
        }
        .ossn-users-list-item .verified-user { 
    		margin-top: 10px;
		}	
}
@media only screen and (max-width: 1199px) { 
		.ossn-search-page .ossn-users-list-item .uinfo a {
        		max-width:200px;
                width:initial;
        }
}
.newseed-uinfo .verified-user,
.newseed-uinfo .name a {
	display:inline-block;
}