<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Client: ---
 * Copyright 2008-2018 Punchmark
 */


.form-control {
	background: white;
	border-radius: 0 !important;
}
.menu-search .form-control::placeholder {
	color: rgba(0,0,0,0.5) !important;
}
.btn {
	border-radius: 0 !important;
}
.btn-secondary {
	color: white;
}
.btn-outline-primary {
	border-color: #65051E !important;
}
.btn-outline-primary:hover {
	background: #65051E !important;
}
.darkSection {
	background: #212121;
	padding: 20px !important;
	margin: 40px 0;
}
.darkSection .widget {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media(min-width: 768px) {
	.darkSection .widget {
		flex-direction: row;
		justify-content: space-around;
	}
}
</pre></body></html>