@import url("notosanlao/css/fontlao/stylesheet.css");
* {
	margin: 0px;
	padding: 0px;
    font-family: 'Noto Sans Lao';
    
}

.sweet-alert h2,.showSweetAlert,.sa-button-container .cencle + .confirm{
	/* color: red; */
	font-family: 'Noto Sans Lao';
}
.load-btn{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100px;
}
@media only screen and (max-width: 600px) {
	.load-btn{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		/* height: 100px; */
		margin-top: -20px;
	}
}