:root {
    --bs-body-bg: #111016;
    --bs-body-color: #6b6380;
    --bs-border-color: #15131b;

    --scrollbar-bg: #111016;
    --scrollbar-thumb: #221f2b;
    --scrollbar-thumb-hover: #9d65fd;
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background: var(--scrollbar-bg);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border-radius: 6px;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
}

*::-webkit-scrollbar-corner {
  background: var(--scrollbar-bg);
}

body {
	background: #0d0c11;
	color: #6b6380!important;
	line-height: 1.5;
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400!important;
	overflow-y: scroll;
}

@media (min-width: 1200px) {
	.container-md{
	max-width: 1700px;
}


}

a {
	color: #6b6380;
	text-decoration: none;
}

a:hover {
	color: #9d65fd;
	text-decoration: none;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border: none;
}

#message::placeholder {
	color: #6b6380 !important;
	opacity: 0.6 !important;
}

input::placeholder {
	color: #6b6380 !important;
	opacity: 0.6 !important;
}

#code::placeholder {
	color: #6b6380 !important;
	opacity: 0.6 !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #111016 !important;
    background-color: #c00000 !important;
    border-color: #c00000 !important;
}

.btn-outline-primary {
	border-color: #dee2e6;
	background: #fff;
	color: #007fd0;
}

.btn-outline-primary:hover {
	color: #ff7500;
	border-color: #dee2e6;
	background: #fff;
}

.btn {
	border-radius: 3px!important;
}

.btn:focus-visible {
	background: #9d65fd;
    color: #111016;
    border-color: #9d65fd;
	box-shadow: none;
}

.btn-sm {
	border-radius: 3px!important;
}

.progress {
	background: #221f2c;
	border-radius: 3px;
}

.progress-bar {
	background: #9e63f7;
	border-radius: 3px;
}

.bg-primary {
	background: #007fd0!important;
}

.bg-top {
	background: #f2f2f2;
	color: #666;
	display: inline-block;
}

.bg-top a {
	color: #007fd0;
	display: inline-block;
}

.small-forum {
	font-size: 12.8px;
}

.bg-top a:hover {
	color: #ff7500;
	display: block;
}

.text-primary {
	color: #007fd0!important;
}

.text-primary a {
	color: #007fd0;
	text-decoration: none;
}

.text-primary a:hover {
	color: #ff7500;
	text-decoration: none;
}

.forum_count {
	color: #ccc;
	font-size: 11.2px;
	text-transform: lowercase;
}

.smaller {
	font-size: 10px;
	height: 1em;
}

.heading a {
	color: #007fd0!important;
	text-decoration: none;
}

.form-check-input {
	border-color: #6b6380!important;
}

.heading {
	color: #444;
}

.heading a:hover {
	color: #ff7500!important;
	text-decoration: none;
}

strong {
	font-weight: 600;
}

.card-footer {
	background: #15131c;
	padding: 10px;
	transition: all 0.3s ease-out;
}

.card-footer:hover {
	opacity: 1;
}

.border-end {
	border-right: 1px dotted #ccc!important;
}

b {
	font-weight: 600;
}

.text-desc {
	color: #6b6380;
}

h6 {
	font-size: 1rem!important;
}

hr {
    border: none;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(153 117 249 / 20%), transparent);
    background-size: 200% 100%;
    animation: glowMove 2s linear infinite;
    position: relative;
    border-radius: 50px;
}

