

/* Start:/local/components/zlabs/main.feedback/templates/.default/style.css?1752809263727*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

.user-consent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0;
}

.user-consent__checkbox {
  margin-right: 5px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #0c9ad9;
  border-radius: 4px;
  flex-shrink: 0;
  height: 15px;
  transition: .3s;
  width: 15px;
  -webkit-appearance: none;
  appearance: none;
}

.user-consent__checkbox:checked {
  background-color: #0c9ad9
}
/* End */
/* /local/components/zlabs/main.feedback/templates/.default/style.css?1752809263727 */
