hr.divider {
	border: 0;
	border-top: 1px solid #ffffff;
	margin: 0;
	opacity: 1;
}
#downtime {
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
#downtimeDiv > [role="alert"] {
	min-height: 28px;
	padding: 2px 0;
}
@media (max-width: 768px) {
	#downtimeDiv > [role="alert"] {
		min-height: 36px;
		padding: 2px 0;
	}
}
#header a[target="_blank"]::after {
	content: "";
	display: inline;
	padding: 0;
}
#logoutDropdown i.bi-chevron-down {
	font-size: 1.25rem;
	text-shadow: 0 0 1px currentColor;
}
#logoutItem .dropdown-menu {
	left: 50% !important;
	margin-top: -12px !important;
	min-width: 90px;
	text-align: center;
	transform: translateX(-50%) !important;
	width: auto;
}
#logoutItem .dropdown-menu li {
	height: 24px;
	line-height: 15px;
}
#mobileNavbar {
	position: absolute;
	top: 84px;
	left: 0;
	width: 100%;
	background-color: rgba(23, 71, 123, 1);
	transition: all .5s cubic-bezier(.165, .84, .44, 1);
	z-index: 2;
}
#navHeader {
	min-height: 88px;
}
#search-button-text {
	color: #ffffff;
}
#searchsg-searchbar {
	background-color: #f7f7f7;
}
a.nav-link:hover {
	color: #ffffff;
}
.bg_header {
	background-color: #17477b;
}
.downtime {
	margin: 0;
	text-align: center !important;
	width: 40px;
}
.header-action {
	cursor: pointer;
	text-decoration: none !important;
}
.navbar {
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.navbar-brand {
	align-items: center;
	display: flex;
	margin: 0;
	justify-content: start;
}
.navbar-logo {
	height: auto;
	margin: auto;
	max-height: 60px;
	max-width: 198px;
	object-fit: contain;
	width: 100%;
}
@media (max-width: 380px) {
	.navbar-logo {
		max-height: calc(100vw / 6);
	}
}
.navbar-toggler {
	border: none;
	color: white;
	font-size: 2em;
	margin: 0;
	padding: 1px;
}
@media (max-width: 768px) {
	.navbar-toggler {
		font-size: 2.5em;
	}
}
@media (max-width: 380px) {
	.navbar-toggler {
		font-size: calc(2em + 0.5vw);
	}
}
.navbar-toggler:focus {
	box-shadow: none;
}
.navbar-toggler[aria-expanded="true"] .bi-list::before {
	content: "\f62A";
}
.nav-item.dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-link {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.nav-link .bi-bell-fill {
	font-size: 1.2em;
}
@media (max-width: 768px) {
	.nav-link .bi-bell-fill {
		font-size: 1.5em;
	}
}
.sgds-icon-search::before {
	color: #ffffff;
}
.sgds.navbar {
	align-items: center;
}
.sgds.navbar .nav-item a.nav-link.active {
	border-bottom-color: #ffffff;
	color: #ffffff;
}
@media (max-width: 767px) {
	.sgds.navbar .nav-item a.nav-link.active {
		border-bottom-color: transparent;
		color: #ffffff;
	}
}
.sgds.navbar .nav-item a.nav-link:hover {
	border-bottom-color: transparent;
	color: #ffffff;
}
.sgds.navbar .nav-item a.nav-link.dropdown-toggle.show {
	border-bottom: .125rem solid #ffffff;
	color: #ffffff;
}
.sgds.navbar .nav-item a#logoutDropdown.dropdown-toggle.show {
	border-bottom-color: transparent;
	color: #ffffff;
}
.sgds.navbar .nav-item a.nav-link {
	color: #ffffff;
}
@media (max-width: 991.98px) {
	.sgds.navbar {
		padding: 0;
	}
}
.user {
	color: #ffffff;
	font-size: 16px;
}
.welcome {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}