.ecsl-feedback-radio[type=radio] {
	display: none
}

.ecsl_modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.ecsl_modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
	margin-left: 20%;
	margin-right: 24%;
	margin-top: 6%
}

.ecsl_close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: 700
}

.ecsl_feedback_email input[id=feedback_customer_email] {
	text-align: center;
	border: 0 solid #000;
	border-style: solid;
	background: #f0f3f7;
	width: 20vw;
	border-radius: 6px
}

.ecsl_sm {
	text-align: center;
	width: 2vw;
	height: 2vw;
	padding: 1vw
}

.ecsl_sm:hover {
	opacity: .6;
	cursor: pointer
}

.ecsl_sm:active {
	opacity: .4;
	cursor: pointer
}

input[type=radio]:checked+label>.ecsl_sm {
	border: 2px solid #21ecdc
}

.ecsl-radio-email input[type=radio] {
	opacity: 0;
	position: fixed;
	width: 0
}

.ecsl_editable {
	text-align: center;
	width: 1em;
	height: 1em
}
