@font-face {
  font-family: SRB;
  src: url(../font/Sarabun-Regular.ttf);
  font-weight: bold;
}
body{
	font-family: SRB;
}
nav,th,div.modal-header{
	color: white;
}
.nav-item a,.navbar-brand{
	color: white;
}
#container{
	padding-top: 10px;
}
#divfooter{
	color: aliceblue;
}
.row{
	padding: 10px;	
}
.nav-link{
	color: white;
}
.custom-toggler .navbar-toggler-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}
#se-pre-con {
	display: none;
	background: rgba(0,0,0,.5) url(../images/Facebook-1s-200px.gif) center no-repeat;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
}
.swal2-title {
  font-family: K2D, monospace;
}