#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
}

.scaleimages img {
	max-width: 100%;
}

.forum_status {
	width: 45px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background-image: url(../../../images/arcobaleno/sprites.png);
	background-size: auto;
	background-repeat: no-repeat;
	cursor: help;
}

.forum_on {
	background-position: -5px -353px;
	width: 65px;
	height: 65px;
}

.forum_off {
	background-position: -14px -420px;
}

.forum_offclose {
	background-position: -14px -471px;
}

.forum_offlink {
	background-position: -14px -520px;
}

.subforumicon {
	height: 5px;
	width: 5px;
	border-radius: 100%;
	display: inline-block;
	margin: 2px 0;
	margin-right: 0.5rem;
}

.subforum_minion {
	border-color: #3f96b7;
}

.subforum_minioff {
	background: #657786;
}

.subforum_minioffclose {
	border-color: rgba(211, 29, 29, .75);
}

.subforum_miniofflink {
	border-color: #ffb534;
}

.subforumicon:not(:first-child) {
    margin-left: 1.5rem;
}

.tborder {
    width: 100%;
    background: #111823;
    border-radius: .5em;
    padding: 2em;
    position: relative;
    z-index: 1;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.thead {
	color: #ffffff;
	padding: 1em 0 2em 0;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover,
.thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tcat {
	background: #161e2a;
	color: #fff;
	padding: 7px;
	font-size: 12px;
}

.tcat a:link {
	color: #fff;
}

.tcat a:visited {
	color: #fff;
}

.tcat a:hover,
.tcat a:active {
	color: #fff;
}

.trow1 {
	background-color: rgb(19,27,40);
	background-image: linear-gradient(90deg, rgba(19,27,40,1) 0%, rgba(17,24,35,1) 100%);
}

.trow2 {
	background-color: rgb(19,27,40);
	background-image: linear-gradient(90deg, rgba(19,27,40,1) 0%, rgba(17,24,35,1) 100%);
}

.trow_shaded {
	background: #ffdde0;
	border: 1px solid;
	border-color: #fff #ffb8be #ffb8be #fff;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #ffdde0;
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
	border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
	border-top-color: #ffb8be;
}

.trow_deleted,
.post.deleted_post {
	background: #E8DEFF;
}

.trow_selected,
tr.trow_selected td {
	background: #181e26;
	color: #fff;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #fff;
}

.trow_sep {
	background: #ddd;
	color: #333;
	border-bottom: 1px solid #c5c5c5;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	padding: 7px;
	background: #0d131c;
	color: #fff;
}

.tfoot a:link {
	color: #fff;
	text-decoration: none;
}

.tfoot a:visited {
	color: #fff;
	text-decoration: none;
}

.tfoot a:hover,
.tfoot a:active {
	color: #eee;
	text-decoration: none;
}

.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

.bottommenu {
	background: #efefef;
	color: #333;
	border: 1px solid #4874a3;
	padding: 10px;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

fieldset {
	padding: 12px;
	border: 1px solid #ddd;
	margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
	border-color: #bbb;
}

fieldset.align_right {
	text-align: right;
}

input.textbox {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    overflow: hidden;
    -webkit-appearance: none;
    vertical-align: middle;
    outline: none;
    color: #fff;
    height: 36px;
    padding-left: 6px;
    padding-right: 6px;
    border: 1px solid #19212f;
    font-family: inherit;
    background: #19212f;
}

textarea {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    overflow: hidden;
    -webkit-appearance: none;
    vertical-align: middle;
    outline: none;
    color: #fff;
    height: auto;
    padding-left: 6px;
    padding-right: 6px;
    background: #141c29;
    border: 1px solid #141c29;
    font-family: inherit;
}

select {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    overflow: hidden;
    -webkit-appearance: none;
    vertical-align: middle;
    outline: none;
    color: #fff;
    min-height: 36px;
    padding-left: 6px;
    padding-right: 6px;
    border: 1px solid #141c29;
    font-family: inherit;
    background: #141c29;
}

.far-button {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 400 !important;
}

.fas-button {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
}

button,
input.button {
    margin: 0;
    font-family: inherit;
    border: none;
    outline: none;
    overflow: hidden;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 34px;
    height: 34px !important;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: .3s ease-in-out;
    transition-property: color,background-color,border-color;
    color: #fff;
    border: 0;
    background: #364556;
    cursor: pointer;
    font-weight: 500;
}

button:hover,
input.button:hover {
	border-color: #1c98b7;
	background: #1c98b7;
	color: #fff !important;
}

button:hover a {
    color: #fff;
}

.button.button-blue {
    border-color: #277dcf;
    background: #277dcf;
    color: #fff !important;
}

.button.button-blue:hover {
    border-color: #328adf;
    background: #328adf;
}

.button.button-green {
    border-color: #2bd768;
    background: #2bd768;
    color: #fff !important;
}

.button.button-green:hover {
    border-color: #27c45f;
    background: #27c45f;
}

.button-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.button-effect:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
}

@-webkit-keyframes pulse-animation{
    0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
    50%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}
    100%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}
}

