/* cart page */
a{
	text-decoration: none !important;
}
.item {
    background: #fff;
    box-shadow: 0px 0px 5px rgb(159 159 159 / 30%);
    transition: .3s ease all;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #d2d2d2;
}
.item:hover{
	box-shadow: 0px 3px 6px rgb(159 159 159 / 30%);
    transition: .3s ease all;
}
.item .border-right {
    border-right: 1px solid #04af00ab !important;
}
.item .border-left {
    border-left: 1px solid #04af00ab !important;
}
.item .border-top {
    border-top: 1px solid #04af00ab !important;
}
.item .border-bottom {
    border-bottom: 1px solid #04af00ab !important;
}
.item__content {
    /* padding: 20px;
    margin: 0 auto; */
}
.item_service {
    padding: 10px 20px;
}
.item__content .item_remove label{
	margin: 10px 0 0 ;
}
.item_reply {
    padding: 10px;
}
.item__content .item_value label, .item__content .item_esd label, .item__content .item_service label, .item__content .item_lead_time label, .item__content .item_name label, .item__content .item_qty label {
    font-family: 'Urbanist', sans-serif !important;
    /* font-family: 'Arsenal', sans-serif; */
    margin: 0;
    font-size: 15px;
    font-weight: 800;
     /* color: #04af00;  */
}
.item__content .item_value h4,
.item__content .item_name h4{
	font-weight: 700;
}
.item__content .item_remove h4, .item__content .item_value h4, .item__content .item_esd h4, .item__content .item_service h4, .item__content .item_lead_time h4, .item__content .item_name h4, .item__content .item_qty h4, .item__content .item_service h4 a {
    font-family: 'Urbanist', sans-serif !important;
    font-size: 14px;
    color: #666;
    font-weight: 400;
}
/* .item__content .item_remove{
	display: flex;
	align-items: center;
} */
.item_remove a i{
	color: #777;
}
.item_remove a{
	font-size: 18px;
	color: red;
	text-decoration: none;
}
.item_reply a i,
.item_remove i,
.item_edit i{
	font-size: 25px;
}
.item_reply a i,
.item_edit i{
	color: #777;
}
.btn__btn{
	color: #47b749;
	transition: .3s ease all;
}
.btn_tag{
	padding: 10px;
    color: #fff;
	display: inline-block;
}
.text-red{
	color: red !important;
	font-weight: 600;
}
.paid{
	position: relative;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
	padding: 10px;
}
.paid:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background: #47b749;
	border-radius: 30px;
	top: 15px;
	left: -10px;
}
.unpaid {
    position: relative;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
	padding: 10px;
}
.unpaid:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background: red;
	border-radius: 30px;
	top: 15px;
	left: -10px;
}
.quotation_tracking .item__content{
    margin: 0 -8px;
}
.cart_img{
	width: 80px;
}
.item_img img{
	max-width: 80%;
}
/* checkbox */

