/* -- Modern TPRRPG theme -- */
@import url('https://fonts.googleapis.com/css2?family=Teko&display=swap');
@import url('reboot.css');

/* Generic CSS */
::selection {
	background: inherit;
	color: inherit;
}
::-moz-selection {
	background: inherit;
	color: inherit;
}
::-webkit-scrollbar {
	width: 0.5rem;
	height: 0.5rem;
}
::-webkit-scrollbar-track {
	background-color: hsla(0,0%,50%,0.5);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
	background-color: #0097D0;
	outline: none;
}
img {  
	user-drag: none;  
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
html,body {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Verdana';
	min-width: 0;
	color: #fff;
}
body[data-page] {
	background: #1b2429;
	box-shadow: inset 0px -50px 50px -50px #000;
}
body[data-page] p + p {
	margin-top: -1rem;
}
body[data-page] #sidebar,
body[data-page] #container {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	top: 0;
}
body[data-page] #sidebar {
	z-index: 2;
	width: 18rem;
	overflow: hidden;
	background: #111;
	position: relative;
	box-shadow: 0 0 10px 1px #000;
}
body[data-page] #sidebar:after {
	content: '';
	bottom: 0;
	right: -10%;
	height: 0;
	width: 100%;
	display: block;
	position: absolute;
	padding-bottom: 100%;
	background-image: url('./../images/Pokeball smooth style.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 0;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	-webkit-filter: invert(1);
	filter: invert(1);
	opacity: 0.1;
	pointer-events: none;
}
body[data-page] #sidebar .logo {
	font-size: 2rem;
	line-height: 2.5rem;
	margin-top: 1.25rem;
	margin-bottom: 1rem;
}
body[data-page] #sidebar .logo img {
	height: 5rem;
	margin-left: -1.5rem;
	margin-bottom: -0.75rem;
}
body[data-page] #sidebar #time {
	margin-bottom: 2rem;
	text-align: center;
	display: block;
	width: 100%;
	left: 0;
	top: 0;
}
body[data-page] #sidebar #time .time {
	font-family: 'Teko', cursive;
	line-height: 6rem;
	font-size: 4rem;
	display: block;
	height: 6rem;
}
body[data-page] #sidebar #time .date {
	font-family: 'Teko', cursive;
	font-size: 1.5rem;
	line-height: 1rem;
	display: block;
	height: 1rem;
	margin-top: -0.5rem;
}
body[data-page] #sidebar #quick-access {
	margin-bottom: 2rem;
}
body[data-page] #sidebar #quick-access ul {
	margin: 0;
	padding: 0 1rem;
	display: flex;
	text-align: center;
	justify-content: space-around;
}
body[data-page] #sidebar #quick-access ul li {
	width: 28%;
}
body[data-page] #sidebar #quick-access ul li a {
	width: 100%;
	height: 3rem;
	display: block;
	border-radius: 2px;
	line-height: 3rem;
	font-size: 1.25rem;
	color: #000;
	background: #ffd200;
	border: 1px solid #ffd200;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
