
body{
	margin: 0;
	padding: 0;

}
.btn-arrange{
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #31A7DE;
	background: #FFFFFF;
	border: 1px solid #31A7DE;
	box-sizing: border-box;
	border-radius: 8px;
    width: 170px;
}
.custom-control {
    margin: 10px;
}
.custom-control-label::before {
    top: -.45rem;
    width: 16px;
    height: 16px;
    border: 1px solid #707070;
  	background-color: #fff;
  	border-radius: 5px;
}

.custom-control-label::after {
    top: -.45rem;
    width: 16px;
    height: 16px;
    border: 1px solid #707070;
    background-color: #FFF;
    border-radius: 5px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url(../images/check.png) ;
  background-size: 90%;
}
.custom-checkbox .custom-control-input~.custom-control-label{
	padding-left: 10px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label {
   	color: #00BC3A !important;
    text-decoration: line-through
}

.custom-checkbox .checkKit.custom-control-input:checked~.custom-control-label {
   	color: #000000 !important;
    text-decoration: line-through
}
.vl-top{
	  vertical-align: top !important;
}

#login{
	height: 100vh;
	width: 100%;
	background: url('../img/login_bg.png') no-repeat;
	background-position: center center;
	background-size:cover;
}

.box-login{
	width: 468px;
	height: 565px;
	padding: 40px 50px;
	background: #FFFFFF;
	opacity: 0.98;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 8px;
}
.box-login .logo{
	width: 210px;
	height: 210px;
	margin: 0 auto;
}
.f-kanit{
	font-family: 'Kanit', sans-serif;
}

.fs-22-normal{
	font-family: 'Kanit', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 33px;
}
.fs-14-normal{
	font-family: 'Kanit', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
}
.c-161616{
	color: #161616;
}

.c-FF2424{
	color: #FF2424;
}
.form-login-custom-width{
	width: 343px
}

.btn-login{
	background: #F26F3A;
	border: 1px solid #F26F3A;
	box-sizing: border-box;
	box-shadow: 0px 2px 8px rgba(242, 111, 58, 0.1352);
	border-radius: 8px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
	height: 45px;

}

.text-link{
	font-family: 'Kanit', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	text-decoration-line: underline;
	color: #0094FF;

}

.pt-6px{
	padding-top: 6px;
}

.text-sidebar-header{
	font-family: 'Kanit', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 54px;
	display: flex;
	align-items: center;

	color: #31A7DE;
}

.btn-logout{
	font-family: 'Roboto' ,sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	width: 170px;
	height: 40px;
}

#mCSB_1_container{
	height: 100%
}
#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
.h-100vh{
	height: 100vh;
}
.block-1{
    width: 63px;
    height: 100%;
    float: left;
    background: #7B7B7B;
	box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.1352);
}

.block-2{
	width: calc(100% - 63px);
	height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.2);
}

.block-3{
    width: 320px;
    background-color: rgb(229, 229, 229);
    height: 100%;
    float: left;
    position: relative;
}
.btn-tran{
	background: transparent;
	border:none;
	box-shadow: none;
}

.btn-menu{
	width: 100%;
	background-color: #575B5E;
	height: 80px;
	margin-bottom: 1px;
	padding: 7px;
}
.btn-menu.active{
	background-color: #F26F3A !important;
}

#sidebarCollapse{
	height: 60px;
	background: #F26F3A;
}
button:focus {
    outline: none;
}

/*
.btn-menu-height{
	height: 97px;
	margin-bottom: 1px;
	padding: 14px;
}*/
/*#2F6A85*/

.ml-l1{
	margin-left: -10px
}

.navbar-custom{
	height: 60px;
	background: #F26F3A;
	box-shadow: -1px 0px 8px rgba(0, 0, 0, 0.1352);
	overflow:hidden;
	padding: 11px;
}
.navbar-custom-3{
	height: 47px;
	background: #F26F3A;
	box-shadow: -1px 0px 8px rgba(0, 0, 0, 0.1352);
	padding: 9px 25px;
}

.form-search{
	height: 31px;
	width: 173px;
	border: 1px solid #5191AD;
	box-sizing: border-box;
	border-radius: 8px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #BDBDBD;
}

.form-search:focus{
	border-color: #31a7de;
	box-shadow :unset;
}

.navbar .text{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height */
	margin-bottom: 0;
	color: #FFFFFF;
}


.t-menu{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}

.imagesordertop{
	height: 30px;
}

.t-menu-b{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	/* identical to box height */


	color: #00A1E9;


}

.btn-menu-top{
	padding: 0;
	margin: 0 ;
	font-family: Kanit;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;

}

.orderno {
    width: 320px;
    height: 51px;
    background-color: #31A7DE;
    color: #FFFFFF;
}

.textorder{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;

	color: #FFFFFF;
}
.textorderno{

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;

	color: #FFFFFF;

}

.textdate,.texttime{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	display: flex;
	align-items: center;

	color: #FFFFFF;

}

.orderbottom {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);

    width: 320px;
    position: absolute;
    bottom: 0;
    background-color: #FFF;
}

.textsum{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #5A5A5A;

}

.textnumber{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;

	color: #5A5A5A;
}

.textnumberall{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;

	color: #00A1E9;

}

.btn-pay{
	height: 74px;
	background: #31A7DE;
	border-radius: 2px;
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 54px;
	color: #FFFFFF;
	border:0;
	width: 100%;
}

.btn-bill{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	background: #FFCF00;
	border-radius: 2px;
	color: #FFFFFF;
	border:0;
	width: 100%;
	height: 36px;
}

.btn-print{
	background: #28C76F;
	box-shadow: inset 0px 0px 8px rgba(58, 58, 58, 0.7);
	border-radius: 2px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	padding: 5px 0;
	color: #D0D0D0;
	width: 100%;
	border:0;
	height: 29px;
}

.mt05{
	margin-top: 3px;
}

.top2{
	    top: 2px;
}

.box-menu-logo{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
}
.box-menu-logo img{
	width: 100%;
}
.menu-text-st1{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #F26F3A;
}
.menu-text-st2{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #707070;
}
.mt-n1{
	margin-top: -4px;
}
.mt-n2{
	margin-top: -6px;
}
.mt-n4{
	margin-top: -3px;
}
.drop{
	width: 100%;
	background: #FFFFFF;


	border: 1px solid #CBCBCB;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 300;
	font-size: 15px;

	height: 35px;

	color: #5A5A5A;

}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}

.textdrop{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 40px;

	color: #5A5A5A;
}

.dropcus{
	border-radius: 0px;
    margin-top: -1px;
    margin-left: 5px !important;
}
/*
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #31A7DE;
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    font-family: Kanit;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    font-family: Kanit;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    background: #CECECE;
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    color: #777777;

    margin-right: 10px;
}*/

#arrange .nav-item{
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