@keyframes glowMove {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.card {
	margin-right: 0px;
	margin-left: 0px;
	border-radius: 5px;
}

.border {
	border: 5px solid #221f2c!important;
}

.text-14 {
	font-size: 14px;
}

.text-13 {
	font-size: 13px;
}

.text-dark {
	color: #222!important;
}

h5 {
	font-size: 19.2px!important;
}

.btn-primary {
	background: #221f2c;
	color: #6b637e;
	border: 5px solid #221f2c;
}

.btn-primary:hover {
	background: #9d65fd;
	color: #111016;
	border: 5px solid #9d65fd;
}

.btn-primary:active {
	background: #9d65fd !important;
	color: #111016 !important;
    border: 5px solid #9d65fd !important;
}

.btn-success {
	background: #221f2c;
	color: #6b637e;
	border: none;
}

.btn-success:hover {
	background: #9d65fd;
	color: #111016;
}

.btn-success:active {
	background: #9d65fd !important;
	color: #111016 !important;
}

.btn-outline-primary {
	background: #111016;
	color: #6b6380;
	border: none;
}

.btn-outline-primary:hover {
	background: #221f2c;
	color: #9d65fd;
}

.btn-outline-primary:active {
	background: #221f2c !important;
	color: #9d65fd !important;
}

.scaleimages img {
	max-width: 100%;
}

.card-header {
	background: #221f2c;
	color: #6b6380;
	border-bottom: 0;
	font-size: 20px;
    letter-spacing: 2px;
	line-height: 1.6;
}

.fs-7 {
	font-size: 14.4px;
}

.card-header a {
	color: #6b6380;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.6;
}

.card-header a:hover {
	color: #9d65fd;
	text-decoration: none;
}

.trow_deleted {
	background: #E8DEFF;
}

.p-row {
	padding: 1px;
}

.bg-row {
	background: #fafafa;
}

.small {
	font-size: 12.8px;
}

.fs-icon {
	font-size: 20px;
}

.top {
	display: block;
	height: 100%;
	color: #fff;
	font-weight: 300;
	font-size: 17px;
}

.top a {
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
	height: 100%;
	display: block;
}

.top a:hover {
	color: #fff;
	background: #ccc!important;
	text-decoration: none!important;
	display: block;
	padding: 0 20px;
	height: 100%;
}

.text-muted {
	color: #6b6380!important;
}

.text-19 {
	font-size: 19.2px;
	font-weight: 600!important;
}

.text-nav {
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.3;
	color: #6b6380;
}

.text-16 {
	font-size: 1.1rem;
	font-weight: 600!important;
}

.text-forum {
	font-size: 16px;
	font-weight: 400!important;
}

.bg-nav {
	background: linear-gradient(0deg, rgb(21 19 27 / 0%), #111016);
}

.bg-nav a {
	color: #6b6380;
	letter-spacing: 1px;
}

.bg-nav a:hover {
	color: #9d65fd;
	text-decoration: none;
}

.links {
	color: #6b6380;
	text-decoration: none;
}

.links a {
	color: #6b6380;
	text-decoration: none;
}

.links a:hover {
	color: #9d65fd;
	text-decoration: none!important;
}

.postlinks {
	color: #6b6380;
	text-decoration: none;
}

.postlinks a {
	color: #6b6380;
	text-decoration: none;
}

.postlinks a:hover {
	color: #9d65fd;
	text-decoration: none!important;
}

.text-sub {
	color: #ccc;
}

.bg-attach {
	background: #f7f7f7;
}

.forum_status {
height: 60px;
width: 60px;
font-size: 30px;
text-align: center;
vertical-align: center;
}

.forum_status i {
display: inline-block;
line-height: 60px;
}

.forum_on {
color: #9d65fd;
text-shadow: 1px 0 40px #9d65fd;
}

.forum_offclose i:before {
	content: "\f023";
}

.forum_off, .forum_offlock, .forum_offlink {
color: #252330;
}

.forum_offlink i {
color: #2e8b57;
}

.forum_off i {
color: #252330;
}

.forum_offlock i:before {
content: "\f0c1";
}

.forum_offlink i:before {
content: "\f0c1";
}

.ficons_53 i:before {
content: "\f091";
}
.ficons_53 i {
color: coral;
text-shadow: 0 0 8px coral;
}

.ficons_11 i:before {
content: "\f004";
}
.ficons_11 i {
color: red;
text-shadow: 0 0 8px red;
}

.ficons_49 i:before {
content: "\f521";
}
.ficons_49 i {
color: gold;
text-shadow: 0 0 8px gold;
}

.subforumicon {
height: 10px;
width: 10px;
display: inline-block;
margin: 0 5px;
font-size: 10px;
}

.subforum_minion {
color: #9d65fd;
text-shadow: 0 0 8px #9d65fd;
}

.subforum_minioff, .subforum_miniofflock, .subforum_miniofflink {
color: #252330;
}

.subforum_minioffclose i:before {
	content: "\f023";
}

.subforum_miniofflink {
color: #2e8b57;
text-shadow: 0 0 8px #2e8b57;
}

.subforum_minioffclose {
color: #252330;
}

.subforum_minioff {
color: #252330;
}

.subforum_miniofflock i:before {
content: "\f023";
}

.subforum_miniofflink i:before {
content: "\f0c1";
}

.thead.thead_collapsed .expander:before{
	content: "\f053";
	color: #9d65fd;
}

.thead .expander:before{
    display:inline-block;
	padding-top: 4px;
	color: #6b6380;
    font-family: 'Font Awesome 6 Free';
    content: "\f078";
    font-weight:900;
	vertical-align: middle;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.icon {
	background: #15141c;
	width: 50px;
	color: #25232f;
	height: 50px;
	border-radius: 6px;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	padding: 0px;
}

.navigation a {
	color: #6b6380;
}

.navigation a:hover {
	color: #9d65fd;
	text-decoration: none;
}

.btn-secondary {
	background: #111016;
	border: 5px solid #111016;
    color: #6b6380;
}

.btn-secondary:hover {
	background: #221f2c;
	border: 5px solid #221f2c;
	color: #9d65fd;
	text-decoration: none;
}

.btn-secondary:active {
	background: #221f2c !important;
	border: 5px solid #221f2c !important;
	color: #9d65fd !important;
	text-decoration: none;
}

.btn-page {
	background: #111016;
	color: #6b6380;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #111016;
	font-size: 12px!important;
	font-weight: 400;
}

.btn-page-inactive {
	background: #111016;
	color: #6b6380;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 12px!important;
	font-weight: 400;
}

.btn-page:hover {
	background: #111016;
	color: #9d65fd;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #111016;
	font-weight: 400;
	font-size: 12px!important;
}

.btn-page:active {
	background: #111016;
	color: #9d65fd;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #111016;
	font-weight: 400;
	font-size: 12px!important;
}

.btn-page-active {
	background: #111016;
	color: #9d65fd;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #111016;
	font-weight: 400;
	font-size: 12px!important;
}

.btn-page-active:hover {
	background: #111016;
	color: #9d65fd;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #111016;
	font-weight: 400;
	font-size: 12px!important;
}

.card-footer a:hover {
	text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
	font-size: 16px!important;
}

.btn {
	transition-duration: 0ms;
	outline: none;
	border-radius: 3px;
	text-decoration: none!important;
	font-size: 16px;
}

.form-control:focus {
	border-color: #221f2c!important;
	box-shadow: none!important;
	background-color: #111016!important;
}

.form-select:focus {
	border-color: #221f2c!important;
	box-shadow: none!important;
	background-color: #111016!important;
}

.select:focus {
	border-color: #221f2c!important;
	box-shadow: none!important;
	background-color: #111016!important;
}

.input:focus {
	border-color: #111016!important;
	box-shadow: none!important;
	background-color: #111016!important;
}

/** 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: rgba(0,0,0,0.75);
	text-align: center;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	background: #111016;;
	width: 400px;
	height: auto;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	border-radius: 6px;
	margin: 0;
	padding: 0;
}

.modal a.close-modal {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
	display: none;
}

.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 **/

label {
	font-size: 16px;
	font-weight: 700;
}

.form-control-sm {
	color: #6b6380;
	font-size: 16px;
	border-radius: 3px!important;
	border-color: #ccc!important;
}

.form-control {
	border-radius: 3px!important;
	border: 5px solid #221f2c !important;
}

.form-select {
	background-image: url(../../../images/sort-solid.svg);
	border-radius: 3px;
	border: 5px solid #221f2c !important;
}

.form-select-sm {
	background-image: url(../../../images/sort-solid.svg);
	color: #6b6380;
	font-size: 16px;
	overflow: hidden;
	word-wrap: break-word;
	border-radius: 3px;
	border-color: #221f2c!important;
}

.btn-menu {
	font-size: 15px;
    padding: 5px 8px;
    width: 100%;
    background: #221f2b;
    text-align: left;
    margin-bottom: 6px;
}

.btn-menu:hover {
	padding: 5px 8px;
	width: 100%;
	background: #9d65fd;
    color: #111016;
	text-align: left;
	margin-bottom: 6px;
}

.btn-menu:active {
	padding: 5px 8px;
	width: 100%;
	background: #9d65fd;
    color: #111016;
	text-align: left;
	margin-bottom: 6px;
}

.btn-menu:focus {
	padding: 5px 8px;
	width: 100%;
	background: #9d65fd;
    color: #111016;
	text-align: left;
	margin-bottom: 6px;
}

.bg-profile {
	background: #f2f2f2;
}

.btn-profile-active {
	background: #007fd0;
	color: #fff;
	font-size: 14px;
	padding: 5px 8px;
	text-align: left;
	font-weight: 600;
}

.btn-profile-active:hover {
	background: #ff7500;
	color: #fff;
	font-size: 14px;
	padding: 5px 8px;
	text-align: left;
	font-weight: 600;
}

.btn-profile {
	font-size: 14px;
	padding: 5px 8px;
	background: #f2f2f2;
	color: #007fd0;
	text-align: left;
	font-weight: 500;
}

.btn-profile:hover {
	padding: 5px 8px;
	background: #ff7500;
	color: #fff;
	text-align: left;
	font-weight: 500;
}

legend {
    width:inherit; /* Or auto */
	font-size: 14px;
}

.field {
  border-color: #F00;
  border-style: solid;
}

.form-check-label {
	font-size: 14px;
	font-weight: normal;
}

.pm_alert {
	background: orange;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #222;
}

.pm_alert a:link,
.pm_alert a:visited,
.pm_alert a:hover,
.pm_alert a:active {
	color: #222;
	text-decoration: underline;
}

.red_alert {
	background: #eb5257;
	color: #fff;
	padding: 20px;
	margin-bottom: 15px;
	font-size: 14px;
	word-wrap: break-word;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert a:active {
	color: #fff;
	text-decoration: underline;
}

.btn-thread {
	color: #6b6380;
    background-color: transparent;
    border-color: transparent;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: 400;
}

.btn-thread:hover, .btn-thread:active, .btn-thread:focus {
	color: #9d65fd;
    background-color: transparent;
    border-color: transparent;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: 400;
}

.error {
	font-weight: 500;
	font-size: 12px;
	color: #dc3545;
}

.trow_selected {
	background:
    linear-gradient(to top, rgb(34 31 44 / 40%), transparent 60%) bottom,
    linear-gradient(to right, rgb(34 31 44 / 40%), transparent 60%) left,
    linear-gradient(to left, rgb(34 31 44 / 40%), transparent 60%) right;;
}

.forumdisplay_sticky:before {
	font-family: 'Font Awesome 6 Free';
	content: "\f08d";
	font-weight: 900;
	color: #9d65fd;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.editreason {
	font-size: 14px;
	color: #222;
	font-weight: 500;
}

.textbox {
	border: 1px solid #dfdfdf!important;
	color: #222;
	padding: 5px 6px;
	font-size: 16px;
}

.textbox:focus {
	border: 1px solid #dfdfdf!important;
	    outline: none;
 -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.post_body {
	font-size: 16px;
	max-width: 100%;
}

.online {
	color: #15A018;
}

.offline {
	color: #666;
}

.btn-fd {
	background: #221f2c;
	color: #6b6380;
	padding: 1px 5px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #221f2c;
	font-size: 12px!important;
	font-weight: 400;
	border-radius: 3px;
}

.btn-fd:hover {
	background: #221f2c;
	color: #9d65fd;
	padding: 1px 5px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #221f2c;
	font-weight: 400;
	font-size: 12px!important;
	border-radius: 3px;
}

.btn-search {
	background: #fff;
	color: #999;
	border-radius: 0!important;
}

.btn-search a {
	color: #999;
	background: #fff;
}

.btn-search a:hover {
	color: #222!important;
	background: #fff;
}

.btn-search:hover {
	color: #222;
	background: #fff;
}

.codeblock {
	background: #0d0c11;
	padding: 10px 18px;
	margin: 5px 0;
	border-radius: 4px;
	font-size: 0.9rem;
}

.codeblock .title {
	padding-bottom: 3px;
	margin: 0 0 15px 0;
	font-weight: 900;
	color: #9d65fd;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

code {
    display: flex;
    flex-wrap: wrap;
}

.list-group-item {
	border-bottom: 0;
}

blockquote {
	background: #0d0c11;
    padding: 10px 18px;
	margin-bottom: 5px 0;
    font-size: 0.9rem;
    box-shadow: 0 0 12px #111016;
}

blockquote cite {
	font-style: normal;
    display: block;
    padding-bottom: 3px;
    margin: 0 0 15px 0;
    font-weight: normal;
    color: #9d65fd;
    font-size: 0.9rem;
	font-weight: bolder;
}

.linkback {
	float: right;
    font-size: 0.9rem;
}

.dropdown-menu {
	background: #111016;
	font-size: 12.8px !important;
	font-weight: 500;
	min-width: inherit;
	padding-top: 0 !important;
	box-shadow: 0px 0 10px #111016;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(10px);
	transition:
		opacity 0.3s ease-in-out,
		visibility 0.3s ease-in-out,
		transform 0.3s ease-in-out;
	display: block !important;
}

.dropdown-menu.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.dropdown-menu a {
	background: #221f2b;
    color: #6b6380;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 10px;
	transition: background-color 0.3s ease, transform 0.2s ease;
}

.dropdown-menu a:hover {
	background: #111016;
	color: #9d65fd;
	text-decoration: none;
}

.dropdown-item {
    width: auto;
}

.dropdown-item a {
	background: #111016!important;
	color: #9d65fd!important;
	text-decoration: none;
}

.dropdown-item a:hover {
	background: #111016!important;
	color: #9d65fd!important;
	text-decoration: none;
}

.dropdown-item:active {
    background-color: #111016!important;
	color: #9d65fd!important;
}

.dropdown-item:focus {
    background-color: #111016!important;
	color: #9d65fd!important;
}

.btn-menu-coll {
	font-size: 15px;
    padding: 5px 8px;
    width: 100%;
    background: #221f2c;
    color: #9d65fd;
    text-align: left;
    margin-bottom: 6px;
    border-left: 5px solid #9d65fd;
}

.btn-menu-coll:hover {
	padding: 5px 8px;
	width: 100%;
	background: #9d65fd;
    color: #111016;
	text-align: left;
	margin-bottom: 6px;
}

.btn-menu-coll:active {
	padding: 5px 8px;
	width: 100%;
	background: #9d65fd;
    color: #111016;
	text-align: left;
	margin-bottom: 6px;
}

.btn-menu-coll:focus {
	padding: 5px 8px;
	width: 100%;
	background: #9d65fd;
    color: #111016;
	text-align: left;
	margin-bottom: 6px;
}

.radio-toolbar input[type="radio"] {
  display: none;
}

.radio-toolbar label {
	display: inline-block;
	background-color: #221f2c;
	border: 1px solid #221f2c;
	border-radius: 3px;
	color: #6b637e;
	font-weight: normal;
	font-size: 12.8px;
	cursor: pointer;
	padding-left: 0.75rem;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	padding-right: 0.75rem;
	margin: 0;
}

.radio-toolbar input[type="radio"]:checked+label {
	background-color: #9d65fd;
	border-color: #9d65fd;
	color: #111016;
}

.btn-cal {
	font-size: 11.7px;
	padding: 2px 4px;
	width: 100%;
	background: #f7f7f7;
	color: #007fd0;
	text-align: left;
	border-radius: 3px;
	display: block;
	margin-bottom: 4px;
}

.btn-cal:hover {
	font-size: 11.7px;
	padding: 2px 4px;
	width: 100%;
	background: #ff7500;
	color: #fff;
	text-align: left;
    border-radius: 3px;
}

.btn-cal:active {
	font-size: 11.7px;
	padding: 2px 4px;
	width: 100%;
	background: #ff7500;
	color: #fff;
	text-align: left;
	border: 1px solid #f7f7f7!important;
	border-radius: 3px;
}

.btn-cal:focus {
	font-size: 11.7px;
	padding: 2px 4px;
	width: 100%;
	background: #ff7500;
	color: #fff;
	text-align: left;
	border: 1px solid #f7f7f7!important;
	border-radius: 3px;
}

.calendar_day {
	padding: 12px 12px;
    border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

.calendar_currentday {
	padding: 12px 12px;
    border-bottom: 1px solid #dfdfdf;
	background: #f2f2f2;
	border-right: 1px solid #dfdfdf;
	margin-top: 10px;
	margin-bottom: 10px;	
	font-size: 12px;
}

.calendar_week {
    border-bottom: 0;
    width: auto;
    padding-right: 14px;
    display: flex;
    align-items: center;
}

.week_row {
	padding: 10px;
    flex-direction: row;
    align-items: stretch;
    border-bottom-width: 1px
}

.unapproved_post {
	background: rgb(255 0 0 / 5%);
    font-style: italic;
}

.noicon {
	background: #f7f7f7;
	padding: 5px;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 1px;
}
		
.noicon:active, .noicon:focus, .noicon:visited {
	background: #dedede;
	padding: 5px;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 1px;
}
		

.posticon-toolbar input[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}


.posticon-toolbar input[type=radio] + img {
  cursor: pointer;
	background: #221f2c;
	padding: 7px;
	border-radius: 4px;
}


.posticon-toolbar input[type=radio]:checked + img {
	background: #9d65fd;
}

#halloween-top {
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0;
    color: #fff;
}

.ghost-top-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ghost-top-user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #221f2a;
    padding: 10px 12px;
    border-radius: 5px;
    border-left: 3px solid #f98563;
}

.ghost-username {
    font-weight: bold;
    color: #fff;
    font-size: 14px;
}

.ghost-count {
    color: #f98563;
    font-weight: bold;
    font-size: 16px;
}

.ghost-label {
    font-size: 10px;
    color: #ccc;
    position: absolute;
    margin-top: 25px;
    right: 50px;
}