@import url('https://fonts.googleapis.com/css?family=Anuphan:400,500,700,900&display=swap');

body {
	padding: 100px 0;
	background: #ecf0f4;
	background-image: url(img/bg.jpg);
	background-color: black;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	font-size: 18px;
	line-height: 1.5;
	font-family: 'Anuphan', sans-serif;
	color: #222;
}

h2#swal2-title {
	font-size: 26px;
	font-family: 'Anuphan';
	color: theme('colors.metal');
}

div#swal2-html-container {
	font-size: 20px;
	font-family: 'Anuphan';
	color: theme('colors.metal');
}

.modal {
	font-family: 'Anuphan', sans-serif;
}

html,
body {
	margin: 0;
	padding: 0;
}

.container {
	max-width: 1230px;
	width: 100%;
}

h1 {
	font-weight: 700;
	font-size: 45px;
	font-family: 'Anuphan', sans-serif;
}

.header {
	margin-bottom: 50px;
}

.footer {
	margin-top: 4px;
	font-size: 15px;
	color: #000;
	font-family: 'Anuphan', sans-serif;
}

#description {
	font-size: 18px;
	font-family: 'Anuphan', sans-serif;
}

.g-recaptcha {
	margin: 0 0 20px 0 !important;
	width: auto !important;
	height: auto !important;
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -o-center;
	text-align: -ms-center;
}

.alert-custom {
	background-color: #3fbeb5 ;
}

.boldtext{
	font-weight: 700;
}

.form-wrap {
	background: rgba(255, 255, 255, 1);
	font-family: 'Anuphan', sans-serif;
	width: 100%;
	max-width: 900px;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.form-wrap:before {
	content: "";
	width: 90%;
	height: calc(100% + 60px);
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: -30px;
	background: #3fbeb5;
	z-index: -1;
	opacity: 0.8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.table-wrap {
	background: rgba(255, 255, 255, 1);
	font-family: 'Anuphan', sans-serif;
	width: 100%;
	max-width: 900px;
	padding: 25px;
	margin: 0 auto;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.table-wrap:before {
	content: "";
	width: 90%;
	height: calc(100% + 60px);
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: -30px;
	background: #3fbeb5;
	z-index: -1;
	opacity: 0.8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}


.form-group {
	margin-bottom: 25px;
}

.form-group>label {
	display: block;
	font-size: 18px;
	color: #000;
}

.custom-control-label {
	color: #000;
	font-size: 16px;
}

.form-control {
	height: 50px;
	background: #ecf0f4;
	border-color: transparent;
	padding: 0 15px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.searchbar {
	margin-top: -26px;
	color: #3fbeb5;
	font-weight: 700;

}

.form-control:focus {
	border-color: #00bcd9;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

textarea.form-control {
	height: 160px;
	padding-top: 15px;
	resize: none;
}

.btn {
	padding: .657rem .75rem;
	font-size: 18px;
	letter-spacing: 0.050em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.text {
	font-family: 'Anuphan', sans-serif;
}

.btn-light:hover {
	color: #3fbeb5;
	background-color: #ffffff;
	border-color: #3fbeb5;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.btn-light:focus,
.btn-primary.focus {
	color: #3fbeb5;
	background-color: #ffffff;
	border-color: #3fbeb5;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #3fbeb5;
	background-color: #ffffff;
	border-color: #3fbeb5;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}
.navbar{
	font-family: 'Anuphan', sans-serif;
}

#text {
	box-sizing: border-box;
	background-color: #e8ebee;
	color: #000000;
	border-radius: 15px;
	padding: 10px 15px;
	margin: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: "Quicksand", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.5;
	box-shadow: inset 4px 4px 8px #caced1, inset -4px -4px 8px #ffffff;
  }
  
  #copy {
	position: relative;
	box-sizing: border-box;
	background-color: #482ff7;
	color: #ffffff;
	width: 180px;
	min-height: 44px;
	font-size: 1rem;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	padding: 5px;
	border: 0;
	border-radius: 15px;
	outline: none;
	cursor: pointer;
	user-select: none;
	box-shadow: 13px 13px 20px #caced1, -13px -13px 20px #ffffff;
  }
  #copy:before {
	content: "";
	width: 16px;
	height: 16px;
	bottom: -20px;
	left: 82px;
	clip-path: polygon(50% 40%, 0% 100%, 100% 100%);
  }
  #copy:after {
	content: attr(tooltip);
	width: 140px;
	bottom: -48px;
	left: 20px;
	padding: 5px;
	border-radius: 4px;
	font-size: 0.8rem;
  }
  #copy:before, #copy:after {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	box-sizing: border-box;
	background-color: #000000;
	color: #ffffff;
	transform: translateY(-10px);
	transition: all 300ms ease;
  }
  #copy:hover:before, #copy:hover:after {
	opacity: 1;
	transform: translateY(0);
  }