#arrange .nav-pills .nav-link {
    border-radius: .25rem;
    font-family: Kanit;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;

    color: #777777;
    margin-right: 10px;
    background: #FFFFFF;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
}
#arrange .nav-pills .nav-link.active,#arrange .nav-pills .show>.nav-link {
	background: #31A7DE;
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    font-family: Kanit;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}
#arrange .btn-save{
	background: #31A7DE;
	box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
	border-radius: 2px;
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	text-align: center;

	color: #FFFFFF;
	position: absolute;bottom: 10px;
	width: 100%;

}

#arrange .tab-pane{
    height: calc(100vh - 220px);
    overflow-y: auto;
    padding: 0 0px;
    margin-top: -10px;
}
.btn-red{
	background: #E94800;
	box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
	border-radius: 2px;
	width: 117px;
	height: 43px;
}
.btn-green{
	background: #28C76F;
	box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
	border-radius: 2px;
	width: 117px;
	height: 43px;
}
.btn-red img,.btn-green img{
	height: 100%;
}

.card-img{
	height: 80px;
	overflow: hidden;
    border-radius: 0;
}

.card-body.custom{
	background: #2F6A85;
	height: 63px;
}

.card-text.name{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 121%;
	height: 40px;
	overflow: hidden;
	color: #FFFFFF;

}
#pills-tabContent .tab-pane{
	height: calc(100vh - 265px);
    overflow-y: auto;
}
.card-text.price{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 121%;

	color: #FFFFFF;
}

.menu-bottom {
    position: absolute;
    bottom: 0;
}

.empdetail {
	font-family: 'Kanit';
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	padding: 2px 5px;

	color: #4F4F4F;
}
.menu-bottom .status{
	width: 8px;
	height: 8px;
	border:1px solid #333;
	border-radius: 50%;
	margin-left:10px;
	margin-top: 4px;
}
.menu-bottom .status.online{
	background-color: #00E970;
	border-color: #00E970
}

.menu-bottom .status.offline{
	background-color: gray;
	border-color: gray
}


.text-popup{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #000000;

}

.text-popup.success{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */

	text-align: right;

	color: #4BD37B;

}

.btn-primary{
	background-color: #31A7DE !important;
	border-color: #31A7DE !important;
}

.fs-12{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	/* or 167% */


	color: #6F6F6F;
}

.fs-14{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	/* or 143% */


	color: #606060;

}

.btn-close{
	background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1352);
    border-radius: 8px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    width: 100%;
    margin-top: 20px;
    color: #31a7de;
    border: 1px solid #31A7DE;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1352);
    border-radius: 8px;

}

.btn-c{
	border-radius: 8px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 19px;
	/* identical to box height, or 106% */
	width: 100%;
	margin-top: 20px;

	color: #FFFFFF;
}

.text-hc{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 40px;
	/* identical to box height, or 167% */

	display: flex;
	align-items: center;

	color: #31A7DE;

}


.option-product {
  list-style-type: none;
  margin: 2px 0 0 0;
  padding: 0;
}

.option-product li {
  float: left;
  margin: 0 5px 0 0;

  width: 119px;
  height: 38px;

  position: relative;
}

.option-product label,
.option-product input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.option-product input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.option-product input[type="radio"]:checked+label,
.Checked+label {
	background: #31A7DE;
	border: 1px solid #ced4da;
	box-sizing: border-box;
	border-radius: 2px;
	color: #FFFFFF;
}

.option-product label {
	background: #FFFFFF;
	border: 1px solid #ced4da;
	box-sizing: border-box;
	border-radius: 2px;
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	/* identical to box height */

	text-align: center;
	letter-spacing: -0.333333px;


	color: #5A5A5A;

}

.option-product label:hover {
  background: #31A7DE;
}
.lh-21{
	    line-height: 28px;
	    height: 100%;
}

.fs-18{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #606060;

}

.fs-18-blue{

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	/* identical to box height */

	color: #31A7DE;
}

.bdr{
	border-right: 1px solid #CDCDCD
}

.bdb{
	border-bottom: 1px solid #CDCDCD
}
.billorder{
	list-style: none;

}

.billorder li{
	border-bottom: 1px solid #CDCDCD;
	height: 50px;
	padding: 5px 15px;
}
.billorderproduct{
	list-style: none;
	padding-right: 0 !important
}
.billorderproduct li{
	padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #CDCDCD;
    min-height: 35px;
}

.itemli .t-16{
	margin-top: 5px;
}

.billorder .t1{

	font-family: 'Kanit';
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	display: flex;
	align-items: center;

	color: #5A5A5A;

}

.billorder .t2{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	display: flex;
	align-items: center;

	color: #737373;

}

.billorder .t3{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	display: flex;
	align-items: center;

	color: #5A5A5A;

}

.billorder .t4{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	/* identical to box height */

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

	color: #31A7DE;
		
}

.billorderproduct .t5{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;


	color: #5A5A5A;
}

.billorderproduct .t6{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 300;
	font-size: 10px;
	line-height: 15px;
	/* identical to box height */

	display: flex;
	align-items: center;

	color: #5A5A5A;
		
}
.t-6{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 300;
	font-size: 10px;
	line-height: 15px;
	/* identical to box height */

	display: flex;
	align-items: center;

	color: #5A5A5A;

}

.billorderproduct .t7{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height */


	text-align: right;

	color: #5A5A5A;

		
}

.btn-ca2{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 21px;


	color: #FFFFFF;

}

.order{
	background-color: #FFF;
}

.t-16{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;


	color: #5A5A5A;
}

.delcus{
	background: #E94800;
	border:none;
	color: #FFF;
	height: 37px;
    width: 40px;
}
.min-150{
	min-height: 200px;
}
/*.billorder li:active,.billorder li:focus{
	background-color: #F5F5F5;
}
*/
.billorder li:active,.billorder li:focus{
	background-color: #F5F5F5;
}

.navbar-custom-2{
	padding: 0;
	height: 89px;
	background-color: #FFF;
}

#content2{
	background: #E5E5E5;
	width: 100%;
    padding: 0px;
    min-height: 100vh;

    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.cus_text_brand{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 72px;


	color: #FF0000;

}

.cus_text_name{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	/* identical to box height */

	display: flex;
	align-items: center;

	color: #4A4A4A;

}

#content2 .image{
	border-radius: 20px;
}

#content2 .box{
	
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	width: 100%;
}

.fs-24c2{
font-family: Sarabun;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 23px;
text-align: center;
color: #E94800;

}
.fs-36{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	/* identical to box height */

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

	color: #00BC3A;
}
.fs-36-red{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	/* identical to box height */
	color: #FF0000;

}
.fs-36-Kanit{
font-family: 'Kanit';
font-style: normal;
font-weight: normal;
font-size: 36px;
line-height: 54px;
text-align: center;
/* identical to box height */

color: #5A5A5A;
}
.c-fs-18{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	/* identical to box height */

	display: flex;
	align-items: center;

	color: #4A4A4A;

}