.input_wrapper{
	width: 100%;
	height: 25px;
	position: relative;
	cursor: pointer;
  }

  .input_wrapper input[type="checkbox"]{
	width: 100%;
	height: 100%;
	cursor: pointer;
	appearance: none;
	background: red;
	border-radius: 2px;
	position: relative;
	outline: 0;
	transition: all .2s;
  }

  .input_wrapper input[type="checkbox"]:after{
	position: absolute;
	content: "";
	top: 3px;
	left: 3px;
	width: 19px;
	height: 19px;
	background: #fff;
	z-index: 2;
	border-radius: 2px;
	transition: all .35s;
  }

  .input_wrapper svg{
	position: absolute;
	top: 50%;
	transform-origin: 50% 50%;
	fill: #fff;
	transition: all .35s;
	z-index: 1;
  }

  .input_wrapper .is_checked{
	width: 14px;
	left: 9%;
	transform: translateX(190%) translateY(-50%) scale(0);
  }

  .input_wrapper .is_unchecked{
	width: 12px;
	right: 12%;
	transform: translateX(0) translateY(-50%) scale(1);
  }

  /* Checked State */
  .input_wrapper input[type="checkbox"]:checked{
	background: #04af00;
  }

  .input_wrapper input[type="checkbox"]:checked:after{
	left: calc(100% - 23px);
  }

  .input_wrapper input[type="checkbox"]:checked + .is_checked{
	transform: translateX(0) translateY(-50%) scale(1);
  }

  .input_wrapper input[type="checkbox"]:checked ~ .is_unchecked{
	transform: translateX(-190%) translateY(-50%) scale(0);
  }


  /* thm2 */
  /* .dashboard h1:before {
    content: '';
    float: left;
    display: block;
    width: 13.8%;
    height: 4.5rem;
    margin-right: 3.6%;
    background: #04AF00;
	padding-left: 50px;
}

.dashboard .title-container {
    margin-bottom: 4.5rem;
    position: relative;
}

.dashboard .title-container h1 {
    font-size: 3.8em;
    float: left;
    padding-right: .75rem;
    line-height: 5.25rem;
    color: #222;
    letter-spacing: 0;
    font-weight: 700;
	display: flex;
} */
.side-tab{
	width: fit-content;
	padding-left: 50px;
}
.side-dash {
    padding-top: 30px;
    padding-bottom: 60px;
}
.side-dash li {
    margin: 15px 0;
}
.side-dash li span {
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
}
.side-dash li a {
    /* background: #f2f2f2; */
	margin: 20px 0;
    /* padding: 10px 20px; */
    /* border-radius: 16px; */
    font-size: 16px;
    letter-spacing: 0;
}
.side-dash li a i {
	font-size: 14px;
    color: #444;
	padding-right: 10px;
}
.edit-profile {
    border-bottom: 1px solid #04af00;
	padding: 30px;
}
.edit-profile img {
    width: 100%;
    border-radius: 100px;
}
.edit-profile p {
    margin: 5px 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
/* .dash-box {
    text-align: center;
    padding: 50px 50px;
    background: #f2f2f2;
    border-radius: 5px;
    box-shadow: 3px 2px 2px #f7f7f7;
	transition: all 250ms ease-in;
} */
.dash-box:hover{
	transition: all 250ms ease-in;
    box-shadow: 0 3px 10px 2px rgb(0 0 0 / 6%);
}
.dash-box h4 {
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 600;
    /* text-transform: uppercase; */
}
.dash-box p {
    margin: 5px 0 0 0;
}
.dash-box-main {
    margin-top: 20px;
	margin-bottom: 50px;
}
.hr-green,
.hr-dark-green,
.hr-dark-orange,
.hr-dark-yellow,
.hr-dark-purple{
    position: relative;
	margin: 30px 0 0 0;
}
.hr-green:before,
.hr-dark-green:before,
.hr-dark-orange:before,
.hr-dark-yellow:before,
.hr-dark-purple:before {
	content: '';
	position: absolute;
	width: 70%;
	height: 2px;
	left: 0;
	transition: all 250ms ease-in;
}
.hr-green:before{
	background: #04AF00;
}
.hr-dark-green:before{
	background: #026b58;
}
.hr-dark-orange:before{
	background: #ff6e40;
}
.hr-dark-yellow:before{
	background: #faae42;
}
.hr-dark-purple:before{
	background: #9932e7;
}
.dash-box:hover .hr-green:before,
.dash-box:hover .hr-dark-green:before{
	width: 50%;
	transition: all 250ms ease-in;
}
.dash-box:hover .hr-dark-orange:before,
.dash-box:hover .hr-dark-yellow:before,
.dash-box:hover .hr-dark-purple:before{
	width: 60%;
	transition: all 250ms ease-in;
}
.color--green span {
    color: #04AF00;
}
.bg-p-br{
	background: #f2f2f2;
    padding: 10px 20px;
    border-radius: 16px;
}
.ptb-30{
	padding: 30px 0;
}
.input-hoshi .input-field-hoshi:focus+label span, .input-hoshi.input-filled label span,
.input-group input:focus + label span{
	font-size: 17px !important;
    font-weight: 900 !important;
}
.input-group{
	display: flex;
    align-items: center;
}
.input-group.message i{
	margin-top: 9px;
}
.input-group.message{
	align-items: flex-start;
}
/* .file-wrapper #resume{
	width: 100%;
	display: block;
} */

/* .join-us-page .main-info textarea{
	margin-left: 0;
	margin-top: 0;
	width: 91%;
} */

.w-71{
	width: 71.4%;
}
/* .file-wrapper .file-button{
	margin-left: 0;
} */
.w-max-content{
	width: max-content !important;
}
button{
	outline: none !important;
}
.bg-black{
	background: #222 !important;
    color: #fff !important;
}
.bg-red{
	background: #cf4332;
}

.free-dfm-page .side-info .title-container h1{
	line-height: 4.25rem;
	font-size: 3.6875em;
}

/* checkout page */
.make-payment-page input[type="radio"][id^="payment"],
.checkout-page input[type="radio"][id^="payment"] {
	display: none;
}

.make-payment-page label.custom-control-label,
.checkout-page label.custom-control-label {
	border: 1px solid #fff;
	padding: 10px;
	display: block;
	position: relative;
	margin: 0px;
	cursor: pointer;
}

.make-payment-page label.custom-control-label:before,
.checkout-page label.custom-control-label:before {
	background-color: white;
	color: white;
	content: " ";
	display: block;
	border-radius: 50%;
	border: 1px solid grey;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 28px;
	transition-duration: 0.4s;
	transform: scale(0);
}

.make-payment-page label.custom-control-label img,
.checkout-page label.custom-control-label img {
	transition-duration: 0.2s;
	transform-origin: 50% 50%;
}

.make-payment-page :checked + label.custom-control-label,
.checkout-page :checked + label.custom-control-label {
	border-color: #ddd;
}

.make-payment-page :checked + label.custom-control-label:before,
.checkout-page :checked + label.custom-control-label:before {
	content: "✓";
	background-color: #04af00;
	border-color: #04af00;
	transform: scale(1);
	z-index: 2;
}

.make-payment-page :checked + label.custom-control-label img,
.checkout-page :checked + label.custom-control-label img {
	transform: scale(0.9);
	z-index: -1;
}
.repeat-orders-section form.service-form{
	padding-top: 0%;
}
.repeat-orders-section {
    padding-bottom: 50px;
}
/* .repeat-orders-section .service-form .input-group{
	width: 100%;
} */
.modal-dialog {
    margin: 20rem auto;
}
.modal-body ul {
    width: 100%;
}
.modal-body ul li {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.modal-body .checkout-page .custom-control {
    width: 20%;
}
.modal-body .tbl_content select {
    border: none !important;
    padding: 0;
}
.modal-content .service-form .input-group {
    width: 100%;
}
.payment-table-model td {
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    padding: 5px;
    font-weight: 800;
}
.payment-table-model td:nth-child(1){
	color: #04af00;
}
.payment-table-model td:nth-child(2) {
    text-align: right;
}
.payment-table-model {
    margin-top: 0;
}
input.form__input-checkbox {
    margin-right: 5px;
}
.payment-list-table li {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.payment-list-table {
    width: 100%;
    padding: 0 20px;
}
a.link.forgot-pass {
    float: right;
}
.w-60{
	width: 60%;
}
.login_page .with-signup {
    font-size: 15px;
}
.login .input-group i,
.modal-content .service-form .input-group i,
.add_address_page .service-form .input-group i,
.register_page .contact-form .input-group i,
.repeat-orders-section .contact-form .input-group i,
.change-password .service-form .input-group i,
.company-detail .service-form .input-group i,
.edit-profile-section .service-form .input-group i,
.add-address .service-form .input-group i{
    position: absolute;
    top: 33px;
    left: 0;
	font-size: 16px;
}
.login .input-hoshi label,
.login .input-hoshi input,
.modal-content .service-form .input-hoshi label,
.modal-content .service-form .input-hoshi input,
.add_address_page .service-form .input-hoshi label,
.add_address_page .service-form .input-hoshi input,
.register_page .contact-form .input-hoshi label,
.register_page .contact-form .input-hoshi input,
.repeat-orders-section .contact-form .input-hoshi label,
.repeat-orders-section .contact-form .input-hoshi input ,
.change-password .service-form .input-hoshi label,
.change-password .service-form .input-hoshi input,
.company-detail .service-form .input-hoshi label,
.company-detail .service-form .input-hoshi input,
.edit-profile-section .service-form .input-hoshi label,
.edit-profile-section .service-form .input-hoshi input,
.add-address .service-form .input-hoshi label,
.add-address .service-form .input-hoshi input {
	padding-left: 30px;
}
.add_address_page .service-form .input-hoshi select,
.register_page .contact-form .input-hoshi select,
.repeat-orders-section .contact-form .input-hoshi select,
.change-password .service-form .input-hoshi select,
.company-detail .service-form .input-hoshi select,
.edit-profile-section .service-form .input-hoshi select,
.add-address .service-form .input-hoshi select{
	padding-left: 30px;
    margin-top: 10px;
}

i.float-right {
    right: 0 !important;
    left: unset !important;
}
.toggle-password {
    right: 10px !important;
    left: unset !important;
    position: absolute !important;
    display: block;
    background: transparent !important;
    color: #4cae35 !important;
    top: -45px;
    height: 50px;
}
.exceptions-section .item_service {
    padding: 10px 5px;
}
.modal-content .file-wrapper .file-button{
	background: transparent;
    color: #000;
}
.modal-content label sup {
    color: red;
    font-size: 18px;
}
.border-none {
    border: none !important;
}
.add-address .input-group {
    width: 84%;
}
/* .tab-content{
	display: none;
	background: #ededed;
	padding: 0px;
} */

.tab-content.DispatchUnit_current,
.tab-content.StencilFramed_current,
.tab-content.OrderQuantityUnit_current,
.tab-content.ComponentSourcing_current,
.tab-content.PanelBy_current{
	display: block;
}
ul.dispatch_unit-box .tab-link{
	padding: 10px 25px;
    display: inline-block;
	color: #333;
	background: #fff;
    /* border: 1px solid #04af00; */
	text-align: center;
	margin-right: 10px;
	transition: .3s all ease;
	cursor: pointer;
    font-size: 12px;
    font-weight: 500;
	width: 100%;
	border-radius: 5px;
	box-shadow: inset 2px 2px 2px 0px rgb(159 159 159 / 10%), 7px 7px 20px 0px rgb(159 159 159 / 10%), 4px 4px 5px 0px rgb(159 159 159 / 10%);

}
ul.dispatch_unit-box .tab-link.DispatchUnit_current,
ul.dispatch_unit-box .tab-link.StencilFramed_current,
ul.dispatch_unit-box .tab-link.OrderQuantityUnit_current,
ul.dispatch_unit-box .tab-link.ComponentSourcing_current,
ul.dispatch_unit-box .tab-link.PanelBy_current{
	background: #04af00;
    color: #fff;
	transition: .3s all ease;
}
#UnitPanel.w-80{
	width: 80%;
}

.pcb_place_inquiry_page .tbl_content .input-hoshi .input-field-hoshi:focus+label span,
.pcb_place_inquiry_page .tbl_content .input-hoshi.input-filled label span,
.pcb_place_inquiry_page .tbl_content .input-group input:focus + label span
.pcb_place_inquiry_page .tbl_content .input-hoshi label,
.pcb_place_inquiry_page .tbl_content .input-hoshi.mt-0{
	font-size: 12px !important;
}
.pcb_place_inquiry_page .form__label,
.pcb_place_inquiry_page .tbl_glance select,
.pcb_place_inquiry_page .tbl_glance ul li,
.pcb_place_inquiry_page .tbl_content .input-hoshi .input-field-hoshi.mt-0{
	font-size: 14px;
}
.pcb_place_inquiry_page .tbl_content .input-hoshi select.input-field-hoshi{
	padding: 7px 0 !important;
}
.pcb_place_inquiry_page .tbl_content .input-hoshi .input-field-hoshi.mt-0 span{
	padding: 0 !important;
}
.shop-title{
	position: relative;
}
.shop-title:before {
		content: '';
		position: absolute;
		width: 30px;
		height: 5px;
		background: #04af00;
		bottom: -10px;
		left: 0;
}
.pcb_place_inquiry_page .w-85{
	width: 85%;
}
.pcb_place_inquiry_page .w-88{
	width: 88%;
}
@media screen and (max-width: 1440px) {
	.input-hoshi .input-field-hoshi:focus+label span,
	.input-hoshi.input-filled label span,
	.input-group input:focus + label span {
		font-size: 15px !important;
		font-weight: 700 !important;
	}
	.input-hoshi input, .input-hoshi textarea {
		margin-bottom: 1.6rem;
	}
	.input-hoshi input, .input-hoshi label, .input-hoshi textarea,.input-hoshi select{
		font-size: 1.3em !important;
	}
	.file-wrapper .file-button{
		font-size: 1.3em;
		padding: 15px 7px;
	}
	.custom-control-label::after,
	.custom-control-label::before{
		top: 8px;
	}

}

/* LOADER */
.half-loader{
	background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
	display: none;
}

.loader {
    position: relative;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader-1 .loader-outter {
	position: absolute;
	border: 4px solid #00ad4d;
	border-left-color: transparent;
	border-bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
	animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader-1 .loader-inner {
	position: absolute;
	border: 4px solid #85c441;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	border-right: 0;
	border-top-color: transparent;
	-webkit-animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
	animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

@-webkit-keyframes loader-1-outter {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader-1-outter {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loader-1-inner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes loader-1-inner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

/*  */
.LoaderDiv {
	background: #F3F2EF;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:100%;
	height:100vh;
	z-index:9999;
	/* display: none; */
}

.full-loader-innerDiv {
	position: absolute;
    z-index: 10;
    display: block;
    animation: waveIconPulse 1.83s .4s infinite;
    width: 140px;
    height: 145px;
    background-size: cover;
	background-image: url("../images/logo-black.png");
}

.full-loader{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}

@keyframes waveIconPulse {
	0% {
		transform: scale(1);
	}

	30% {
		transform: scale3d(1.1, 1.1, 1.1);
	}

	60% {
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		transform: scale(1);
	}
}

@media only screen and (max-width:450px){
	.modal-body .checkout-page .custom-control {
		width: 29%;
	}
}