.wpcf7-form-control-wrap input[type='text'],
.wpcf7-form-control-wrap input[type='email'],
.wpcf7-form-control-wrap input[type='tel'] {
    border-color: rgba(153, 153, 153, 0.4) !important;
    color: inherit !important;
    background: transparent !important;
    display: block !important;
    width: 100% !important;
    padding: 16px !important;
    margin: 0 !important;
    border-radius: 2px !important;
    outline: none !important;
    font-size: 15px !important;
    line-height: 20px !important;
    height: 52px !important;
    box-sizing: border-box !important;
    cursor: text !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.wpcf7-form-control-wrap label {
    display: block !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    margin-top: 20px !important;
    margin-bottom: 12px !important;
}

.wpcf7-form-control-wrap {
    display: inline-block !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    transition: all 0.1s ease !important;
    cursor: unset !important;
    vertical-align: top !important;
    font-size: 15px !important;
}


.wpcf7-form-control-wrap textarea {
    color: inherit !important;
    background: transparent !important;
    display: block !important;
    width: 100% !important;
    padding: 10px 12px !important;
    border: 1px solid rgba(153, 153, 153, 0.4) !important;
    border-radius: 2px !important;
    outline: none !important;
    font-size: 15px !important;
    line-height: 18px !important;
    box-sizing: border-box !important;
    height: 85px !important;
    font-family: inherit !important;
    resize: none !important;
}

.wpcf7-submit {
    display: inline-block !important;
    position: relative !important;
    padding: 13px 32px !important;
    border: none !important;
    border-radius: 4px !important;
    outline: none !important;
    background-color: rgb(255, 96, 28) !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    color: #fff !important;
    transition: all 0.2s ease-out !important;
    cursor: pointer !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip{
    background-color:transparent !important;
    color: #ff4734  !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    transition: 0.1s all ease !important;
    height: 0 !important;
    margin: 0 !important;
    pointer-events: none  !important;
}

.wpcf7-form-control-wrap .wpcf7-checkbox{
    display: inline-block !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    min-width: 20px !important;
    height: 20px !important;
    border-radius: 3px !important;
    margin-right: 10px !important;
    align-self: flex-start !important;
}

.wpcf7-form-control-wrap input[type="checkbox"] {
    width: 20px !important; 
    height: 20px !important;
    cursor: pointer !important;
    margin-right: 10px !important; 
    margin-bottom: 0 !important; 
    margin-top: 0 !important; 
}


.wpcf7-form-control-wrap label {
    display: inline-flex !important; 
    align-items: center !important; 
    font-size: 16px !important; 
    font-weight: 600 !important; 
    line-height: 20px !important; 
    margin-top: 20px !important;
    margin-bottom: 12px !important; 
}

.wpcf7-form-control-wrap input[type="checkbox"]:checked {
    accent-color: rgb(255, 96, 28) !important;
}
.wpcf7-form-control-wrap .wpcf7-list-item{
    display: flex !important;
    align-items: flex-start !important;
}
@media (min-width: 768px) {
    .flex-container {
        display: flex;
        gap: 20px;
        width: 100%;
    }

    .flex-item {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .flex-container {
        display: block; 
    }

    .flex-item {
        width: 100%; 
        margin-bottom: 10px;
    }
}
.wpcf7 .wpcf7-not-valid-tip:after{
    border: 0 !important;
}
.wpcf7 form .wpcf7-response-output{
    margin: 0 !important;
}
.wpcf7-spinner{
    display: none !important;
}
.wpcf7 span.wpcf7-list-item{
    margin-right: 0;
}
.wpcf7-acceptance span.wpcf7-list-item-label{
    font-size: 15px;
    font-weight: normal;
}
.innovando-form-title-icon{
    background-color: rgb(255, 96, 28);
    min-width: 60px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
}
.wpcf7 label {
    display: inline-block;
    width: 100%;
    margin: 24px 0px 0 0 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
.wpcf7-acceptance label {
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: normal !important;
}
.uxb-form-advanced-wrapper{
    max-width: 580px;
    margin: 0 auto;
}

/* .innovando-material-control{
    position: relative;
}
.wpcf7-form-control-wrap input{
    border: 0;
}
.wpcf7-form-control-wrap {
    border: 2px solid rgba(153, 153, 153, 0.4);
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #eee !important;
    
}
.wpcf7-form-control-wrap:active,
.wpcf7-form-control-wrap:focus{
    border-color: #619020;
    background: #d9d9d9 !important;
}
.wpcf7-form-control-wrap:active > label,
.wpcf7-form-control-wrap:focus > label{
    border-color: #b00020;
}
.material-input-icon{
    font-family:fl-icons;
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 24px;
    color: rgba(0,0,0,0.54);
}
.innovando-material-label{
    position: absolute;
    top:-20px;
    left: 30px;
    border-radius: 999px;
    width: fit-content !important;
    padding: 0 5px;
    color: rgba(0,0,0,0.54);
}
.innovando-material-control{
    padding-left: 30px !important;
    box-shadow: none !important;
}
.innovando-material-control:active,
.innovando-material-control:focus,
.innovando-material-control:focus-within{
    outline: none !important;
    box-shadow: none !important;
    outline-offset: 0 !important;
}
.innovando-material-control .wpcf7-not-valid{
    border-color: #b00020;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    
    background-color: #eeeeee !important;
    height: fit-content !important;
    margin-top: 10px !important;

}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip::after{
    border: 7px solid #f0f0f0 !important;
    transform: rotate(45deg);
    bottom: 80% !important;
}
.textarea-item .wpcf7-form-control-wrap{
    border-bottom: 0;
    background: transparent !important;
}
.textarea-item .wpcf7-form-control-wrap label{
    border-bottom: 0;
    background: #f7f7f7 !important;
}
.textarea-item .wpcf7-form-control-wrap:focus,
.textarea-item .wpcf7-form-control-wrap:active {
    background: transparent !important;
    border-bottom: 0;
}

.textarea-item .wpcf7-form-control-wrap:focus-within label,
.textarea-item .wpcf7-form-control-wrap:active label {
    color: #619020 !important;
}

.textarea-item .wpcf7-form-control-wrap textarea:focus,
.textarea-item .wpcf7-form-control-wrap textarea:active {
    border-color: #619020 !important;
}
.material-checkbox .wpcf7-form-control-wrap{
    background: transparent !important;
    border-bottom: 0 !important ;
}
.textarea-item .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
    border: 1px solid #b00020 !important;
} */