.btn-menu-2{
	width:50px ;
    background-color: #31A7DE;
    margin-bottom: 1px;
}

.ct-1{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	/* identical to box height */

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

	color: #FFFFFF;
}

.ct-2{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	/* identical to box height */

	display: flex;
	align-items: center;

	color: #FFFFFF;

}

.navbar-custom-2{
	height: auto !important; 
}

.c-fs-24{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	/* identical to box height */
	color: #FFFFFF;
}
.c-fs-12{
	font-family: Kanit;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	/* identical to box height */


	color: #FFFFFF;
}

.c-fs-36{
    font-family: Kanit;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.c-red{
	background-color: #EA5455;
}

.c-green{
	background-color: #A7DE31;
}

.c-yel{
	background-color: #FFCF00;
}

.ch-1{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	/* identical to box height */


	color: #4A4A4A;
}

.ch-2{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;

	color: #4A4A4A;
}




/* .squaredThree */
.squaredThree {
  position: relative;
  float:left;
  margin: 10px;
      width: 90%;
}

.squaredThree label {
	width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #909090;
    box-sizing: border-box;
}

.squaredThree label:after {
    content: '';
    width: 20px;
    height: 9px;
    position: absolute;
    top: 0px;
    left: 2px;
    border: 3px solid #37B34A;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredThree label:hover::after {
  opacity: 0.3;
}

.squaredThree input[type=checkbox] {
  visibility: hidden;
}

.squaredThree input[type=checkbox]:checked + label:after {
  opacity: 1;
}
/* end .squaredThree */

.label-text {
  position: relative;
  left: 10px;
}


.text-order{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
 	white-space:nowrap;
    overflow:hidden;

	color: #4A4A4A;

}

.checkKit:checked + label + .text-order{
	color: #4A4A4A !important;
	text-decoration:line-through;
}


.check:checked + label + .text-order{
	color: #00BC3A;
	text-decoration:line-through;
}
.text-order-2{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	/* identical to box height */

	color: #4A4A4A;
	 white-space:nowrap;
    overflow:hidden;
}

.ml-c{
	margin-left: 38px;
}

.pin-input{
	width: 39px;
	margin: 0 5px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #777777;
	text-align: center;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	color: #000000;

}

.pin-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C4C4C4;
  opacity: 1; /* Firefox */
}

.pin-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C4C4C4;
}

.pin-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #C4C4C4;
}


.fs-16{
	
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;


	color: #5A5A5A;
}
.fs-16-blue{
	
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;

	color: #31A7DE;

}

.text-cal-price{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 54px;

	text-align: right;

	color: #00A1E9;

}

.text-cal-price-2{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 54px;

	text-align: right;

	color: #00BC3A;

}


.underline--double {
     box-shadow: inset 0 -0.075em white, inset 0 -0.1em #7B7B7B, inset 0 -0.15em white, inset 0 -0.175em #7B7B7B;
}


.text-cal-cur{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	/* identical to box height */
	padding-top: 12px;
	display: flex;
	align-items: center;
	text-align: center;

	color: #00A1E9;
}

.labl {
    display: block;
    width: 50%;
    float: left;
}
.labl > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    top: 0;
    right: 0;
    position: absolute; /* Remove input from document flow */
}
.labl img{
	width: 55%;
}
.labl > input + div{ /* DIV STYLES */
    cursor:pointer;
	width: 100px;
	height: 100px;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	/*margin-top: 10px;*/
/*	margin-left: 50px;*/
}
.labl > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
    border: 3px solid #31A7DE;
}

.labdeli {
    display: block;
    width: 25%;
    float: left;
}
.labdeli > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    top: 0;
    right: 0;
    position: absolute; /* Remove input from document flow */
}
.labdeli img{
	width: 100%;
}
.labdeli > input + div{ /* DIV STYLES */
    cursor:pointer;
	width: 100px;
	height: 100px;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	margin: 0 auto;
	margin-top: 15px;

}
.labdeli > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
    border: 7px solid #31A7DE;
}

.delich-text{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #5A5A5A;
	margin-top: 11px;

}

.delich-text2{
	font-family: 'kanit';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #5A5A5A;
	margin-top: 11px;


}

.delich-text3{
	font-family: kanit;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #5A5A5A;
}

.delich-mt-n1{
	margin-top: -1px;

}

.delich-textarea{
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	border:0;
	outline: none;
	width: 100%;
	padding: 15px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #5A5A5A;

}


.text-paych{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 27px;
	/* identical to box height */
	text-align: center;

	color: #5A5A5A;

}

.tmp_price{
	background: #7B7B7B;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 4px;
	width: 130px;
	height: 62px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	margin-bottom: 11px;
}

.btn-cal-1{

	width: 150px;
	height: 80px;
	left: 349px;
	top: 258px;

	background: #E8E8F2;
	border: 1px solid #A2A2BE;
	box-sizing: border-box;
	border-radius: 5px;

}


.btn-cal-1{
	width: 86px;
	height: 78px;
	background: #7B7B7B;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 4px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 80px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 11px;
	margin-right: 18px;
	cursor: pointer;
}

.btn-cal-2{
	width: 293px;
	height: 80px;
	background: #E8E8F2;
	border: 1px solid #A2A2BE;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
	font-family: 'Kanit';
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 54px;
	text-align: center;
	padding-top: 12px;
	color: #717171;
	cursor: pointer;
}

.btn-cal-3{
	width: 145px;
	height: 80px;
	background: #E8E8F2;
	border: 1px solid #A2A2BE;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
	font-family: 'Kanit';
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 54px;
	text-align: center;
	padding-top: 12px;
	color: #717171;
	cursor: pointer;
}
.btn-cal-4{
	background: #F26F3A;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 4px;
	width: 86px;
	cursor: pointer;
	height: 66px;
}


.btn-cal-5{
	width: 190px;
	height: 66px;
	margin-right: 18px;
	background: #31A7DE;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 4px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 65px;
	text-align: center;
	margin-bottom: 11px;
	color: #FFFFFF;
	cursor: pointer;
}
.btn-cal-6{
	background: #7B7B7B;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 4px;
	width: 188px;
	height: 78px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 79px;
	text-align: center;
	margin-right: 18px;
	color: #FFFFFF;
	cursor: pointer;

}
.btn-cal-7{
	width: 130px;
	height: 56px;
	background: #00BC3A;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 4px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 62px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 11px;
	cursor: pointer;
}

.btn-confirm{
	width: 217px;
	height: 55px;

	background: #00BC3A;
	border-radius: 8px;

	font-family: 'Kanit';
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 44px;
	/* identical to box height */

	text-align: center;

	color: #FFFFFF;

}


