.error-boardclosed {
	background: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	color: var(--light);
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html::before {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	background: var(--bg) top left no-repeat;
	background-size: auto;
	width: 100vw;
	height: 100vh;
	z-index: -10;
}

body {
	background: var(--body-bg) var(--bg)  top left no-repeat fixed;
	background-size: auto;
	color: var(--body-color);
	line-height: 1.5;
	font-family: var(--font-default);
	font-size: 1rem;
	overflow-y: scroll;
	padding: 0 var(--s4);
	height: 100%;
	transition: all 0.3s linear;
}

/* links */

a,
a:hover {
	color: var(--secondary);
	text-decoration: none;
	transition: all 0.2s linear;
	outline: none;
	box-shadow: none;
}

a i svg,
button i svg,
.button i svg,
.button > span > span {
	transition: all 0.2s linear;
}

a:hover i svg,
button:hover i svg,
.button:hover i svg,
.button:hover > span > span {
	opacity: 0.5;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: var(--secondary);
}

*:focus,
*:focus-visible {
	outline: 0;
}

.content a,
.modal-body a {
	display: inline-block;
	font-family: var(--font-sub);
	font-size: var(--font-xs);
	letter-spacing: 0.15em;
	padding: var(--ssmall) calc(var(--s1) * 0.75);
	color: var(--primary);
	background: var(--secondary) linear-gradient(to top, var(--transparent) 0 100%);
	background-position: 100% 100%;
	background-repeat: repeat-x;
	background-size: 0 0;
}

.content a > img {
	width: calc(100% + ((var(--s1) * 0.75) * 2)) !important;
	margin: calc((var(--s0) / 2) * -1) calc(var(--s1) * -0.75);
}

.content a:hover {
	background-size: 100% 100%;
}

/* content */

.wrapper {
	width: 100%;
	max-width: 1400px;
	margin: auto auto;
}

.content-wrapper {
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding: calc(var(--s4) + var(--s2)) var(--s4);
	margin: auto auto;
}

.content {
	position: relative;
	width: 100%;
	background: var(--primary-transparent);
	backdrop-filter: var(--backdrop-light);
	-webkit-backdrop-filter: var(--backdrop-light);
	padding: var(--s4);
	font-size: var(--font-text);
	text-align: justify;
	
	hyphens: auto;
	-webkit-hyphens: auto;
}

.content-alt {
	position: relative;
	width: 100%;
	background: none;
	display: flex;
	flex-wrap: wrap;
	font-size: var(--font-text);
	text-align: justify;
}

.content-title,
.modal-title {
	width: 100%;
	-webkit-backdrop-filter: var(--backdrop-dark);
	backdrop-filter: var(--backdrop-dark);
	color: var(--light);
	padding: var(--s2);
	text-align: right;
}

.content-title a,
.modal-title a {
	color: var(--light);
}

.content .row > div,
.content-alt .row > div {
	font-size: var(--font-lg);
	margin-top: calc(var(--s0) / 2);
	margin-bottom: calc(var(--s0) / 2);
}

.content-controls {
	position: sticky;
	width: 100%;
	height: 0;
	top: var(--s5);
}

.content-controls > div {
	width: var(--s4);
	margin-left: calc(var(--s4) * -1);
	display: flex;
	align-items: center;
	flex-direction: column;
}

.row {
	--bs-gutter-x: var(--s2);
}

.content .row {
	--bs-gutter-x: var(--s3);
}

/* text */

h1, h2, h3, h4, h5 {
	position: relative;
	margin-bottom: 0;
	line-height: unset;
}

.content h1, .content h2, .content h3,
.modal-body h1, .modal-body h2, .modal-body h3 {
	color: var(--secondary);
}

.content h2, .content h3,
.modal-body h2, .modal-body h3 {
	margin: var(--s3) 0 var(--s2) 0;
}

.post_body h2,
.post_body h3,
.thread-rules h2,
.thread-rules h3 {
	margin: var(--s2) 0 var(--s1) 0;
}

.modal-body h2:first-of-type {
	margin: 0 0 var(--s2) 0;
}

.content.content-alt h1, .content.content-alt h2 {
	color: var(--light);
}

h1 {
	font-family: var(--font-sub);
	font-size: var(--font-xxl);
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0.12;
	width: 100%;
	text-align: right;
	line-height: 1;
	margin-bottom: calc(var(--s2) + var(--s1));
}

.content > h1:not(:first-of-type),
.tab-pane > h1:not(:first-of-type) {
	margin-top: calc(var(--s3) + var(--s2));
}

.post_body h1:not(:first-of-type),
.thread-rules h1:not(:first-of-type) {
	margin: var(--s3) 0 var(--s2) 0;
}

h2 {
	font-family: var(--font-sub);
	font-size: var(--font-xl);
	font-weight: bold;
	text-transform: uppercase;
}

.content h2, .content h3,
.modal-body h2, .modal-body h3 {
	display: flex;
	align-items: center;
}

.content h2::before {
	font-size: var(--font-xl);
}

.content h2::before,
.content h3::before {
	left: calc(var(--s2) * -1);
	content: "\00D7";
	opacity: 0.5;
	margin-right: var(--s1);
	font-weight: normal;
}

.content h2::after,
.content h3::after {
	content: "";
	height: 1px;
	background: var(--transparent);
	flex-grow: 1;
	margin-left: var(--s1);
}

.modal-body h2::before, 
.modal-body h2::after {
	content: unset;
}

h2.flex-row-reverse::before,
h3.flex-row-reverse::before {
	margin-right: 0;
	margin-left: var(--s1);
}

h2.flex-row-reverse::after,
h3.flex-row-reverse::after {
	margin-left: 0;
	margin-right: var(--s1);
}

h3 {
	font-family: var(--font-sub);
	font-size: var(--font-lg);
	font-weight: bold;
	text-transform: uppercase;
}

.content h3::before,
.modal-body h3::before {
	font-size: var(--font-lg);
}

h4 {
	font-family: var(--font-sub);
	font-size: var(--font-xs);
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	opacity: 0.8;
}

h5 {
	font-family: var(--font-sub);
	font-size: var(--font-xxs);
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

h5.prefix {
	background: var(--transparent);
	display: inline-block;
	padding: var(--ssmall) var(--s0);
}

.content ul {
	list-style-type: none;
	padding: 0;
	margin: var(--s2) 0;
}

.content ul li {
	font-size: var(--font-lg);
	margin: calc(var(--s0) / 2) 0;
}

.content ul li::before {
	content: "\00D7";
	opacity: 0.5;
	margin-right: var(--s1);
	font-size: var(--font-md);
}

.smalltext, small, .small {
	font-size: var(--font-md);
}

.largetext {
	font-size: var(--font-xl)
}

::selection {
	background: var(--turcaidghorm-transparent);
	color: var(--dark); 
}

h1::selection {
	background: var(--turcaidghorm);
}

h1::selection,
.content strong::selection,
.mycode_b::selection,
.navbar-expand-lg *::selection,
.content-title *::selection {
	color: var(--light); 
}

.forum.information-guide strong,
.content strong,
.mycode_b {
	padding: var(--s0) var(--s1);
	font-size: var(--font-lg);
	box-decoration-break: clone;
}

.forum.information-guide strong:nth-of-type(4n + 1),
.content strong:nth-of-type(4n + 1),
span.mycode_b:nth-of-type(4n + 1) {
	background: var(--glas-transparent);
}

.forum.information-guide strong:nth-of-type(4n + 2),
.content strong:nth-of-type(4n + 2),
span.mycode_b:nth-of-type(4n + 2) {
	background: var(--corcra-transparent);
}

.forum.information-guide strong:nth-of-type(4n + 3),
.content strong:nth-of-type(4n + 3),
span.mycode_b:nth-of-type(4n + 3) {
	background: var(--bui-transparent);
}

.forum.information-guide strong:nth-of-type(4n + 4),
.content strong:nth-of-type(4n + 4),
span.mycode_b:nth-of-type(4n + 4) {
	background: var(--gorm-transparent);
}

.forum.information-guide em,
.content em,
.mycode_i {
	padding: 0 var(--s0);
	font-size: var(--font-lg);
	opacity: 0.8;
}

.content u,
.mycode_u {
	text-decoration: none !important;
	border-bottom: var(--ssmall) solid;
	padding: 0 var(--s0) calc(var(--s0) / 2) var(--s0);
	text-transform: uppercase;
	font-size: var(--font-md);
	font-weight: bold;
}

.content u:nth-of-type(4n + 1),
span.mycode_u:nth-of-type(4n + 1) {
	border-color: var(--glas-transparent);
}

.content u:nth-of-type(4n + 2),
span.mycode_u:nth-of-type(4n + 2) {
	border-color: var(--corcra-transparent);
}

.content u:nth-of-type(4n + 3),
span.mycode_u:nth-of-type(4n + 3) {
	border-color: var(--bui-transparent);
}

.content u:nth-of-type(4n + 4),
span.mycode_u:nth-of-type(4n + 4) {
	border-color: var(--gorm-transparent);
}

.content s,
.mycode_s {
	font-size: var(--font-lg);
	font-weight: 200;
	text-decoration-color: var(--red) !important;
}

.mycode_floatleft {
	float: left;
	margin: 10px;
}

.mycode_floatright {
	float: right;
	margin: 10px;
}

small strong,
small .mycode_b,
small em,
small .mycode_i,
small u,
small .mycode_u,
small s,
small .mycode_s {
	font-size: var(--font-sm) !important;
}

/* images */

.mycode_circleimg {
	border-radius: 50%;
}

.mycode_diamondimg {
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.mycode_border {
	border: var(--border);
	padding: var(--s0);
}

.mycode_circleimg,
.mycode_diamondimg,
.mycode_diamondborder,
.mycode_border {
	max-width: 100%;
}

.mycode_diamondborder {
	position: relative;
	display: inline-block;
	padding: var(--ssmall);
	margin: calc(var(--ssmall) * 2);
}

.mycode_diamondborder::before {
	content: "";
	border: var(--border);
	transform: rotate(45deg);
	position: absolute;
	top: var(--s0);
	right: var(--s0);
	bottom: var(--s0);
	left: var(--s0);
}

.img-circle-wrapper {
	--img-width: 100px;
	position: relative;
	width: var(--img-width);
	max-width: var(--img-width);
	aspect-ratio: 1;
}

.img-circle-wrapper::before {
	content: "";
	position: absolute;
	top: var(--s0);
	right: var(--s0);
	bottom: var(--s0);
	left: var(--s0);
	border: var(--border-alt);
	transition: all 0.3s linear;
	transform: rotate(45deg);
}

.img-circle-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: var(--border);
	border-radius: 50%;
	transition: all 0.3s linear;
}
  
.img-circle-wrapper > img {
	position: absolute;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	transition: all 0.3s linear;
	top: var(--s0);
	right: var(--s0);
	left: var(--s0);
	bottom: var(--s0);
	width: calc(100% - var(--s1));
}

.img-circle-wrapper:hover > img {
	clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
	border-radius: 50%;
}

.img-circle-wrapper:hover::before {
	top: calc(var(--s0) * -1);
	right: calc(var(--s0) * -1);
	bottom: calc(var(--s0) * -1);
	left: calc(var(--s0) * -1);
	transform: rotate(-45deg);
	border: var(--border);
}

.img-circle-wrapper:hover::after {
	top: calc(var(--s1) * -1);
	right: calc(var(--s1) * -1);
	bottom: calc(var(--s1) * -1);
	left: calc(var(--s1) * -1);
	border: var(--border-alt);
}

.img-circle-wrapper-small {
	--img-width: 60px;
}

.img-circle-wrapper-small > img {
	width: calc(100% - var(--s0));
	top: calc(var(--s0) / 2);
	right: calc(var(--s0) / 2);
	bottom: calc(var(--s0) / 2);
	left: calc(var(--s0) / 2);
}

.img-circle-wrapper-small:hover::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.img-circle-wrapper-small:hover::after {
	top: calc(var(--s0) * -1);
	right: calc(var(--s0) * -1);
	bottom: calc(var(--s0) * -1);
	left: calc(var(--s0) * -1);
}

img {
	border: none;
}

/* editor */

.markItUpEditor, .markItUp {
    width: 100% !important;
}

.markItUpEditor {
	font: var(--font-text) var(--font-default) !important;
	padding: var(--s2) !important;
	line-height: 1.5 !important;
}

.markItUpHeader ul li {
	margin: var(--s0) calc(var(--s0) / 2);
}

.markItUpHeader ul li::before {
	content: unset;
}

.markItUpHeader ul li a {
	color: var(--body-color);
	font-size: var(--font-lg);
	text-transform: unset;
	letter-spacing: unset;
	padding: 0;
	background: none;
	position: absolute;
	top: 0;
}

.markItUpHeader ul ul {
	top: -5px !important;
	left: -5px !important;
}

.markItUpHeader ul ul a {
	position: relative;
}

.markItUpButton9-1 > a {
	font-size: var(--font-md ) !important;
}

.markItUpButton21 > i,
.markItUpButton24 > i {
	border-radius: 50%;
}

.markItUpButton23 > i,
.markItUpButton24 > i,
.markItUpButton25 > i {
	border: 1px solid;
	padding: 1px;
}

.markItUpButton22 > i,
.markItUpButton25 > i {
	transform: rotate(45deg);
}

.markItUpButton25 {
	--iconsize: 10px;
}

.spoiler {
	background: var(--transparent);
	padding: var(--s1);
}

.spoiler summary {
	font-family: var(--font-sub);
	font-size: var(--font-sm);
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	display: flex;
	align-items: center;
}

.spoiler[open] summary {
	padding-bottom: var(--s1);
}

.spoiler summary::marker {
	content: unset;
}

.spoiler summary i {
	display: block;
	margin-right: var(--s1);
}

.spoiler summary i:last-of-type,
.spoiler[open] summary i:first-of-type {
	display: none;
}

.spoiler[open] summary i:last-of-type {
	display: block;
}

/* tables */

table {
	width: 100%;
	font-size: var(--font-lg);
	border: 0;
	background: none;
	margin: auto auto;
}

thead {
	font-family: var(--font-sub);
	font-size: var(--font-lg);
	font-weight: bold;
	padding: var(--s1);
	border-bottom: var(--border);
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

tr {
	border-bottom: var(--border);
}

table tr:last-of-type {
	border-bottom: 0;
}

td {
	padding: 10px;
	border-left: var(--border);
	border-right: var(--border);
}

tr > td:first-of-type {
	border-left: 0;
}

tr > td:last-of-type {
	border-right: 0;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #ccc;
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.popup_menu {
	background: #fff;
	border: 1px solid #ccc;
}

.popup_menu .popup_item {
	background: #efefef;
	color: #333;
}

.popup_menu .popup_item:hover {
	background: #0072BC;
	color: #fff;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

hr {
	background-color: var(--border-color);
	width: 100%;
	height: 1px;
	border: 0px;
	margin: var(--s1) 0;
	opacity: 1;
}

.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: var(--ssmall);
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	font-family: var(--font-sub);
	font-size: var(--font-xl);
	margin: var(--s2) 0;
	line-height: 1.2;
	text-align: left;
}

blockquote.small,
.mycode_quote {
	position: relative;
	font-size: var(--font-text);
}

blockquote cite {
	display: block;
	font-size: var(--font-xs);
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 0.15em;
}

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;
}

blockquote.small > i,
.mycode_quote > i {
	position: absolute;
	color: var(--transparent);
}

blockquote.small > i:first-of-type,
.mycode_quote > i:first-of-type {
	top: var(--s1);
	left: calc(var(--s2) * -1);
}

blockquote.small > i:last-of-type,
.mycode_quote > i:last-of-type {
	bottom: var(--s1);
	right: calc(var(--s2) * -1);
	transform: rotate(180deg);
}

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: var(--ssmall);
	margin: 0 0 10px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.smilie {
	vertical-align: middle;
	width: 25px;
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: var(--ssmall);
	padding-bottom: var(--ssmall);
}

.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: flex;
	align-items: center;
	flex-direction: column;
}

.pagination .pagination_current > span,
.pagination .pagination_page > span {
	width: 100%;
	height: 100%;
	background: var(--dark);
	padding: var(--ssmall);
}

.pagination .pagination_current > span > span,
.pagination .pagination_page > span > span {
	width: var(--iconsize);
	height: var(--iconsize);
	display: block;
	line-height: 1;
	transform: rotate(-45deg);
}

.pagination .pagination_current > span {
	background: var(--light);
	color: var(--dark);
}

.pagination .pagination_current:hover > span {
	color: var(--dark);
}

.pagination .pagination_current {
	pointer-events: none;
}

.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;
}

.thread_start_datetime {
	color: #999;
}

/* alerts */

.closed_alert {
	position: fixed;
	top: var(--s4);
	right: var(--s3);
	color: var(--light);
	margin-right: var(--s2);
}

.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;
}

