﻿.homeSearch {
    margin-top: -3rem;
    background: var(--White);
    z-index: 2;
}

.searchinput {
    border: none;
    outline: none;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1946 17.2959C6.05772 17.2959 2.70413 13.9423 2.70413 9.80547C2.70413 5.6686 6.05772 2.315 10.1946 2.315C14.3315 2.315 17.6851 5.6686 17.6851 9.80547C17.6851 13.9423 14.3315 17.2959 10.1946 17.2959Z' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.98486 15.4042L2.04817 18.3333' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 99%;
}