body[data-page] #sidebar #quick-access ul li a:hover,
body[data-page] #sidebar #quick-access ul li a:focus,
body[data-page] #sidebar #quick-access ul li a:active {
	background: #fff;
	text-shadow: none !important;
	color: #000;
	border-color: #000;
}
body[data-page] #sidebar #quick-access ul li a i {
	line-height: 3rem;
}
body[data-page] #sidebar #quick-access ul li a i {
	line-height: 3rem;
}
body[data-page] #sidebar #menu {
	height: calc(99% - 25rem);
	overflow: auto;
	padding: 0 1.5rem 2rem;
}
body[data-page] #sidebar #menu ul li {
	padding-left: 0.5rem;
	position: relative;
}
body[data-page] #sidebar #menu ul li:first-child {
	font-family: 'Teko', cursive;
	font-size: 1.75rem;
	padding-left: 0;
	margin-bottom: 0.25rem;
}
body[data-page] #sidebar #menu ul li a {
	display: block;
	font-family: 'Arial';
	font-size: 1rem;
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin-bottom: 0.5rem;
}
body[data-page] #sidebar #menu ul li a:hover,
body[data-page] #sidebar #menu ul li a:focus,
body[data-page] #sidebar #menu ul li a:active {
	color: #fff;
	text-decoration: none !important;
}
body[data-page] #sidebar #menu ul li a:after {
	content: '';
	background: #ffd200;
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	top: calc(100% + 0.1rem);
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
body[data-page] #sidebar #menu ul li a:hover:after,
body[data-page] #sidebar #menu ul li a:focus:after,
body[data-page] #sidebar #menu ul li a:active:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
body[data-page] #sidebar #menu ul li sup {
	width: 0.5rem;
	height: 0.5rem;
	display: block;
	overflow: hidden;
	position: absolute;
	color: transparent;
	border-radius: 100%;
	pointer-events: none;
	top: calc(50% - 0.25rem);
	right: calc(100% - 0.25rem);
	background: hsla(359,100%,65%,1);
}
body[data-page] #sidebar .footer {
	display: none;
	width: 100%;
	opacity: 0.75;
	line-height: 1rem;
	font-size: 0.75rem;
}
body[data-page] #container {
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	margin: auto;
	overflow: auto;
	border-radius: 0;
	text-align: center;
	background: transparent;
	user-select: text;
	-webkit-user-select: text;
	-moz-user-select: text;
}
body[data-page] #container .content {
	border: none;
	width: 50%;
	height: 50vh;
	overflow: hidden;
	padding: 2rem;
	position: relative;
	text-align: center;
	margin: 2.5rem auto;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	background: hsla(0,0%,0%,0.3);
	box-shadow: 0 0 50px -25px #000;
}
body[data-page] #container .content h3 {
	font-family: 'Teko', cursive;
	font-weight: 100;
	font-size: 2rem;
	margin: 0;
}
body[data-page] #container .content color {
	color: #0097d0;
}
body[data-page] #container .footer {
	color: #fff;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2rem 0 2.5rem;
}
body[data-page] #sidebar + #container {
	width: calc(100% - 18rem);
	left: auto;
	z-index: 1;
}
body[data-page] #sidebar + #container .content {
	padding: 5rem 5rem 15rem;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: -10rem;
	z-index: 1;
	display: block;
	text-align: left;
	overflow: visible;
	position: relative;
	box-sizing: border-box;
}
body[data-page] #sidebar + #container .content.grid {
	min-height: calc(100% - 10rem);
	background: transparent;
	box-shadow: none;
	display: grid;
	height: auto;
	padding: 1rem;
	grid-gap: 1rem;
	margin-bottom: 0;
	text-align: left;
	align-items: flex-start;
	justify-items: stretch;
	justify-content: space-around;
	align-content: flex-start;
	grid-template-columns: repeat(4, calc((100% - 3rem)/4));
	grid-template-rows: repeat(auto, auto);
	grid-auto-flow: dense;
}
body[data-page] #sidebar + #container .content.grid .col h3 {
	margin-bottom: 1rem;
}
body[data-page] #sidebar + #container .content h2 {
	font-family: 'Teko', cursive;
	font-weight: 100;
	font-size: 3rem;
	margin: 0;
}
body[data-page] #sidebar + #container .content .col {
	padding: 2rem;
	height: auto;
	background: hsla(0,0%,0%,0.3);
	box-shadow: 0 0 50px -25px #000;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border: 1px solid transparent;
}
body[data-page] #sidebar + #container .content .col:hover {
	border: 1px solid hsla(0,0%,50%,1);
}
body[data-page] #sidebar + #container .content + .footer {
	z-index: 2;
	position: relative;
}
body[data-page] .aesthetic-pokemon-1,
body[data-page] .aesthetic-pokemon-2 {
	position: absolute;
	opacity: 0.8;
}
body[data-page] .aesthetic-pokemon-1 {
	left: 0%;
	width: 20%;
	bottom: 0%;
}
body[data-page] .aesthetic-pokemon-2 {
	right: 0%;
	width: 20%;
	bottom: 0%;
}
body[data-page] form .error-message {
	color: #ff7e80;
	display: table;
	padding-bottom: 0.25rem;
	margin: 1rem auto 1.5rem;
}
body[data-page] form .form-group {
	display: block;
	margin-bottom: 2rem;
}
body[data-page] form .form-group label {
	color: #fff;
	padding: 5px;
	display: block;
	text-align: left;
	margin-bottom: 0;
	font-size: 1.1rem;
	position: relative;
}
body[data-page] form .form-group:hover label {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
body[data-page] form .form-group input,
body[data-page] form .form-group textarea {
	color: #ccc;
	border: none;
	cursor: pointer;
	padding: 5px;
	width: 100%;
	font-size: 1.1rem;
	background: transparent;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
body[data-page] form .form-group input::selection,
body[data-page] form .form-group textarea::selection {
	background: #0097D0;
}
body[data-page] form .form-group input::-moz-selection,
body[data-page] form .form-group textarea::-moz-selection {
	background: #0097D0;
}
body[data-page] form .form-group input:focus,
body[data-page] form .form-group input:active,
body[data-page] form .form-group textarea:focus,
body[data-page] form .form-group textarea:active {
	background: hsla(0,0%,100%,0.1);
	border-bottom-color: #fff;
	color: #fff;
}
body[data-page] form .form-group input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
body[data-page] form .form-group input[type="checkbox"] + label {
	cursor: pointer;
	line-height: 2rem;
	margin-left: 3rem;
	width: calc(99% - 3rem);
}
body[data-page] form .form-group input[type="checkbox"] + label:before {
	content: '';
	border: 1px solid #999;
	position: absolute;
	height: 1rem;
	width: 1rem;
	left: -1.8rem;
	top: 0.8rem;
	background: transparent;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
body[data-page] form .form-group input[type="checkbox"] + label:hover:before,
body[data-page] form .form-group input[type="checkbox"] + label:focus:before,
body[data-page] form .form-group input[type="checkbox"] + label:active:before {
	background: hsla(0,0%,100%,0.2);
	border-color: #fff;
}
body[data-page] form .form-group input[type="checkbox"]:checked + label:before {
	background: #ffd200;
	border-color: #fff;
}
body[data-page] form .form-options-group {
	display: inline-block;
	vertical-align: bottom;
	margin-top: 1rem;
}
body[data-page] form .form-options-group + .form-options-group {
	margin-left: 1rem;
}
body[data-page] form .form-options-group input[type="radio"] {
	pointer-events: none;
	position: fixed;
	opacity: 0;
}
body[data-page] form .form-options-group input[type="radio"] + label {
	border: 1px solid hsla(0,0%,100%,0.1);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 1rem;
}
body[data-page] form .form-options-group input[type="radio"]:hover + label,
body[data-page] form .form-options-group input[type="radio"]:focus + label,
body[data-page] form .form-options-group input[type="radio"]:active + label {
	border-color: hsla(0,0%,100%,0.2);
	background-color: hsla(0,0%,100%,0.1);
}
body[data-page] form .form-options-group input[type="radio"]:checked + label {
	border-color: #ffd200;
	background-color: hsla(0,0%,100%,0.1);
}
body[data-page] form .form-options-group input[type="radio"] + label {
	cursor: pointer;
	position: relative;
	width: 10rem;
	height: 11rem;
}
body[data-page] form .form-options-group input[type="radio"] + label img {
	max-width: 80%;
	max-height: 75%;
	width: auto;
	height: auto;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0.6;
	position: absolute;
	top: calc(50% - 1rem);
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
body[data-page] form .form-options-group input[type="radio"]:hover + label img,
body[data-page] form .form-options-group input[type="radio"]:focus + label img,
body[data-page] form .form-options-group input[type="radio"]:active + label img,
body[data-page] form .form-options-group input[type="radio"]:checked + label img {
	opacity: 1;
}
body[data-page] form .form-options-group input[type="radio"] + label span {
	color: #ccc;
	display: block;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: absolute;
	bottom: 0.75rem;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
body[data-page] form .form-options-group input[type="radio"]:hover + label span,
body[data-page] form .form-options-group input[type="radio"]:focus + label span,
body[data-page] form .form-options-group input[type="radio"]:active + label span {
	color: #fff;
}
body[data-page] form .form-options-group input[type="radio"]:checked + label span {
	color: #ffd200;
}
body[data-page] form input[type="submit"] {
	margin: 2rem auto;
}
body[data-page] form a {
	position: absolute;
	bottom: 2rem;
	width: auto;
	left: 50%;
	display: table;
	font-weight: 100;
	white-space: nowrap;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
body[data-page] form .form-links {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: flex;
	gap: 2rem;
	white-space: nowrap;
}
body[data-page] form .form-links a {
	position: static;
	bottom: auto;
	left: auto;
	-webkit-transform: none;
	transform: none;
	display: inline;
}
body[data-page] form a:hover,
body[data-page] form a:focus,
body[data-page] form a:active {
	color: #fff;
	text-decoration: none;
}
body[data-page] form a:after {
	content: '';
	background: #ffd200;
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	top: calc(100% + 0.5rem);
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
body[data-page] form a:hover:after,
body[data-page] form a:focus:after,
body[data-page] form a:active:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
body[data-page] .logo {
	height: auto;
	color: #fff;
	font-size: 4rem;
	font-weight: 100;
	line-height: 5rem;
	margin: auto;
	display: table;
	width: auto;
	margin-top: 2.5rem;
	text-align: center;
	background: transparent;
	font-family: 'Teko', cursive;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	filter: drop-shadow(0px 0px 50px #000);
}
body[data-page] .logo img {
	display: block;
	margin: auto;
	height: 10rem;
	margin-left: -3rem;
	margin-bottom: -1.5rem;
}
body[data-page] .btn {
	background: #111;
	text-decoration: none !important;
	color: #fff !important;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-weight: 100 !important;
	padding: 10px 20px;
	font-size: 1.5rem;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-family: 'Teko', cursive;
	text-shadow: none !important;
	z-index: 1;
	cursor: pointer;
	border: 1px solid #ffd200;
}
body[data-page] .btn:hover,
body[data-page] .btn:focus,
body[data-page] .btn:active {
	background: #ffd200;
	text-decoration: none !important;
	color: #000 !important;
}
body[data-page] .btn:after {
	content: '';
	position: absolute;
	width: 1rem;
	height: 1rem;
	display: block;
	background: #ffd200;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0;
}
body[data-page] .male {
	color: #008CFF !important;
}
body[data-page] .female {
	color: #F271FF !important;
}
body[data-page] .updates-container {
	height: 100%;
	overflow: auto;
}
body[data-page] .updates-container .update-block {
	display: block;
	padding-right: 1rem;
}
body[data-page] .updates-container .update-block + .update-block {
	margin-top: 1rem;
}
body[data-page] .updates-container .update-block strong {
	color: #0097D0;
	font-size: 18px;
}
body[data-page] .updates-container .update-block span {
	display: block;
	color: #999;
	font-size: 14px;
}
body[data-page] .pokemon-party .pokemon-slot {
	height: 5rem;
	display: block;
	position: relative;
	margin-bottom: 1.5rem;
}
body[data-page] .pokemon-party .pokemon-slot:before {
	content: '';
	top: calc(50% - 3rem);
	left: 0;
	width: 6rem;
	height: 6rem;
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center;
	opacity: 0.1;
	z-index: -1;
	pointer-events: none;
	-webkit-filter: invert(1);
	filter: invert(1);
	background-image: url('./../images/Pokeball smooth style.png');
}
body[data-page] .pokemon-party .pokemon-slot img {
	position: absolute;
	top: 50%;
	left: 3rem;
	max-width: 5rem;
	max-height: 5rem;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
body[data-page] .pokemon-party .pokemon-slot .default-pokemon-sprite {
	width: 3rem;
	height: auto;
}
body[data-page] .pokemon-party .pokemon-slot .pokemon-slot-info {
	height: 6rem;
	overflow: hidden;
	position: relative;
	width: calc(95% - 6rem);
	margin-left: calc(6rem + 5%);
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
}
body[data-page] .pokemon-party .pokemon-slot .pokemon-slot-info:after {
	content: '';
	background: hsla(0,0%,0%,0.5);
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	z-index: -1;
	pointer-events: none;
}
body[data-page] .pokemon-party .pokemon-slot .pokemon-slot-info span {
	height: 1.9rem;
	line-height: 1.9rem;
	font-size: 1rem;
	display: block;
	text-align: left;
	padding-left: calc(1rem + 5%);
	padding-right: calc(1rem + 5%);
	border-bottom: 1px solid hsla(0,0%,100%,0.2);
	margin-left: -5%;
	margin-right: 1%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 110%;
	-webkit-transform: skewX(15deg);
	transform: skewX(15deg);
}
body[data-page] .pokemon-party .pokemon-slot .pokemon-slot-info span:first-of-type {
	margin-left: calc(-5% + 0.2rem);
}
body[data-page] .pokemon-party .pokemon-slot .pokemon-slot-info span:last-of-type {
	border-bottom: none;
	margin-left: calc(-5% - 0.2rem);
}

/* Coming soon CSS */
body[data-page="cs"] #container .content {
	margin: 0 auto;
	background: transparent;
	overflow: visible;
	height: auto;
	box-shadow: none;
}
body[data-page="cs"] #container .content strong {
	font-size: 1.25rem;
}
body[data-page="cs"] #container .content p {
	font-size: 1rem;
	line-height: 1.5rem;
}
body[data-page="cs"] #container .content iframe {
	margin-top: 1rem;
	box-shadow: 0 0 5rem 1px hsla(0,0%,0%,0.5);
}
body[data-page="cs"] .aesthetic-pokemon-1,
body[data-page="cs"] .aesthetic-pokemon-2 {
	position: absolute;
	opacity: 0.2;
}
body[data-page="cs"] .aesthetic-pokemon-1 {
	left: -5%;
	width: 40%;
	bottom: -1%;
}
body[data-page="cs"] .aesthetic-pokemon-2 {
	right: 0;
	width: 25%;
	bottom: -1%;
}

/* Homepage CSS */
body[data-page="index"] #container .content {
	padding: 0;
	overflow: visible;
	white-space: nowrap;
}
body[data-page="index"] #container .content #menu {
	top: 2rem;
	right: 100%;
	width: 10rem;
	z-index: 1;
	display: block;
	position: absolute;
	box-sizing: border-box;
}
body[data-page="index"] #container .content #menu ul {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
body[data-page="index"] #container .content #menu ul li {
	margin: 0 auto 1rem;
	display: block;
	width: 100%;
}
body[data-page="index"] #container .content #menu ul li a {
	width: 100%;
	border-right: none;
}
body[data-page="index"] #container .content .col {
	width: 49.5%;
	height: 100%;
	overflow: auto;
	z-index: 5;
	text-align: center;
	position: relative;
	white-space: normal;
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
	padding: 2rem 2.5rem 5rem;
}
body[data-page="index"] #container .content .col:last-child {
	background: #111;
	position: absolute;
	right: 0;
	top: 0;
	padding-bottom: 2rem;
}
body[data-page="index"] #container .content .col h3 {
	font-family: 'Teko', cursive;
	font-weight: 100;
	font-size: 2rem;
	margin: 0 0 1rem;
	white-space: nowrap;
}
body[data-page="index"] #container .content .col p + p {
	margin-top: 0.25rem;
}
body[data-page="index"] #container .content .updates-container {
	height: calc(100% - 4rem);
}

