/** jGrowl Styling **/
.jGrowl {
	z-index: 9999;
	color: #ffffff;
	font-size: 12px;
	font-family: "Instrument Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: fixed;
}
.jGrowl.top-left {
	left: 0px;
	top: 0px;
}
.jGrowl.top-right {
	right: 0px;
	top: 0px;
}
.jGrowl.bottom-left {
	left: 0px;
	bottom: 0px;
}
.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}
.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}
/** Cross Browser Styling **/
.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}
.jGrowl-notification {
	background-color: transparent;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	transform: scale(1);
	width: 350px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	-moz-border-radius: 0.125rem;
	-webkit-border-radius: 0.125rem;
	border-radius: 0.125rem;
	word-break: break-all;
}
.jGrowl .jGrowl-notification {
	min-height: 40px;
}
.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}
.jGrowl-notification .jGrowl-close {
	background-color: transparent;
	color: inherit;
	border: none;
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}
.jGrowl-closer {
	background-color: #000000;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	transform: scale(1);
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	border-radius: 5px;
	word-break: break-all;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}
.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.jGrowl .jGrowl-notification.jgrowl_success {
	background: #22c55e;
	color: #fff;
	font-weight: 600;
}
.jGrowl .jGrowl-notification.jgrowl_error {
	background: #ef4444;
	color: #fff;
	font-weight: 600;
}
.jGrowl .jGrowl-notification.jgrowl_process, .jGrowl .jGrowl-closer {
	background: yellow;
	border: 1px solid yellow;
	color: #333;
}
/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
	}
}
/** jGrowl End **/
/** Modal Start **/
.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}
.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}
.blocker.behind {
	background-color: transparent;
}
.modal {
	text-align: left;
	width: 400px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}
.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	z-index: 9999999;
	text-indent: -9999px;
	background: url(/../images/close.png) no-repeat 0 0;
}
.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(/../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
/** Modal End **/
.modal .thead {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	background-color: #fff;
	border-bottom: 1px solid #e5e7eb;
	color: #000;
	padding: 1rem;
}
.modal .trow1, .trow2 {
	padding: 1rem;
	font-size: 0.875rem;
}

/* ====================================================== */

body {
	font-family: "Instrument Sans", sans-serif;
	background-color: rgb(243 244 246);
	color: rgb(31 41 55);
}
.visual-area-bg {
	position: relative;
	overflow: hidden;
	background-color: #1f2937;
}
.visual-area-bg::before {
	content: '';
	position: absolute;
	top: -60%;
	left: -60%;
	width: 220%;
	height: 220%;
	background: radial-gradient(circle, rgba(255, 45, 32, 0.12) 0%, rgba(255, 45, 32, 0) 55%);
	animation: rotate 60s linear infinite;
	z-index: 1;
}
.visual-area-bg::after {
	content: '';
	position: absolute;
	bottom: -40%;
	right: -50%;
	width: 180%;
	height: 180%;
	background: radial-gradient(circle, rgba(255, 45, 32, 0.08) 0%, rgba(255, 45, 32, 0) 50%);
	animation: rotate 70s linear infinite reverse;
	z-index: 1;
}
@keyframes rotate {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.error {
	color: #ff2d20;
	display: block;
}
.subject_new {
	font-weight: 600 !important;
}
.post_body>form>textarea {
	border: 1px solid #e5e7eb;
	outline: none;
	font-size: 0.875rem;
	line-height: 1.25rem;
	padding: 1rem;
	margin-bottom: 1rem;
}
.post_body>form>.editreason {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.post_body>form>.editreason>label {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	margin-right: 0.5rem;
}
.post_body>form>.editreason>input {
	padding: .5rem .75rem;
	border: 1px solid #e5e7eb;
	font-size: 0.875rem;
	line-height: 1.25rem;
	width: 100%;
	outline: none;
}
.post_body>form>button {
	width: 100%;
	margin-bottom: 0.5rem;
	background-color: #6b7280;
	color: #fff;
	font-size: 13px;
	padding: 0.5rem 0;
	font-weight: 500;
}
.post_body>form>button:last-child {
	margin-bottom: 0;
}
.mycode_list {
	margin: 0;
	padding: 0 0 0 2.5rem;
}
.mycode_list .mycode_list {
	margin-top: 0;
}
ul.mycode_list {
	list-style-type: disc;
	margin-top: 1rem;
}
ol.mycode_list {
	list-style-type: decimal;
}
.quote-content-wrapper {
	transition: max-height 0.5s ease-in-out;
	max-height: 80px;
	overflow: hidden;
}
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-thumb {
	background: #ef4444;
}
::-webkit-scrollbar-track {
	background: #e5e7eb;
}
::selection {
	background-color: #ef4444;
	color: rgba(255, 255, 255, 0.80);
}
.header_mobile_menu {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.header_mobile_menu::-webkit-scrollbar {
	display: none;
}
.mycode_quote {
	background: rgb(249 250 251);
	padding: 1rem;
	border-width: 1px;
}
.mycode_quote>cite {
	display: block;
	font-weight: 600;
	padding-bottom: 0.75rem;
	border-bottom-width: 1px;
	font-style: normal;
	margin-bottom: 1rem;
	color: #6b7280;
	text-transform: uppercase;
	font-size: 0.75rem;
	line-height: 1rem;
}
.mycode_quote>cite:before {
	content: "—";
	margin-right: .25rem;
}
.mycode_quote>cite>span {
	float: right;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1rem;
}
.mycode_quote>cite>span.highlight {
	float: none;
}

.post:not(.deleted_post) .postbit_qrestore {
	display: none;
}