@font-face {
  font-family: 'RSPlain';
  src: url('/fonts/RuneScape-Plain-12.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Keeps text visible while loading */
}

@font-face {
  font-family: 'RSBold';
  src: url('/fonts/RuneScape-Bold-12.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Keeps text visible while loading */
}

html, body {
	position: absolute;
	margin: 0;
	background: #402B3A;
	width: 100%;
	height: 100%;
	color: #F8F4EC;
	font-family: "RSPlain", sans-serif;
	font-size: 18px;
}

h2, h2.navLink {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: "RSPlain", sans-serif;
	font-size: 30px;
}

a {
	color: #FF9BD2;
	text-decoration: none;
	font-family: "RSPlain", sans-serif;
}

a:hover {
	color: #D63484;
	filter: invert(37%) sepia(54%) saturate(4765%) hue-rotate(310deg) brightness(87%) contrast(91%);
}

input[type="text"], input[type="text"]:focus, select, select:focus, input[type="file"], input[type="file"]:focus {
	border-radius: 15px;
	padding: 7px;
	border: 1px solid #FF9BD2;
	background-color: #000;
	color: #F8F4EC;
	font-family: "RSPlain", sans-serif;
	font-size: 18px;
	margin: 3px;
}

button {
	border-radius: 15px;
	padding: 7px;
	border: 1px solid #FF9BD2;
	background-color: #000;
	color: #FF9BD2;
	font-family: "RSPlain", sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 3px;
}

textarea {
	border-radius: 15px;
	padding: 7px;
	border: 1px solid #FF9BD2;
	background-color: #000;
	color: #F8F4EC;
	font-family: "RSPlain", sans-serif;
	font-size: 18px;
	margin: 3px;
}

#header {
	margin: 0 auto;
	font-size: 80px;
	-webkit-text-stroke: 1px #D63484;
	font-family: "Tilt Neon", sans-serif;
	color: #FF9BD2;
	text-align: center;
	text-shadow: 0px 0px 15px #FF9BD2;
}

#container {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 1000px;
}

#center {
	float: left;
	width: 500px;
	margin-left: 25px;
	margin-right: 25px;
}

#sidebarLeft {
	float: left;
	width: 200px;
}

#sidebarRight {
	float: left;
	width: 250px;
}

.sidebarRight {
	float: left;
	width: 250px;
	margin-left: 10px;
	margin-right: 10px;
}

.updatesArea {
	float: left;
	width: 228px;
	margin: 10px;
}

.big {
	margin: 15px auto;
	width: calc(100% - 10px) !important;
}

#big-right {
	float: left;
	width: 775px;
	margin-left: 25px;
}

#updates {
	float: right;
	width: 775px;
	margin-left: 25px;
}

#footer {
	clear: both;
	margin: 15px auto;
	width: calc(100% - 10px);
}

.bold {
	font-weight: bold;
	color: #FF9BD2;
}

.small {
	font-size: 12px;
	color: #FF9BD2;
}

.center {
	justify-content: center;
	text-align: center;
}

.inline {
    align-items: center; /* Vertical center alignment */
}

.navLink {
	line-height: 24px;
    display: flex;
    align-items: center; /* Vertical center alignment */
	font-size: 20px;
	font-weight: bold;
	font-family: "RSBold", sans-serif;
}

.navLink span {
	margin-top: 4px;
}

.pageLink {
	display: inline-block;
	border-radius: 15px;
	padding: 7px;
	border: 1px solid #FF9BD2;
	background-color: #000;
	color: #FF9BD2;
	font-family: "RSPlain", sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 3px;
}

.activePageLink {
	display: inline-block;
	border-radius: 15px;
	padding: 7px;
	border: 1px solid #D63484;
	background-color: #000;
	color: #D63484;
	font-family: "RSPlain", sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 3px;
}

.icon {
	padding-right: 5px;
	padding-left: 5px;
	filter: invert(78%) sepia(71%) saturate(1506%) hue-rotate(289deg) brightness(111%) contrast(101%);
}

.rs-stats {
	margin: 0 auto;
	width: 220px;
}

.rs-box {
	width: 50px;
	height: 30px;
	padding: 5px;
	margin: 5px;
	align-content: center;
	text-align: center;
	display: inline-block;
	line-height: 25px;
}

.rs-icon {
	width: 25px;
	height: 25px;
	float: left;
	padding-top: 2px;
}

.rs-level {
	height: 25px;
	width: 25px;
	float: left;
	font-family: "RSPlain", sans-serif;
	font-size: 15px;
	color: #F8F4EC;
	padding-top: 4px;
}

.gallery {
	max-width: 208px;
	max-height: 300px;
	border-radius: 15px;
	margin: 0 auto;
}

.line {
	width: 100%;
	height: 1px;
	min-height: 1px;
	line-height: 1px;
	max-height: 1px;
	background: #FF9BD2;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sidebar {
	width: 100%;
	border-radius: 15px;
	float: left;
	margin: 15px;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.9);
}

.content {
	border-radius: 15px;
	margin: 15px;
	width: 100%;
	float: left;
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.9);
}

.blog {
	display: block;
	border-radius: 15px;
	margin: 15px auto;
	width: calc(100% - 30px);
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.9);
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.statsContainer {
	float: left;
	overflow: auto;
	height: 100%;
	width: 100%;
}

.innerContainer {
	float: left;
	margin: 10px;
	overflow: auto;
	height: 100%;
	width: calc(100% - 30px);
}

.innerContainer2 {
	float: left;
	margin: 10px;
	overflow: auto;
	height: 100%;
	width: (100% - 20px);
}

.comments {
	display: flex;
	flex-direction: column-reverse;
	overflow: auto;
	height: 400px;
}

.commentBox {
	
}

.commentInfo {
	display: inline-block;
	float: left;
	width: 100px;
	margin-left: 10px;
	margin-right: 10px;
}

.commentText {
	display: inline-block;
	float: right;
	width: 600px;
	margin-right: 10px;
}

.border {
  position: relative;
  z-index: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #FF9BD2;
}

.border::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -250px;
  top: -250px;
  width: 1500px;
  height: 1500px;
  background-color: #D63484;
  background-repeat: no-repeat;
  background-size: 100%100%, 50%50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(#FF9BD2, #D63484, #F8F4EC);
  animation: bgRotate 12s linear infinite;
}

.border::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: linear-gradient(#06021d, #06021d);
  border-radius: 12px;
}

@keyframes bgRotate {
  100% {
    transform: rotate(1turn);
  }
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #FF9BD2;
  border-radius: 30px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #D63484;
  border-radius: 30px;
}