@import url("bootstrap.css");
@import url("reset.css");
@import url("font-awesome.css");


body {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	background: #f0f6ff url('../images/banner-3.png') no-repeat;
	background-size: cover
}

html,
body {
	height: 100%;
	margin: 0;
	font-size: 14px;
}

/* Wrapper */
.wrapper {
	width: 1024px;
	margin: 0 auto;

}


/* Header */
.logo-holder {
	text-align: center
}

.logo-holder img {
	width: 100%;
	max-width: 300px;

}

.logo-holder a {
	text-decoration: none;


}

.tagline-holder {
	text-align: right;
}

.tagline-holder img {
	max-width: 100%;
}

.mak-id {
	background-color: #3ca0f4;
	padding: 5px;
	color: #FFF;
	height: 20px;
	font-size: 13px;
	line-height: 12px;
	font-weight: bold;
	margin-top: 4px;
}

.mak-settings {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 75px;
}

.header-bar {
	line-height: 28px;
}

.header-bar h1 {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}


/* Primary Navigation */
.primary-nav {
	padding: 10px;
	height: 40px;
	overflow: hidden;
}

.primary-nav ul li {
	display: inline-block;
	margin-right: 10px;
}

.primary-nav ul li a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.primary-nav ul li a:hover {
	text-decoration: none;
	color: #fed700;
}

.primary-nav ul li a i {
	padding: 3px 5px;
}

#primary-nav {
	position: relative;
}

#primary-scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 950px;
	height: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

#primary-scroller ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

#primary-scroller li {
	display: block;
	float: left;
	font-size: 14px;
}


/* Primary Navigation */
.seconday-nav {
	padding: 10px;
	height: 40px;
	overflow: hidden;
}

.seconday-nav ul li {
	display: inline-block;
	margin-right: 10px;
}

.seconday-nav ul li a {
	color: #145598;
	font-size: 12px;
	font-weight: bold;
}

.seconday-nav ul li a:hover {
	text-decoration: none;
	color: #fed700;
}

.seconday-nav ul li a i {
	padding: 3px 5px;
}

.post-items {
	margin-bottom: 10px;
	border-radius: 15px
}

.post-items h2 {
	line-height: 1.2;
	font-size: 14px;
}

.post-items .transaction-counter {
	font-size: 11px;
	margin-top: 20px;
	color: #c3c9cb;
}

.post-items .transaction-date {
	color: #c3c9cb;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 5px;
	margin-top: 5px;
}

.post-items .transaction-rate {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 20px
}

.post-items .transaction-provider {
	color: #c3c9cb;
	font-size: 10px;
	text-align: right;
}

.post-items .transaction-provider-pic {
	text-align: right;
	margin-top: 5px
}

.post-items .transaction-provider-pic img {
	width: 25px;
	height: 25px;
}

.list-requirements .req-form {
	color: #145598;
	font-size: 13px;
	font-weight: bold;
}

.list-requirements .req-status {
	font-style: italic;
	font-size: 12px;
	color: #c3c9cb;
}

.list-requirements .req-date {
	font-size: 12px;
	color: #c3c9cb;
}

.table thead tr th {
	font-size: 12px;
}

.table tbody tr td {
	font-size: 12px;
}

.table tbody tr td.actions {
	min-width: 135px;

}


.child-row {
	display: none;
}

.child-row td {
	padding: 0px !important;
	border-top: 0px !important;
}

.child-row td table tr td {
	padding: 8px !important;
}


/*Side bar*/
.top-gov-services {
	background: #FFF;
	padding: 10px;
}

.top-gov-services h2 {
	text-transform: uppercase;
	color: #1778a8;
	font-weight: bold;
	border-bottom: 2px solid #1778a8;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 14px;
}

.top-gov-services ul li {
	font-size: 13px;
	color: #1778a8;
	font-weight: bold;
	line-height: 18px;
}

.top-performance-services {
	background: #ffffff;
	padding: 10px;
}

.top-performance-services h2 {
	text-transform: uppercase;
	color: #1778a8;
	font-weight: bold;
	border-bottom: 2px solid #1778a8;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 14px;
}

.top-performance-services ul li {
	font-size: 13px;
	color: #4b7394;
	font-weight: normal;
	line-height: 18px;
	clear: both;
}

.top-performance-services ul li span {
	float: right;
	color: #1778a8;
	font-weight: bold;
}

.view-all {
	text-align: center
}

.view-all p {
	font-size: 12px;
	text-align: center;
	color: #92a0ae;
}

/*Quickserve */
.quickserve h1 {
	font-size: 18px;
	font-weight: bold;
}

.quickserve .form {
	background: #145598;
	border: 1px solid #fff;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 10px;
}

.login-container {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	min-width: 350px;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	/* Safari support */
	border-radius: 10px;
	font-size: 15px;
}

.logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-container img {
	width: 100%;
	max-width: 300px;
}

/* Footer */