/* About CSS */
body[data-page="about"] #container .back-btn {
	width: 5rem;
	text-align: center;
	margin-top: 2.5rem;
	vertical-align: top;
	margin-left: -5rem;
	margin-right: 0.5rem;
}
body[data-page="about"] #container .content {
	height: auto;
	overflow: auto;
	position: relative;
}
body[data-page="about"] #container .content hr {
	margin: 3rem auto 2rem;
	border: none;
	padding: 0;
	height: 0;
	width: 100%;
	border-top: 1px solid hsla(0,0%,50%,1);
}
body[data-page="about"] .aesthetic-professor {
	position: absolute;
	right: 2.5%;
	width: 20%;
	bottom: -2.5%;
	display: block;
}

/* Login CSS */
body[data-page="login"] #container .content {
	width: 350px;
	height: auto;
	text-align: center !important;
	padding-bottom: 5rem;
}
body[data-page="login"] #container .content:before {
	content: '';
	top: 50%;
	right: -10%;
	height: 0;
	width: 80%;
	display: block;
	position: absolute;
	padding-bottom: 100%;
	background-image: url('./../images/Pokeball smooth style.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: -1;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	-webkit-filter: invert(1);
	filter: invert(1);
	opacity: 0.1;
	pointer-events: none;
}

/* Register CSS */
body[data-page="register"] #container .content {
	padding: 0;
	height: auto;
	width: 1000px;
}
body[data-page="register"] #container .content .col {
	display: inline-block;
	vertical-align: top;
	width: 350px;
	margin-left: 0;
	text-align: center;
	padding: 2rem;
}
body[data-page="register"] #container .content .col:last-child {
	background: #111;
	position: absolute;
	right: 0;
	top: 0;
	width: 650px;
	height: 100%;
}
body[data-page="register"] #container .content form .form-group:first-child .form-options-group input[type="radio"] + label {
	height: 18rem;
	width: 10rem;
}
body[data-page="register"] #container .content form .form-group:first-child .form-options-group:last-child input[type="radio"] + label img {
	max-width: 60%;
}
body[data-page="register"] #container .content form .form-group:last-child .form-options-group input[type="radio"] + label {
	height: 10rem;
	width: 10rem;
}

