.searchform_faq input[type=submit] {
    background-color: var(--accent);
    color: #fff;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 28"><path style="fill:white" d="M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.094-0.906 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z" ></path></svg>');
    background-position: center center;
    background-size: 20px 20px;
    margin-left: -33px;
    height: 34px;
    width: 34px;
    padding-top: 0px;
}

.searchform_faq input,
.searchform_faq textarea {
    border: 1px solid var(--accent);
    color: #000000;
    border-radius: 3px;
    height: 34px !important;
    padding-left: 15px;
}

.searchform_faq input {
    width: 98%;
}

.filter_shadow:after {
    content: "";
    width: 200vw;
    height: 100vh;
    position: absolute;
    left: -50vw;
    top: 0;
    z-index: 98;
    box-shadow: 0px 0px 5000px 1000px #0000007a;
    pointer-events: none;
}