@keyframes pulse-animation{
    0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
    50%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}
    100%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}
}

ul.mycode_list li {
    list-style-type: disc;
}

ul.mycode_list {
    margin-left: 20px;
}

ol.mycode_list {
    margin-left: 15px;
}

ol.mycode_list li {
    list-style-type: decimal;
}

form {
	margin: 0;
	padding: 0;
}

input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30;
}

input.valid, textarea.valid, select.valid {
	border: 1px solid #0c0;
}

label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: 500;
	font-size: 11px;
}

form #message {
	width: 500px;
}

.editor {
	background: #0d131c;
	border: 1px solid #0d131c;
}

.editor_control_bar {
	background: #0d131c;
	border: 1px solid #0d131c;
}

.post .editor_control_bar {
	background: #0d131c;
}

.popup_menu {
	padding: 10px 0;
	margin-top: 5px;
	z-index: 1000;
	min-width: 13rem;
	background: #0d131c;
	border: 1px solid #141a25;
	border-radius: .5em;
	box-shadow: 0 0 15px rgba(0, 0, 0, .30);
}

.popup_menu .popup_item {
    display: block;
    padding: 0;
    background: 0 0!important;
    color: #515365 !important;
    transition: all .2s ease;
    font-size: 13px;
    font-weight: 400 !important;
    text-align: left;
}

.popup_menu li:not(.popup_sep) {
    display: block;
    float: none!important;
    margin: 0!important;
    line-height: 25px;
    white-space: nowrap;
    text-align: left!important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 5px 15px;
}

.popup_menu li:hover a {
    color: #ffffff;
}

.popup_menu li a {
    display: block;
    padding: 0;
    background: 0 0!important;
    color: #e1e1e1;
    transition: all .2s ease;
    font-size: 12px;
}