/* Home CSS */
body[data-page="home"] #container .content {
	text-align: center !important;
}
body[data-page="home"] #container .content #latest-news {
	height: 100%;
}
body[data-page="home"] #container .content #promo-pokemon {
	min-height: 25rem;
}
body[data-page="home"] #container .content #promo-pokemon img {
	margin: 1rem auto;
}
body[data-page="home"] #container .content #promo-pokemon .btn {
	display: block;
	width: 7.5rem;
	margin: 2.5rem auto 0;
}
body[data-page="home"] #container .content #profile img {
	image-rendering: pixelated;
	margin: 1rem auto 2rem;
	display: block;
	width: 10rem;
}
body[data-page="home"] #container .content #profile span {
	display: block;
	text-align: right;
	position: relative;
	margin: 0.5rem auto;
}
body[data-page="home"] #container .content #profile span strong {
	top: 0;
	left: 0;
	font-weight: 100;
	font-size: 1.5rem;
	position: absolute;
	font-family: 'Teko',cursive;
}
body[data-page="home"] #container .content #profile span color {
	font-weight: 800;
	padding-left: 5px;
}

/* Messaging CSS */
body[data-page="messaging"] #container .content .nav {
	margin-top: 2rem;
}
body[data-page="messaging"] #container .content .nav a {
	color: #fff;
	height: 2rem;
	padding: 0 1rem;
	font-weight: 100;
	line-height: 2rem;
	font-size: 1.5rem;
	border: 1px solid #fff;
	font-family: 'Teko', cursive;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
