body {
	font-family: 'Funnel Display', sans-serif;
	height: 100%;
}

nav {
	background-color: #fff;
	border-bottom: 1px solid #0000FF;
	color: #FFFFFF;
	font-family: 'Funnel Display', sans-serif;
	font-weight: 400;
	display: flex;
	align-items: center;
}

.text-primary {
	color: #0000FF !important;
}

.btn-primary {
	background-color: #0000FF;
	border-color: #0000FF;
	border-radius: 0 !important;
	font-weight: 600;
	transition: background-color 0.2s ease, border-color 0.2s ease;
	padding: 0.75rem 1rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #00008A;
	border-color: #00008A;
	box-shadow: none;
	padding: 0.75rem 1rem;
}

input.form-control {
	border-radius: 0 !important;
	border-color: #0000FF;
	transition: border-color 0.2s ease;
	padding: 0.75rem 1rem;
}

input.form-control:focus {
	border-color: #00008A;
	padding: 0.75rem 1rem;
	outline: none;
}

.lead {
	font-size: 1rem !important;
	font-weight: 400;
}

.nav-logo {
	display: flex;
	align-items: center;
}

.logo-img-height {
	height: 2rem;
}


.custom-toggler {
	border: none;
	background: transparent !important;
	box-shadow: none !important;

}

.custom-toggler:focus {
	outline: none;
	box-shadow: none;
}

.nav-title {
	font-weight: 600;
	font-size: 1.5rem;
	color: #212529;
	margin-bottom: 0;
	letter-spacing: -0.075rem;
}

.hero-heading-letter-spacing {
	letter-spacing: -0.075rem;
	font-weight: 600 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

/* STK status text */
.stk-status {
	font-size: 1.5rem;
	font-weight: 600;
	color: #0000FF;
	font-family: 'Funnel Display', sans-serif;
	margin-bottom: 1.5rem;
}

.loader {
	text-align: center;
	margin: 3rem auto;
	font-family: 'Funnel Display', sans-serif;
}

.progress-container {
	margin-bottom: 1.5rem;
}

.progress-text {
	font-size: 2rem;
	font-weight: 600;
	color: #0000FF;
}

.typewriter-text {
	font-size: 1.5rem;
	font-weight: 600;
	color: #212529;
	min-height: 1.5rem;
}

.loader-description {
	font-size: 1rem;
}

.footer-main {
	background-color: #0000FF;
	color: #FFFFFF;
	font-family: 'Funnel Display', sans-serif;
	font-weight: 400;
	padding: 1.5rem 1rem;
	text-align: center;
}

.footer-copy {
	margin-top: 1rem;
}

.table-3f2a {
	width: 100%;
	border-collapse: collapse;
	font-family: 'Funnel Display', sans-serif;
	font-size: 1rem;
	color: #212529;
	table-layout: fixed;
}

.table-note-3f2a {
	margin-top: 1.5rem;
}

.cell-3f2a {
	border: 1px solid #0000FF;
	padding: 0.75rem 1rem;
	width: 50%;
}

.cell-bold-3f2a {
	font-weight: 400;
}

.cell-note-3f2a {
	display: flex;
}

.note-content-3f2a {
	display: flex;
	align-items: center;
}

.icon-3f2a {
	color: #0000FF;
}

.div_k1l2m3n4o5 {
	display: flex;
	align-items: center;
}

.table_a1b2c3d4e5 {
	width: 100%;
	border-collapse: collapse;
	font-family: 'Funnel Display', sans-serif;
	font-size: 1rem;
	color: #212529;
	margin-top: 1.5rem;
}

.error_p477 {
	display: none;
}

.first-text-p933 {
	padding-top: 0 !important;
}

.img-blog {
	max-height: 256px;
	object-fit: cover;
}

.td_f6g7h8i9j0 {
	border: 1px solid #0000FF;
	padding: 0.75rem 1rem;
	font-weight: 400;
	display: flex;
}

.icon_p6q7r8s9t0 {
	color: #0000FF;
}

.image-overlay {
	position: relative;
	overflow: hidden;
}

.image-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 255, 1), rgba(0, 0, 255, 0.5));
	pointer-events: none;
	z-index: 1;
}

.image-overlay img {
	display: block;
	width: 100%;
	height: auto;
}

#outputResult {
	border-radius: 0;
	background-color: #fff;
	font-family: 'Funnel Display', sans-serif;
	white-space: pre-line;
	display: flex;
	flex-direction: column;
}

#outputResult.success {
	border-color: #0000FF;
	background-color: #fff;
	padding: 0;
	border: none;
	white-space: normal;
}

#outputResult.error {
	border-color: #FF0000;
	background-color: #ffecec;
	color: #FF0000;
}

@media (max-width: 767px) {
	.hero-form {
		padding-top: 0 !important;
	}
}