.btn-confirm-2{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;

	text-align: center;

	color: #FFFFFF;
	background: #00BC3A;
border-radius: 8px;
}
.promt-top{
	width: 572px;
	height: 42px;
	font-family: 'Kanit';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 46px;
	/* identical to box height */

	text-align: center;

	color: #FFFFFF;


	background: #31A7DE;
	border-radius: 5px;
}









.mt-n1{
	margin-top: -1px;
}
.mt-n3{
	margin-top: -1px;
}
.btn-outline-danger {
    color: #FF0000;
    background-color: transparent;
    background-image: none;
    border-color: #FF0000;
}

.box-profile{
	width: 39px;
	height: 39px;
	position: relative;
}

.box-profile img{
	border-radius: 50%;
}
.text-pos{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
}

.text-sidebar-1{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #707070;
}
.text-sidebar-2{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #000000;

}
.text-st6{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;

	color: #E94800;

}
.form-login{
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	box-shadow: 0px 2px 8px rgba(242, 111, 58, 0.1352);
	border-radius: 8px;

	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #000000;

	height: 45px;
}

.form-login::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A0A0A0;
  opacity: 1; /* Firefox */
}

.form-login:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #A0A0A0;
}

.form-login::-ms-input-placeholder { /* Microsoft Edge */
  color: #A0A0A0;
}

.box-menu{
	width: 120px;
	height: 120px;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 8px;
	text-align: center;
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	/* identical to box height, or 143% */

	text-align: center;

	color: #606060;
	padding-top: 22px;
	margin-bottom: 38px;

}
.res_name{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #F26F3A;
}
.box-menu img{
	margin-bottom: 15px;
}
a.unsetLine:hover{
	text-decoration: unset;
}
.btn-log-system{
	width: 308px;
	height: 45px;
	background: #F26F3A;
	border: 1px solid #F26F3A;
	box-sizing: border-box;
	box-shadow: 0px 2px 8px rgba(242, 111, 58, 0.1352);
	border-radius: 8px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	text-align: center;

	color: #FFFFFF;

}
.text-st1{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;

	color: #E94800;
}
.form-date{
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 8px;
	width: 148px;
	height: 30px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #000000;
	background-image: url(../img/clarity_date-line.png);
	background-position: right 10px center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.item-row{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   width: 100%;
}
.item-colums{
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding: 5px;
}
.item-colums-2{
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding: 3px 5px;
}
.alink-c1{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	text-decoration-line: underline;
	color: #F26F3A;

}
.box-row{
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 8px;
	padding: 6px 0px;
	height: 38px
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #919191;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.fs-36-green{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 40px;
	color: #00D84C;
}
.fs-24c{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 40px;
	color: #000000;

}

.text-st2{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	color: #31A7DE;
}
.btn-modal-st1{
	width: 88px;
	height: 31px;
	background: #FFFFFF;
	border: 1px solid #FF0000;
	box-sizing: border-box;
	border-radius: 4px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #FF0000;

}
.btn-modal-st2{
	width: 88px;
	height: 31px;
	background: #F26F3A;
	border-radius: 4px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: center;

	color: #FFFFFF;
}
.btn-modal-st2:disabled{
	background: #C4C4C4;
	border-radius: 4px;
	opacity: 1;
}
.btn-modal-st3{
	width: 88px;
	height: 31px;
	background: #FF0000;
	border-radius: 4px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;

}
.btn-modal-st4{
	width: 112px;
	height: 31px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #31A7DE;
	border: 1px solid #31A7DE;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #FFF;
}

.btn-modal-st5{
	background: #F26F3A;
	border-radius: 4px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	padding: 3px 15px;

}
.btn-modal-st5:disabled{
	background: #C4C4C4;
}
.btn-close-st1{
	background: #FF0000;
	border: 1px solid #FF0000;
	box-sizing: border-box;
	border-radius: 4px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	text-align: center;

	color: #FFFFFF;
}



.box-m{
    /*border: 1px solid #FFFFFF;*/
    height: 16px;
    width: 30px;
    margin-top: 2px;
    position: relative;
}
.box-m img{
/*  position: absolute;
  top: 1px;
  left: 10px;*/
}
.input-m{
  height: 27px;
  width: 50px;
  border: 1px solid #CBCBCB;
  box-sizing: border-box;
  border-radius: 2px;
  text-align: center;

}
.modal-content-m{
  width: 791px;
  margin: 0 auto;
}
.box-primary{
  	width: 136px;
	height: 39px;
	background: #F26F3A;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 4px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: right;
	padding: 9px 0px;
	color: #FFFFFF;
}
.box-primary img{
	margin-top: -2px;
}
.box-primary-2{
	background: #F3F7FC;
	border-radius: 4px;
	width: 144px;
	height: 39px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: right;
	color: #00BC3A;
	padding: 9px 5px;
}
.pl-1c{
	padding-left: 2px;
}

.input-m.input-np{
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 4px;
	width: 100%;
	height: 39px;
	width: 154px;
	text-align: right;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-align: right;

	color: #000000;
}
.input-m.input-nc{
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 4px;
	width: 100%;
	height: 39px;
	width: 154px;
	text-align: right;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-align: right;

	color: #000000;
}
.line-st1{
	border-top: 1px solid #F26F3A;
}
.line-st2{
	border-top: 1px solid #000000;
}
.text-st-7{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;
	color: #707070;
	margin-top: -10px;
}
.text-st-8{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;
	color: #000000;
	width: 154px;
	margin-top: -10px;
}
.bottom-st1{
	position: absolute;
	bottom: 0;
}
.input-st1{
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 4px;
	text-align: right;
}

.input-st2-1{
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 4px;
	height: 29px !important;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: right;

	color: #00BC3A;

}
.input-st2-2{
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 4px;
	height: 29px !important;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: right;
	color: #FF0000;


}
.text-popup-1{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: right;
	color: #00BC3A;
}

.text-st9{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	text-align: center;

	color: #E94800;

}
.text-st-10{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
.text-st-11{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #000000;

}
.text-st-12{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #000000;

}
.seepassword input{
	position: absolute;
	z-index: -1;
}
.seepassword input + label{
	width: 30px;
	height: 26px;
	background: url(../img/Group14330.png) no-repeat;
	background-size: 100%;
	background-position: center center;
	margin-bottom: 0;
    margin-top: 5px;
    position: absolute;
    margin-left: 20px;
}

.seepassword input:checked + label{
	width: 30px;
	height: 26px;
	background: url(../img/13T142052.967.png) no-repeat;
	background-size: 100%;
	background-position: center center;
}
.pin-input:focus{
	outline: none;
	box-shadow: unset;
}
#btn-summary-print{
	background: #00BC3A;
	border-radius: 4px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-align: center;

	color: #FFFFFF;
}

.text-st-12-1{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	color: #F26F3A;
}

.text-st-12-2{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #575B5E;
	padding-left: 3px !important;
}
.text-st-12-3{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-align: right;
	color: #F26F3A;
}
.selects{
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 4px;
	width: 74px;
	height: 23px !important;
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #575B5E;
	padding: 0;
	padding-left: 3px;

}
.bg-search{
	background: #E8E8F2;
	padding: 6px 14px;

}
.form-search{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 3px;
	height: 28px !important;
	width: 100%;
	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #000 ;

	background-image:url(../img/ic_baseline-barcode.png);
	background-size: 24px 24px;
	background-position: left 5px center; 
	background-repeat: no-repeat;
	padding-left: 36px !important;
	padding-top: 6px !important;
	padding-bottom: 8px !important;

}
.form-search:focus{
	outline: 0;
	box-shadow: unset;
	border: 1px solid #FFFFFF;
}

.form-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CECECE;
  opacity: 1; /* Firefox */
}