/* polls */

.poll-count {
	position: relative;
	width: 100%;
	height: var(--s2);
	padding: var(--ssmall);
	border: var(--border);
	margin: var(--s0) 0;
}

.poll-count > div {
	height: 100%;
	background: var(--gorm-transparent);
}

.poll-count > h5 {
	position: absolute;
	left: var(--s1);
	top: 50%;
	transform: translateY(-50%);
}

/* accordion */

.accordion {
	--bs-accordion-bg: none;
	--bs-accordion-active-bg: none;
	--bs-accordion-active-color: var(--body-color);
	--bs-accordion-btn-icon-width: 10px;
	--bs-accordion-btn-color: var(--body-color);
	--bs-accordion-color: var(--body-color);
}

.accordion-item {
	border: 0;
}

.accordion-button {
	padding: var(--s1) 0;
	font-size: var(--font-md);
	font-family: var(--font-sub);
	text-transform: uppercase;
	font-weight: bold;
}

.accordion-button:not(.collapsed) {
	opacity: 0.4;
}

.accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-icon);
}

.accordion-collapse {
	transition: all 0.2s linear;
}

/* modal */

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: var(--s2);
	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 {
	background: var(--backdrop-color);
	-webkit-backdrop-filter: blur(2px) grayscale(100%);
	backdrop-filter: blur(2px) grayscale(100%);
	transition: all 0.2s ease-in-out;
}