body[data-page="messaging"] #container .content .nav a:hover,
body[data-page="messaging"] #container .content .nav a:focus,
body[data-page="messaging"] #container .content .nav a:active {
	color: #ffd200;
	text-shadow: none;
	border-color: #ffd200;
	text-decoration: none;
}
body[data-page="messaging"] #container .content .nav a.active {
	color: #000;
	background: #ffd200;
	border-color: #ffd200;
}
body[data-page="messaging"] #container .content .nav a:last-child {
	font-size: 1rem;
	width: 2rem;
	padding: 0;
	float: right;
	text-align: center;
}
body[data-page="messaging"] #container .content .message-container-holder {
	overflow: auto;
	margin-top: 1rem;
	position: relative;
	height: calc(100% - 10rem);
	box-shadow: 0 0 10px 2px hsla(0,0%,0%,0.2);
}
body[data-page="messaging"] #container .content .message-container {
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	background: hsla(0,0%,100%,0.1);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	pointer-events: none;
}
body[data-page="messaging"] #container .content .message-container.active {
	opacity: 1;
	pointer-events: all;
}
body[data-page="messaging"] #container .content .message-container .messages {
	width: 100%;
	height: calc(100% - 3rem);
	overflow: auto;
	margin-top: 3rem;
	position: relative;
}
body[data-page="messaging"] #container .content .message-container .messages-head span,
body[data-page="messaging"] #container .content .message-container .messages .message-strip span {
	padding: 0 1rem;
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
body[data-page="messaging"] #container .content .message-container .messages-head span:nth-child(1),
body[data-page="messaging"] #container .content .message-container .messages .message-strip span:nth-child(1) {
	width: 25%;
	border-right: 1px solid #fff;
}
body[data-page="messaging"] #container .content .message-container .messages-head span:nth-child(2),
body[data-page="messaging"] #container .content .message-container .messages .message-strip span:nth-child(2) {
	width: 25%;
	border-right: 1px solid #fff;
}
body[data-page="messaging"] #container .content .message-container .messages-head span:nth-child(3),
body[data-page="messaging"] #container .content .message-container .messages .message-strip span:nth-child(3) {
	width: 49%;
}
body[data-page="messaging"] #container .content .message-container .messages-head {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 3rem;
	background: #111;
	box-shadow: 0 0 5px 1px #000;
}
body[data-page="messaging"] #container .content .message-container .messages-head span {
	height: 3rem;
	line-height: 3rem;
}
body[data-page="messaging"] #container .content .message-container .messages .message-strip span:only-child {
	border-right: none;
	text-align: center;
	width: 100%;
	position: absolute;
	top: calc(50% - 1rem);
	left: 0;
}
body[data-page="messaging"] #container .content .message-container .messages .message-strip {
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
body[data-page="messaging"] #container .content .message-container .messages .message-strip:hover {
	background: hsla(0,0%,100%,0.1);
}
body[data-page="messaging"] #container .content .message-container .messages .message-strip .message {
	display: none;
}
body[data-page="messaging"] #container .content .message-container .new-message-head {
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 3rem;
	padding: 0 1rem;
	background: #111;
	line-height: 3rem;
	position: absolute;
	box-shadow: 0 0 5px 1px #000;
}
body[data-page="messaging"] #container .content .message-container .new-message {
	width: 100%;
	overflow: auto;
	margin-top: 3rem;
	position: relative;
	padding: 1rem 2rem 2rem;
	height: calc(100% - 3rem);
}
body[data-page="messaging"] #container .content .message-container .new-message form .form-group label {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}
body[data-page="messaging"] #container .content .message-container .new-message form .form-group input,
body[data-page="messaging"] #container .content .message-container .new-message form .form-group textarea {
	border: 1px solid #777;
	display: inline-block;
	vertical-align: top;
	width: 69%;
	font-size: 0.9rem;
}
body[data-page="messaging"] #container .content .message-container .new-message form .form-group input:focus,
body[data-page="messaging"] #container .content .message-container .new-message form .form-group input:active,
body[data-page="messaging"] #container .content .message-container .new-message form .form-group textarea:focus,
body[data-page="messaging"] #container .content .message-container .new-message form .form-group textarea:active {
	border-color: #fff;
}

