@font-face {
	font-family: "GinSiam";
	src: url('../fonts/DBGinSiam/DBGinSiamX.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/DBGinSiam/DBGinSiamX.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
  font-family: 'GinSiam' !important;
  font-size: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#map {
  height: 60%;
}

button {
  width: 100px;
  margin: 10px;
  background-color: #3b9ff3;
  border-color: #3292e2;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
}

.map-drawing-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.map-drawing-actions button {
  width: auto;
  min-width: max-content;
  margin: 10px 0;
  padding: 8px 18px;
}

.map-link-button {
  width: auto;
  padding: 8px 18px;
}

#map .gm-style-mtc button,
#map .gm-style-mtc div {
  font-family: 'GinSiam', sans-serif !important;
}

#bufferValue,
#tolerance {
  font-size: 15px;
  width: 100px;
  height: 32px;
  padding: 5px;
  box-sizing: border-box;
}

textarea {
  height: 300px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}


.map-control-button {
  width: 23px;
  text-align: center;
  vertical-align: middle;
  height: 23px;
  display: inline-block;
}

.map-control-button:before {
  vertical-align: middle;
  display: inline-block;
  content: '';
  height: 100%;
}

.map-control-button i {
  vertical-align: middle;
}

.custom-control-wrapper {
  margin-right: 10px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  border-radius: 2px;
  background-color: #fff;
  margin-top: 5px;
  display: none;
}

.gm-style-cc {
  display: none;
}


/* Autocomplete input */

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
  background-color: #fff;
  font-family: GinSiam;
  font-size: 20px;
  font-weight: 300;
  padding: 0 10px 0 10px;
  text-overflow: ellipsis;
  width: 200px;
  height: 28px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: 'GinSiam' !important;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
 font-family: 'GinSiam' !important;
  font-size: 13px;
  font-weight: 300;
}

#target {
  width: 345px;
}
\
#bufferValue {
  padding-left: 5px;
  margin-left: 0px;
  width: 120px;
}

.disabled {
  background-color: #D4D2D2;
}

.ab{
	border:2px solid #f44336;
}.ab2{
	border:2px solid #4caf50;
}

.aaa{
	font-family: 'GinSiam';
	font-size:22px;
}
input[type='text'] {
 font-family: 'GinSiam', sans-serif;
  font-size: 22px;
}

textarea {

 font-family: 'GinSiam', sans-serif;
  font-size: 22px;
}

.text-font{
 font-family: 'GinSiam', sans-serif;

}

.text-center{
	text-align:center !important;
}

.radius{
	border-radius: 20px !important;
}

.color-black{
	background-color:#141313 !important;
	color:#fefefe !important;
}

.color-dark-bule{
	background-color:#0d3e6c !important;
	color:#fefefe !important;
}

.color-red{
	color:#f44336 !important;
}

.color-1{
	color: #f44336;
}
.color-2{
	color: #4caf50;
}

.font-1{
	font-family: 'GinSiam' !important;
	font-size:22px !important;
}

.font-2{
	font-family: 'GinSiam' !important;
	font-size:18px !important;
}

.font-3{
	font-family: 'GinSiam' !important;
	font-size:26px !important;
	font-weight:bold !important;
	text-decoration: underline;
}
.font-4{
	font-family: 'GinSiam' !important;
	font-size:22px !important;
	font-weight:bold !important;
}

.font-5{
	font-family: 'GinSiam' !important;
	font-size:24px !important;
}

.hide{
	display:none;
}