.form-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #CECECE;
}

.form-search::-ms-input-placeholder { /* Microsoft Edge */
  color: #CECECE;
}
.form-search-2{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 3px;
	height: 28px !important;
	width: 100%;
	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #000 ;

	background-image:url(../img/Group41.png);
	background-size: 20px 20px;
	background-position: right 5px center; 
	background-repeat: no-repeat;
	padding-left: 36px !important;
	padding-top: 6px !important;
	padding-bottom: 8px !important;

}
.table-product thead th{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #F26F3A;
}
.table-product thead tr{
	background: #FFFFFF;
}
.table-product td {
    padding: 0.4rem .55rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
.table-product th {
    padding: 0.5rem .55rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}


.table-product tbody{
	height: calc(100vh - 300px);
	background: #FFF;
	overflow:auto;
	display: block;
}
.table-product tbody.fixn{
	height: calc(100vh - 300px);
	background: #FFF;
	overflow:auto;
	display: block;
}


.table-product thead,.table-product tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

.table-st-3 thead th{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #F26F3A;
	border: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.table-st-3 thead tr{
	background: #FFFFFF;
}
.table-st-3 td {
    padding: 0.4rem .55rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
	padding-bottom: 10px;
}
.table-st-3 th {
    padding: 0.5rem .55rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}


.table-st-3 tbody{
	height: calc(100vh - 300px);
	background: #FFF;
	overflow:auto;
	display: block;
}
.table-st-3 tbody.fixn{
	height: calc(100vh - 300px);
	background: #FFF;
	overflow:auto;
	display: block;
}


.table-st-3 thead,.table-st-3 tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}



.table-member thead th{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #F26F3A;
	border-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.table-member thead tr{
	background: #FFFFFF;
}
.table-member td {
    padding: 0.4rem .55rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
.table-member th {
    padding: 0.5rem .55rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}


.table-member tbody{
	height: calc(100vh - 300px);
	background: #FFF;
	overflow:auto;
	display: block;
}
.table-member tbody.fixn{
	height: calc(100vh - 300px);
	background: #FFF;
	overflow:auto;
	display: block;
}


.table-member thead,.table-member tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

table.table-member.dataTable thead th, table.table-member.dataTable thead td{
    border-bottom: 0px;
    padding: 12px 18px;
}

table.table-member.dataTable.no-footer {
    border-bottom: 0px;
}


.table-order thead th{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #F26F3A;
	border-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.table-order thead tr{
	background: #FFFFFF;
}
.table-order td {
    padding: 0.4rem .55rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
.table-order th {
    padding: 0.5rem .55rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}


.table-order tbody{
	height: calc(100vh - 300px);
	background: #FFF;
	overflow:auto;
	display: block;
}
.table-order tbody.fixn{
	height: calc(100vh - 300px);
	background: #FFF;
	overflow:auto;
	display: block;
}


.table-order thead,.table-order tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

table.table-order.dataTable thead th, table.table-order.dataTable thead td{
    border-bottom: 0px;
    padding: 12px 18px;
}

table.table-order.dataTable.no-footer {
    border-bottom: 0px;
}


.mtc-1{
	margin-top: -3px;
}
.text-td-st1{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	color: #000000;

}
.text-td-st2{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #000000;

}
.text-td-st3{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #F26F3A;
}
.text-td-st3 span{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 8px;
	line-height: 10px;
	text-align: center;
	color: #000000;

}
.text-td-st4{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	color: #000000;

}
.text-td-st5{
	
}
.box-total{
	width: 476px;
	height: 84px;
	background: #F2F2FA;
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
	border-radius: 4px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	z-index: 99;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 10px;
}

.tx31{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #F26F3A;

}
.tx32{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #F26F3A;

}
.tx33{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #FF0000;

}
.nav-pills .nav-link{
	width: 139px;
	height: 33px;
	background: #FFFFFF;
	border-radius: 8px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #707070;

}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background: #F26F3A;
	border-radius: 8px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
}
.card-custom{
	background: #FFFFFF;
	border-radius: 8px;
	height: 153px;
}
.alink-c{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 10px;
	line-height: 13px;

	text-align: right;
	text-decoration-line: underline;

	color: #F26F3A;

}
.tmb-1{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin-top: -3px;
}
.tmb-2{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.tmb-3{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 8px;
	line-height: 10px;
	color: #7B7B7B;
}
.tmb-4{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #000000;

}
.tmb-5{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 19px;
	text-align: right;
	color: #2C2C2C;

}
ul.list-st1 {
  list-style: none; 
  padding-left: 34px;
}

ul.list-st1 li::before {
  content: "\2022";
  color: #E94800;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ul.list-st1 li {
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 10px;
	line-height: 13px;
	color: #000000;

}
.alink3 {
    background: #FFD6C6;
    border-radius: 8px;
    width: 110px;
    height: 26px;
    font-family: Sarabun;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 13px;
    color: #E94800;
    position: relative;
    padding-left: 26px;
    padding-top: 7px;
    margin-top: 14px;
    margin-left: auto;
}
.cy-st1{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #E94800;
	position: absolute;
	left: 0;
	padding: 5px;
	top: 0;
	margin-left: -5px;
}
select.customIcon{
	background-image: url(../img/14T080537.726.png);
	background-size: 11px 7px;
	background-position: right 5px center;
	background-repeat: no-repeat;
	 -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.datepicker.customIcon{
	background-image: url(../img/clarity_date-line.png);
	background-size: 18px 18px;
	background-position: right 5px center;
	background-repeat: no-repeat;
}
.search.customIcon{
	background-image: url(../img/Group40.png);
	background-size: 18px 18px;
	background-position: right 5px center;
	background-repeat: no-repeat;
}

.btn-discount-st1{
	position: relative;
	height: 32px;
	min-width: 120px;
	background: #FFD6C6;
	border-radius: 8px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #E94800;
	padding-left: 30px;
}
.cy-st2{
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: #E94800;
	position: absolute;
	left: 0;
	/*padding: 5px;*/
	top: 0;
	margin-left: -8px;
	margin-top: -1px;
}

.btn-payment-st1{
	background: #F26F3A;
	border-radius: 8px;
	height: 68px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #FFFFFF;
	min-width: 150px;
	text-align: center;
}

.btn-tool-1{
	width: 100%;
	height: 30px;
	border-radius: 4px;
	background: #31A7DE;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;

}
.btn-tool-2{
	/*width: 88px;*/
	width: 100%;
	height: 30px;
	border-radius: 4px;
	background: #FF0000;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
}
.btn-tool-3{
	/*width: 88px;*/
	width: 100%;
	height: 30px;
	border-radius: 4px;
	background: #00BC3A;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
}
.btn-tool-4{
	/*width: 77px;*/
	width: 100%;
	height: 30px;
	border-radius: 4px;
	background: #E8BC00;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
}
.btn-tool-1 img{
	margin-top: -3px;
	margin-right: 3px;
}
.btn-tool-2 img{
	margin-top: -3px;
	margin-right: 3px;
}
.btn-tool-3 img{
	margin-top: -3px;
	margin-right: 3px;
}
.btn-tool-4 img{
	margin-top: -3px;
	margin-right: 3px;
}
.text-st-15{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-align: center;

	color: #F26F3A;

}
.btn-addmember{
	background: #F26F3A;
	border-radius: 4px;
	width: 120px;
	height: 24px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	padding: 3px;

}
.btn-addmember img{
	margin-top: -5px;
	margin-right: 5px
}
.image-product{
	position: relative;
	width: 95px;
	height: 95px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 8px;
	margin-right: 15px;
	margin-bottom: 15px;

}
.image-product .name-product{
	width: 100%;
	height: 30px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 0px 0px 8px 8px;
	position: absolute;bottom: 0;
	overflow: hidden;
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
	padding: 1px 5px;
}
.pagination .page-item .page-link{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.1px;
	color: #FFFFFF;
	background: transparent;
    padding: 0;
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 2px;

}

.pagination .page-item:first-child .page-link,.pagination .page-item:last-child .page-link{
	width: 24px;
	height: 24px;
	background: #FFFFFF;
	border: 1px solid #E2E2EA;
	box-sizing: border-box;
	border-radius: 8px;


	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.1px;
	color: #FFFFFF;
    padding: 0;
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 4px;

}

.btn-search-member{
	width: 120px;
	height: 31px;
	padding: 0;
	background: #F26F3A;
	border-radius: 4px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;

}
.btn-search-member img{
	margin-top: -3px;
	margin-left: 3px;
}
.btn-auto{
	padding: 0;
	background: #F26F3A;
	border-radius: 4px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-align: right;

	color: #FFFFFF;
	width: 97px;
	height: 20px;
	margin-top: 5px;
}

.discount-st1{
	position: relative;
	height: 32px;
	min-width: 120px;
/*	background: #FFD6C6;*/
	background: #F5F5F5;
	border-radius: 8px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	
	color: #C4C4C4;
	padding-left: 30px;
}
.cy-st3{
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: #C4C4C4;

	position: absolute;
	left: 0;
	/*padding: 5px;*/
	top: 0;
	margin-left: -8px;
	margin-top: -1px;
}
.check-type-discount input,.checkbank input{
	position: absolute;
	z-index: -1;
}

.check-type-discount input:checked + label .cy-st3{
		background: #E94800;
}
.check-type-discount input:checked + label .discount-st1{
		background: #FFD6C6;
		color: #E94800;
}

.checkbank input:checked + label{
	border: 3px solid #F26F3A;
}
.box-price-st1{
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 8px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	text-align: right;
	color: #000000;
	padding: 10px 13px;
	max-width: 442px;
	margin-bottom: 58px;
	margin-top: 30px;

}

#pills-payment.nav-pills .nav-link {
	width: 113px;
	height: 113px;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 4px
	color: #606060;
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#pills-payment.nav-pills .nav-link.active, #pills-payment.nav-pills .show>.nav-link {
	border: 3px solid #F26F3A;
	color: #606060;
}

.box-price-st2{
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 8px;
	padding: 13px;
	width: 100%;
}
.box-price-st3{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #F26F3A;
}
.box-price-st4{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #F26F3A;
}
.tp-1{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
.tp-2{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	text-align: right;

	color: #000000;

}
.tp-3{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-align: right;
	color: #F26F3A;

}
.tp-4{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-align: right;
	color: #FF0000;
}
.btn-print-st3{
	background: #00BC3A;
	border-radius: 4px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;

	color: #FFFFFF;
	padding: 3px 8px;
}
.form-credit{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	text-align: right;

	color: #000;

	background-image: url(../img/Group39.png);
	background-size: 20px 15px;
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 8px;
	height: 47px !important;
	border:0;
	pad

}
.checkbank{
	width: 100%;
	padding: 5px 10px;
}
.tp-7{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;

	color: #000000;

}
.form-credit::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C6C6C6;
  opacity: 1; /* Firefox */
}

.form-credit:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C6C6C6;
}

.form-credit::-ms-input-placeholder { /* Microsoft Edge */
  color: #C6C6C6;
}
.search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C6C6C6;
  opacity: 1; /* Firefox */
}

.search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C6C6C6;
}

.search::-ms-input-placeholder { /* Microsoft Edge */
  color: #C6C6C6;
}



.form-search-3{

	background-image:url(../img/ic_baseline-barcode.png);
	background-size: 24px 24px;
	background-position: left 5px center; 
	background-repeat: no-repeat;
	padding-left: 36px !important;
	padding-top: 6px !important;
	padding-bottom: 8px !important;

}
.form-search-3::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C6C6C6;
  opacity: 1; /* Firefox */
}

.form-search-3:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C6C6C6;
}

