/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 12 2025 | 00:09:27 */
.custom-survey-form .wpforms-form{
	background-color:white !important;
	box-shadow:none !important;
	padding-top:0px !important;
}

.custom-survey-form-product-like-dislike-buttons .wpforms-field-label-inline{
	margin-left:0px !important;
}

.custom-survey-form-product-like-dislike-buttons ul.wpforms-icon-choices{
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: 5px;
}

.custom-survey-form-product-box p, .custom-survey-form-product-box img {
	margin-bottom: 0px !important;
}

.custom-survey-form-product-like-dislike-buttons .wpforms-field-label-inline{
/* 	padding-top:0px !important; */
/* 	padding-bottom:0px !important; */
}

.custom-survey-form-product-box h2 a{
	text-decoration: none !important;
}

.custom-survey-form .new-learnmore{
	border-radius: 10px !important;
	padding: 4% !important;
}

.custom-survey-form .new-learnmore a{
	text-decoration: none !important;
}

.custom-survey-form .new-learnmore i{
    font-size: 12px;
    white-space: pre;
    color: #ebebeb;
    display: block;
}

.custom-survey-form-product-like-dislike-buttons .wpforms-icon-choices li:first-child svg {
  fill: #89c4ff !important;
}

.custom-survey-form-product-like-dislike-buttons .wpforms-icon-choices li:first-child.wpforms-selected svg  {
  fill: #3B9DFF !important;
}

.custom-survey-form-product-like-dislike-buttons .wpforms-icon-choices li:first-child.wpforms-selected .wpforms-field-label-inline, .custom-survey-form-product-like-dislike-buttons .wpforms-icon-choices li:first-child .wpforms-field-label-inline:hover {

 box-shadow: 0 0 0 1px #3B9DFF !important;

}

.custom-survey-form-product-like-dislike-buttons .wpforms-icon-choices li:last-child svg {
  fill: #fe849c !important;
}


.custom-survey-form-product-like-dislike-buttons .wpforms-icon-choices li:last-child.wpforms-selected svg {
  fill: #FE325A !important;
}

.custom-survey-form-product-like-dislike-buttons .wpforms-icon-choices li:last-child.wpforms-selected .wpforms-field-label-inline, .custom-survey-form-product-like-dislike-buttons .wpforms-icon-choices li:last-child .wpforms-field-label-inline:hover {

 box-shadow: 0 0 0 1px #FE325A !important;

}

.custom-survey-form .wpforms-field-label-inline{
	padding-top:10px !important;
	padding-bottom:10px !important;
}


.custom-survey-form .wpforms-page-next{
	margin-top: 50px !important;
}


.survey-success-notice {
  text-align: center;
  background-color: #d4edda; /* Light green background */
  color: #155724; /* Dark green text */
  border: 1px solid #c3e6cb; /* Green border */
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

.custom-survey-form-product-title-image h2{
	font-size: 1.6em !important;
	margin-bottom: 35px !important;
}

.custom-survey-form-product-comment{
	margin-bottom:20px !important;
}

.wpforms-icon-choices{
	margin-top: 0px !important;
}

.custom-survey-form-product-like-dislike-buttons{
	padding:0px !important;
}

.custom-survey-form-product-like-dislike-buttons ul{
	justify-content: center !important;
}

.custom-survey-form-product-comment textarea{
	height: 50px !important;
	text-align:center;
}

.custom-survey-form-product-title-image{
	padding-bottom:0px !important;
}

@media only screen and (max-width: 1349px){
	.custom-survey-form-product-title-image .wpb_content_element{
		margin-bottom: 0px !important;
	}
}

.custom-survey-form .wpforms-icon-choices-label{
	font-weight:bold;
}

.custom-survey-form-product-title-no-margin-bottom h2{
	margin-bottom: 0px !important;
}