.jq-selectbox li.disabled {
    color: white;
    background: #A3ABB1;
}

.jq-selectbox__dropdown ul {
    max-height: unset !important;
}

.inputtext {
    width: 12.4375rem;
    display: block;
    margin-top: .4rem;
}

.error-captcha {
    color: #FF7557;
    font-size: 0.75rem;
    display: none;
}

.button-webform{
    background: transparent;
}


@media screen and (max-width: 991px) {
    .inputtext {
        width: 100%;
    }
}