.guest-alert {
	position: fixed;
	bottom: 2%;
	right: 2%;
	z-index: 9;
	opacity: .85;
	background-color: #0d0d0d;
	width: 260px;
	padding: 15px 20px;
	text-align: left
}
.guest-alert__head {
	color: #e92020;
	font-size: 15px;
	font-weight: bold
}
.guest-alert__close {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #000;
	border-top-right-radius: 3px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 10px
}
#scrolltop {
	position: fixed;
	right: 13px;
	bottom: 20px;
	z-index: 99;
	background-color: var(--theme-primary-color);
	border-radius: 50%;
	font-size: 15px;
	padding: 5px 11px;
	cursor: pointer
}
#scrolltop:hover {
	background-color: var(--theme-tertiary-color)
}
#scrolltop:before {
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
	font-weight: 900;
	display: inline-block
}
.profile__user-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%
}
.profile__user-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.profile__stream {
	display: block;
	background-color: var(--theme-low-alpha-color);
	padding: 17px 20px;
	margin-bottom: 3%
}
.profile__stream:hover {
	color: var(--main-link-color)
}
.profile__stream:hover .profile__stream-subject {
	color: var(--theme-quaternary-color)
}
.profile__stream-type {
	background-color: var(--theme-primary-color);
	font-size: 11px;
	padding: 2px 5px
}
.profile__stream-info {
	margin-left: 4px;
	margin-top: 3px
}
.profile__stream-subject {
	font-size: 15px
}
.profile__stream-info i {
	color: var(--theme-secondary-color);
	margin-right: 1px
}
.profile__stream-date {
	margin-right: 5px
}
.latest-posts {
	white-space: normal
}
.latest-posts__tabs {
	background-color: #323232;
	display: flex;
	flex-wrap: wrap
}
.latest-posts__tabs li {
	cursor: pointer;
	background-color: #323232;
	padding: 7px 0;
	flex: 0 0 50%;
	text-align: center
}
.latest-posts__tabs li:hover {
	background-color: #363636
}
.latest-posts__tabs li.easytab-active {
	cursor: default;
	background-color: #222
}
.latest-posts_item {
	position: relative
}
.latest-posts__avatar {
	padding-right: 10px
}
.latest-posts__avatar img {
	margin-top: 2px
}
.latest-posts__thread {
	width: 100%
}
.latest-posts__date {
	font-size: 10px
}
.latest-posts__stat {
	padding-left: 10px
}
.latest-posts__info {
	display: none;
	position: absolute;
	z-index: 1;
	background-color: var(--main-content-bg-color);
	border: 1px solid var(--theme-tertiary-color);
	box-shadow: 0px 0px 1px #000;
	min-width: 160px;
	font-size: 12px;
	padding: 6px 12px;
	margin-top: 5px
}
.latest-posts__info:after, .latest-posts__info:before {
	bottom: 100%;
	left: 33px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}
