s,
strike {
	text-decoration: none;
	position: relative;
}

s.straight::before,
strike.straight::before {
	transform: rotate(0deg);
	left: -1%;
	width: 102%;

}

.lerezo-feedback-input .lerezo-feedback-input::placeholder {
	font-size: 12px;
	color: #9C9C9C;
}

.lerezo-feedback-input {
	color: black !important;
	font-weight: normal !important;
	font-size: 16px !important;
	font-family: Poppins !important;
	height: 45px;
	width: 100% !important;
	font-size: 17px !important;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #F2F0EC !important;
	border-radius: 0px !important;
	border: none !important;
}

.lerezo-feedback-input-textarea {
	height: 150px;
}


.lerezo-feedback-input-text::placeholder {
	font-weight: normal;
}

.lerezo-feedback-btn {
	border: none !important;
	font-size: 16px !important;
	font-family: Poppins !important;
	height: 60px !important;
	border-radius: 0px !important;
}

.lerezo-feedback-btn-label {
	background-color: white !important;
	color: black !important;
}

.lerezo-feedback-btn {
	font-family: Poppins !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	border: 1px solid #D4D7DE !important;
	background-color: white !important;
	color: black !important;
	font-weight: normal !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lerezo-feedback-btn-active {
	border: 1px solid #28284E !important;
	background-color: #28284E !important;
	color: white !important;
	font-weight: 500 !important;
}

.lerezo-feedback-btn:hover {
	background-color: #28284E !important;
	color: white !important;
	font-weight: normal !important;
}

.lerezo-feedback-btn>i {
	padding-right: 5px;
	color: #E40303 !important;
}

.lerezo-feedback-btn-cancel {
	background-color: white !important;
	border: 1px solid #9DA1A7 !important;
	color: #9DA1A7 !important;
	font-weight: normal !important;
}

.lerezo-feedback-btn-cancel:hover {
	color: white !important;
	background-color: #292929 !important;
	border: 1px solid #292929 !important;
}

.lerezo-feedback-item-submit-col {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

h3.lerezo-feedback-title {
	border-bottom: 1px solid purple;
	padding-bottom: 10px;
	color: #750787 !important;
}

.lerezo-feedback-image-selector-radio {
	display: none;
}

ul.lerezo-feedback-image-selector {
	margin-top: -20px !important;
}

.lerezo-feedback-check-input-radio-label {
	margin-top: -7px !important;
}

.lerezo-feedback-btn-submit {
	font-family: Poppins !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	background-color: #750787 !important;
	border: none !important;
	color: white !important;
	font-weight: 600 !important;
}

.lerezo-feedback-btn-submit:hover {
	font-family: Poppins !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	background-color: #28284E !important;
}

.lerezo-feedback-btn-submit:focus {
	outline: none;
}

#feedback-progress {
	margin-bottom: 50px;
}

h4.lerezo-feedback-item {
	font-weight: 600;
	text-transform: none;
}

.lerezo-feedback-item-description {
	font-weight: 400;
	font-size: 16px;
	color: #9C9C9C;
	margin-bottom: 10px;
}

.lerezo-feedback-input-text {
	padding-bottom: 20px !important;
}

.feedback-answer-required:after {
	font-weight: 600;
	content: "*";
	color: red;
	padding-inline-start: .2em
}

.lerezo-feedback-label {
	font-weight: normal !important;
	font-size: 16px !important;
	font-family: Poppins !important;
	color: black !important;
	padding-bottom: 10px !important;
}

.lerezo-feedback-error-text {
	color: #b30000 !important;
}

.lerezo-feedback-error {
	border: 1px solid #b30000 !important;
	background-color: #ffdada !important;
	color: #b30000 !important;
}

.lerezo-feedback-link {
	text-decoration: none;
	text-align: center;
	font-weight: 400;
}

.lerezo-feedback-link:hover {
	color: #292929;
}

/*	--------------
	Image selector
	-------------- */

ul.lerezo-feedback-image-selector {
	list-style-type: none;
	padding: 0px !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.lerezo-feedback-image-selector>li {
	flex: 1 1 auto;
	text-align: left;
	min-width: 0;
}

ul.lerezo-feedback-image-selector>li>input[type="radio"] {
	display: none;
}


.lerezo-feedback-check-input-radio-label {
	margin-top: -7px !important;
}

ul.lerezo-feedback-image-selector>li>label {
	padding-top: 10px;
	display: block;
	position: relative;
	cursor: pointer;
}

ul.lerezo-feedback-image-selector>li>label:before {
	background-color: white;
	color: white;
	content: " ";
	display: block;
	border-radius: 50%;
	border: 1px solid grey;
	position: absolute;
	top: -7px;
	left: -15px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 28px;
	transition-duration: 0.4s;
	transform: scale(0);
}

ul.lerezo-feedback-image-selector>li>label img {
	height: 40px;
	width: auto;
	transition-duration: 0.2s;
	transform-origin: 50% 50%;
}

:checked+label.lerezo-feedback-image-selector {
	border-color: #ddd;
}

:checked+label.lerezo-feedback-image-selector:before {
	content: "✓";
	background-color: #357A20;
	transform: scale(1);
}

/* :checked+label.lerezo-feedback-image-selector img {
	transform: scale(0.9);
	box-shadow: 0 0 15px #357A20;
	z-index: -1;
} */

/* // Image selector */

.lerezo-feedback-item-submit-row {
	padding-top: 50px;
}

h2.lerezo-feedback-alert-heading {
	font-size: 20px;
}

/* all sizes */
@media screen {}

/* xs */
@media screen and (max-width: 575.98px) {}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* md */
@media (min-width:768px) and (max-width: 991.98px) {}

/* lg */
@media (min-width:992px) {}