@import "development_progress_editor.css";@import "clinical_services_editor.css";@import "medical_centres_editor.css";@import "doctor_and_therapists_editor.css";@import "fee_editor.css";@import "app_editor.css";@import "faq_editor.css";@import "patient_editor.css";@import "ps_editor.css";@import "health_innovations_editor.css";@import "join_editor.css";@import "job_editor.css";@import "tender_editor.css";@import "pd_editor.css";@import "bg_editor.css";@import "value_editor.css";@import "milestone_editor.css";@import "contact_editor.css";@import "address_editor.css";@import "modal_editor.css";@import "location_editor.css";@import "transport_editor.css";@import "privacy_editor.css";

.editor table, .editor img { max-width: 100%; height: auto; }

.tplEditor {
	line-height: 32px;
}

.tplEditor *,
.tplEditor *:hover,
.tplEditor *:link,
.tplEditor *:active,
.tplEditor *:visited {
	line-height: 32px;
	font-size: 16px;
	color: #000000;
}

.popupEditor .popupImage img {
	width: 360px;
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}

.tplEditor .radiusImg img {
	width: 360px;
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}

.tplEditor .popupHeading {
	line-height: 35px;
	font-size: 25px;
	color: #6e1b6f;
	padding: 18px 0;
	margin-bottom: 9px;
}

.tplEditor .tpl_btn {
	display: inline-block;
	color: #ffffff;
	padding: 7px 48px;
	border-radius: 23px;
	background: #6e1b6f;
	margin-top: 19px;
}

.tplEditor .tpl_btn:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 32px;
	background: url(img/link-icon.svg) no-repeat center left;
	vertical-align: top;
}

.tplEditor .tpl_li {
	position: relative;
	padding-left: 25px;
	list-style-type: none;
}

.tplEditor .tpl_li:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000000;
}

.tplEditor .result_title {
	position: relative;
	font-size: 25px;
	color: #6e1b6f;
	margin-bottom: 62px;
}

.tplEditor .result_title:after {
	content: '';
	position: absolute;
	bottom: -34px;
	left: 50%;
	width: 40px;
	height: 2px;
	background: #e6a922;
	margin-left: -20px;
}

.editor table.table-border, .editor table.table-border td, .editor table.table-border th { 
	border-collapse: collapse; 
	border: 1px solid #323232;
}