.wcha-pdf-invoice-settings-container {
	display: flex;
	gap: 10px;
	margin-top: 50px;
}
.wcha-pdf-invoice-tabs{
	width: 200px;
	background: #fff;
}
.wcha-pdf-invoice-tabs ul{}
.wcha-pdf-invoice-tabs ul li {
	font-size: 16px;
	padding: 5px 10px;
	color: #a4a4a4;
	cursor: pointer;
}
.wcha-pdf-invoice-tabs ul li.active,
.wcha-pdf-invoice-tabs ul li:hover {
	background: #4888b7;
	color: #fff;
}

/*template settings*/
.wcha-pdf-invoice-template-form-container .wcha-pdf-invoice-template input{
	display: none;
}
.wcha-pdf-invoice-template-form-container .wcha-pdf-invoice-template img {
	width: 200px;
	height: 250px;
	border: 2px solid #dbdbdb;
	border-radius: 4px;
}
.wcha-pdf-invoice-template-form-container .wcha-pdf-invoice-template.active img,
.wcha-pdf-invoice-template-form-container .wcha-pdf-invoice-template:hover img{
	border: 2px solid #4888b7;
}
.wcha-pdf-invoice-templates ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.wcha-pdf-invoice-template label{
	position: relative;
}
.wcha-pdf-invoice-template span.dashicons.dashicons-saved {
	position: absolute;
	left: 2px;
	top: -9px;
	background: #4888b7;
	color: #fff;
	display: none;
}
.wcha-pdf-invoice-template.active span.dashicons.dashicons-saved,
.wcha-pdf-invoice-template:hover span.dashicons.dashicons-saved {
	display: block;
}
.wcha-pitf-submit-btn{}
.wcha-pitf-submit-btn button.button {
	padding: 10px 30px;
	font-size: 15px;
	margin-top: 30px;
}
.wps-commingsoon-overlay {
	position: absolute;
	background: #1111114f;
	height: 254px;
	width: 204px;
	bottom: 3px;
	border-radius: 4px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 25px;
	font-weight: 400;
}
.exist.wcha-pdf-invoice-template .wps-commingsoon-overlay{
	display: none;
}