/* Profile CSS */
body[data-page="profile"] #container .content {
	align-items: stretch !important;
	grid-template-rows: auto !important;
	grid-template-columns: 28% 35% 35% !important;
	grid-template-areas:
		"profile-heading	party-info		gym-info"
		"profile-info		party-info		gym-info"
		"collection-info	collection-info	collection-info";
}
body[data-page="profile"] #container .content .col {
	margin: 1rem;
}
body[data-page="profile"] #container .content #profile-heading {
	grid-area: profile-heading;
}
body[data-page="profile"] #container .content #profile-info {
	grid-area: profile-info;
}
body[data-page="profile"] #container .content #profile-info img {
	image-rendering: pixelated;
	margin: 1rem auto 2rem;
	display: block;
	width: 15rem;
}
body[data-page="profile"] #container .content #profile-info span {
	display: block;
	text-align: right;
	position: relative;
	margin: 0.5rem auto;
}
body[data-page="profile"] #container .content #profile-info span strong {
	top: 0;
	left: 0;
	font-weight: 100;
	font-size: 1.5rem;
	position: absolute;
	font-family: 'Teko',cursive;
}
body[data-page="profile"] #container .content #profile-info span color {
	font-weight: 800;
	padding-left: 5px;
}
body[data-page="profile"] #container .content #party-info {
	grid-area: party-info;
}
body[data-page="profile"] #container .content #gym-info {
	grid-area: gym-info;
}
body[data-page="profile"] #container .content #gym-info .gym-container {
	margin-bottom: 1rem;
	text-align: center;
}
body[data-page="profile"] #container .content #gym-info .gym-container .gym-slot {
	background: hsla(0,0%,100%,0.1);
	display: inline-block;
	border-radius: 5px;
	position: relative;
	height: 4rem;
	width: 4rem;
	border: 3px solid hsla(0,0%,100%,0.5);
	margin: calc((25% - 4rem)/2);
	margin-bottom: calc((25% - 4rem)/2 + 1rem);
}
body[data-page="profile"] #container .content #gym-info .gym-container .gym-slot img {
	position: absolute;
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
	image-rendering: pixelated;
}
body[data-page="profile"] #container .content #gym-info .gym-container .gym-slot span {
	display: table;
	position: absolute;
	top: calc(100% + 1rem);
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	color: #ccc;
	font-size: 1.25rem;
	line-height: 1.25rem;
	font-family: 'Teko',cursive;
	width: 200%;
}
body[data-page="profile"] #container .content #collection-info {
	grid-area: collection-info;
	max-height: 75vh;
	overflow: auto;
}
body[data-page="profile"] #container .content #collection-info .pokemon-box-container {
	text-align: center;
}
body[data-page="profile"] #container .content #collection-info .pokemon-box-slot {
	display: inline-block;
	vertical-align: top;
	width: calc((99% / 8) - 2rem);
	padding-bottom: calc((99% / 8) - 2rem + 4rem);
	margin: 1rem;
	height: 0;
}
body[data-page="profile"] #container .content #collection-info .pokemon-box-slot-image {
	position: relative;
	margin: 1rem auto;
	padding-bottom: 80%;
	width: 80%;
	height: 0;
}
body[data-page="profile"] #container .content #collection-info .pokemon-box-slot-image:before {
	content: '';
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center;
	opacity: 0.1;
	z-index: -1;
	pointer-events: none;
	-webkit-filter: invert(1);
	filter: invert(1);
	background-image: url('./../images/Pokeball smooth style.png');
}
body[data-page="profile"] #container .content #collection-info .pokemon-box-slot-image img {
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
body[data-page="profile"] #container .content #collection-info .pokemon-box-slot span {
	display: block;
	color: #999;
}
body[data-page="profile"] #container .content #collection-info .pokemon-box-slot span:first-of-type {
	color: #fff;
}

