a,
h1 a:hover {
	text-decoration: none
}

h1 a:hover,
h1 a:hover span {
	color: #ef7b0a
}

#nav,
#options {
	list-style-type: none;
	padding: 0
}

.btn,
input.button:focus,
input.button:hover {
	cursor: pointer
}

body {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.center {
	height: 100%;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center
}

.warnarea-wrapper {
	background: rgba(0, 0, 0, .6);
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 99
}

.warnarea-content-wrapper {
	box-shadow: 24px 24px 48px rgba(0, 0, 0, .4);
	border-radius: 10px;
	max-width: 400px;
	background: #fff;
	height: auto;
		position: fixed;

	width: 100%
}

.image-container .image .fas,
.warnarea-close {
	float: right;
	font-size: 20px;
	color: #fff;
	background: #63068b;
	font-weight: 700
}

.warnarea-content {
	padding: 30px 50px
}

.warnarea-close {
	position: relative;
	top: 0;
	margin: -10px;
	padding: 2px 10px;
	border-radius: 50%;
	cursor: pointer;
	width: 34px;
	height: 34px
}

.black-page h2,
.btn {
	color: #fff !important
}

.image-container {
	width: 100px;
	text-align: center;
	margin-bottom: -20px
}

.image-container .image h3 {
	font-size: 30px;
	font-weight: 700;
	background: 0 0;
	border: 4px dotted #63068b;
	border-radius: 50%;
	text-align: center;
	color: #63068b;
	padding: 27px 0;
	font-family: inherit
}

.image-container .image .fas {
	margin: 10px 0 0 -20px;
	border-radius: 50%;
	padding: 5px 6px 5px 8px;
	width: 25px;
	height: 25px;
	line-height: 12px
}

.warnarea-text,
.warnarea-text h3 {
	text-align: center;
	font-family: inherit;
	font-weight: 700
}

.warnarea-text h3 {
	font-size: 30px;
	margin-top: 30px
}

.warnarea-text p {
	margin: 20px auto;
	font-weight: 500
}

.warnarea-button .btn {
	width: 100%
}

.btn {
	line-height: 1em;
	border-radius: 30px;
	padding: 15px 20px;
	background: #63068b !important;
	transition: .15s;
	border: 2px solid #63068b !important;
	box-shadow: none !important
}

.btn:focus,
.btn:hover {
	background: #fff !important;
	color: #63068b !important;
	border: 2px solid #63068b !important;
	box-shadow: none !important
}

.black-page {
	background: #22015a;
	color: #fff;
	width: 100%;
	height: 100vh
}

.black-page h2 {
	font: bold 1.3em 'Open Sans', sans-serif;
	border-bottom: none !important
}

.hidden {
	display: none
}

body,
html {
	margin: 0;
	padding: 0;
	background: #0e0024;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif
}

#footer,
#nav,
form.form,
p,
td,
th {
	font-size: 80%
}

a {
	color: #ce6c1c
}

a:hover {
	text-decoration: underline
}

p {
	color: #444;
	line-height: 170%;
	margin: 5px 0
}

#content {
	text-align: center;
	background: #fff !important;
	border-radius: 10px;
	padding: 25px;
	color: #706583
}

h1 {
	padding: 40px 0 10px 10px
}

h1 span {
	color: #6bad42
}

h1 a {
	background: linear-gradient(to right, orange, #f4d03f, #1e824c, #59abe3, #947cb0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font: bold 100% 'Open Sans', sans-serif;
	color: #22015a;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin: 25px 0 10px;
	text-align: center
}

p+p {
	padding-top: 1em
}

form.form {
	background-color: #f5f5f5;
	padding: 10px
}

#options {
	width: 500px;
	margin: 10px
}

#options li {
	float: left;
	width: 240px;
	border-left: 5px solid #ccc
}

#footer {
	margin: 10px 0 30px;
	color: #fff
}

#nav {
	text-align: right;
	border-top: 1px solid #ccc;
	margin: 20px 0 0
}

#nav li {
	padding: 0 5px;
	display: inline;
	border-left: 1px solid #ccc
}

.left {
	float: left
}

.first {
	margin-top: 0
}

input.textbox {
	width: 500px;
	font: 120% 'Open Sans', sans-serif
}

input.button {
	color: #fff;
	background-color: #000;
	text-shadow: -1px 1px #417cb8;
	border: none;
	font: 130% 'Open Sans', sans-serif;
	padding: 1.5px 0 2.3px
}

#tooltip,
.large-table td,
.large-table th {
	padding: 5px
}

#error {
	border: 1px solid red;
	border-left: 5px solid red;
	padding: 2px;
	margin: 5px 0 15px;
	background: #eee
}

table,
td,
th {
	border-color: #666;
	border-style: solid
}

table {
	border-width: 0 0 1px 1px;
	width: 50%
}

th {
	font-size: normal;
	background: #ccc
}

td,
th {
	border-width: 1px 1px 0 0;
	padding: 2px 10px
}

td {
	background-color: #eee
}