.form-search-3::-ms-input-placeholder { /* Microsoft Edge */
  color: #C6C6C6;
}
.tt-1{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-align: right;
	color: #000000;
}
.tt-2{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;
	color: #000000;

}
.text-th{
	width: 304px;
	height: 68px;
	background: #FFEEE7;
	border-radius: 60px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	text-align: center;

	color: #E94800;
	padding-top: 24px;
	margin: 0 auto;

}
.text-th img{
	margin-top: -8px;
	margin-right: 5px;
}
.tq-1{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	text-align: center;

	color: #E94800;

}
.tq-2{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;

	color: #E94800;
}
.tq-3{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-align: right;

	color: #000000;

}
.tq-4{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	text-align: right;

	color: #000000;


}

.tq-5{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 31px;
	color: #E94800;
}
.tq-6{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-align: right;

	color: #00BC3A;

}

.btn-st4{
	width: 200px;
	height: 53px;
	filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.135216));
	background: #00BC3A;
	border-radius: 4px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;

	color: #FFFFFF;

}
.btn-st5{
	width: 200px;
	height: 53px;
	filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.135216));
	background: #F26F3A;
	border-radius: 4px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 31px;
	color: #FFFFFF;
}
.input-money{
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 8px;
	height: 47px !important;
	padding: 10px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	text-align: right;
	border:0;
	color: #000000;
	width: 100%;

}
.tq-7{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #E94800;

}
.tq-8{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.tq-9{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: right;
	color: #00BC3A;
}
.tq-10{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #E94800;
}

.tq-10 span{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #000000;
}
.box-list{
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 8px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.tq-11{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #000000;

}
.tq-12{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #F26F3A;

}

.tq-13{

	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #000000;

}

.tq-14{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: right;
	color: #FF0000;
}


.tq-15{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: right;
	color: #00BC3A;

}
.px9{
	padding:0 9px;
}

.ht-1{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}

.ht-2{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	text-align: right;

	color: #000000;
}

.ht-3{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;

	color: #707070;

}
.ht-4{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: right;
	color: #F26F3A;
}
.ht-5{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #707070;

}
.ht-6{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	color: #000000;

}
.ht-7{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	color: #000000;
}
.ht-8{
font-family: Sarabun;
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 18px;
color: #000000;

}
.btn-print-st4{
	background: #00BC3A;
	border-radius: 4px;
	width: 88px;
	height: 32px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
	padding: 5px;

}
.del-st4{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	text-decoration-line: underline;

	color: #FF0000;

}
.btn-print-st5{
	background: #F26F3A;
	border-radius: 4px;
	width: 88px;
	height: 32px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
	padding: 5px;	
}
.tagn{
	width: 35px;
	height: 14px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;


	color: #FFFFFF;

	background: #EB5757;
	border: 1px solid #FFE7E7;
	box-sizing: border-box;
	border-radius: 50px;
	text-align: center;
	margin-bottom: 0;
}
.checklistdata label{
	width: 139px;
	height: 34px;
	background: #D5D5D5;
	border-radius: 8px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 7px;

}
.checklistdata input{
	position: absolute;
	z-index: -1;
}
.checklistdata input:checked + label{
	background: #F26F3A;

}
.checklistdata{
	margin-right: 15px;
}
.wt-1{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	color: #F26F3A;

}
.wt-2{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	display: flex;
	align-items: center;
	text-align: right;

	color: #FF0000;

}
.wt-3{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	display: flex;
	align-items: center;

	color: #000000;
}
.wt-4{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	text-align: right;

	color: #FF0000;

}
.inputst-10{
	width: 60px;
	height: 31px;
	background: #FFFFFF;
	border: 1px solid #707070;
	box-sizing: border-box;
	border-radius: 8px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #F26F3A;

}
.btn-print-st6{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
	background: #F26F3A;
	border-radius: 8px;
}
.tq-67{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-align: right;

	color: #FF0000;

}
.drop-profile .dropdown-toggle::after{
	content: unset;
}
.drop-profile .dropdown-menu a{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #F26F3A;
}
.btn-cqr{
	background: #F26F3A;
    border-radius: 4px;
    font-family: Sarabun;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    width: 124px;
    height: 30px;
    margin-top: 40px;
}


.imagespin {
    width: 120px;
    height: 120px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.text-spin{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	color: #5A5A5A;
}
.text-success{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 47px;
	color: #4BD37B;
	text-align: center;
}
.text-success-1{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 31px;
	color: #5A5A5A;

}
.text-success-2{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 47px;
	text-align: right;
	color: #5A5A5A;

}
.text-cancle{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;;
	color: #FF0000;
	text-align: center;

}

.text-nst-1{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	color: #F26F3A;

}

.text-nst-2{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 19px;
	text-align: right;

	color: #2C2C2C;
}

.text-nst-3{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 19px;
	text-align: right;
	color: #2C2C2C;
}
.a-link-nst-1{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-decoration-line: underline;
	color: #31A7DE;
}

.error .inputN{
	border-color: #ED1B24;
}
.inputN{
	border: 1px solid #E0DEDD;
	box-sizing: border-box;
	border-radius: 4px;
	width: 30px;
	height: 38px;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-left: -5px;
	font-family: Prompt;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 140.62%;
	text-align: center;

	color: #000000;
}
.inputN:focus{
	outline: none;
}
.inputN.psm{
	border-right:0;
	border-radius: 0;
}
.inputN.psl{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right:0;
}
.inputN.psr{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.mt-cst1{
	margin-top: 23px;
}
.text-mz1{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #C4C4C4;
}

.box-discount{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	background: #FFE3E3;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	padding: 3px 5px;
	color: #FF0000;
}
.cancle-product{
	background: #EB5757;
	border-radius: 50px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 8px;
	line-height: 10px;
	color: #FFFFFF;
	padding: 0 4px;
	margin-top: -2px;
}
.cancle-row .text-td-st1,.cancle-row .text-td-st2,.cancle-row .text-td-st3,.cancle-row .text-td-st3 span,.cancle-row .text-td-st4{
	color: #00000066;
}
.cancle-row img{
	filter: grayscale();
}
.cancle-row .box-discount{
	filter: grayscale();
}
.text-st9-5{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #000000;

}
.bootstrap-select>.dropdown-toggle {
    font-family: Sarabun;
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #ced4da;
    background-color: #FFF;
    background-image: url(../img/14T080537.726.png);
    background-size: 11px 7px;
    background-position: right 5px center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #ffffff;
    border-color: #d3d9df;
}
.bootstrap-select>.dropdown-toggle:after {
    content: unset;
}

.ts-1{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #F26F3A;
}
.ts-2{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #000000;

}
.ts-3{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	color: #FF0000;
}

.form-search-member{
	background: #FFFFFF;
	border-radius: 8px;
	width: 257px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	height: 34px !important;

}

.dataTables_wrapper .dataTables_paginate span .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    cursor: hand;
    /* color: #333 !important; */
    border: 1px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    width: 24px;
    height: 24px;
    font-size: 12px;
    padding-top: 3px;
    margin-right: 5px;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current, .dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover{
	border: 1px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    width: 24px;
    height: 24px;
    font-size: 12px;
    padding-top: 3px;
    background: transparent;
    color: #FFF !important;
    box-shadow: unset;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous  {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
    width: 23px;
    height: 23px;
    background: #FFFFFF;
    border: 1px solid #E2E2EA;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.paginate_button img{
	margin-top: -3px;
}
.dataTables_paginate{
	margin-top: 10px;
}
.paginate_button.next{
	margin-top: 1px;
}

.modal_tab  .modal-content{
	background: transparent;
    box-shadow: unset;
    border: 0;
}

.modal_tab .modal-header{
	padding: 0;
    border: 0;
    background: transparent;
}

.modal_tab .modal-body{
	background:#FFF;
	border-radius: 4px;
	margin-top: -2px;
	padding: 15px;
}

.modal_tab #nav-tab-1 .nav-link{
	background: #E5E5E5;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 8%);
    border-radius: 4px 4px 0px 0px;
    font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #C4C4C4;
	padding: .3rem 1rem;
	padding-bottom: .45rem;
}

.modal_tab  #nav-tab-1 .nav-item.show .nav-link, #nav-tab-1 .nav-link.active{
	background: #EF6E3A;
	color: #FFF;
	border:0;
}
.form-control:readonly{
	background: #F3F7FC;
	border: 1px solid #E5E5E5;
}
.form-control[readonly]{
 	background: #F3F7FC;
	border: 1px solid #E5E5E5;
}

.modal_tab .modal-body .form-control {
	font-size: 14px;
}

.modal_tab #nav-tab-2 .nav-link{
	background: transparent;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #C4C4C4;
	padding: .3rem 1rem;
	padding-bottom: .45rem;
}

.modal_tab  #nav-tab-2 .nav-item.show .nav-link, #nav-tab-2 .nav-link.active{
	background: transparent;
	color: #F26F3A;
	border:0;
	border-bottom:2px solid #F26F3A;
}

.form-control-sm{
	height: 28px !important;
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #000000;
}

.fx-1{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #F26F3A;
}
.fx-2{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #000000;

}
.fx-3{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #F26F3A;

}
.fx-4{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
.fx-5{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #F26F3A;
}
.fx-6{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	color: #C4C4C4;
}
.fx-7{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
.fx-8{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.box-noti{
	background: #FFF8E8;
	border-radius: 4px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	color: #F26F3A;
	padding: 4px 10px;
    margin-left: 18px;
}

.count-text{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	color: #C4C4C4;
}

.btn-st5n{
	width: 88px;
	height: 31px;
	background: #F26F3A;
	border-radius: 4px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: center;

	color: #FFFFFF;

}
.btn-st5n:disabled{
	background: #E5E5E5;
}
.modal_tab .tab-content{
	height: 621px;
}
.btn-st-n2{
	border: 1px solid #FF0000;
	background: #FFF;
	box-sizing: border-box;
	border-radius: 4px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #FF0000;
	width: 88px;
	height: 31px;
}
.btn-st-n1{
	border: 1px solid #F26F3A;
	background: #F26F3A;
	box-sizing: border-box;
	border-radius: 4px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #FFF;
	width: 88px;
	height: 31px;
}

.clabel{
	background: #E5E5E5;border: 1px solid #E5E5E5;color: #000000;font-size: 12px;border-radius: 4px;line-height: 16px;
	padding-top: 1px;
}
#nav-tab-3 {
 	border-bottom:0;
}
#nav-tab-3 .nav-link{
	background: #FFF;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 8%);
    border-radius: 4px 4px 0px 0px;
    font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #C4C4C4;
	padding: .3rem 1rem;
	box-shadow: unset;
}

#nav-tab-3 .nav-item.show .nav-link, #nav-tab-3 .nav-link.active{
	background: #EF6E3A;
	color: #FFF;
	border:0;
}
.bt-0{
	border-top: 0 !important;
}
.summary2 .btn-close-print{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	color: #FF0000;
}
.summary2 .btn-print2{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
	width: 98px;
	height: 30px;
	background: #00BC3A;
	border-radius: 4px;
}
.summary2 .line-st-4{
	border-top: 1px solid #F2F2F2;
}

.txp-1{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #000000;

}
.txp-2{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #000000;
}

.summary2  .text-popup{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.summary2  .text-popup.bold{
	font-weight: bold;
}

.tx-danger{
	color: #FF0000;
}

.member_display{
  	width: 100%;
  	position: relative; 
  	background: #575B5E;
  	min-height: 100vh;
}

.member_display .top{
	height: 99px;
	background: #F26F3A;
}

.member_display .top .text-1{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 47px;
	text-align: center;
	color: #FFFFFF;
}

.member_display .body{
	padding: 20px;
/*	height: calc(100vh - 99px);*/
}

.member_display .body .block-1{
	flex: 0 0 37.2345%;
	margin-right: 10px;
	overflow: 
}
.member_display .body .block-2{
	flex: 0 0 25%;
	margin-right: 10px;
}
.member_display .body .block-3{
	flex: 0 0 36.5%;
	background:transparent;
	margin-right: 10px;
}

.bg_image_1{
	width: 100%;
	border-radius: 8px;
	overflow: hidden;

}

.bg_image_1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.bg_image_2{
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 16px;

}

.bg_image_2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.member_display .promotion{
	height: calc(100vh - 144px);
	background-color: #FFF;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.0752);
	border-radius: 8px;
	padding: 15px;
}

.fdx-1{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	color: #000000;
}
.tdx-2{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	color: #000000;
}
.tdx-3{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 42px;
	text-align: right;
	color: #F26F3A;
}
.tdx-4{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;

	color: #000000;
}
.tdx-5{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 31px;

	color: #000000;
}
.tdx-6{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 62px;
	text-align: right;
	color: #00BC3A;

}
.tdx-7{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 31px;
	text-align: center;

	color: #4A4A4A;
}
.tdx-8{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 31px;
	text-align: center;
	color: #F26F3A;


}

.tdx-9{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 31px;
	text-align: center;
	color: #4BD37B;
}
.tdx-10{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 31px;
	text-align: center;

	color: #000000;
}
.tdx-11{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 31px;
	text-align: center;

	color: #00BC3A;
}
.tdx-12{
	font-family: Sarabun;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 31px;

	color: #000000;
}
.tdx-13{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 31px;
	text-align: right;

	color: #000000;
}
.tdx-14{
	
}
.tdx-15{
	
}
.member_display .list-promotion .ts-2{
	font-size: 14px;
}

.member_display .total{
	padding: 18px;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.0752);
	border-radius: 8px;
}
.member_display .product{
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.0752);
	border-radius: 8px;
}