/* Settings CSS */
body[data-page="usercp"] #container .content {
	align-items: stretch !important;
	grid-template-rows: 12.5rem auto !important;
	grid-template-columns: 28% 70% !important;
	grid-template-areas:
		"settings-heading	change-avatar"
		"change-password	change-avatar";
}
body[data-page="usercp"] #container .content #settings-heading {
	grid-area: settings-heading;
}
body[data-page="usercp"] #container .content #change-password {
	grid-area: change-password;
}
body[data-page="usercp"] #container .content #change-avatar {
	grid-area: change-avatar;
}
body[data-page="usercp"] #container .content #change-avatar .form-group {
	max-height: 50vh;
	overflow: auto;
	padding: 1rem;
	background: hsla(0,0%,0%,0.1);
}
body[data-page="usercp"] #container .content #change-avatar .form-options-group {
	margin: 1rem;
}
body[data-page="usercp"] #container .content #change-avatar .form-options-group img {
	max-height: none;
	max-width: none;
	height: 90%;
	width: 90%;
	top: 50%;
	image-rendering: pixelated;
}

/* Referral CSS */
body[data-page="referral"] #container .content p {
	margin-bottom: 2rem;
}
body[data-page="referral"] #container .content color {
	color: #0097D0;
	font-weight: 800;
}
body[data-page="referral"] #container .content .embed-container {
	border: 1px dashed hsla(49,100%,50%,0.5);
	position: relative;
	margin-top: 5rem;
	width: 45rem;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
body[data-page="referral"] #container .content .embed-container.copied {
	border-color: #666;
}
body[data-page="referral"] #container .content .embed-container:after {
	content: 'Successfully copied referral link.';
	color: #000;
	padding: 1rem 2rem;
	text-align: center;
	background: #ffd200;
	position: absolute;
	border: 2px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 0 10px 1px hsla(0,0%,0%,0.5);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
body[data-page="referral"] #container .content .embed-container.copied:after {
	opacity: 1;
}
body[data-page="referral"] #container .content .embed-container .embed-copy {
	position: absolute;
	top: 100%;
	left: 100%;
	color: #000;
	background: #ffd200;
	border-radius: 100%;
	width: 4rem;
	height: 4rem;
	font-size: 1.75rem;
	line-height: 4rem;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 5;
	cursor: pointer;
}
body[data-page="referral"] #container .content .embed-container.copied .embed-copy {
	pointer-events: none;
	background: #666;
}
body[data-page="referral"] #container .content .embed-container .embed-copy:hover,
body[data-page="referral"] #container .content .embed-container .embed-copy:focus,
body[data-page="referral"] #container .content .embed-container .embed-copy:active {
	background: #fff;
	color: #000;
}
body[data-page="referral"] #container .content .embed-container .embed-preview {
	width: 45rem;
	height: auto;
	padding: 2rem;
}
body[data-page="referral"] #container .content .embed-container .embed-preview img {
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
	box-shadow: 0 0 10px 1px hsla(0,0%,0%,0.5);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