.full-width {
	width: 98%
}

.large-table {
	width: 75%;
	margin-top: 15px
}

td.small-note {
	font-size: 60%;
	padding: 2px;
	text-align: right
}

label {
	font-weight: 700;
	line-height: 20px;
	cursor: help
}

#tooltip {
	width: 20em;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	border: 3px solid #333;
	text-align: left;
	background-color: #555
}

.countdown {
	border: 2px solid #888;
	border-radius: 50%;
	color: #888;
	display: block;
	font-size: 16px;
	font-weight: 300;
	height: 100px;
	line-height: 18px;
	margin: 10px auto;
	padding: 29px 0 0;
	width: 100px
}

.adz {
	display: inline-block;
	width: 336px;
	height: 280px;
	margin: 10px auto 30px 10px;
	padding-top: 0
}

.adq {
	display: block;
	width: 100%;
	margin: 0 auto 10px
}

@media screen and (min-width:769px) {
	#div-mobile {
		display: none
	}

	#div-desktop {
		display: block
	}
}

.prog/ress {
	background-color: #d8d8d8;
	border-radius: 20px;
	position: relative;
	margin: 15px 0;
	height: 30px;
	width: 300px
}

.prog/ress-done {
	background: linear-gradient(to left, #2b006d, #63068b);
	border-radius: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 0;
	opacity: 0;
	transition: .6s .2s
}

.related-articles {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	margin-top: 40px
}

.related-article {
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
	transition: .3s ease-in-out
}

.related-article:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	transform: translateY(-10px)
}

.related-article h2 {
	margin-top: 0;
	font-size: 1.5rem;
	font-weight: 600;
	color: #22015a;
	margin-bottom: 15px;
	transition: .3s ease-in-out
}

.related-article:hover h2 {
	color: #007bff
}

.related-article .post-thumbnail {
	height: 200px;
	overflow: hidden;
	position: relative
}

.related-article .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s ease-in-out
}

.related-article:hover .post-thumbnail img {
	transform: scale(1.2)
}

.related-article .post-content {
	padding: 20px
}

.related-article .post-excerpt {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 10px
}

.related-article .post-date {
	font-size: .9rem;
	color: #999
}

.previous-next-links {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	flex-wrap: wrap
}

.previous-next-links .next-link,
.previous-next-links .previous-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
	border-radius: 10px;
	transition: .3s ease-in-out;
	text-align: center;
	width: 45%;
	margin-bottom: 40px
}

.previous-next-links .next-link:hover,
.previous-next-links .previous-link:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .25)
}

.previous-next-links .next-link .thumbnail,
.previous-next-links .previous-link .thumbnail {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
	border-radius: 10px 10px 0 0;
	margin-bottom: 20px
}

.previous-next-links .next-link .arrow,
.previous-next-links .previous-link .arrow {
	font-size: 30px;
	color: #22015a;
	margin-bottom: 10px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .25)
}

.previous-next-links .previous-link .arrow:before {
	content: '\2190'
}

.previous-next-links .next-link .arrow:before {
	content: '\2192'
}

.previous-next-links .next-link .title,
.previous-next-links .previous-link .title {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin-top: 0;
	margin-bottom: 10px
}

.previous-next-links .next-link .excerpt,
.previous-next-links .previous-link .excerpt {
	font-size: 18px;
	line-height: 1.5;
	color: #666;
	margin-top: 0;
	margin-bottom: 0
}

@media screen and (max-width:768px) {
	#div-mobile {
		display: block
	}

	#div-desktop {
		display: none
	}

	.previous-next-links .next-link,
	.previous-next-links .previous-link {
		width: 100%
	}
}

#loading-screen {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto', sans-serif
}

.loading-message {
	margin-bottom: 20px
}

.progress-bar-container {
	position: relative;
	width: 300px;
	height: 30px;
	margin: 15px 0;
	border-radius: 20px;
	background-color: #f2f2f2;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2)
}

.progress {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	border-radius: 20px;
	background: linear-gradient(to right, #8e44ad, #9b59b6);
	transition: width .6s ease-in-out
}

.progress-done {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background: linear-gradient(to right, #8e44ad, #9b59b6);
	color: #fff;
	transition: width .6s ease-in-out, opacity .6s ease-in-out;
	font-size: 16px
}

.progress-done.active {
	opacity: 1;
	width: 100%
}

.progress-done.inactive {
	opacity: 0;
	width: 0
}

#continue-button {
	padding: 10px 20px;
	border: none;
	border-radius: 20px;
	background-color: #7F00FF;
	/* modern purple color */
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	animation: pulse 2s infinite;
	transition: opacity 0.6s ease-in-out, background-color 0.2s ease-in-out;
}

#continue-button:hover {
	background-color: #5C00E6;
	/* darker shade of purple on hover */
}

#continue-button[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(127, 0, 255, 0.4);
	}

	70% {
		box-shadow: 0 0 0 20px rgba(127, 0, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(127, 0, 255, 0);
	}
}