@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/ServerAlphaWebsite/Pages/api/Components/Dashboard.razor.rz.scp.css */
body[b-yo2iusde5i] {
}

.container-div[b-yo2iusde5i] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

.table[b-yo2iusde5i] {
    margin: 30px;
}
/* _content/ServerAlphaWebsite/Pages/api/Components/DataDisplay.razor.rz.scp.css */
.container-div[b-64fge4kxn8] {
    width: 100vw;
}
/* _content/ServerAlphaWebsite/Pages/api/Components/DataRemoval.razor.rz.scp.css */
body[b-8ae5d1s4ci] {
}
/* _content/ServerAlphaWebsite/Pages/api/Components/Login.razor.rz.scp.css */
html[b-pwuo3nfo6p], body[b-pwuo3nfo6p] {
    background-color: rgb(90, 90, 90);
    font-family: Helvetica, Arial, sans-serif;
    color: rgb(245, 245, 245);
    margin: 0;
    overflow: hidden;
}

.container-div[b-pwuo3nfo6p] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

.form-group[b-pwuo3nfo6p] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.form-control[b-pwuo3nfo6p] {
    background-color: rgb(100, 100, 100);
}
/* _content/ServerAlphaWebsite/Pages/Disclaimer.razor.rz.scp.css */
html[b-vm68sddfja], body[b-vm68sddfja] {
    background-color: rgb(36, 36, 36);
    font-family: Helvetica, Arial, sans-serif;
    color: rgb(245, 245, 245);
    margin: 0;
    overflow: hidden;
}

p[b-vm68sddfja] {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-align: start;
    display: block;
    white-space: normal;
    width: 100%
}

@media (max-width: 1200px) {
    p[b-vm68sddfja] {
        font-size: 16px !important;
    }
    .container-div[b-vm68sddfja] {
        justify-content: flex-start !important;
    }
}

.animate[b-vm68sddfja] {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.slideOutUp[b-vm68sddfja] {
    animation-name: slideOutUp-b-vm68sddfja;
    animation-timing-function: ease-in;
}

.slideInUp[b-vm68sddfja] {
    animation-name: slideInUp-b-vm68sddfja;
    animation-timing-function: ease-out;
}

.fade-in[b-vm68sddfja] {
    animation-name: fade-in-b-vm68sddfja;
    animation-timing-function: linear;
}

@keyframes slideOutUp-b-vm68sddfja {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100vh);
    }
}

@keyframes slideInUp-b-vm68sddfja {
    from {
        transform: translateY(100vh);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes fade-in-b-vm68sddfja {
    from { opacity: 0; }
    to { opacity: 1; }
}

.container-div[b-vm68sddfja] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10vh 10vw 0;
    height: 100vh;
    max-height: 100vh;
    width: 100vw;
    gap: 10px;
    overflow-y: auto;
}

.logo-div[b-vm68sddfja] {
    position: absolute;
    height: 6vh;
    width: 6vh;
    margin: 30px;
}

.logo[b-vm68sddfja] {
    height: inherit;
    width: inherit;
}

.button-div[b-vm68sddfja] {
    display: flex;
    justify-content: right;
    align-items: center;
    height: fit-content;
    width: 100%;
    gap: 10px;
}
/* _content/ServerAlphaWebsite/Pages/Finish.razor.rz.scp.css */
html[b-3ivucf8i8g], body[b-3ivucf8i8g] {
    background-color: rgb(36, 36, 36);
    font-family: Helvetica, Arial, sans-serif;
    color: rgb(245, 245, 245);
    margin: 0;
    overflow: hidden;
}

p[b-3ivucf8i8g] {
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(0.5rem + 1vh);
    font-weight: bold;
    width: 70%
}

.animate[b-3ivucf8i8g] {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.slideOutUp[b-3ivucf8i8g] {
    animation-name: slideOutUp-b-3ivucf8i8g;
    animation-timing-function: ease-in;
}

.slideInUp[b-3ivucf8i8g] {
    animation-name: slideInUp-b-3ivucf8i8g;
    animation-timing-function: ease-out;
}

@keyframes slideOutUp-b-3ivucf8i8g {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100vh);
    }
}

@keyframes slideInUp-b-3ivucf8i8g {
    from {
        transform: translateY(100vh);
    }

    to {
        transform: translateY(0);
    }
}

.container-div[b-3ivucf8i8g] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    width: 100vw;
}

.button-div[b-3ivucf8i8g] {
    display: flex;
    justify-content: right;
    align-items: center;
    height: fit-content;
    width: 70%;
}

