/*!
 * Start Bootstrap - SB Admin 2 v4.1.3 (https://startbootstrap.com/theme/sb-admin-2)
 * Copyright 2013-2021 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin-2/blob/master/LICENSE)
 *//*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

 @font-face {
   font-family: IBM Plex Sans Thai;
   src: url('IBM_Plex_Sans_Thai/IBMPlexSansThai-Regular.ttf') format('truetype');
  
}
.page-shadow{
	position: absolute;
	width: 1280px;
	height: 800px;
	left: 0px;
	top: 0px;

	/* Base/900 */

	background: #141414;
	opacity: 0.5;
	z-index:1;
}
.page-menu-slider{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;

	position: absolute;
	height: 800px;
	width: 80px;
	left: 0px;
	top: 0px;
	bottom: 0px;

	/* Backgroud/White */

	background: #FFFFFF;
	/* Shadow XI/E-SHD 02 */

	box-shadow: 0px 4px 6px #E5E5E5, 0px 0px 1px rgba(33, 37, 41, 0.32);
	z-index:2;
 }
 .page-body-slider{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;

	position: absolute;
	width: 1200px;
	height: 800px;
	left: 80px;
	top: 0px;

 }
 .li-nav-box-header{
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: center;
	padding: 16px;
	gap: 10px;

	width: 100%;
	height: 80px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;

	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
 }
  .li-nav-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 16px;
	gap: 10px;

	width: 100%;
	height: 80px;

	/* Backgroud/White */

	background: #FFFFFF;

	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
 }
 .li-inside-button{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;

	width: 48px;
	height: 48px;

	border-radius: 16px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 1;
}

 .slide-line{

	width: 100%;
	height: 0px;

	/* Base/25 */

	border: 1px solid #F4F4F4;

	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
	bottom:100px;
	position: absolute;
 }
 .li-bottom{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 16px;
	gap: 10px;

	width: 100%;
	height: 100px;
	/* Backgroud/White */

	background: #FFFFFF;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
	position: absolute;
	bottom:0px;
 }
 .li-primary-button{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;

	width: 100%;
	height: 48px;

	/* Primary/Blue/Default

	3750A1
	*/
	background: #3750A1;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
 }
 .li-light-button{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;

	width: 100%;
	height: 48px;

	border-radius: 16px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
 }
 .li-light-button:hover{
	
	background: #E5E4E2;
	

 }
 .icon-frame-menu{
	display: flex;
	 
	width: 40px;
	height: 40px;
 }
 .image-menu{

	width: 32px;
	height: 32px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
 }
 .image-menu-margin{
	margin-left: 8px;
 }
 .label-menu-primary{
	width: 258px;
	height: 40px;

	/* IBM Plex Sans Thai/Header/H4 Medium */

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	/* identical to box height, or 167% */

	display: flex;
	align-items: center;

	/* Base/White */

	color: #FFFFFF;


	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 1;
	margin-left:17.33px;
 }
 .label-menu-light{
	
	width: 258px;
	height: 40px;

	/* IBM Plex Sans Thai/Header/H4 Medium */

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	/* identical to box height, or 167% */

	display: flex;
	align-items: center;

	/* Base/White */

	color: #3750A1;


	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 1;
	margin-left:17.33px;
 }
 
 .logo-icon{
	 box-sizing: border-box;

	width: 48px;
	height: 48px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Transparent/Black 8% */

	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 32px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
 }
 .label-logo-icon{
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 53px;
	display: flex;
	align-items: center;
	text-align: center;

	/* Primary/Blue/Default */

	color: #3750A1;
	padding: 0px 0px 0px 3px;

 }
 .label-user-div{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;

	/*width: 239.33px*/;
	height: 56px;
	margin-left: 17.33px;

	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 1;
 }
 .label-user{
	width: 239.33px;
	height: 32px;

	/* IBM Plex Sans Thai/Body/P0 Medium */

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 160% */

	display: flex;
	align-items: center;

	/* Primary/Blue/Default */

	color: #3750A1;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
 }
 .label-username{
	width: 239.33px;
	height: 24px;

	/* IBM Plex Sans Thai/Body/P2 Regular */

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */


	/* Primary/Blue/Default */

	color: #3750A1;


	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
 }
 
 /*----------------------- product-page ---------------------*/
 .nav-bar{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px 24px;
	gap: 496px;

	width: 1200px;
	height: 80px;

	/* Backgroud/White */

	background: #FFFFFF;
	/* Shadow XI/E-SHD 01 */

	box-shadow: 0px 2px 2px rgba(33, 37, 41, 0.06), 0px 0px 1px rgba(33, 37, 41, 0.08);

	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.title-nav-bar{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 16px 0px;
	gap: 12px;

	width: 1152px;
	height: 80px;

	border-radius: 16px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 1;
}
.lbl-title-nav-bar{
	width: 960px;
	height: 40px;

	/* IBM Plex Sans Thai/Header/H4 Medium */

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	/* identical to box height, or 167% */

	display: flex;
	align-items: center;

	/* Primary/Blue/Default */

	color: #3750A1;


	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 1;
}
.lbl-logout{
	width: 136px;
	height: 40px;

	/* IBM Plex Sans Thai/Header/H4 Regular */

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	/* identical to box height, or 167% */

	display: flex;
	align-items: center;

	/* Primary/Blue/Default */

	color: #3750A1;


	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
}
.svg-icon-logout{
	width: 32px;
height: 32px;


/* Inside auto layout */

flex: none;
order: 2;
flex-grow: 0;
}
.main-body{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
	gap: 16px;

	width: 1200px;
	height: 720px;


	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 1;
}
.body-group-table{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 24px;

	width: 1152px;
	height: 592px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}	
.body-pagination{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 24px;

	width: 1152px;
	height: 64px;


	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}
.section-header-sort{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 24px;

	width: 1152px;
	height: 48px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
flex-grow: 0;
}
.section-header-frame{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;

	width: 1152px;
	height: 48px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.group-search-dropdown{
	box-sizing: border-box;

	/* Auto layout */

	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 1px 16px;
	gap: 8px;

	width: 260px;
	height: 48px;

	/* Base/White */

	background: #FFFFFF;
	/* Base/50 */

	border: 1px solid #E0E0E0;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.search-input{
	box-sizing: border-box;

	/* Auto layout */

	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 14px 16px;
	gap: 8px;

	width: 770px;
	height: 56px;

	/* Base/White */

	background: #FFFFFF;
	/* Base/50 */

	border: 1px solid #E0E0E0;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 1;
}
.section-scan{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 12px;

	width: 209px;
	height: 48px;


	/* Inside auto layout */

	flex: none;
	order: 2;
	flex-grow: 0;
}
.section-scan-frame{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;

	width: 209px;
	height: 48px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 1;
}
.btn-scan{
	box-sizing: border-box;

	/* Auto layout */

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	gap: 8px;

	width: 56px;
	height: 56px;

	/* Base/White */

	background: #FFFFFF;
	/* Primary/Blue/Default

	3750A1
	*/
	border: 1px solid #3750A1;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
.btn-add-new{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	gap: 8px;

	width: 145px;
	height: 48px;

	/* Primary/Blue/Default

	3750A1
	*/
	background: #3750A1;
	border-radius: 8px;
	border:0px;
	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
}
.btn-add-label-new{

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 160% */

	display: flex;
	align-items: center;

	/* Backgroud/White */

	color: #FFFFFF;


	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
}
.title-group-icon-new{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 24px;
	gap: 8px;

	width: 56px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
.section-header-detail{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 24px;

	width: 1152px;
	height: 48px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.section-detail{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;

	width: 1152px;
	height: 528px;


	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 1;
}
.section-footer-detail{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 24px;

	width: 1152px;
	height: 64px;


	/* Inside auto layout */

	flex: none;
	order: 2;
	align-self: stretch;
	flex-grow: 0;
}
.section-header-detail-frame{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;

	width: 1152px;
	height: 48px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.add-input-search-new{
	box-sizing: border-box;

	/* Auto layout */

	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 14px 32px;
	gap: 8px;

	width: 1088px;
	height: 48px;

	/* Base/White */

	background: #FFFFFF;
	/* Base/50 */

	border: 1px solid #E0E0E0;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 1;		

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	/* identical to box height, or 178% */


	/* Base/900 */

	color: #1E1E1E;

}
.add-input-search-new:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 20px;
  background: url("../../svg/Search.svg") center / contain no-repeat;
  background-size: 18px 18px;
}
.detail-frame-row1{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;

	width: 1152px;
	height: 78px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.detail-frame-row2{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;

	width: 1152px;
	height: 78px;


	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}
.detail-frame-row3{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;

	width: 1152px;
	height: 78px;


	/* Inside auto layout */

	flex: none;
	order: 2;
	align-self: stretch;
	flex-grow: 0;
}
.detail-frame-row4{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 24px;

	width: 306px;
	height: 78px;


	/* Inside auto layout */

	flex: none;
	order: 3;
	flex-grow: 0;
}
.detail-frame-row5{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 24px;

	width: 1152px;
	height: 64px;


	/* Inside auto layout */

	flex: none;
	order: 4;
	align-self: stretch;
flex-grow: 0;
}
.detail-group-labelText{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 4px;

	width: 568px;
	height: 78px;


	/* Inside auto layout */

	flex: none;
	flex-grow: 1;
}
.label-addPage{	
	/* IBM Plex Sans Thai/Body/P1 Medium */

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	/* identical to box height */

	/* Base/900 */

	color: #1E1E1E;

}

.input-addPage-text{
	box-sizing: border-box;

	/* Auto layout */

	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 12px 16px;
	gap: 8px;

	width: 676px;
	height: 56px;

	/* Base/25 */

	background: #F4F4F4;
	/* Base/50 */

	border: 1px solid #E0E0E0;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.add-input{
	box-sizing: border-box;

	/* Auto layout */

	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 12px 16px;
	gap: 8px;

	width: 568px;
	height: 48px;

	/* Base/25 */

	background: #F4F4F4;
	/* Base/25 */

	border: 1px solid #F4F4F4;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
	text-align:left;
}
.add-input:disabled{
	background: #F4F4F4;
}
.detail-group-labelText1{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 4px;

	width: 276px;
	height: 78px;


	/* Inside auto layout */

	flex: none;
	flex-grow: 1;
}
.add-input-sub{
	box-sizing: border-box;

	/* Auto layout */

	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 12px 16px;
	gap: 8px;

	width: 276px;
	height: 48px;

	/* Base/25 */

	background: #FFFFFF;
	/* Base/25 */

	border: 1px solid #F4F4F4;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}
.add-input-sub:disabled{
	background: #F4F4F4;
}
.add-input-sub-newPrice{
	box-sizing: border-box;

	/* Auto layout */

	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 12px 16px;
	gap: 8px;

	width: 276px;
	height: 48px;

	/* Base/25 */

	background: #FFFFFF;
	/* Base/25 */

	border: 1px solid #F4F4F4;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
	cursor: progress;
}
.add-input-sub-newPrice:disabled{
	background: #F4F4F4;
	cursor: default;
}

.input-check-form{
	box-sizing: border-box;

	position: absolute;
	
	/* Base/White */

	background: #FFFFFF;
	/* Primary/Blue/Default

	3750A1
	*/
	border: 6px solid #3750A1;
	border-radius: 100px;
}
.col-radio{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 16px 0px;
	gap: 24px;

	width: 306px;
	height: 64px;

	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	flex-grow: 0;
}
.label-radio-frame{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 8px;

	width: 148px;
	height: 32px;


	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
}
.label-radio-text{
	width: 100%;
	height: 32px;

	/* IBM Plex Sans Thai/Body/P0 Medium */
	padding-left:44px;
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 160% */


	/* Base/900 */

	color: #1E1E1E;


	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
.section-footer-frame{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px 0px 0px 588px;
	gap: 24px;

	width: 1152px;
	height: 64px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 1;
}
.btn-clear-data1{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	gap: 8px;

	width: 270px;
	height: 64px;

	/* Error/Default

	D71A16
	*/
	background: #D71A16;
	border-radius: 8px;
	border:0px;
	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 1;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	/* identical to box height, or 167% */

	display: flex;
	align-items: center;

	/* Backgroud/White */

	color: #FFFFFF;
}
.btn-add-product1{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	gap: 8px;

	width: 270px;
	height: 64px;

	/* Primary/Blue/Default

	3750A1
	*/
	background: #3750A1;
	border-radius: 8px;
	border:0px;

	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 1;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	/* identical to box height, or 167% */

	display: flex;
	align-items: center;

	/* Backgroud/White */

	color: #FFFFFF;
}
.btn-clear-data1:disabled{
	opacity:50%
}
.btn-add-product1:disabled{
	opacity:50%
}
.frame-tab{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;

	width: 1152px;
	height: 56px;


	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}
.box-tab{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;

	width: 384px;
	height: 56px;


	/* Inside auto layout */

	flex: none;
	flex-grow: 1;
}
.box-tab-text{
	width: 100%;
	height: 32px;

	/* IBM Plex Sans Thai/Body/P0 Regular */

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 160% */

	text-align: center;

	/* Black/60% */

	color: rgba(0, 0, 0, 0.6);


	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
	cursor:pointer;
}
.tab-indicator{
	width: 100%;
	height: 0px;

	/* Base/25 */

	border: 4px solid #F4F4F4;

	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}
.box-tab-text-check{
	width: 100%;
	height: 32px;

	/* IBM Plex Sans Thai/Body/P0 Medium */

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 160% */

	text-align: center;

	/* Primary/Blue/Default */

	color: #3750A1;
	cursor:pointer;
}
.tab-indicator-check{
	width: 100%;
	height: 0px;

	/* Primary/Blue/Default

	3750A1
	*/
	border: 4px solid #3750A1;

	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}
.body-product{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;

	width: 1152px;
	height: 472px;


	/* Inside auto layout */

	flex: none;
	order: 3;
	align-self: stretch;
	flex-grow: 1;
}
.body-top-frame{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	padding: 0px;
	gap: 16px;

	width: 1152px;
	height: 48px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.body-table-frame{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;

	width: 1152px;
	height: 350px;

	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	/*flex-grow: 1;*/
	
	
}
.list-count-product{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	padding: 0px;
	gap: 16px;

	width: 1152px;
	height: 48px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.list-count-product-inside{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 16px;

	width: 779px;
	height: 32px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.list-count-product-text-bold{
	width: 117px;
	height: 32px;

	/* IBM Plex Sans Thai/Body/P0 Bold */

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 160% */


	/* Base/900 */

	color: #1E1E1E;
}
.scroll {
    width: 100%; height: 100%;
    overflow: hidden;
}  
::-webkit-scrollbar {
    width: 12px;
}
                    
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
                    
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.list-count-product-text{
	width: 200px;
	height: 32px;

	/* IBM Plex Sans Thai/Body/P0 Regular */

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 160% */


	/* Base/900 */

	color: #1E1E1E;


	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
}
.tbody-scroll {
  height: 350px;
  /*height: 80em;*/
  overflow: scroll;
}
#table-scroll{
  height:380px;
  overflow:auto;  
  margin-top:0px;
}
#table-report-scroll{
  overflow:auto;  
  margin-top:0px;
}
#dataPrint{
	height:80%;
  overflow:auto;  
  margin-top:20px;
}
.btn-print-label{
	box-sizing: border-box;

	/* Auto layout */

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	gap: 8px;

	width: 188px;
	height: 48px;

	/* Base/White */

	background: #FFFFFF;
	/* Primary/Blue/Default

	3750A1
	*/
	border: 1px solid #3750A1;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 160% */

	display: flex;
	align-items: center;

	/* Primary/Blue/Default */

	color: #3750A1;

}
.btn-print-label:disabled{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	gap: 8px;

	width: 188px;
	height: 48px;

	/* Base/25 */

	background: #F4F4F4;
	border-radius: 8px;
	border: 0px solid #3750A1;
	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 167% */

	display: flex;
	align-items: center;

	/* Base/300 */

	color: #A3A3A3;
}
.btn-deleteall-label{
	box-sizing: border-box;

	/* Auto layout */

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	gap: 8px;

	width: 153px;
	height: 48px;

	/* Base/White */

	background: #FFFFFF;
	/* Primary/Blue/Default

	3750A1
	*/
	border: 1px solid #3750A1;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 2;
	flex-grow: 0;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 160% */

	display: flex;
	align-items: center;

	/* Primary/Blue/Default */

	color: #3750A1;

}
.btn-deleteall-label:disabled{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	gap: 8px;

	width: 153px;
	height: 48px;

	/* Base/White */

	background: #FFFFFF;
	/* Primary/Blue/Default

	3750A1
	*/
	border: 1px solid #3750A1;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 2;
	flex-grow: 0;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 160% */

	display: flex;
	align-items: center;

	/* Primary/Blue/Default */

	color: #3750A1;
}
.table-cell-col1{
	display: absolute;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 11px 16px 10px;
	gap: 8px;

	width: 122px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;
	border-radius: 8px 0px 0px 0px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
.table-cell-col2{
	display: absolute;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 11px 16px 10px;
	gap: 8px;

	width: 528px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 1;
}
.table-cell-col3{
	display: absolute;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 11px 16px 10px;
	gap: 8px;

	width: 186px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 2;
	flex-grow: 0;
}
.table-cell-col4{
	display: absolute;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 11px 16px 10px;
	gap: 8px;

	width: 186px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 3;
	flex-grow: 0;
}
.table-cell-col5{
	display: absolute;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 11px 16px 10px;
	gap: 8px;

	width: 130px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;
	border-radius: 0px 8px 0px 0px;

	/* Inside auto layout */

	flex: none;
	order: 4;
	flex-grow: 0;
}
.table-report-cell-col1{
	display: absolute;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
	gap: 8px;

	width: 80px;
	height: 56px;

	flex-grow: 0;
	
	background: #EAF5F9;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;
	border-radius: 8px 0px 0px 0px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
.table-report-cell-col2{
	display: absolute;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
	gap: 8px;

	width: 380px;
	height: 56px;

	background: #EAF5F9;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
}
.table-report-cell-col3{
	display: absolute;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
	gap: 8px;

	width: 174px;
	height: 56px;

	background: #EAF5F9;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 2;
	flex-grow: 0;
}
.table-report-cell-col4{
	display: absolute;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
	gap: 8px;

	width: 152px;
	height: 56px;

	background: #EAF5F9;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 3;
	flex-grow: 0;
}
.table-report-cell-col5{
	display: absolute;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
	gap: 8px;

	width: 136px;
	height: 56px;

	background: #EAF5F9;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 4;
	flex-grow: 0;
}
.table-report-cell-col6{
	display: absolute;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
	gap: 8px;

	width: 120px;
	height: 56px;

	background: #EAF5F9;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 5;
	flex-grow: 0;
}
.table-report-cell-col7{
	display: absolute;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
	gap: 8px;

	width: 112px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;
	border-radius: 0px 8px 0px 0px;

	/* Inside auto layout */

	flex: none;
	order: 6;
	flex-grow: 0;
}
.table-empty-data{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*padding: 280px 693px;*/
	gap: 10px;

	/*width: 1296px;*/
	width:1152px;
	height: 472px;


	/* Inside auto layout */

	flex: none;
	order: 3;
	align-self: stretch;
	flex-grow: 1;
}
.table-empty-data2{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*padding: 280px 693px;*/
	gap: 10px;

	width: 1152px;
	height: 472px;


	/* Inside auto layout */

	flex: none;
	order: 3;
	align-self: stretch;
	flex-grow: 1;
}
.empty-data{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 16px;

	width: 244px;
	height: 144px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
.package-box{
	width: 88px;
	height: 88px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
.empty-data-text{
	width: 244px;
	height: 40px;

	/* IBM Plex Sans Thai/Header/H4 Regular */

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	/* identical to box height, or 167% */

	display: flex;
	align-items: center;

	/* Base/100 */

	color: #D9D9D9;


	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
}
.icon-print-label{
	fill="#3750A1";
}
.icon-print-label:disabled{
	fill="#A3A3A3";
}






























.modal-background{
	position: absolute;
	width: 1280px;
	height: 800px;
	left: 0px;
	top: 0px;

	/* Base/900 */

	background: #141414;
	opacity: 0.5;
	filter: alpha(opacity=75);   
	-moz-opacity: .75;  
	z-index: 999;
}

.dialogs{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
	gap: 16px;

	position: absolute;
	width: 530px;
	height: 252px;
	left: 375px;
	top: 274px;

	/* Base/White */

	background: #FFFFFF;
	/* Base/50 */

	border: 0.888889px solid #E0E0E0;
	box-shadow: 0px 1.77778px 1.77778px rgba(33, 37, 41, 0.06), 0px 0px 0.888889px rgba(33, 37, 41, 0.08);
	border-radius: 7.11111px;
	z-index: 1000;
}
.modal-content-info{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 4px;

	width: 490.67px;
	height: 108px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
.modal-content-button{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 16px 0px 0px;
	gap: 8px;

	width: 482px;
	height: 80px;


	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}
.modal-info-frame-top{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 2px;

	width: 490.67px;
	height: 64px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.modal-info-title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 2px;

	width: 490.67px;
	height: 40px;


	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
}
.info-title-text{
	/*width: 408px;*/
	height: 40px;

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 40px;
	/* identical to box height, or 143% */


	/* Base/900 */

	color: #1E1E1E;
	
	text-align:center;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
.info-title-text-1{
	/*width: 408px;*/
	height: 40px;

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	/* identical to box height, or 143% */


	/* Base/900 */

	color: #1E1E1E;
	
	text-align:center;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
.modal-icon{
	width: 64px;
	height: 64px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
.modal-button-frame{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 8px;

	width: 482px;
	height: 64px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.modal-btn-cancle{
	box-sizing: border-box;

	/* Auto layout */

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 14.2222px;
	gap: 7.11px;

	width: 237px;
	height: 64px;

	/* Base/White */

	background: #FFFFFF;
	/* Primary/Blue/Default

	3750A1
	*/
	border: 0.888889px solid #3750A1;
	border-radius: 7.11111px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 1;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	/* identical to box height, or 167% */

	display: flex;
	align-items: center;

	/* Primary/Blue/Default */

	color: #3750A1;
}
.modal-btn-submit{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 14.2222px;
	gap: 7.11px;

	width: 237px;
	height: 64px;

	/* Primary/Blue/Default

	3750A1
	*/
	background: #3750A1;
	border-radius: 7.11111px;
	border : 0px;
	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 1;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	/* identical to box height, or 167% */

	display: flex;
	align-items: center;

	/* Backgroud/White */

	color: #FFFFFF;

}
.check-th{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 8px;

	width: 64px;
	height: 52px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.check-input-frame{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 32px 24px;

	width: 100%;
	/*height: 120px;*/

	/* Base/White */

	background: #FFFFFF;
	/* Table/Border/Bottom 1px $gray-100 */

	/*box-shadow: inset 0px -1px 0px #DBDBDB;*/

	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.check-input{
	width: 28px;
	height: 28px;


	/* Inside auto layout */

	flex: none;

	flex-grow: 0;
	
	position: absolute;
	width: 24px;
	height: 24px;
	

	/* Primary/Blue/Default

	3750A1
	*/
	background: #ffffff;
	border-radius: 6px;
}
.check-input:checked{
	
	background: #3750A1;
	border-radius: 6px;
}
.print-label-frame-count{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	padding: 8px;
	gap: 10px;

	width: 189px;
	height: 56px;

	/* Backgroud/White */

	background: #FFFFFF;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 1;
}
.input-print-count{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 4px;
	gap: 8px;

	width: 125px;
	height: 48px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
	
	text-align:center;
	
	font-family: 'CPF Imm Sook';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	/* identical to box height, or 125% */


	/* Primary/Blue/Default */

	color: #3750A1;

}
.body-pagination-button{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 8px 0px;
	gap: 149px;

	width: 1152px;
	height: 64px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 1;
}
.body-pagination-frame-main{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;

	width: 1152px;
	height: 64px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 1;
}
.pagination-frame-sub1{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 24px;

	width: 600px;
	height: 48px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
.pagination-frame-sub2{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;

	width: 552px;
	height: 64px;


	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 1;
}
.pagination-btn-cancle{
	box-sizing: border-box;

	/* Auto layout */

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	gap: 4px;

	width: 268px;
	height: 64px;

	/* Base/White */

	background: #FFFFFF;
	/* Primary/Blue/Default

	3750A1
	*/
	border: 1px solid #3750A1;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 1;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	/* identical to box height, or 167% */

	display: flex;
	align-items: center;

	/* Primary/Blue/Default */

	color: #3750A1;
}
.pagination-btn-confirm{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	gap: 8px;

	width: 268px;
	height: 64px;

	/* Primary/Blue/Default

	3750A1
	*/
	background: #3750A1;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 1;

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	/* identical to box height, or 167% */

	display: flex;
	align-items: center;
	text-align: center;

	/* Backgroud/White */

	color: #FFFFFF;

}
.pagination-btn-cancle:disabled{
	opacity:50%
}
.pagination-btn-confirm:disabled{
	opacity:50%
}
.modal-table-bg{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 10px;

	position: absolute;
	width: 1216px;
	height: 736px;
	left: 32px;
	top: 32px;

	border-radius: 8px;
	z-index: 1000;
}
.modal-table-detail{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 24px;
	gap: 16px;

	width: 1216px;
	height: 736px;

	/* Backgroud/Grey */

	background: #FCFCFC;
	/* Shadow XI/E-SHD 01 */

	box-shadow: 0px 2px 2px rgba(33, 37, 41, 0.06), 0px 0px 1px rgba(33, 37, 41, 0.08);
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 1;
}
.modal-table-frame{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;

	width: 1168px;
	height: 608px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 1;
}
.modal-table-button-frame{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 8px 0px 8px 648px;
	gap: 16px;

	width: 1168px;
	height: 64px;


	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}
.modal-table-main-frame{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 4px;

	width: 1168px;
	height: 608px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 1;
}
.modal-table-inside-frame{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;

	width: 1168px;
	height: 608px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 1;
}
.modal-table-header{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 32px;

	width: 1168px;
	height: 48px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.modal-table-body{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 8px;

	width: 1168px;
	height: 544px;


	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 1;
}
.modal-table-header-inside{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 16px;

	width: 1168px;
	height: 48px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.modal-table-header-icon{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 8px;
	gap: 10px;

	width: 48px;
	height: 48px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
.modal-label-header{
	width: 1040px;
	height: 40px;

	/* IBM Plex Sans Thai/Header/H4 Bold */

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
	/* identical to box height, or 167% */

	display: flex;
	align-items: flex-end;

	/* Primary/Blue/Default */

	color: #3750A1;


	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 1;
}
.modal-header-close{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 8px;
	gap: 10px;

	width: 48px;
	height: 48px;

	/* Backgroud/White */

	background: #FFFFFF;
	/* Shadow/1dp */

	box-shadow: 0px 1px 1px rgba(104, 120, 171, 0.14), 0px 2px 1px rgba(104, 120, 171, 0.12), 0px 1px 3px rgba(104, 120, 171, 0.2);
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 2;
	flex-grow: 0;
}
.btn-print-confirm{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	gap: 8px;

	width: 252px;
	height: 64px;

	/* Primary/Blue/Default

	3750A1
	*/
	background: #3750A1;
	border-radius: 8px;
	border:0px;
	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 1;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	/* identical to box height, or 167% */

	display: flex;
	align-items: center;

	/* Backgroud/White */

	color: #FFFFFF;
}
.btn-print-cancle{
	box-sizing: border-box;

	/* Auto layout */

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	gap: 8px;

	width: 252px;
	height: 64px;

	/* Base/White */

	background: #FFFFFF;
	/* Primary/Blue/Default

	3750A1
	*/
	border: 1px solid #3750A1;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 1;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	/* identical to box height, or 167% */

	display: flex;
	align-items: center;

	/* Primary/Blue/Default */

	color: #3750A1;
}
.dialog-success{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
	gap: 24px;

	position: absolute;
	width: 530px;
	height: 230px;
	left: 375px;
	top: 285px;

	/* Base/White */

	background: #FFFFFF;
	/* Base/50 */

	border: 0.888889px solid #E0E0E0;
	box-shadow: 0px 1.77778px 1.77778px rgba(33, 37, 41, 0.06), 0px 0px 0.888889px rgba(33, 37, 41, 0.08);
	border-radius: 7.11111px;
	
	z-index:1000;
}
.dialog-success-inside{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 16px;

	width: 490.67px;
	height: 182px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 1;
}
.dialog-success-frame-top{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 2px;

	width: 490.67px;
	height: 64px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.dialog-success-frame-body{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 2px;

	width: 490.67px;
	height: 36px;


	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
}
.dialog-success-frame-bottom{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 8px;

	width: 552px;
	height: 72px;

	/* Inside auto layout */

	flex: none;
	order: 2;
	flex-grow: 0;
}
.detail-frame-1{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 14.22px;

	width: 1152px;
	height: 296.22px;


	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
}
.detail-frame-1-title{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 39.11px;

	width: 1152px;
	height: 32px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
.detail-frame-1-title-text{
	width: 1152px;
	height: 32px;

	/* IBM Plex Sans Thai/Body/P0 Medium */

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 160% */

	display: flex;
	align-items: flex-end;

	/* Primary/Blue/Default */

	color: #3750A1;


	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 1;
}
.detail-frame-1-body{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 8px;

	width: 1152px;
	height: 250px;


	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
}
.detail-frame-2{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;

	width: 1152px;
	height: 259.11px;


	/* Inside auto layout */

	flex: none;
	order: 2;
	flex-grow: 0;
}
.detail-frame-2-body{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 8px;

	width: 1152px;
	height: 211.11px;


	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
}
.detail-frame-bottom{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;

	width: 1157.33px;
	height: 64px;


	/* Inside auto layout */

	flex: none;
	order: 3;
	align-self: stretch;
	flex-grow: 0;
}
.detail-frame-bottom-inside{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px 0px 0px 586.667px;
	gap: 16px;

	width: 1157.33px;
	height: 64px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 1;
}
.input-group-title-frame{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 4px;

	width: 568px;
	height: 26px;


	/* Inside auto layout */

	flex: none;
	flex-grow: 0;
}
.input-group-title-text1{
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;

	/* Base/900 */

	color: #1E1E1E;


	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
.input-group-title-text2{
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	/* or 150% */

	display: flex;
	align-items: center;

	/* Error/Default */

	color: #D71A16;


	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}
.input-group-title-text3{
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	/* or 150% */

	display: flex;
	align-items: center;

	/* Base/500 */

	color: #7A7A7A;


	/* Inside auto layout */

	flex: none;
	order: 2;
	align-self: stretch;
	flex-grow: 1;
}
.input-add-new{
	box-sizing: border-box;

	/* Auto layout */

	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 16px;
	gap: 8px;

	width: 568px;
	height: 48px;

	/* Base/White */

	background: #FFFFFF;
	/* Base/50 */

	border: 0.888889px solid #E0E0E0;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	/* identical to box height, or 133% */


	/* Base/900 */

	color: #1E1E1E;

}
.input-add-new-border-red{
	border: 0.888889px solid #FF0000;
}

.input-barcode-frame1{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 4px;

	width: 1022px;
	height: 78px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 1;
}
.input-barcode-frame2{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 56px 0px 28px;

	width: 48px;
	height: 78px;


	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
}
.input-barcode-frame3{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 56px 0px 28px;

	width: 50px;
	height: 78px;


	/* Inside auto layout */

	flex: none;
	order: 2;
	flex-grow: 0;
}
.input-barcode{
	box-sizing: border-box;

	/* Auto layout */

	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 16px;
	gap: 8px;

	width: 1022px;
	height: 48px;

	/* Base/White */

	background: #FFFFFF;
	/* Base/50 */

	border: 0.888889px solid #E0E0E0;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	/* identical to box height, or 133% */


	/* Base/900 */

	color: #1E1E1E;
}
.input-barcode-red{
	border: 0.888889px solid #FF0000;
}
.add-barcode-frame{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 39.11px;

	width: 1152px;
	height: 40px;


	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
}
.btn-add-barcode{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 14.2222px;
	gap: 7.11px;

	width: 1152px;
	height: 49.78px;

	border-radius: 7.11111px;
	border:0px;
	background:#FCFCFC;
	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 160% */

	display: flex;
	align-items: center;

	/* Primary/Blue/Default */

	color: #3750A1;
}
.btn-add-barcode:disabled{
	opacity:50%
}
.table-thead-regis{
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	/* or 160% */

	display: absolute;
	/* Primary/Blue/Default */

	color: #3750A1;
}
.table-thead-tr-regis{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;

	width: 1152px;
	height: 56px;


	/* Inside auto layout */

	flex: none;
	/*order: 0;*/
	flex-grow: 0;
}
.table-tbody-tr-regis{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;

	width: 1152px;
	height: 88px;

	/* Inside auto layout */

	flex: none;
	/*order: 0;*/
	flex-grow: 0;
}
.table-th-cell1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 8px 16px;
	gap: 8px;

	width: 80px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;
	border-radius: 8px 0px 0px 0px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.table-th-cell2{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 8px 16px;
	gap: 8px;

	width: 380px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}
.table-th-cell3{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 8px 16px;
	gap: 8px;

	width: 174px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 2;
	align-self: stretch;
	flex-grow: 0;
}
.table-th-cell4{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 8px 16px;
	gap: 8px;

	width: 152px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 3;
	align-self: stretch;
	flex-grow: 0;
}
.table-th-cell5{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 8px 16px;
	gap: 8px;

	width: 136px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 4;
	align-self: stretch;
	flex-grow: 0;
}
.table-th-cell6{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 8px 16px;
	gap: 8px;

	width: 120px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 5;
	align-self: stretch;
	flex-grow: 0;
}
.table-th-cell7{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 8px 16px;
	gap: 8px;

	width: 112px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;
	border-radius: 0px 8px 0px 0px;

	/* Inside auto layout */

	flex: none;
	order: 6;
	align-self: stretch;
	flex-grow: 0;
}
.table-regis-col1{
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 16px;

	width: 80px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;

}
.table-regis-col2{
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 16px;

	width: 380px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;

}
.table-regis-col3{
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 16px;

	width: 174px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 2;
	flex-grow: 0;
}
.table-regis-col4{
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 16px;

	width: 152px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 3;
	flex-grow: 0;
}
.table-regis-col5{
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 16px;

	width: 136px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 4;
	flex-grow: 0;
}
.table-regis-col6{
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 16px;

	width: 120px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 5;
	flex-grow: 0;
}
.table-regis-col7{	
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 16px;

	width: 112px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	box-shadow: inset 0px -0.888889px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 6;
	flex-grow: 0;
}
.label-table-td1{
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 160% */

	display: flex;
	align-items: flex-end;
	text-align: center;

	/* Base/900 */

	color: #1E1E1E;
}
.label-table-td2{
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 160% */

	display: flex;
	align-items: flex-end;

	/* Primary/Blue/Default */

	color: #3750A1;
}
.label-table-td3{
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */

	display: flex;
	align-items: flex-end;

	/* Base/500 */

	color: #7A7A7A;

}
.btn-send-email{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	gap: 8px;

	width: 280px;
	height: 64px;

	/* Primary/Blue/Default

	3750A1
	*/
	background: #3750A1;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
	
		font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	/* identical to box height, or 167% */

	display: flex;
	align-items: center;

	/* Backgroud/White */

	color: #FFFFFF;
}
.btn-send-email:disabled{
	opacity:50%
}
.report-header-frame{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 24px;

	width: 1152px;
	height: 48px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.report-body-frame{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;

	width: 1152px;
	height: 608px;


	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 1;
}
.report-body-card{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	gap: 16px;

	width: 1152px;
	height: 108px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.report-frame-card{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;

	width: 1152px;
	height: 108px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.report-body-fill{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;

	width: 1152px;
	height: 484px;


	/* Inside auto layout */

	flex: none;
	order: 2;
	align-self: stretch;
	flex-grow: 1;
}
.report-search-frame{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;

	width: 1152px;
	height: 48px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.report-button-frame{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 12px;

	width: 116px;
	height: 48px;


	/* Inside auto layout */

	flex: none;
	order: 2;
	flex-grow: 0;
}
.input-form-search3{
	box-sizing: border-box;

	/* Auto layout */

	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 8px 16px 8px 32px;
	padding-bottom: 7px;
	gap: 8px;

	width: 1020px;
	height: 48px;

	/* Base/White */

	background: #FFFFFF;
	/* Base/50 */

	border: 1px solid #E0E0E0;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 1;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	/* identical to box height, or 133% */


	/* Base/500 */

	color: #7A7A7A;
}
.report-btn-search{
	box-sizing: border-box;

	/* Auto layout */

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	gap: 8px;

	width: 116px;
	height: 48px;

	/* Base/White */

	background: #FFFFFF;
	/* Primary/Blue/Default

	3750A1
	*/
	border: 1px solid #3750A1;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 160% */

	display: flex;
	align-items: center;

	/* Primary/Blue/Default */

	color: #3750A1;
}
.frame-card{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 16px;

	width: 373.33px;
	height: 108px;

	background: #FFFFFF;
	/* Shadow XI/E-SHD 02 */

	box-shadow: 0px 4px 6px #E5E5E5, 0px 0px 1px rgba(33, 37, 41, 0.32);
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	flex-grow: 1;
}
.frame-card:hover{
	cursor:pointer;
}
.frame-card-active{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 16px;

	width: 373.33px;
	height: 108px;

	background: #F5FCFF;
	/* Shadow XI/E-SHD 02 */

	box-shadow: 0px 4px 6px #E5E5E5, 0px 0px 1px rgba(33, 37, 41, 0.32);
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	flex-grow: 1;
}
.frame-card-inside{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;

	width: 341.33px;
	height: 72px;

	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.frame-card-icon{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	gap: 8px;

	width: 72px;
	height: 72px;

	background: #D9ECFD;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
.card-title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0px;

	width: 269.33px;
	height: 72px;


	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 1;
}
.card-title-inside{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;

	width: 269.33px;
	height: 76px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.label-card-title1{
	width: 269.33px;
	height: 46px;

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 46px;
	text-align: right;

	/* Base/900 */

	color: #1E1E1E;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.label-card-title2{
	width: 269.33px;
	height: 30px;

	/* IBM Plex Sans Thai/Body/P1 Medium */

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	/* identical to box height */

	text-align: right;

	/* Base/900 */

	color: #1E1E1E;


	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}
.report-body-fill-title{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	padding: 0px;
	gap: 8px;

	width: 1152px;
	height: 48px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.label-fill-title{
	width: 120px;
	height: 32px;

	/* IBM Plex Sans Thai/Body/P0 Bold */

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 160% */

	display: flex;
	align-items: center;

	/* Base/900 */

	color: #1E1E1E;


	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
.label-fill-list{
	
	height: 32px;

	/* IBM Plex Sans Thai/Body/P0 Regular */

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 160% */

	display: flex;
	align-items: center;

	/* Base/900 */

	color: #1E1E1E;


	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
}
.report-body-fill-detail{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;

	width: 1152px;
	height: 420px;

	/* Shadow XI/E-SHD 01 */

	filter: drop-shadow(0px 2px 2px rgba(33, 37, 41, 0.06)) drop-shadow(0px 0px 1px rgba(33, 37, 41, 0.08));

	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 1;
}
.table-thead-report{
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	/*display: flex;*/
	display: absolute;
	align-items: center;
	/*text-align: center;*/

	color: #3750A1;
}
.table-thead-tr-report{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;

	width: 1152px;
	height: 56px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.table-tbody-tr-report{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;

	width: 1152px;
	height: 88px;

	/* Inside auto layout */

	flex: none;
	/*order: 0;*/
	flex-grow: 0;
}
.table-th-report-cell1{
	flex-direction: column;
	justify-content: center;
	/*align-items: flex-start;*/
	padding: 11px 16px 10px;
	gap: 8px;

	width: 80px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;
	border-radius: 8px 0px 0px 0px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.table-th-report-cell2{
	flex-direction: column;
	justify-content: center;
	/*align-items: flex-start;*/
	padding: 11px 16px 10px;
	gap: 8px;

	width: 378px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}
.table-th-report-cell3{
	flex-direction: column;
	justify-content: center;
	/*align-items: flex-start;*/
	padding: 11px 16px 10px;
	gap: 8px;

	width: 126px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 2;
	align-self: stretch;
	flex-grow: 0;
}
.table-th-report-cell4{
	flex-direction: column;
	justify-content: center;
	/*align-items: flex-start;*/
	padding: 11px 16px 10px;
	gap: 8px;

	width: 126px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 3;
	align-self: stretch;
	flex-grow: 0;
}
.table-th-report-cell5{
	flex-direction: column;
	justify-content: center;
	/*align-items: flex-start;*/
	padding: 11px 16px 10px;
	gap: 8px;

	width: 126px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 4;
	align-self: stretch;
	flex-grow: 0;
}
.table-th-report-cell6{
	flex-direction: column;
	justify-content: center;
	/*align-items: flex-start;*/
	padding: 11px 16px 10px;
	gap: 8px;

	width: 120px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 5;
	align-self: stretch;
	flex-grow: 0;
}
.table-th-report-cell7{
	flex-direction: column;
	justify-content: center;
	/*align-items: flex-start;*/
	padding: 11px 16px 10px;
	gap: 8px;

	width: 196px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;
	border-radius: 0px 8px 0px 0px;

	/* Inside auto layout */

	flex: none;
	order: 6;
	align-self: stretch;
	flex-grow: 1;
}

.table-report-col1{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 24px 16px;

	width: 80px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.table-report-col2{
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 16px;

	width: 378px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}
.table-report-col3{
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 24px 16px;

	width: 126px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 2;
	align-self: stretch;
	flex-grow: 0;
}
.table-report-col4{
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 24px 16px;

	width: 126px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 3;
	align-self: stretch;
	flex-grow: 0;
}
.table-report-col5{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 24px 16px;

	width: 126px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 4;
	align-self: stretch;
	flex-grow: 0;
}
.table-report-col6{
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding: 24px 16px;

	width: 120px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 5;
	align-self: stretch;
	flex-grow: 0;
}
.table-report-col7{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 24px 48px;

	width: 196px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 6;
	align-self: stretch;
	flex-grow: 1;
}
.table-th-report2-cell1{
	flex-direction: column;
	justify-content: center;
	/*align-items: flex-start;*/
	padding: 11px 16px 10px;
	gap: 8px;

	width: 76px;
	height: 56px;
	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;
	border-radius: 8px 0px 0px 0px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.table-th-report2-cell2{
	flex-direction: column;
	justify-content: center;
	/*align-items: flex-start;*/
	padding: 11px 16px 10px;
	gap: 8px;

	width: 268px
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}
.table-th-report2-cell3{
	flex-direction: column;
	justify-content: center;
	/*align-items: flex-start;*/
	padding: 11px 16px 10px;
	gap: 8px;

	width: 186px
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 2;
	align-self: stretch;
	flex-grow: 0;
}
.table-th-report2-cell4{
	flex-direction: column;
	justify-content: center;
	/*align-items: flex-start;*/
	padding: 11px 16px 10px;
	gap: 8px;

	width: 150px;;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 3;
	align-self: stretch;
	flex-grow: 0;
}
.table-th-report2-cell5{
	flex-direction: column;
	justify-content: center;
	/*align-items: flex-start;*/
	padding: 11px 16px 10px;
	gap: 8px;

	width: 242px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 4;
	align-self: stretch;
	flex-grow: 0;
}
.table-th-report2-cell6{
	flex-direction: column;
	justify-content: center;
	/*align-items: flex-start;*/
	padding: 11px 16px 10px;
	gap: 8px;

	width: 122px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 5;
	align-self: stretch;
	flex-grow: 0;
}
.table-th-report2-cell7{
	flex-direction: column;
	justify-content: center;
	/*align-items: flex-start;*/
	padding: 11px 16px 10px;
	gap: 8px;

	width: 108px;
	height: 56px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;
	border-radius: 0px 8px 0px 0px;

	/* Inside auto layout */

	flex: none;
	order: 6;
	align-self: stretch;
	flex-grow: 1;
}
.table-report2-col1{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 24px 16px;

	width: 76px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}
.table-report2-col2{
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 16px;

	width: 268px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}
.table-report2-col3{
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 24px 16px;

	width: 186px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 2;
	align-self: stretch;
	flex-grow: 0;
}
.table-report2-col4{
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 24px 16px;

	width: 150px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 3;
	align-self: stretch;
	flex-grow: 0;
}
.table-report2-col5{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 24px 16px;

	width: 242px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 4;
	align-self: stretch;
	flex-grow: 0;
}
.table-report2-col6{
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding: 24px 16px;

	width: 122px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 5;
	align-self: stretch;
	flex-grow: 0;
}
.table-report2-col7{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 24px 48px;

	width: 108px;
	height: 88px;

	/* Base/White */

	background: #FFFFFF;
	/* Table/Border/Bottom 1px $gray-100 */

	box-shadow: inset 0px -1px 0px #DBDBDB;

	/* Inside auto layout */

	flex: none;
	order: 6;
	align-self: stretch;
	flex-grow: 1;
}
.label-report-td1{

	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	/* identical to box height, or 133% */

	align-items: flex-end;
	text-align: center;

	/* Base/900 */

	color: #1E1E1E;
}
.label-report-td2{
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	/* identical to box height */

	display: flex;
	align-items: flex-end;

	/* Primary/Blue/Default */

	color: #3750A1;
}
.label-report-td3{
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */

	display: flex;
	align-items: flex-end;

	/* Base/500 */

	color: #7A7A7A;
}
.pending-status{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 8px 16px;
	gap: 8px;

	width: 119px;
	height: 40px;

	background: #FFE9BA;
	border-radius: 16px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */


	/* Warning/800 */

	color: #794A00;
}
.success-status{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 8px 16px;
	gap: 8px;

	width: 108px;
	height: 40px;

	/* Success/100

	E9F9E4
	*/
	background: #E9F9E4;
	border-radius: 16px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	/* identical to box height, or 133% */


	/* Success/800 */

	color: #287F08;
}
.report-body-fill-title-frame{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	padding: 0px;
	gap: 32px;

	width: 928px;
	height: 32px;


	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 1;
}
.btn-download-excel{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/*padding: 16px;*/
	gap: 8px;

	width: 208px;
	height: 48px;

	/* Primary/Blue/Default

	3750A1
	*/
	background: #3750A1;
	border-radius: 8px;
	border:0px;
	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 160% */

	display: flex;
	align-items: center;

	/* Backgroud/White */

	color: #FFFFFF;

}
.spinner-button {
  position: absolute;
  cursor: default;
  z-index: 2;
  background-color: #ccc;
  width: 14.5px;
  text-align: center;
  margin: 0px;
  pointer-events: none;
  height: 10px;
  line-height: 10px;
}

#inc-button {
  /*left: 46px;
  top: 10.5px;*/
  display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 4px 8px;
	gap: 10px;

	width: 32px;
	height: 32px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	border-radius: 4px;

	/* Inside auto layout */

	flex: none;
	order: 2;
	flex-grow: 0;
}

#dec-button {
  /*left: 46px;
  top: 20.5px;*/
  display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 4px 8px;
	gap: 10px;

	width: 32px;
	height: 32px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	border-radius: 4px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}

.spinner-button-inc{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 4px 8px;
	gap: 10px;

	width: 32px;
	height: 32px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	border-radius: 4px;

	/* Inside auto layout */

	flex: none;
	order: 2;
	flex-grow: 0;
}
.spinner-button-dec{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 4px 8px;
	gap: 10px;

	width: 32px;
	height: 32px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	border-radius: 4px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
.spinner-input{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 10px;

	width: 37px;
	height: 32px;

	background: #EAF5F9;
	border:0px;
	
	text-align: center;
	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
	
	font-family: 'IBM Plex Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	/* identical to box height, or 160% */


	/* Primary/Blue/Default */

	color: #3750A1;
}
.spinner{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 4px;
	gap: 8px;

	width: 125px;
	height: 40px;

	/* Primary/Blue/100

	EAF5F9
	*/
	background: #EAF5F9;
	border-radius: 8px;

	/* Inside auto layout */

	flex: none;
	order: 0;
	flex-grow: 0;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}