h1, h2, h3, h4, h5, h6 {
	font-family: 'Kanit', sans-serif
} 
h2 {
	font-size: 20px;
}
h3 {
  	font-size: 28px;
}

label {
	font-family: 'Kanit', sans-serif;
}
p {
	font-family: 'Kanit', sans-serif;
}
.nav_title {
	font-family: 'Kanit', sans-serif;
}
.main_menu_side {
	font-family: 'Kanit', sans-serif;
}
.swal2-content  {
	font-family: 'Kanit', sans-serif;
}
.swal2-confirm {
	font-family: 'Kanit', sans-serif;
}
.swal2-cancel {
	font-family: 'Kanit', sans-serif;
}
.label-success {
	padding: 0px 16px 0px 16px;
    border-radius: 14px;
    font-size: 15px;
    color: #26b99a;
	border: 1px solid;
	background-color: #fff;
}
.label-link-info {
	padding: 0px 8px 0px 8px;
	border-radius: 14px;
	font-size: 15px;
	color: #1e88e5;
	border: 1px solid;
	background-color: #fff;
}
.label-default {
	padding: 0px 10px 0px 10px;
    border-radius: 14px;
    font-size: 15px;
    color: #777777;
	border: 1px solid;
	background-color: #fff;
}
.label-warning {
	padding: 0px 10px 0px 10px;
    border-radius: 14px;
    font-size: 11px;
    color: #ff655d;
	border: 1px solid;
	background-color: #fff;
}
.alert-warning {
	color: #67757c;
	background-color: #ffe0b4;
	border-color: #ffe0b4;
}
.alert-info {
	color: #67757c;
	background-color: #edf6ff;
	border-color: #edf6ff;
}