.popup_menu li.popup_sep {
    display: block;
    height: 1px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    text-indent: -9999px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.popup_menu li:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.popup_menu i {
    margin-right: .35rem;
    color: #dfdfdf;
    width: 1.25em;
}

.trow_reputation_positive:after {
	background: #316931 !important;
}

.trow_reputation_negative:after {
	background: #862929 !important;
}

.reputation_positive {
	color: #a9eca9;
}

.reputation_neutral {
	color: #fff;
}

.reputation_negative {
	color: red;
}

.repbox {
	font-size: 13px;
	font-weight: bold;
}

._neutral {
	color: #999999;
}

._minus {
	color: #CB0200;
}

._plus {
	color: #008800;
}

img {
	border: none;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
	color: #333;
	text-align: center;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 1.2em;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	margin: 0;
	padding: 1em;
	font-size: 12px;
	background: rgba(13, 19, 28, 0.38);
	border: 1px solid rgba(37, 42, 55, .50);
	border-left: 3px solid rgba(180, 147, 45, .50);
}

blockquote cite {font-weight: 400;padding-bottom: 3px;margin: -1em -1em 10px -1em;background: rgb(25, 33, 46);padding: .5em;color: #b4932d;font-size: 12px;text-transform: uppercase;display: block;font-style: normal;}

blockquote cite > span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: rgba(13, 19, 28, 0.38);
	border: 1px solid rgba(37, 42, 55, .50);
	padding: 1em;
	border-left: 3px solid rgba(117, 255, 74, .50);
	font-size: 12px;
	margin: .5em 0;
}

.codeblock .title {
	font-weight: 400;
	padding-bottom: 3px;
	margin: -1em -1em 10px -1em;
	background: rgb(25, 33, 46);
	padding: .5em;
	color: #468d37;
	font-size: 12px;
	text-transform: uppercase;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.phpcodeblock {
    border-left-color: rgba(74, 202, 255, .50);
}

.phpcodeblock .title {
    color: #337596;
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	display: block;
	float: none!important;
	margin: 0!important;
	line-height: 25px;
	white-space: nowrap;
	text-align: left!important;
	padding: 6px 15px;
}

.popup_item_container:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
	color: #fff !important;
}

.subject_new {
	font-weight: 600;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	word-wrap: break-word;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert a:active {
	color: #A5161A;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.imminent_banned {
	color: #880000;
}

.high_banned {
	color: #FF0000;
}

.moderate_banned {
	color: #FF6600;
}

.low_banned {
	color: #008000;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

div.error {
	padding: 5px 10px;
	border: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #333;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.png) no-repeat 0;
}

div.error ul {
	margin-left: 24px;
}

.pagination {
	display: inline-flex;
	padding: .25rem;
	background-color: #18202d;
	border-radius: .25rem;
	margin-bottom: 1rem;
}

.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
	display: none;
}

.pagination .pagination_current, .pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1.625rem;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .875em;
    color: #ffffff;
    background-color: #0d131c;
    border-radius: .25rem;
    transition: background-color .2s ease-in-out;
    margin-right: .25rem;
    min-width: .25rem;
}

.pagination .pagination_current {
	color: #fff;
	background-color: #1c98b6;
}

.pagination a:hover {
	background: #1c97b559;
	text-decoration: none;
}

.pagination .go_page img {
	margin-bottom: -4px;
}

.drop_go_page {
	background: #161e2a;
	padding: 4px;
}

.pagination_breadcrumb {
	background-color: #161e2a;
	border: 1px solid #1d2635;
	outline: none;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
	z-index: 3;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.thread_legend,
.thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend,
.forum_legend dt,
.forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.ignored_post {
	border-top: 3px solid #0d1116;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.deleted_post_hidden {
	border-top: 2px solid #0d1116;
	padding: 15px;
}

.deleted_post_collapsed {
	border-top: 3px solid #333;
	padding: 15px;
}

.deleted_post_collapsed .show_deleted_post {
	margin-top: -15px;
}

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
    display: none;
}

a.button:link, a.button:visited {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 36px;
    border-radius: 999em;
    line-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
    padding: 0 1em;
    font-size: 11px;
    font-weight: 500;
    transition: all .5s;
    min-width: 125px;
    background-color: rgb(110,194,64);
    background-image: linear-gradient(to right, rgba(110,194,64,1) 0%, rgba(61,183,86,1) 100%);
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 15px 0px rgba(61, 183, 85, 0.46);
    margin-left: 1em;
}

a.button:active, a.button:hover {
    background-size: 200% 200%;
    box-shadow: 0 0 15px 0px rgba(61, 183, 85, 0.78);
}

a.button.small_button {
	margin: 0;
}

.quick_jump {
	background: url(../../../images/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	margin-top: -3px;
	border: none;
}

.pollbar {
	background: url(../../../images/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}

.pollbar .percent {
	display: none;
}

.posticons_label {
	white-space: nowrap;
}

/** jGrowl Start **/

/** Special IE6 Style Positioning **/
.ie6 {
	position: absolute;
}

.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}

/** jGrowl Styling **/
.jGrowl {
	z-index: 9999;
	color: #ffffff;
	font-size: 12px;
	font-family: "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));
	zoom: 1;
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	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));
	zoom: 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: lightgreen;
    border: 1px solid lightgreen;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_error {
    background: red;
    border: 1px solid red;
    color: #333;
}

.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;
	padding: 20px;
	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 {
	width: 400px;
	text-align: left;
	background: #0d1116;
	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;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
	z-index: 2;
}

.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 **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v6.2.3 - 2016-04-23
* http://trentrichardson.com/Impromptu
* Copyright (c) 2016 Trent Richardson; Licensed MIT */

.jqifade{
	position: absolute;
	background-color: #777777;
}
iframe.jqifade{
	display:block;
	z-index:-1;
}
div.jqi{
	width: 400px;
	max-width:90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}
div.jqi .jqicontainer{
}
div.jqi .jqiclose{
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}
div.jqi .jqistate{
	background-color: #fff;
}
div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage{
	padding: 10px;
	line-height: 20px;
	color: #444444;
	overflow: auto;
}
div.jqi .jqibuttonshide{
	display: none;
}
div.jqi .jqibuttons{
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqibuttons button{
	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal;
	border: none;
	border-left: solid 1px #e4e4e4;
	color: #777;
	font-weight: bold;
	font-size: 12px;
}
div.jqi .jqibuttons button.jqidefaultbutton{
	color: #489afe;
}
div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
	color: #287ade;
	outline: none;
}
div.jqi .jqibuttons button[disabled]{
	color: #aaa;
}
.jqiwarning .jqi .jqibuttons{
	background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after{
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.jqi .jqisubstate{
	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }

/** Impromptu End */

#lisans {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    line-height: 2em;
}

/*** REP TABLOSU **/
#reputation_statistic .reputation_positive, 
#reputation_statistic .reputation_neutral, 
#reputation_statistic .reputation_negative {position: relative;}
#reputation_statistic .reputation_positive img, 
#reputation_statistic .reputation_neutral img, 
#reputation_statistic .reputation_negative img {
    display: none !important;
}

#reputation_statistic .reputation_positive:before, 
#reputation_statistic .reputation_neutral:before, 
#reputation_statistic .reputation_negative:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translate(-50% , -50%);
}

