/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 27 2023 | 11:13:34 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
#custom-contact-form .onovo-field{
	border-radius: 0;
    padding: 0 0;
    height: 65px;
    min-height: 65px;
    color: #000;
    margin-top: -8px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    transition-property: all;
    transition-duration: .3s;
    position: static;
    border: 0 solid #000;
	border-bottom: 1px solid;
}
#custom-contact-form label.onovo-label{
	font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    transition: transform .2s;
    position: relative;
    margin-bottom: 10px;
    padding: 0;
}
.collaborators_select {
  min-height: auto;
  grid-column-gap: .875rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(151px, 1fr));
  grid-auto-columns: auto;
  grid-auto-flow: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  justify-items: start;
  display: flex;
}
.checkbox-form_component {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
.checkbox-form_component {
    width: 100%;
  }

.checkbox-form_component {
  width: auto;
  height: auto;
  max-height: none;
  min-height: auto;
  min-width: auto;
  grid-column-gap: 0px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .5em;
  font-weight: 500;
  display: flex;
  position: relative;
}
.custom-checkbox{
	opacity:0;
	position:absolute;
	z-index:-1;
}

.checkbox-form_component:focus {
  border-color: rgba(255, 255, 255, .6);
}

.checkbox-form_component.is-forfilter {
  padding-left: 2em;
  padding-right: 2em;
}

.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}
.checkbox-input {
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: default;
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 50px;
  flex: 0 auto;
  margin-top: 0;
  margin-left: 0;
  font-weight: 500;
  transition: background-color 10ms ease-in;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox-input:hover {
  background-color: rgba(255, 255, 255, .09);
}

.checkbox-input.w--redirected-checked {
  z-index: 4;
  border-style: none;
  border-color: var(--dark-color);
  background-color: #b6b6b6;
  background-image: none;
  border-radius: 50px;
  transition-duration: 40ms;
}

.checkbox-input.w--redirected-focus {
  height: 100%;
  box-shadow: none;
  border-color: rgba(194, 231, 231, .3);
  border-radius: 50px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-input.w--redirected-focus-visible {
  width: 100%;
  height: 100%;
  border-color: rgba(255, 255, 255, .6);
  border-radius: 50px;
  margin-left: 0;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}
input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.text-size-regular-20.text-weight-medium {
  z-index: 5;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}



.wpcf7-list-item-label{
width: auto;
    height: auto;
    max-height: none;
    min-height: auto;
    min-width: auto;
    grid-column-gap: 0px;
    /*border: 1px solid rgba(0, 0, 0, 0);*/
    border-radius: 50px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	margin-bottom: 16px;
    padding: 6px 12px;
    font-weight: 500;
    display: flex;
    position: relative;
	border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 50px;
	
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label {
	z-index: 4;
    border-style: none;
    background-color: #b6b6b6;
    background-image: none;
    border-radius: 50px;
    transition-duration: 40ms;
    /* border: 1px solid rgba(0, 0, 0, .3); */
    border-radius: 50px;
    padding: 6px 12px;
    
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]
{
	opacity: 0;
    position: absolute;
    z-index: -1;
}
.second-circle .onovo-circle-text-label span:nth-child(19){
	transform:rotate(149deg) !important
}

/*.onovo-service-item-list .onovo-text{
	display:none;
}
.onovo-service-item-list .active{
	display:block;
} */