/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 24 2024 | 08:33:49 */
/* CSS Image Captcha */


input.wpcf7-submit {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

input.wpcf7-submit:after{
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}






.captcha-image label > input:checked + svg, .captcha-image label > input:focus + svg {
  border: 2px solid rgba(133, 172, 57, 1) !important;	
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.8rem;
  font-weight:bold;	
  height: 0px;
  overflow: visible;
  color:var(--hex-corp-accent-color) !important;	
}

.captcha-image label > input + svg:hover{
  color:rgba(133, 172, 57, 1) !important;
}

.captcha-image {
  top: 15px;
  position: relative;
  margin-bottom:20px;		
}