#reputation_statistic .reputation_positive:before {
    content: "\f055";
}

#reputation_statistic .reputation_neutral:before {
    content: "\f05a";
} 

#reputation_statistic .reputation_negative:before {
    content: "\f056";
}

.reputation_form {
    padding: 1em;
    margin: 1.4em 0;
    border-radius: 0.25rem;
    background: #111823;
}

.reputation_form > form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reputation_form > form > select {
    margin-right: 0.75rem;
}

.rep_username {
    margin-bottom: 0.25rem;
    font-size: 14px;
}

.rep_usertitle {
    font-size: 11px;
    color: #848484;
}

.reputation_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1em 1em;
    border-radius: 0.25rem;
    margin: 0.5rem;
    position: relative;
    border: 1px solid #19202d;
}

.reputation_list {
    padding: .25em 1.5em .25em 3.5em;
    position: relative;
    overflow: hidden;
}

.reputation_avatar {
    width: 45px;
    height: 45px;
    overflow: hidden;
}

.reputation_avatar img {
    width: 45px;
    height: 45px;
    border-radius: 999em;
}

.reputation_wrap:before {
    background: #141d28;
    border-radius: 2px;
    bottom: -27px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    content: "";
    height: 100%;
    left: -32px;
    position: absolute;
    width: 3px;
}

.reputation_wrap:after {
    background: #141d28;
    border: 2px solid #141d28;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    content: "";
    height: 15px;
    left: -40px;
    position: absolute;
    top: 10px;
    width: 15px;
}

.reputation_avatar:before {
    border-right: 10px solid #19202d;
    border-style: solid;
    border-width: 10px;
    color: rgba(0,0,0,0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -20px;
    top: 12px;
    width: 0;
}

.reputation_avatar:after {
    border-right: 10px solid #111823;
    border-style: solid;
    border-width: 10px;
    color: rgba(0,0,0,0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -18px;
    top: 12px;
    width: 0;
}

.reputation_main {
    flex: 1;
    max-width: 100%;
    margin-left: 1rem;
}

.reputation_vote {
    line-height: 18px;
    font-size: 11px;
}

.reputation_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@keyframes rep-pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(69, 188, 67);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(63, 77, 184, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(63, 77, 184, 0);
  }
}


@media screen and (max-width: 800px) {
	.reputation_form > form {
		display: block;
	}
}

@media screen and (max-width: 800px) {
	.reputation_wrap:before {
		display: none;
	}

	.reputation_avatar_wrap {}

	.reputation_avatar {
		display: none;
	}

	.reputation_wrap:after {
		display: none;
	}

	.reputation_list {
		padding: .5em;
	}

	.reputation_wrap {
		margin: 0 0 .5em 0;
	}

	.reputation_main {
		margin: 0;
	}
}

/** NEW POST **/
.new_post .input_flex {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    padding: .5rem;
}

.newpost_subject {
    flex-grow: 1;
}

.input_flex select + .newpost_subject {
    margin-left: 1em;
}

.newpost_subject .textbox {
    width: 100%;
}

.newpost {
    display: flex;
    justify-content: space-between;
}

.newpost_left {
    width: calc(100% - 260px);
}

.newpost_right {
    width: 260px;
}

.newpost .trow1, .newpost .trow2 {
    padding: .5rem;
}

.newpost_button {
    margin: 1em 0;
    text-align: center;
}

.newpost_label li:not(.tcat) {
    margin: .5rem;
    line-height: 1.4em;
}

.newpost_label li input[type="checkbox"], .newpost_label li input[type="radio"] {
    margin-right: .5rem;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#smilieinsert_slider {
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #141d28;
    padding: 0 .5rem;
}

.swiper-wrapper {
    padding: .5em 2em;
    display: flex;
    align-items: center;
    justify-content: start;
}

.swiper-button-prev, 
.swiper-button-next {
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d131c;
    border-radius: 3px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.53);
    transition: all .35s;
    position: absolute;
}

