@font-face {
	font-family: "Pyidaungsu";
	src: url("../../fonts/Pyidaungsu-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Pyidaungsu";
	src: url("../../fonts/Pyidaungsu-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

html[lang="my"] body {
	font-family: "Pyidaungsu", "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

html[lang="my"] header.header-nav.menu_style_home_six .lms-site-nav > li > a,
html[lang="my"] header.header-nav.menu_style_home_six .lms-site-nav > li > a span,
html[lang="my"] .lms-header-auth,
html[lang="my"] .lms-header-auth a,
html[lang="my"] .lms-account,
html[lang="my"] .lms-account__name,
html[lang="my"] .lms-account__panel,
html[lang="my"] .announcement-bell-dropdown,
html[lang="my"] .global-search-input,
html[lang="my"] .global-search-dropdown,
html[lang="my"] .mobile-nav-drawer,
html[lang="my"] .mobile-nav-drawer span,
html[lang="my"] .home-hero-overlay,
html[lang="my"] .home-section-subtitle,
html[lang="my"] .auth-page,
html[lang="my"] .footer_contact_widget,
html[lang="my"] .footer_company_widget,
html[lang="my"] .footer_program_widget {
	font-family: "Pyidaungsu", "Plus Jakarta Sans", "Segoe UI", sans-serif !important;
}

.lms-lang {
	display: inline-flex;
	align-items: center;
	flex: none;
	gap: 8px;
}

.lms-lang__flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 19px;
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid #d9dde8;
	opacity: 0.55;
	box-shadow: none;
	line-height: 0;
	text-decoration: none !important;
}

.lms-lang__flag img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	display: block;
}

.lms-lang__name {
	display: none !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.lms-lang__flag:hover {
	opacity: 0.85;
}

.lms-lang__flag.is-active {
	opacity: 1;
	border-color: #2D368F;
	box-shadow: 0 0 0 2px rgba(45, 54, 143, 0.25);
}

.lms-lang--auth {
	margin-left: auto;
}

.auth-form-panel__top .lms-lang__flag {
	width: 32px;
	height: 21px;
	opacity: 0.65;
}

.auth-form-panel__top .lms-lang__flag.is-active {
	opacity: 1;
}

.lms-partner-bar .lms-lang {
	flex: none;
}

.mobile-nav-drawer__lang {
	padding: 8px 16px 16px;
}

.mobile-nav-drawer__lang .lms-lang {
	display: flex;
	width: 100%;
	justify-content: stretch;
	gap: 8px;
}

.mobile-nav-drawer__lang .lms-lang__flag {
	flex: 1 1 0;
	width: auto;
	height: 44px;
	min-height: 44px;
	border-radius: 10px;
	overflow: hidden;
	opacity: 1;
	gap: 8px;
	padding: 0 10px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.28);
	box-shadow: none;
}

.mobile-nav-drawer__lang .lms-lang__flag img {
	width: 28px;
	height: 19px;
	flex: none;
	border-radius: 3px;
	object-fit: fill;
}

.mobile-nav-drawer__lang .lms-lang__name {
	display: inline !important;
	color: #ffffff;
}

.mobile-nav-drawer__lang .lms-lang__flag.is-active {
	opacity: 1;
	background: #ffffff;
	border-color: #ffffff;
	box-shadow: none;
}

.mobile-nav-drawer__lang .lms-lang__flag.is-active .lms-lang__name {
	color: #1F2668;
}

@media only screen and (max-width: 991.98px) {
	.lms-partner-bar .lms-lang {
		display: none;
	}

	.mobile-menu .mobile-header .lms-lang {
		gap: 6px;
	}

	.mobile-menu .mobile-header a.lms-lang__flag {
		display: block !important;
		width: 32px !important;
		height: 21px !important;
		min-width: 32px !important;
		min-height: 21px !important;
		opacity: 0.85;
		position: static;
		padding: 0 !important;
		overflow: hidden;
		border-radius: 3px;
		flex: none;
	}

	.mobile-menu .mobile-header a.lms-lang__flag img {
		display: block !important;
		width: 32px !important;
		height: 21px !important;
		max-width: none !important;
		object-fit: contain;
	}

	.mobile-menu .mobile-header a.lms-lang__flag span,
	.mobile-menu .mobile-header a.lms-lang__flag:before {
		display: none !important;
		content: none !important;
		width: 0 !important;
		height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		background: none !important;
	}

	.mobile-menu .mobile-header a.lms-lang__flag.is-active {
		opacity: 1;
	}
}