body[data-page="referral"] #container .content .embed-container.copied .embed-preview img {
	opacity: 0.6;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

/* Rules CSS */
body[data-page="rules"] #container .content p {
	margin-bottom: 1.5rem;
	font-size: 1rem;
}

/* My Pokemons CSS */
body[data-page="pc"] #container .content {
	align-items: stretch !important;
	grid-template-rows: auto !important;
	grid-template-columns: 28% 70% !important;
	grid-template-areas:
		"my-pokemons-heading	my-pokemons-party"
		"my-pokemons-box		my-pokemons-box";
}
body[data-page="pc"] #container .content #my-pokemons-heading {
	grid-area: my-pokemons-heading;
}
body[data-page="pc"] #container .content #my-pokemons-party {
	grid-area: my-pokemons-party;
}
body[data-page="pc"] #container .content #my-pokemons-party .pokemon-party .pokemon-slot {
	display: inline-block;
	width: calc(99% / 6);
	vertical-align: top;
	margin-bottom: 0;
	height: auto;
}
body[data-page="pc"] #container .content #my-pokemons-party .pokemon-party .pokemon-slot:before {
	top: 1rem;
	left: calc(50% - 3rem);
}
body[data-page="pc"] #container .content #my-pokemons-party .pokemon-party .pokemon-slot img {
	top: 1rem;
	left: calc(50% - 3rem);
}
body[data-page="pc"] #container .content #my-pokemons-box {
	grid-area: my-pokemons-box;
}
body[data-page="pc"] .box-controls {
	margin-bottom: 1rem;
}
body[data-page="pc"] .box-controls-form {
	display: flex;
	gap: 1rem;
	align-items: flex-end;
}
body[data-page="pc"] .box-controls-form .form-group {
	margin: 0;
}
body[data-page="pc"] .box-controls-form select {
	background: #1a1a1a;
	color: #fff;
	border: 1px solid #444;
	padding: 0.3rem 0.5rem;
	font-size: 0.85rem;
}
body[data-page="pc"] .pokemon-box-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
	gap: 0.5rem;
}
body[data-page="pc"] .pokemon-box-grid .box-pokemon-slot {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0;
	height: auto;
	padding-bottom: 0.5rem;
}
body[data-page="pc"] .pokemon-box-grid .box-pokemon-slot img {
	width: 56px;
	height: 56px;
	object-fit: contain;
}
body[data-page="pc"] .pokemon-box-grid .box-pokemon-slot .pokemon-slot-info {
	text-align: center;
	font-size: 0.7rem;
}
body[data-page="pc"] .pc-slot-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2px;
	margin-top: 0.25rem;
}
body[data-page="pc"] .pc-slot-btn {
	width: 20px;
	height: 20px;
	font-size: 0.65rem;
	padding: 0;
	border: 1px solid #0097D0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	line-height: 18px;
}
body[data-page="pc"] .pc-slot-btn:hover:not([disabled]) {
	background: #0097D0;
}
body[data-page="pc"] .pc-slot-btn[disabled] {
	opacity: 0.25;
	cursor: not-allowed;
}

/* Media CSS */
@media (max-width: 1199.98px) {
	body[data-page="cs"] #container .content {
		width: 75%;
		padding: 0;
	}
	body[data-page="cs"] #container .content iframe {
		margin-top: 2rem;
		margin-bottom: 2.5rem;
	}
}
@media (max-width: 991.98px) {
	body[data-page="cs"] #container h1 {
		margin-top: 5rem;
		margin-bottom: 2rem;
	}
	body[data-page="cs"] #container .content,
	body[data-page="cs"] #container .footer {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	body[data-page="cs"] .aesthetic-pokemon-1 {
		left: -5%;
		width: 40%;
		bottom: -1%;
	}
	body[data-page="cs"] .aesthetic-pokemon-2 {
		right: 0;
		width: 25%;
		bottom: -1%;
	}
}
@media (max-width: 767.98px) {
	body[data-page="cs"] #container h1 {
		font-size: 8.5vw;
		margin-bottom: 1.5rem;
	}
	body[data-page="cs"] #container h1 img {
		margin-left: -5vw;
		height: auto;
		width: 60vw;
	}
	body[data-page="cs"] .aesthetic-pokemon-1 {
		left: 50%;
		width: 90%;
		bottom: 50%;
		-webkit-transform: translate(-50%,50%);
		transform: translate(-50%,50%);
	}
	body[data-page="cs"] .aesthetic-pokemon-2 {
		right: 0;
		width: 25%;
		bottom: -1%;
		display: none;
	}
}
@media (max-width: 575.98px) {
	body[data-page="cs"] #container .content {
		width: 100%;
	}
	body[data-page="cs"] #container .content iframe {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
		margin: 1rem;
	}
	body[data-page="cs"] #container .content p,
	body[data-page="cs"] #container .footer p {
		width: 90%;
		font-size: 0.9rem;
		margin-left: auto;
		margin-right: auto;
	}
}