.forum_list:hover .swiper-button-prev, 
.forum_list:hover .swiper-button-next {
    opacity: 1;
}

.swiper-button-prev:hover, 
.swiper-button-next:hover {
    color: rgb(255, 255, 255);
}

.swiper-button-prev:after, 
.swiper-button-next:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #1c98b7;
    width: 100%;
    border-radius: 100%;
    height: 100%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
}

.swiper-button-prev:hover:after, 
.swiper-button-next:hover:after {
    border-radius: 3px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.swiper-button-prev {
    left: 0 !important;
    right: auto !important;
}

.swiper-button-next {
    right: 0 !important;
    left: auto !important;
}

.posticons_label {
	white-space: nowrap;
}

.posticons-icon {
    display: inline-block;
    color: #f1f1f1;
    text-align: center;
}

.posticons-icon i {
    display: inline-block;
    line-height: 10px;
    font-size:15px;
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.posticons-icon i { animation: blowUp .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;}

@keyframes blowUp {
 0% {
   transform:scale(0);
 }
 100% {
   transform:scale(1);
 }
}

.posticons-icon_1 i:before {
    content: "\f188";
    color: green;
} 

.posticons-icon_2 i:before {
    content: "\f06a";
    color: #a03b39;
}

.posticons-icon_3 i:before {
    content: "\f059";
    color: #323c8c;
}

.posticons-icon_4 i:before {
    content: "\f118";
    color: #3898a5
}

.posticons-icon_5 i:before {
    content: "\f57a";
    color: #8ca538
}

.posticons-icon_6 i:before {
    content: "\f598";
    color: #61ad10;
}

.posticons-icon_7 i:before {
    content: "\f0f3";
    color: #fddc00
}

.posticons-icon_8 i:before {
    content: "\f58b";
    color: #e44b00
}

.posticons-icon_9 i:before {
    content: "\f557";
    color: #18a5a1;
}

.posticons-icon_10 i:before {
    content: "\f004";
    color: #d17877;
}

.posticons-icon_11 i:before {
    content: "\f05a";
    color: #3c649e;
} 

.posticons-icon_12 i:before {
    content: "\f0eb";
    color: #dbbc20;
} 

.posticons-icon_13 i:before {
    content: "\f001";
    color: #207adb;
}

.posticons-icon_14 i:before {
    content: "\f03e";
    color: #328c87;
} 

.posticons-icon_15 i:before {
    content: "\f743";
    color: #828cd6;
}

.posticons-icon_16 i:before {
    content: "\f5c2";
    color: #38a553;
}

.posticons-icon_17 i:before {
    content: "\f005";
    color: #ccc47c;
} 

.posticons-icon_18 i:before {
    content: "\f165";
    color: #65c6b9;
} 

.posticons-icon_19 i:before {
    content: "\f164";
    color: #658fc6;
} 

.posticons-icon_20 i:before {
    content: "\f03d";
    color: #e886dc;
} 

.posticons {
    padding: .5rem;
}

@media screen and (max-width: 800px) {	
	.newpost {
		display: block;
	}

	.newpost_left {
		width: 100%;
	}

	.newpost_right {
		width: 100%;
		margin-top: 1em;
	}
}


/*** showteam ***/
.group_lists {
    border-radius: .25rem;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 1em;
    background: #111823;
    border: 1px solid #141d28;
}

.group_list_row {
    padding: 1em;
    overflow: hidden;
    margin: 0.3rem 0;
    vertical-align: top;
    text-align: left;
    border-radius: .25rem;
    flex: 0 0 calc(50% - 0.6em);
    background: #141c28;
    border: 1px solid #14191f;
}

.group_list_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-flow: row wrap;
}

.group_title {
    display: none;
}

.group_list_avatar {
    flex: 0 0 7em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}

.group_list_main {
    flex: 1;
    padding: 0 .5rem;
}

.group_list_main dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 .25rem 0;
}

