* {

	margin: 0;
	padding: 0;
	border: 0 none;

}

html, body {

	width: 100%;
	height: 100%;

}

body {

	color: #f1f1f1;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 12px;
	line-height: 1.2em;

	background: rgb(0,3,5);
	background-image:
		url('./../layout/stars-background.png'),
		linear-gradient(180deg, rgba(0,3,5,1) 70%, rgba(0,30,47,1) 100%);
	background-repeat: repeat;
	background-attachment: fixed;

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	body {

		background-size: 233px 233px, 100%;

	}

}


/* Start: Scrollbar styling */
body::-webkit-scrollbar,
.page-wrapper::-webkit-scrollbar {

	width: 8px;

}

body,
.page-wrapper {

	scrollbar-width: thin;
	scrollbar-color: rgba(185, 205, 255, .07) rgba(0, 0, 0, 0);

}

body::-webkit-scrollbar-track,
.page-wrapper::-webkit-scrollbar-track {

	background: rgba(0, 0, 0, 0);

}

body::-webkit-scrollbar-thumb,
.page-wrapper::-webkit-scrollbar-thumb {

	background-color: rgba(185, 205, 255, .07);
	border-radius: 6px;
	border: 1px solid rgba(185, 205, 255, 0);

}
/* End: Scrollbar styling */

.hidden {

	display: none !important;

}

.loading {

	-webkit-animation: blinky-bill 2s infinite;  /* Safari 4+ */
	-moz-animation: blinky-bill 2s infinite;  /* Fx 5+ */
	-o-animation: blinky-bill 2s infinite;  /* Opera 12+ */
	animation: blinky-bill 2s infinite;  /* IE 10+, Fx 29+ */

}

@-webkit-keyframes blinky-bill {

	0%, 100% {

		color: #fff;

	}

	50% {

		color: #c00;

	}

}

@keyframes blinky-bill {

	0%, 100% {

		color: #fff;

	}

	50% {

		color: #c00;

	}

}

.page-wrapper {

	box-sizing: border-box;

	width: 80%;
	min-width: 320px;
	max-width: 700px;

	background-color: rgba(0, 8, 14, .8);
	border-right: 1px solid rgba(255, 255, 255, .08);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	border-left: 1px solid rgba(255, 255, 255, .08);

	margin: 0 auto 2em auto;
	padding: 2em;

	box-shadow: 0 0 10px rgba(15, 15, 15, .05);

}


@supports ((-webkit-backdrop-filter: blur(3px)) or (backdrop-filter: blur(3px))) {

	.page-wrapper {

		background-color: rgba(0, 8, 14, .6);
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);

	}

}

h1,
h2,
h3,
h4,
h5,
h6 {

	line-height: 1.2em;
	margin-top: .8em;
	margin-bottom: .8em;

}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {

	margin-top: 0;

}

p,
ul {

	line-height: 1.4em;
	margin-bottom: 1em;

}

ul {

	margin-right: 3em;
	margin-left: 2em;

}

a {

	color: currentColor;

}

form {

	margin-top: 2em;

}

fieldset {

	border-top: 2px solid rgba(185, 205, 255, .1);

	margin: 0 -2em;
	padding: 1.5em 2em 2em 2em;

}

fieldset *:last-child {

	margin-bottom: 0;

}

select,
button,
textarea,
input[type="text"],
input[type="date"],
input[type="time"],
input[type="number"] {

	-webkit-appearance: none;
	        appearance: none;

	box-sizing: border-box;

	width: 100%;

	color: #f1f1f1;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: inherit;

	background: rgba(185, 205, 255, .1);
	border: 1px solid transparent;
	border-radius: 5px;

	padding: .4em .6em;

}

textarea {

	font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;

}

select:hover,
button:hover,
button:focus,
textarea:focus,
input[type="text"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="number"]:focus {

	border: 1px solid rgba(185, 205, 255, .2);
	outline: 0 none;

}

select:hover,
button:hover {

	cursor: pointer;

}

.select {

	display: block;
	position: relative;

}

.select::after {

	content: '▾';

	color: rgba(255, 255, 255, .5);
	font-size: 16px;
	line-height: 1;

	display: block;

	position: absolute;
	top: calc(100% - 1.5em);
	right: 10px;
	bottom: 0;

	pointer-events: none;

}

select option {

	color: #000;

}

label,
.label {

	color: rgba(255, 255, 255, .5);

}

label {

	vertical-align: middle;

}

label:hover {

	cursor: pointer;

}

input[type="radio"],
input[type="checkbox"] {

	vertical-align: middle;
	margin-right: .3em;
	display: inline-block;

}

input[type="checkbox"],
input[type="radio"] {

	box-sizing: border-box;

	-webkit-appearance: none;
	        appearance: none;

	width: 1em;
	height: 1em;

	background: rgba(185, 205, 255, .2);
	border: 1px solid rgba(185, 205, 255, 0);
	border-radius: .5em;

	position: relative;

}

input[type="checkbox"]:hover,
input[type="radio"]:hover {

	border-color: rgba(185, 205, 255, .2);

}

input[type="checkbox"] {

	border-radius: 0;

}

input[type="checkbox"]:checked::before {

	content: '✓';

	color: #fff;
	line-height: 1;

	position: absolute;
	top: -.3em;
	left: .2em;

	transform: scale(1.8);

}

input[type="radio"]:checked {

	background: #f1f1f1;

}

.group {

	display: flex;
	justify-content: flex-start;

}

.group > * {

	flex: 1;
	margin-right: 1em;

}

.group > *:last-child {

	margin-right: 0;

}

.orbital-shell-container fieldset {

	background-color: rgba(185, 205, 255, .1);
	margin-bottom: 2em;

}

.orbital-shell-container fieldset:nth-child(even) {

	background-color: rgba(185, 205, 255, .03);

}