.codeText[b-3ivucf8i8g] {
    background-color: rgb(30, 30, 30);
    width: fit-content;
    border-radius: 5px;
    padding: 5px;
}

.second-button-div[b-3ivucf8i8g] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 30px;
}
/* _content/ServerAlphaWebsite/Pages/Game.razor.rz.scp.css */
html[b-tz5bn1w356], body[b-tz5bn1w356] {
	background-color: rgb(36, 36, 36);
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(245, 245, 245);
	overflow: hidden;
	margin: 0;
	background-image: url();
	position: relative;
}

.animate[b-tz5bn1w356] {
	animation-duration: 1s;
	animation-fill-mode: both;
}

	.animate fade-in[b-tz5bn1w356] {
		animation-name: fade-in-b-tz5bn1w356;
		animation-timing-function: linear;
	}

@keyframes fade-in-b-tz5bn1w356 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.bg[b-tz5bn1w356] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/game_background.jpg);
	opacity: 0;
	animation: fade-in-b-tz5bn1w356 3s ease-out forwards;
	z-index: 0;
}

.container-div[b-tz5bn1w356] {
	display: flex;
	flex-direction: column;
	gap: 20px;
	overflow: hidden;
	height: 100vh;
	width: 100vw;
	margin: 0;
	padding: 0 50px 50px;
	opacity: 0;
	animation: fade-in-b-tz5bn1w356 1.5s ease-in-out forwards;
	animation-delay: 1s;
}

.title-div[b-tz5bn1w356] {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: auto;
	width: auto;
	font-size: 24px;
	font-weight: bold;
	height: 20vh;
}

.logo-512[b-tz5bn1w356] {
	height: auto;
	max-width: 250px;
}

.game-content-grid[b-tz5bn1w356] {
	display: grid;
	height: 100%;
	width: auto;
	overflow: hidden;
	grid-template-columns: 7fr 3fr;
	grid-template-rows: 1fr 2.5em;
	gap: 5px;
}

.chat-div[b-tz5bn1w356],
.input-div[b-tz5bn1w356],
.feedback-div[b-tz5bn1w356],
.score-div[b-tz5bn1w356] {
	background-color: rgba(45, 45, 45, 0.7);
	color: rgb(245, 245, 245);
	backdrop-filter: blur(20px);
	text-align: start;
	border-radius: 8px;
}

.chat-div[b-tz5bn1w356] {
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	padding: 10px;
	white-space: pre-wrap;
}

.feedback-div[b-tz5bn1w356] {
	display: flex;
	justify-content: space-between !important;
	flex-direction: column !important;
}

.chat-spacer[b-tz5bn1w356] {
	flex-grow: 1;
}

.chat-div p[b-tz5bn1w356] {
	height: auto;
}

.input-div[b-tz5bn1w356] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 5px;
}

	.input-div input[b-tz5bn1w356] {
		width: 100%;
		height: auto;
		background-color: rgba(45, 45, 45, 0);
		color: rgb(245, 245, 245);
		text-align: start;
		border-color: rgb(60, 60, 60);
		line-height: 1.5em;
	}

	.input-div .halt-button[b-tz5bn1w356] {
		all: unset;
		cursor: pointer;
		height: 1.5em;
		width: 1.5em;
		background: transparent;
		padding: 0;
		margin-left: 10px;
	}

		.input-div .halt-button img[b-tz5bn1w356] {
			width: 1.25em;
			height: fit-content;
		}

.feedback-div[b-tz5bn1w356] {
	display: flex;
	overflow-y: auto;
	padding: 10px;
}

