.search {
    @apply relative;
    .search__input {
        @apply w-56 rounded-full bg-theme-8 pr-8;
    }
    .search__icon {
        @apply w-5 h-5 absolute my-auto inset-y-0 mr-3 right-0 text-theme-7;
    }
}