.modal:not(.show) {
	display: block !important;
	opacity: 0;
	pointer-events: none;
}

.modal:not(.show) * {
	pointer-events: none;
}

.modal.show {
	opacity: 1;
	pointer-events: all;
}

.modal-backdrop {
	z-index: 95 !important;
	animation: fadeIn ease-in-out 0.2s;
	opacity: 0;
	background: transparent;
}

.modal-content {
	display: block;
	background: none;
	border: 0;
	border-radius: 0;
}

.modal-backdrop.show {
	opacity: 1;
}

.modal-body {
	color: var(--body-color);
	background: var(--primary-transparent);
	backdrop-filter: var(--backdrop-light);
	-webkit-backdrop-filter: var(--backdrop-light);
	padding: var(--s3);
}

.modal-title a:hover {
	color: var(--dark) !important;
}

/* scrollbars */

body * {
	scrollbar-width: thin;
	scrollbar-color: rgba(100, 100, 100, 0.3)  rgba(100, 100, 100, 0.1);
}

html, body {
	scrollbar-width: none !important;
	scrollbar-color: rgba(100, 100, 100, 0.3) rgba(100, 100, 100, 0.1);
	scroll-behavior: smooth;
}

body *::-webkit-scrollbar {
	width: 5px;
}

body *::-webkit-scrollbar-track {
	background: linear-gradient(90deg, transparent 2px,  rgba(100, 100, 100, 0.1) 2px,  rgba(100, 100, 100, 0.1) 3px, transparent 3px);
}

body *::-webkit-scrollbar-thumb {
	background: rgba(100, 100, 100, 0.3);
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
	width: 0 !important;
}