#searchFilter {
    width: 33%;
    margin-bottom: 10px;
    position: relative;
}

#searchFilter input {
    width: 100%;
    padding: 1px 20px 1px 1px;
}

#searchFilter::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M5.917 7.581L.76 1.484A.75.75 0 011.333.25h13.334a.75.75 0 01.572 1.234l-5.156 6.097V13a.75.75 0 01-1.085.67L6.33 12.338a.75.75 0 01-.414-.67V7.58zM13.05 1.75H2.95l4.29 5.072a.75.75 0 01.177.485v3.896l1.166.583v-4.48a.75.75 0 01.178-.484l4.29-5.072z'/%3E%3C/svg%3E");
    opacity: .8;
    display: flex;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    align-items: center;
}
