@font-face {
	font-family: 'SF Pro Display';
	font-weight: 1000;
	src: url('./font/SF-Pro-Display-Regular.otf') format('opentype');
}

.access_restricted {
	height: 100dvh;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: 'SF Pro Display', sans-serif;
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
	line-height: 1.5;
	background-color: #f9f9f9;
}

.access_restricted_content {
	margin: auto;
	color: #5f6774;
}

.access_restricted_logo {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0.75rem;
}

.access_restricted_logo > img {
	width: 7.813rem;
	height: 2.188rem;
}

.access_restricted_banner {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0.065rem 0.19rem 0 rgba(0, 0, 0, 0.05);
	padding: 0.75rem;
	border-radius: 0.25rem;
	gap: 0.5rem;
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}

.access_restricted_banner_title {
	font-size: 20px;
    font-weight: 700;
    color: #2F2F2F;
}

.access_restricted_banner_text {
	color: #5f6774;
	font-weight: normal;
	display: flex;
	flex-direction: column;
	text-align: center;
	font-size: 0.75rem;
	gap: 0.5rem;
}

.access_restricted_banner_button {
	width: 100%;
}

.access_restricted_banner_government_icons {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 0.5rem;
	height: 2rem;
	margin-top: 0.625rem;
}

.access_restricted_banner_government_icons > img {
	width: 2rem;
}

.access_restricted_banner_button {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	padding: 0.8rem 0.32rem;
	font-size: 0.32rem;
	text-transform: capitalize;
	background-color: #003dc2;
	color: #fff;
	gap: 0.09rem;
	border-radius: 0.08rem;
	font-size: 0.8rem;
	border: none;
	border-radius: 0.313rem;
}

.access_restricted_banner_button_icon {
	margin-right: 0.25rem;
	height: 1rem;
	width: 1rem;
}