.score-div[b-tz5bn1w356] {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.score-div p[b-tz5bn1w356] {
	margin: 0;
}

.finish-button-div[b-tz5bn1w356] {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*div {
	background-color: rgb(36, 36, 36);
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(245, 245, 245);
	font-size: 18px;
	border-radius: 10px;
	padding: 3px;
	text-align: start;
}

::-webkit-scrollbar {
	width: 0;
	height: 0;
}

::-webkit-scrollbar-track {
	background: #f0f0f0;*/ /* Track color */
	/*border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #888;*/ /* Thumb color */
	/*border-radius: 10px;
}

	::-webkit-scrollbar-thumb:hover {
		background: #555;*/ /* Hover effect */
	/*}

.animate {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.slideOutUp {
	animation-name: slideOutUp;
	animation-timing-function: ease-in;
}

.slideInUp {
	animation-name: slideInUp;
	animation-timing-function: ease-out;
}

.fadeIn {
	animation-name: fadeIn;
	animation-timing-function: ease-out;
}

@keyframes slideOutUp {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-100vh);
	}
}

@keyframes slideInUp {
	from {
		transform: translateY(100vh);
	}

	to {
		transform: translateY(0);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.border-2px-white {
	border: 2px solid rgb(64, 64, 64);
}

.border-div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: 100vw;
	padding: 10vh, 10vw;
}

.container-div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	gap: 5px;
}

.logo-container {
	height: 10%;
	width: 100%;
}

.dynamic-content-container {
	display: flex;
	align-items: center;*/
/*	justify-content: space-between;*/
	/*height: 90vh;
	width: 90vw;
	gap: 5px;
}

.left-side {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	gap: 10px;
}

.output-div {
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
	white-space: pre-wrap;
	width: 100%;
	height: 100%;
	background-color: rgb(45, 45, 45);
	padding: 5px;
}

.input-div {
	display: inline-block;
	width: 100%;
	background-color: rgb(45, 45, 45);
}

	.input-div input {
		width: 100%;
		height: auto;
		background-color: rgb(45, 45, 45);
		color: rgb(245, 245, 245);
		text-align: start;
		line-height: 1.5em;
	}

.halt-button {
	all: unset;
	cursor: pointer;
	height: 1.5em;
	width: 1.5em;
	background: transparent;
	padding: 0;
	margin-left: 10px;
}

	.halt-button img {
		width: 1.25em;
		height: fit-content;
	}

.right-side {
	display: flex;
	flex-direction: column;
	width: 40%;
	height: 100%;
	gap: 10px;
}

.right-side-output-div {
	width: 100%;
	height: 93%;
	padding: 5px;
}

.right-side-score-div {
	width: 100%;
	height: 7%;
	margin: 0;
	padding: 5px;
}

.finish-button-container {
	height: auto;
	display: flex;
	justify-content: right;
	margin-top: 25px
}

.logo-512 {
	height: 10%;
	width: auto;
}

.stop-button {
	height: 75%;
	width: 75%;
}*/
/* _content/ServerAlphaWebsite/Pages/MainMenu.razor.rz.scp.css */
html[b-76dms2xavt], body[b-76dms2xavt] {
    background-color: rgb(36, 36, 36);
    font-family: Helvetica, Arial, sans-serif;
    color: rgb(245, 245, 245);
    margin: 0;
}

.animate[b-76dms2xavt] {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.slideOutUp[b-76dms2xavt] {
    animation-name: slideOutUp-b-76dms2xavt;
    animation-timing-function: ease-in;
}

.fadeOut[b-76dms2xavt] {
    animation-name: fadeOut-b-76dms2xavt;
    animation-timing-function: ease-in;
}

@keyframes slideOutUp-b-76dms2xavt {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100vh);
    }
}

@keyframes fadeOut-b-76dms2xavt {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes background-animation-b-76dms2xavt {
    0% {
        transform: translateY(calc(- 50vh + 50%))
    }
    50% {
        transform: translateY(calc(50vh - 50%))
    }
    100% {
        transform: translateY(calc(- 50vh + 50%))
    }
}

.container-div[b-76dms2xavt] {
    z-index: 0;
}

.background-div[b-76dms2xavt] {
    display: flex;
    position: fixed;
    animation: background-animation-b-76dms2xavt 60s ease infinite;
    z-index: 10 !important;
}

    .background-div img[b-76dms2xavt] {
        width: 100vw;
        height: auto;
    }

.menu-div[b-76dms2xavt] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: auto;
    gap: 30px;
    z-index: 20;
    background-color: rgb(36, 36, 36);
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    padding: 100px;
}

.logo-1024[b-76dms2xavt] {
    height: 15vh;
    width: auto;
}

.logo-512[b-76dms2xavt] {
    height: 10vh;
    width: auto;
}

@media screen and (orientation: portrait) {
    .landscape-warning[b-76dms2xavt] {
        display: flex;
    }
}

@media screen and (orientation: landscape) {
    .landscape-warning[b-76dms2xavt] {
        display: none;
    }
}

.landscape-warning[b-76dms2xavt] {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    color: white;
    font-size: 2em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* _content/ServerAlphaWebsite/Pages/Questionnaire.razor.rz.scp.css */
body[b-h1e39jcul1] {
    background-color: rgb(36, 36, 36);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: rgb(245, 245, 245);
    text-align: center;
    overflow-x: hidden;
}

.containerDiv[b-h1e39jcul1] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

.formDiv[b-h1e39jcul1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    gap: 20px;
    padding: 30px;
    height: 100%;
    width: 90vw;
    margin: 10vh 0 10vh 0;
}

.title[b-h1e39jcul1] {
    font-size: 22px;
}

form[b-h1e39jcul1] {
    gap: 10px;
    width: inherit;
}

.question[b-h1e39jcul1] {
    background-color: rgb(45, 45, 45);
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    gap: 5px;
    text-align: left;
    margin-bottom: 20px;
    width: 50vw;
    padding: 20px;
    border-radius: 8px;
}
    .customInput[b-h1e39jcul1] {
        width: 100%;
        height: auto;
        background-color: rgb(45, 45, 45);
        color: rgb(245, 245, 245);
        text-align: start;
    }

.quesiton-3-radios[b-h1e39jcul1] {
    display: flex;
    flex-direction: column;
}

.radioDiv[b-h1e39jcul1] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.radioDiv p[b-h1e39jcul1] {
    margin: 0;
}

    .radioDiv input[type="radio"][b-h1e39jcul1] {
        width: 40px;
        height: 40px;
    }

.logo-div[b-h1e39jcul1] {
    position: absolute;
    height: 6vh;
    width: 6vh;
    margin: 30px;
}

.logo[b-h1e39jcul1] {
    height: inherit;
    width: inherit;
}
/* _content/ServerAlphaWebsite/Pages/Scoreboard.razor.rz.scp.css */
body[b-i4yx8ckw74] {
    background-color: rgb(36, 36, 36);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: rgb(245, 245, 245);
    text-align: center;
}

h1[b-i4yx8ckw74] {
    font-weight: bold;
}

input[b-i4yx8ckw74] {
    text-align: left;
    vertical-align: top;
    border: 2px solid rgb(78, 78, 78);
}

    input:focus[b-i4yx8ckw74] {
        border: 2px solid rgb(100, 100, 100);
    }

.animate[b-i4yx8ckw74] {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.slideOutUp[b-i4yx8ckw74] {
    animation-name: slideOutUp-b-i4yx8ckw74;
    animation-timing-function: ease-in;
}

.slideInUp[b-i4yx8ckw74] {
    animation-name: slideInUp-b-i4yx8ckw74;
    animation-timing-function: ease-out;
}

@keyframes slideOutUp-b-i4yx8ckw74 {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100vh);
    }
}

@keyframes slideInUp-b-i4yx8ckw74 {
    from {
        transform: translateY(100vh);
    }

    to {
        transform: translateY(0);
    }
}

#contentDiv[b-i4yx8ckw74] {
    background-color: rgb(48, 48, 48);
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    height: 75%;
    width: 40%;
    border-radius: 12px;
}
/* _content/ServerAlphaWebsite/Pages/Solution.razor.rz.scp.css */
body[b-k70ncejhh4] {
    background-color: rgba(36, 36, 36, 1);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(1rem + 0.5vh);
    color: rgb(245, 245, 245);
    text-align: center;
}

h1[b-k70ncejhh4] {
    font-weight: bold;
}

input[b-k70ncejhh4] {
    text-align: left;
    vertical-align: top;
    border: 2px solid rgb(78, 78, 78);
}

    input:focus[b-k70ncejhh4] {
        border: 2px solid rgb(100, 100, 100);
    }

    .animate[b-k70ncejhh4] {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.slideOutUp[b-k70ncejhh4] {
    animation-name: slideOutUp-b-k70ncejhh4;
    animation-timing-function: ease-in;
}

.slideInUp[b-k70ncejhh4] {
    animation-name: slideInUp-b-k70ncejhh4;
    animation-timing-function: ease-out;
}

@keyframes slideOutUp-b-k70ncejhh4 {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100vh);
    }
}

@keyframes slideInUp-b-k70ncejhh4 {
    from {
        transform: translateY(100vh);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes fade-in-b-k70ncejhh4 {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.8;
    }
}

.bg[b-k70ncejhh4] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/solution_stage_background.jpg) no-repeat left bottom;
    background-size: 100% auto;
    opacity: 0;
    animation: fade-in-b-k70ncejhh4 3s ease-out forwards;
    z-index: 0;
}

#contentDiv[b-k70ncejhh4] {
    background-color: rgba(48, 48, 48, 0.7);
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    height: 75%;
    width: 40%;
    border-radius: 12px;
    z-index: 1; 
}

@media (max-width: 1250px) {
	#contentDiv[b-k70ncejhh4] {
		width: 100%;
		height: 100%;
		padding: 10px;
		gap: 10px;
        border-radius: 0px;
	}

    .bg[b-k70ncejhh4] {
        background: url(images/solution_stage_background.jpg) no-repeat left top;
    }
}

.btn[b-k70ncejhh4] {
    font-size: calc(0.75rem + 0.5vh) !important;
}
