
@import url( "../webfonts/wattana/stylesheet.css");
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Faustina:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html,body { 
	height:100%;
  -webkit-font-smoothing: antialiased;
}
body{
	background:#fff;
	color:#666;
	padding:0;
	margin:0;
	font-family: 'Prompt', sans-serif;
    font-style: normal;
    font-stretch: normal;
	 font-weight: 400;
	line-height:1.5;
	position:relative;
	cursor:auto;
}
html {
    box-sizing: border-box;
	font-size: 20px;
}
*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
* {
    max-height: 100000px;
}

a:-webkit-any-link {
	text-decoration: none;
}
a:hover {
  cursor: pointer;
 }
 [disable] {
	cursor: default;
	pointer-events: none;
	filter: grayscale(0.9);
	opacity: 0.7;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
 }
textarea {
  height: auto;
  min-height: 50px;
 }
select {
  width: 100%;
 }
 p {
	 margin:0;
 }
::-webkit-input-placeholder {
  font-family: 'Prompt', sans-serif;
}

:-ms-input-placeholder {
  font-family: 'Prompt', sans-serif;
}

::placeholder {
  font-family: 'Prompt', sans-serif;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
   transition: all 0s 50000s;     
}
/*----------------------------------------------------------------------------------------*/
/*-LABEL --- ---------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
	.label-page {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #8A7966;
	}
		.label-set {
			height: 50mm;
			width: 70mm;
			display:block;
			background-color: #FFF;
			padding: 2px;
		}
		.label-set .label-box {
			width: 100%;
			height: 50%;
			display: flex;
			border: 1px solid #000;
		}
			.label-set .label-box:last-child {
				border-top: none;
				border-left: 1px solid #000;
				border-bottom: 1px solid #000;
				border-right: 1px solid #000;
			}
		.label-set .label-box .side {
			width: 50%;
			height: 100%;
			display: flex;
			padding: 3px;
			align-items: center;
		}
		.label-set .label-box .side-set {
			width: 100%;
			height: auto;
			display: block;
		}
			.label-set .label-box .side:last-child {				
				border-left: 1px solid #000;
			}
		.label-set .text {
			width: 100%;
			height: auto;
			display: flex;
			align-items: center;
			font-size: 10.5px;
			color: #000;
			font-family: sans-serif;
		}
			.label-set .text .left {
				width: 70%;
				height: auto;
				display: block;
				white-space: nowrap;
			}
			.label-set .text .right {
				width: 30%;
				height: auto;
				display: block;
				text-align: right;
			}
		
/*----------------------------------------------------------------------------------------*/
/*-QR CODE --- ---------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
	.qr-code-page {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #8A7966;
	}
		.qr-code-set {
			width: 400px;
			height: auto;
			max-height: 750px;
			max-width: 600px;
			display: block;
			background-color: #FFF;
			text-align: center;
		}
		.qr-code-page .title{
			width: 100%;
			height: auto;
			display: block;		
			font-size: 0.75rem;
        color: #111;
        font-weight: 600;
		  padding: 10px ;
		  text-align: center;
		  background-color: #BAAFA2;
		}
		.qr-code-page .qrcode {
			width: 100%;
			height: auto;
			display: block;		
			padding: 30px;
		}
		.qr-code-page .for{
			width: 100%;
			height: auto;
			display: block;		
			font-size: 0.65rem;
        color: #111;
		  padding: 0 10px ;
		  text-align: center;
		}
			.qr-code-page .for .end{
				width: 100%;
				height: auto;
				display: block;		
				font-size: 0.65rem;
			  color: #8B6931;
			  padding: 10px 10px;
			  margin-top: 10px;
			  text-align: center;
			  border-top: 1px dashed#BAAFA2;
			}
/*----------------------------------------------------------------------------------------*/
/*-CONSENT--- ---------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
	.consent-page {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #8A7966;
		padding: 10px;
	}
		.consent-set {
			width: 210mm;
			height: 297mm;
			min-height: 297mm;
			min-width: 210mm;
			max-height: 297mm;
			max-width: 210mm;
			display: block;
			background-color: #FFF;
			background-image: url("../img/objects/consent-bg.jpg");
			background-size: 100% 100%;			
		}
		.consent-box {
			width: 100%;
			height: auto;
			display: block;
			color: #000;
			font-family: "Sarabun", sans-serif;
			padding: 130px 95px 50px 95px;
		}
		.consent-box .consent-title {
			width: 100%;
			height: auto;
			display: block;
			text-align: center;
			font-weight: 600;
			font-size: 14px;
		}
			.consent-box .consent-text {
				width: 100%;
				height: auto;
				display: inline-table;
				font-size: 13px;
				margin-bottom: 10px;
				text-align: justify;
			}
				.consent-box .consent-text .set-half {
					width: 50%;
					height: auto;
					display: inline-block;
					float: right;
					text-align: right;
				}
				.consent-box .consent-text .set-normal {
					text-indent: 60px;
				}
			.consent-sign-box {
				width: 30%;
				height: auto;
				display: block;
				float: right;
			}
				.consent-sign-box .sign-img {
				
				}
				.consent-sign-box .sign-name {
					text-align: center;
				}
				.consent-sign-box .sign-text {
					text-align: center;				
				}