.SearchField {
    position: relative;

    &Input {
        width: 100%;
    }

    &Icon {
        background: #fff;
        position: absolute;
        right: 10px;
        top: 23%;
    }
}
