.hwt-container {
	display: inline-block;
	position: relative;
	overflow: hidden !important;
	-webkit-text-size-adjust: none !important;
}

.hwt-backdrop {
	position: absolute !important;
	top: 0 !important;
	right: -99px !important;
	bottom: 0 !important;
	left: 0 !important;
	padding-right: 99px !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

.hwt-highlights {
	width: auto !important;
	height: auto !important;
	border-color: transparent !important;
	white-space: pre-wrap !important;
	word-wrap: break-word !important;
	color: transparent !important;
	overflow: hidden !important;
}

.hwt-input {
	display: block !important;
	position: relative !important;
	margin: 0;
	padding: 0;
	border-radius: 0;
	font: inherit;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

.hwt-content {
	border: 1px solid;
	background: none transparent !important;
}

.hwt-content mark {
	padding: 0 !important;
	color: inherit;
}


.hwt-content {
	width: 680px!important;
	height: 180px!important;
	padding: 10px!important;
	border: 1px solid #e5e6e7;
	color: inherit;
	font: 14px/21px 'Poppins', sans-serif;
}

.hwt-input:focus {
	outline-color: #495057;
}

.hwt-content mark {
	border-radius: 3px;
	background-color: #e4f8f8;
}

.hwt-content mark.red {
	background-color: #ffc9c9;
}

.hwt-content mark.blue {
	background-color: #a3daff;
}

.hwt-content mark.yellow {
	background-color: #ffec99;
}

.input-group .hwt-content {
	width: 600px !important;
	height: 35px!important;
	padding: 6px 12px!important;
}
.input-group .hwt-container {
	display: table-cell;
}

.campaign-new .hwt-container {
	background: #fff;
}
.campaign-new .hwt-content {
	width: 340px !important;
	height: 150px!important;
	padding: 6px 12px!important;
}