.latest-posts__info:after {
	border-color: transparent;
	border-bottom-color: var(--main-content-bg-color);
	border-width: 6px;
	margin-left: -6px
}
.latest-posts__info:before {
	border-color: transparent;
	border-bottom-color: var(--theme-tertiary-color);
	border-width: 7px;
	margin-left: -7px
}
.latest-posts__replies {
	position: relative;
	display: inline-block;
	background-color: var(--theme-primary-color);
	color: var(--main-text-color);
	padding: 3px 6px
}
.latest-posts__replies:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: var(--theme-primary-color);
	border-width: 5px;
	margin-top: -5px
}
.latest-posts__refresh {
	display: none;
	background-color: #1c1c1c;
	border-bottom: 1px dotted var(--main-notification-color);
	text-align: center;
	padding: 8px 0;
	cursor: pointer
}
.latest-posts__refresh i {
	color: var(--theme-secondary-color);
	margin-right: 5px
}
.latest-posts__new-posts, .latest-posts__inactive {
	display: none
}
.profile__awards__award-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.post__user-awards .ougc_awards_postbit_maxperline:first-child {
	display: none
}
.post__user-awards a {
	display: inline-block;
	text-align: center;
	width: 35px;
	margin-top: 3px
}
.extras__name {
	font-size: 17px;
	font-weight: bold
}
.image-modal-content {
	background: transparent !important;
	border: 0;
	box-shadow: initial !important;
	width: auto !important;
	height: 100%;
	max-width: 100%;
	max-height: 85%
}
.image-modal-content a.close-modal {
	top: -8px;
	right: -8px
}
.image-modal-content img {
	max-height: 100%;
	border-radius: 25px
}
.image-modal-original {
	position: absolute;
	left: 0;
	bottom: -25px;
	color: #9f9f9f;
	font-weight: bold;
	transition: color 200ms
}
.image-modal-original:hover {
	color: var(--theme-secondary-color)
}
.usercp_nav_socialsites:before {
	content: "\f1e0"
}
.socialsites--profile, .socialsites--postbit {
	font-size: 14px;
	max-width: 160px;
	text-align: center;
	padding: 3px 10px
}
.socialsites--profile .socialsites__icon, .socialsites--postbit .socialsites__icon {
	display: inline-block;
	width: 20px;
	margin: 3px 0px
}
.socialsites--profile {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
	margin-bottom: 5px
}
.socialsites--postbit {
	background-color: rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	margin-bottom: 10px
}
.socialsites--form .socialsites__icon {
	display: inline-block;
	font-size: 20px;
	text-align: center;
	width: 25px;
	margin-right: 10px;
	vertical-align: middle
}
.socialsites__icon i:hover {
	color: inherit
}
.socialsites__social-name {
	vertical-align: middle
}
.socialsites__user-profile {
	color: #8f8e8e
}
input.socialsites__input {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #acacac;
	box-shadow: initial
}
a.wolcached_today {
	color: var(--theme-secondary-color);
	font-weight: bold;
	cursor: pointer
}
.usercp_nav_postbitbg:before {
	content: "\f2c2"
}
.postbitbg {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	opacity: .4;
	width: 210px;
	height: 210px;
	max-height: 210px
}
.postbitbg:before {
	content: "";
	background-image: linear-gradient(to bottom, transparent, #202020);
	position: absolute;
	width: 210px;
	height: 210px;
	left: 0;
	top: 0
}
.user_service {
	display: block;
	color: var(--theme-secondary-color);
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 10px
}
.user_service[data-years="1"] {
	font-size: 11px
}
.postbit-ban-alert {
	background-color: #191919;
	border: 1px solid var(--main-notification-color);
	box-shadow: 1px 1px 1px #000;
	padding: 10px 15px;
	margin-bottom: 12px;
	margin-top: 10px;
}
.hidden-content {
	display: inline-block;
	width: 100%;
	background-color: #262626;
	border: 1px solid #343434;
	color: var(--main-text-color);
	padding: 8px 15px;
	margin-bottom: 5px
}


.hidden-content-title {
	margin-bottom:5px
}



.hidden-content__title {
	position: relative;
	border-bottom: 1px dashed var(--theme-secondary-color);
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 4px
}
.hidden-content__title--ignored {
	background-color: #7a0000;
	border-radius: 3px;
	color: #cfcfcf;
	font-size: 13px;
	border-bottom: 0;
	padding: 8px 10px;
	cursor: pointer
}
.hidden-content__default-title {
	display: none
}
.hidden-content__custom-title:empty+.hidden-content__default-title {
	display: inline
}
.hidden-content__main {
	font-size: 13px;
	padding-top: 10px
}
.hidden-content__main--ignored {
	padding: 10px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: #2a2a2a
}
.hidden-content__paytoview {
	background-color: var(--theme-primary-color);
	padding: 2px 10px;
	cursor: pointer
}
.hidden-content__paytoview:hover {
	background-color: var(--theme-tertiary-color);
	color: var(--main-link-color)
}
.hidden-content__unlockedby {
	position: absolute;
	right: 0;
	font-size: 12px;
	font-weight: normal
}
.hidden-content__unlockedby i {
	color: var(--theme-secondary-color);
	margin-top: 3px
}
.hidden-content__unlockedby-dropdown {
	right: 0;
	background-color: #191919;
	border: 1px solid #4d4d4d;
	white-space: nowrap;
	padding: 3px 8px
}
.spoiler__title {
	background-color: #323232;
	border: 1px solid #3a3a3a;
	box-shadow: 0px 0px 0px 1px #000 inset;
	border-bottom: 1px solid var(--theme-tertiary-color);
	border-radius: 3px;
	color: #d7d7d7;
	font-size: 14px;
	padding: 7px 10px;
	cursor: pointer;
	position: relative
}
.spoiler__default-title {
	display: none
}
.spoiler__custom-title:empty+.spoiler__default-title {
	display: inline
}
.spoiler__main {
	display: none;
	background-color: #191919;
	border: 1px solid #3a3a3a;
	border-top: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 7px 10px;
	margin-bottom: 5px
}
.spoiler__toggle {
	float: right;
	background-color: rgba(134, 134, 134, 0.35);
	font-size: 12px;
	padding: 2px 10px;
	cursor: pointer;
	margin-top: -1px;
	transition: background-color 100ms
}
.spoiler__toggle:hover {
	background-color: rgba(134, 134, 134, 0.6)
}
.spoiler__toggle-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	height: 18.5px;
	margin: auto
}
.spoiler__toggle-icon i {
	font-size: 18px
}
.blur {
	color: transparent;
	text-shadow: 0 0 4px rgba(255, 255, 255, 0.5)
}
#extras .trow1 {
	width: 50%
}

		
		