/*เพิ่ม 01/06/2021*/

.btn-tool-4{
	position: relative;
}
.btn-tool-4 .badge-custom{
	width: 20px;
	height: 20px;
	background: #FF0000;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.0752);
	border-radius: 50%;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
	position: absolute;
	right: 0;
	top: 0;
    margin-top: -6px;
    margin-right: -8px;
}
.listitem-n{
	padding: 10px 20px;
}
.listitem-n.activeitem{
	background: #FFFCF2;
}


.form-st-5{
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.0752);
	border-radius: 8px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	color: #FF0000;

}

.fs-1{
	font-family: Sarabun;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #000000;

}

.fs-2{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: right;
	color: #000000;
}
.alink-st-4{
	background: #FF6400 !important;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.135216);
	border-radius: 4px;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
}
.alink-st-4 .icon-back{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 60px;
	line-height: 60px;
	/* identical to box height, or 33% */

	text-align: center;

	color: #FFFFFF;

}

.form-redeem-discount{
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #F26F3A;
}

.form-redeem-discount .form-control{
	background: #F2F2F2;
	border-radius: 8px;
	border: 0;
	font-family: Sarabun;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	text-align: right;
	color: #F26F3A;
}

.item-block-h1 {
	height: calc(100vh - 504px) !important;
}