.search-input-container input {
    border: none;
    outline: none;
    width: 100%;
    padding: 0;
    box-shadow: none;
}

.search-input-container {
    border: 0.5px solid #E5E7EB;
    box-shadow: 0px 1px 2px 0px #3F4C603D, 0px 1px 3px 0px #3F4C601F;
    background: white;
    border-radius: 20px;
}

.search-input-container {
    border: 0.5px solid #E5E7EB;
    box-shadow: 0px 1px 2px 0px #3F4C603D, 0px 1px 3px 0px #3F4C601F;
}

.search-input-container:focus-within {
    border: 1px solid #1C64F2;
    box-shadow: 0px 1px 6px 0px #1C64F24D;
}