.footer {
	background: #090404;
	background: -moz-linear-gradient(top, #090404 29%, #10144c 58%, #0b0e35 100%);
	background: -webkit-linear-gradient(top, #090404 29%, #10144c 58%, #0b0e35 100%);
	background: linear-gradient(to bottom, #131c47 29%, #131c47 58%, #131c47 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#090404', endColorstr='#0b0e35', GradientType=0);
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	margin-top: 40px;
}

.footer h2 {
	color: #5c7c7f;
	font-family: "Times New Roman";
	font-style: italic;
	font-weight: bold;
}

.footer h3.copyright {
	color: #90929c;
	margin-bottom: 10px;
}

.description {
	font-size: 11px;
	font-weight: lighter;
}

/* alignment */
.text-center {
	text-align: center;
}

.text-start {
	text-align: left;
}

.text-end {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

/*Media Query*/


@media (max-width: 1023px) {
	.wrapper {
		width: 90%;
	}
}

@media (max-width: 768px) {
	.logo-holder {
		text-align: center;
	}

	.tagline-holder img {
		display: none;
	}

	.header-bar h1 {
		display: none;
	}

	.mak-settings {
		text-align: right;
	}

	.post-items h2 {
		font-size: 12px;
		line-height: 18px;
	}

	.post-items .transaction-date,
	.post-items .transaction-rate {
		text-align: left;
	}
}

@media (max-width: 400px) {
	.span {
		display: none;
	}
}

/* Button */
.btn {
	padding: 5px 10px;
	border: none;
}

.btn-sm {
	padding: 3px 10px;
	font-size: 11px;
	border: none;
}

.btn-pay {
	background: #337dd7;
	color: #FFF;
	opacity: 100%;
	padding: 5px 25px;
	border-radius: 10px;
}

.rounded-10px {
	border-radius: 10px;
}

/* Position */
.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.end-0 {
	right: 0;
}

.end-10px {
	right: 10px;
}

.bottom-0 {
	bottom: 0;
}

.bottom-10px {
	bottom: 10px;
}

.float-none {
	float: none;
}

/* background color*/
.bg-white {
	background: #fff !important;
}

.bg-gold {
	background: #ffcc00;
}

.bg-yellow {
	background: #f4c60f;
}

.bg-violet {
	background: #9d1ee6;
}

.bg-red {
	background: #bb2d3b;
}

.bg-grey {
	background: #475f68;
}

.bg-gray {
	background: #92a0ae;
}

.bg-lightblue {
	background: #12bce1;
}

.bg-blue {
	background: #0a7dde;
}

.bg-blue-2 {
	background: #1778a8;
}

.bg-blue-3 {
	background: #032b9c;
}

.bg-blue-4 {
	background: #145598;
}

.bg-darkblue {
	background: #003d8c;
}

.bg-header-blue {
	background: #1778a8;
}

.bg-orange {
	background: #f45b0f;
}

.bg-green {
	background: #58ad05;
}

.bg-cyan {
	background: #089dc2;
}

.bg-light-green {
	background: #67be4d;
}

.bg-light-gray {
	background: #e6ebf2;
}

/* text color */
.text-white {
	color: #fff !important;
}

.text-gold {
	color: #ffcc00;
}

.text-yellow {
	color: #f4c60f;
}

.text-violet {
	color: #9d1ee6;
}

.text-red {
	color: #ff1e00;
}

.text-light-gray {
	color: #e6ebf2;
}

.text-light-grey {
	color: #777;
}

.text-grey {
	color: #475f68;
}

.text-gray {
	color: #92a0ae;
}

.text-skyblue {
	color: #0cb7dc;
}

.text-skyblue-2 {
	color: #07bce3;
}

.text-blue {
	color: #145598;
}

.text-blue-2 {
	color: #165698;
}

.text-blue-3 {
	color: #0a7dde;
}

.text-blue-4 {
	color: #0355be;
}

.text-blue-5 {
	color: #337dd7;
}

.text-orange {
	color: #f45b0f;
}

.text-green {
	color: #43d053;
}

.text-cyan {
	color: #089dc2;
}

.text-light-green {
	color: #67be4d;
}

/* text format */
.text-upper {
	text-transform: uppercase;
}

.text-caps {
	text-transform: capitalize;
}

.text-bold {
	font-weight: bold
}

.text-normal {
	font-weight: normal
}

.text-italic {
	font-style: italic;
}

/* borders */
.no-border {
	border: 0px;
}

.border-right {
	border-right: 1px solid #e8e7e7;
}

.border-left {
	border-left: 1px solid #e8e7e7;
}

.border-top {
	border-top: 1px solid #e8e7e7;
}

.border-bottom {
	border-bottom: 1px solid #e8e7e7;
}

.border-top-left-radius-10 {
	border-top-left-radius: 10px;
}

.border-top-right-radius-10 {
	border-top-right-radius: 10px;
}

.overflow-hidden {
	overflow: hidden;
}

/* padding and offset */
.padding-5 {
	padding: 5px;
}

.padding-10 {
	padding: 10px;
}

.padding-15 {
	padding: 15px;
}

.padding-20 {
	padding: 20px;
}

.padding-top-5 {
	padding-top: 5px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-15 {
	padding-top: 15px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-bottom-5 {
	padding-bottom: 5px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-15 {
	padding-bottom: 15px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-left-5 {
	padding-left: 5px;
}

.padding-left-10 {
	padding-left: 10px;
}

.padding-left-15 {
	padding-left: 15px;
}

.padding-left-20 {
	padding-left: 20px;
}

.padding-right-5 {
	padding-right: 5px;
}

.padding-right-10 {
	padding-right: 10px;
}

.padding-right-15 {
	padding-right: 15px;
}

.padding-right-20 {
	padding-right: 20px;
}

.offset-5 {
	margin: 5px;
}

.offset-10 {
	margin: 10px;
}

.offset-15 {
	margin: 15px;
}

.offset-20 {
	margin: 20px;
}

.offset-top-5 {
	margin-top: 5px;
}

.offset-top-10 {
	margin-top: 10px;
}

.offset-top-15 {
	margin-top: 15px;
}

.offset-top-20 {
	margin-top: 20px;
}

.offset-bottom-5 {
	margin-bottom: 5px;
}

.offset-bottom-10 {
	margin-bottom: 10px;
}

.offset-bottom-15 {
	margin-bottom: 15px;
}

.offset-bottom-20 {
	margin-bottom: 20px;
}

.offset-left-5 {
	margin-left: 5px;
}

.offset-left-10 {
	margin-left: 10px;
}

.offset-left-15 {
	margin-left: 15px;
}

.offset-left-20 {
	margin-left: 20px;
}

.offset-right-5 {
	margin-right: 5px;
}

.offset-right-10 {
	margin-right: 10px;
}

.offset-right-15 {
	margin-right: 15px;
}

.offset-right-20 {
	margin-right: 20px;
}

/* Base input */
.form-control,
.form-select {
	border: 2px solid #a5b5e2;
	border-radius: 5px;
	color: #777;
}

/* Placeholder */
.form-control::placeholder {
	color: #777;
}

/* Autofill fix (Chrome, Edge, Safari) */
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-select:-webkit-autofill {
	-webkit-text-fill-color: #777 !important;
	transition: background-color 9999s ease-in-out 0s;
	box-shadow: 0 0 0px 1000px #fff inset;
	/* match your background */
	border: 2px solid #a5b5e2;
}

tbody td {
	color: #706c6c;
}


.id-card {
	background: linear-gradient(135deg, #FFF, #FFF);
	border-radius: 20px;
	padding: 15px 20px;
	max-width: 300px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.id-left {
	display: flex;
	align-items: center;
	gap: 15px;
}

.avatar {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	object-fit: cover;
}

.name {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #0b7dde;
	margin: 0;
}

.subtext {
	font-size: 12px;
	line-height: 1.2;
	color: #397789;
	margin: 0;
	font-weight: 500;
}

.qr {
	width: 45px;
	height: 45px;
}

.city-logo {
	width: 30px !important;
	height: 30px;
	border-radius: 50%;
	object-fit: contain;
}

.logo-link {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.city-logo-name {
	display: flex;
	margin-top: -35px;
	align-items: center;
	gap: 5px;
}

.city-logo-name span {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}

.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.input-sm {
	font-size: 14px;
}

.card {
	background: #FFF;
	border-radius: 10px;
	overflow: hidden;
	color: #475f68;

}

.card-header {
	background-color: #337dd7;
	color: #FFF;
	padding: 10px;
}

.card-title {
	font-size: 16px;
}

.card-body {
	padding: 10px;
}

.card label {
	color: #777777;
}

.card .form-control {
	background: #f3f8ff;
	border: none;
	box-shadow: none;
}

.mb-3 {
	margin-bottom: 15px;
}

.mt-3 {
	margin-top: 15px;
}

.d-flex {
	display: flex;
}

.justify-content-center {
	justify-content: center;
}

@media (max-width: 990px) {
	#side-menu {
		display: none;
	}

	.left-content {
		padding-top: 10px;
		padding-left: 10px;
	}


}

@media (max-width: 766px) {
	.input-date {
		background: url('../images/calendar-icon.png') no-repeat 98% 2px !important;
	}

	.login-container .left {
		padding-right: 15px;
		border-right: 0px;
		padding-bottom: 50px;
	}

	.login-container .right {
		padding-left: 15px;
		padding-bottom: 50px;
	}

	.id-card {
		background: linear-gradient(135deg, #FFF, #FFF);
		border-radius: 10px;
		padding: 7px 10px;
		max-width: 200px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.id-left {
		display: flex;
		align-items: center;
		gap: 5px;
	}

	.avatar {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		object-fit: cover;
	}

	.name {
		font-size: 11px;
		line-height: 1.2;
		font-weight: 700;
		color: #1454b5;
		margin: 0;
	}

	.subtext {
		font-size: 10px;
		line-height: 1.2;
		color: #1e5aa5;
		margin: 0;
		font-weight: 500;
	}

	.qr {
		width: 45px;
		height: 45px;
	}
}