@charset "UTF-8";
/* CSS Document */
/* Color :#0867B2, #F79420 */
body {
	font-family: 'Prompt', sans-serif !important;
}

h1, h2, h3, h4, h5, .ui.menu {
	font-family: var(--fontFamily) !important;
}

.body-container {
	width: 1200px;
	margin: auto;
}

/* div#kt_app_header_container {
	background-color: #0265b3;
} */

.text-primary {
	color: #0265b3 !important;
}

.btn.btn-primary {
	background-color: #0265b3 !important;
}
.btn.btn-secondary {
	/* background-color: #0265b3 !important; */
}

.sub-footer {
	color: #e8eaee;
	font-size: 12px;
	letter-spacing: 0.7px;
	background-color: #0867af;
	width: 100%;
	text-align: center;
	padding: 10px;
}

.footer {
	border-top: 3px solid #a0b8ca;
}

/* Begin : User Status 2 */
.user-status-2 {
	position: absolute;
	right: 12px;
	bottom: -20px;
	color: red;
	font-weight: 600;
	text-transform: uppercase;
}

.user-status-2-profile {
	color: red !important;
}

.blockui-disabled-account {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 99;
}
/* End : User Status 2 */