
	#arg-fun-facts.svelte-tzqpul {
		width: 100%;
		display: flex;
		height: 100%;
		max-width: 18rem;
		top: 0;
		bottom: 0;
		flex-direction: column;
		align-items: center;
		align-content: center;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
	}
	/*
		@media (max-width: 990px) {
			#arg-fun-facts {
				display: none;
			}
		}*/
	#arg-fun-facts.svelte-tzqpul img:where(.svelte-tzqpul) {
		max-width: 166px;
	}
	#arg-fun-fact-title.svelte-tzqpul {
		font-size: 1.6rem;
		font-family: 'Chillax-Semibold';
		text-align: center;
	}
	#arg-fun-fact-cnt.svelte-tzqpul {
		font-size: 0.8rem;
	}

	#arg-fun-fact-content.svelte-tzqpul {
		font-size: 0.8rem;
		font-family: 'Inter-Regular';
		display: flex;
		flex-direction: column;
		row-gap: 1rem;
	}

	.fun-fact-title.svelte-tzqpul {
		margin-top: 0.5rem;
		text-align: center;
		font-family: 'Chillax-Semibold';
	}

	.arg-auth.svelte-5bky5h {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		justify-content: space-between;
		align-items: center;
		font-family: 'Inter-Regular';
		overflow: hidden;
	}

	.arg-auth-center.svelte-5bky5h {
		width: 100%;
		display: flex;
		column-gap: 1rem;

		align-items: center;
	}

	.arg-auth-mid-col.svelte-5bky5h {
		width: 400px;
		padding: 1rem;
	}

	.arg-auth-left-col.svelte-5bky5h {
		flex: 1;
	}
	.arg-auth-right-col.svelte-5bky5h {
		flex: 1;
	}

	.arg-auth-info.svelte-5bky5h {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
	}
	.vertical-line.svelte-5bky5h {
		border-left: 2px solid #aeaeae;
		height: 1rem;
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.already-logged-in.svelte-5bky5h {
		width: 100%;
		background-color: var(--color-tealish);
		padding: 1rem;
		color: var(--color-whitish);
	}
	.already-logged-in-label.svelte-5bky5h {
		font-size: 0.8rem;
		margin-top: 2rem;
	}

	.arg-auth-logo.svelte-5bky5h {
		width: 11rem;
	}
	.cell-center.svelte-5bky5h {
		display: flex;
		justify-content: center;
	}
	.auth-footer.svelte-5bky5h {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 100%;
		font-size: 0.9rem;
	}

	@media (max-width: 990px) {
		.arg-auth.svelte-5bky5h {
			height: auto;
			overflow: auto;
			overflow-y: auto;
		}
		.arg-auth-center.svelte-5bky5h {
			flex-direction: column;
			row-gap: 1rem;
		}
		.arg-auth-mid-col.svelte-5bky5h {
			width: 100%;
			box-sizing: border-box;
		}
		.auth-footer.svelte-5bky5h {
			flex-direction: column;
			row-gap: 1rem;
			box-sizing: border-box;
			padding: 1rem;
		}
	}
