@font-face {
	font-family: "Eina-Regular";
	src: url("/public/fonts/Eina02-Regular.ttf");
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
}

#app {
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: "white";
}
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	background-color: black;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
	
}

/* Modal Content/Box */
.modal-content {
	background-color: #222531;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 10px;
	width: 40%; /* Could be more or less, depending on screen size */
	color: white;
	font-family: "Eina-Regular";
	border-radius: 15px;
}

@media (pointer: coarse) {
	.modal-content {
		background-color: #222531;
		margin: 15% auto;
		padding: 10px;
		width: 90%;
		color: white;
		font-family: "Eina-Regular";
	}
}

/* The Close Button */
#closeBtn:hover {
	text-decoration: none;
	cursor: pointer;
	background-color: #95adac !important;
}

#versionBtn:hover {
	text-decoration: none;
	background-color: #95adac !important;
}

#versionBtn2:hover {
	text-decoration: none;
	background-color: #95adac !important;
}

#closeBtn {
	background-color: #b7d5d4;
	border: 0;
	border-radius: 15px;
	padding: 15px;
}

#modalContent {
	width: 90%;
	text-align: center;
	align-content: center;
	display: table;
	margin: 0 auto;
}

#modalTitle {
	padding-top: 5%;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

#modalSubtitle {
	padding-top: 5%;
	text-align: center;
}

#linkTOU {
	color: #7994f6;
}

#dontShow {
	justify-content: center;
	display: flex;
}

#agreeButtonWrapper {
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}