.group_list_main dl dt {
    margin-right: .5rem;
}

.group_list_button > a {
    margin: 0 0 0 .25rem;
    font-family: inherit;
    outline: none;
    overflow: visible;
    font: inherit;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: .3s ease-in-out;
    transition-property: color,background-color,border-color;
    color: #fff;
    border: none;
    background: #111823;
    cursor: pointer;
    font-weight: 500;
    border-radius: .25rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.group_list_button {
    text-align: left;
    margin-top: .5rem;
    display: inline-flex;
}

.group_list_button > a:hover {
    border-color: #1c98b7;
    background: #1c98b7;
    color: #fff !important;
}

.group_list_avatar > img {
    width: 6em;
    height: 6em;
    border-radius: .25rem;
}

.group_list_avatar > i {
    position: absolute;
    left: 6px;
    top: -5px;
    border: 3px solid #fff;
    border-radius: 99em;
}

.group_list_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.group_list_title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: .75rem;
    text-align: left;
    font-size: 14px;
}

.group_list_button > a:hover > i {
    transition: .6s;
    transform: rotateY(360deg);
    color: #fff;
}

.group_lists .group_list_col:not(:last-child) {
    margin-bottom: 1.5em;
}

@media screen and (max-width: 800px) {
    .group_list_col {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .group_list_avatar {
        display: none;
    }

    .group_list_row {
        display: block;
        padding: .5rem;
    }

    .group_list_button > a {
        width: 100%;
    }

    .group_list_button {
        width: 100%;
    }

    .group_list_main dl {
        font-size: 11px;
    }
}


/** stats page **/
.stats_page {
    border-radius: .25rem;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 1em;
    background: #111823;
    border: 1px solid #141d28;
}

.stats_page_chart {
    width: 100%;
    position: relative;
    margin-bottom: 1.5em;
    overflow: hidden;
}

.stats_page_block {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
}

.stats_page_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-bottom: 1em;
}

.stats_page_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    flex: 1 1;
}

.stats_page_col {
    padding: 1em;
    overflow: hidden;
    margin: 0 .35rem 0 0;
    vertical-align: top;
    text-align: left;
    border-radius: .25rem;
    background: #161f2b;
    border: 1px solid #21262d;
}

.stats_page_row .stats_page_col:last-child {
    margin: 0;
}

.stats_page_col > span {
    font-size: 24px;
    color: #fff;
}

.stats_page_col > em {
    font-size: 12px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stats_page_popular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-flow: row wrap;
}

.stats_page_popular_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex: 0 0 calc(50% - 0.6em);
    flex-direction: column;
    border-radius: .25rem;
    background: #161f2b;
    border: 1px solid #21262d;
}

.stats_page_popular_title {
    padding: 1em;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    background: #1c98b7;
    color: #fff;
    border-radius: .25rem .25rem 0 0;
    width: 100%;
}

.stats_page_popular_row {
    width: 100%;
    padding: .5rem .85rem;
    border-bottom: 1px solid #141d28;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stats_page_popular_row:last-child {
    border: 0;
}

.line-chart {
    animation: fadeIn 600ms cubic-bezier(.57,.25,.65,1) 1 forwards;
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.aspect-ratio {
    height: auto;
    padding-bottom: 0%;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .stats_page_row {
        display: block;
        margin: 0 0 .35rem 0;
    }

    .stats_page_col {
        margin: 0 0 .35rem 0;
    }

    .stats_page_popular {
        display: block;
    }

    .stats_page_popular_col {
        margin: .85rem 0 0 0;
    }
}


/** register form **/
.register_form .flex_col_right {
    position: relative;
}

.register_form .flex_col_right > i {
    position: absolute;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #141d28;
    top: 0;
}

.register_form .flex_col_right input.textbox {
    padding-left: 44px;
}

input.error ~ i {
    border-color: #f30 !important;
}

.register_form p {
    margin: .5rem 0 0 0;
}
				

@media screen and (max-width: 800px) {
	.tab_mob_hide {
    display: none;
}
	
}

@media screen and (max-width: 500px) {
	.mob_hide {
    display: none;
}
}
		
		
		
		
		
		
		
		