<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin: 0;
	padding: 0;
	font-family: pyidaungsu;
}
@font-face{
	font-family: "pyidaungsu";
	src:
	url("../Font/PyidaungsuRegular.ttf") format("ttf"),
	url("../Font/PyidaungsuBold.ttf") format("ttf")
}
#mainBg{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #f0f9e8;
	overflow-y: auto;
}
a{
	text-decoration: none;
}
.fLeft{
	float: left;
}
.fRight{
	float: right;
}

.red{
	color: darkred;
}
.green{
	color: darkgreen;
}

.popupBg{
	position:fixed;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.popupBg .popupFrame{
	width:100%;
	height:100%;
	border:none;
}
.popupBg center{
	/*width:100%;
	height:100%;*/
}
.popupBg .popupBox{
	display: inline-block;
	background-color: rgba(255, 255, 255, 1);
	padding: 10px 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px black;
	margin-top: 5%;
}
.popupBg .popupBox table{
	width: 100%;
	height: 100%;
}
.popupBg .popupBox table .closeBg{
	color: darkred;
	cursor: pointer;
}

@media (min-width: 992px) {
    #mainBg{
		min-width: 1350px;
		min-height: 650px;
	}
	.f18{
		font-size: 18px;
	}
	.f20{
		font-size: 20px;
	}
	.f22{
		font-size: 22px;
	}
	.h40{
		height:40px;
	}
	.h50{
		height:50px;
	}
	.popupBg .popupBox{
		padding: 10px 20px;
		margin-top: 5%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .f18{
		font-size: 16px;
	}
	.f20{
		font-size: 18px;
	}
	.f22{
		font-size: 20px;
	}
	.h40{
		height:38px;
	}
	.h50{
		height:48px;
	}
	.windowOnly{
		display: none;
	}
	h3{
		font-size: 18px;
	}
	body{
		font-size: 14px;
	}
	.popupBg{
		display: flex;
		align-items: center;
		justify-items: center;
	}
	.popupBg .popupBox{
		padding: 5px 10px;
		margin: 5px;
	}
}
@media (max-width: 767px) {
    .f18{
		font-size: 14px;
	}
	.f20{
		font-size: 16px;
	}
	.f22{
		font-size: 18px;
	}
	.h40{
		height:36px;
	}
	.h50{
		height:46px;
	}
	.windowOnly{
		display: none;
	}
	h3{
		font-size: 16px;
	}
	body{
		font-size: 13px;
	}
	.popupBg{
		display: flex;
		align-items: center;
		justify-items: center;
	}
	.popupBg .popupBox{
		padding: 5px 10px;
		margin: 5px;
	}
}</pre></body></html>