@font-face {
    font-family: 'THSarabunNew';
    src: url('THSarabunNew/THSarabunNew.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
a {
	color:#0f64f2;
	text-decoration: none;
}
.a_link {
	color:#0f64f2;
}
.admin_login input[type='text'],
.admin_login input[type='password']{
  border:0;
  border-bottom:1px solid grey;
  width:100%;
  padding:3px;
  font-size:16px;
  margin: 10px 0;
  color: grey;
}

.admin_login input[type='text']:focus,
.admin_login input[type='password']:focus {
  outline: none;
}

body {
font-family: 'THSarabunNew' !important; 
font-size:1.5rem !important;
line-height: 1;
}

.button-34 {
	background: #df6091;
	border-radius: 999px;
	box-shadow: #df6091 0 10px 20px -10px;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	opacity: 1;
	outline: 0 solid transparent;
	padding: 8px 18px;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: fit-content;
	word-break: break-word;
	border: 0;
  }
  .brown {
	  color: brown;
  }

.center { 
text-align:center;
}
.container2 {
	width: 300px;
	margin: auto;
  }
.bigfont {
	font-size:50px !important;
	color:#5498DE;
	cursor:pointer;
	line-height:0.75;
}
.des {
font-size:40px;
text-shadow: 1px 0.5px 0px #fff, 2.5px 2px 0px rgba(0,0,0,0.15);
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px; /* or 950px */
}

input[type="image"].loginimage  {
    display: inline;
	position: relative;
	left: 75px;
	top: 15px;
	padding-bottom: 15px;
}

input[type="text"].inputtext  {
    width:80%;
    height: 35px;
	color: gray;
	border: 1px solid grey ;
	border-radius: 4px;
	font-size: 1rem;
	margin-right: 10px;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
  }
  
  #myBtn:hover {
	background-color: #413680;
  }
select {
	height: 35px;
	color: gray;
	border: 1px solid grey ;
	border-radius: 4px;
	margin-right: 10px;
	font-size: 1rem;
}
.bluefont {
	color:#5498DE;
}
.underline { 
text-decoration: underline;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
	padding: 10px;
}
.pointer {
cursor:pointer; }
.padding {
padding:5px; }
.bigblue {
	color:blue;
	font-weight:bold;
}
.red {
	color:red;
}
.bold {
	font-weight:bold;
}
.input-lg2 {
  font-size: 25px !important;
  height:50px !important; 
}
.indent {
	text-indent: 50px;
}
.navy {
	color:navy;
}
.orange {
	color: orange;
}
.pink {
	color:#df6091;
}
.search_line {
	display:flex;
}
.two_column {
	display: grid;
	grid-template-columns: 3fr 1fr;
	column-gap: 50px;
}