.search {
    @apply relative;
    .search__input {
        @apply w-56 shadow-none rounded-full bg-theme-23 pr-8 dark:bg-dark-3;
    }
    .search__icon {
        @apply w-5 h-5 absolute my-auto inset-y-0 mr-3 right-0 text-gray-600;
    }
}
.content--light .search {
    .search__input {
        @apply bg-theme-10;
    }
    .search__icon {
        @apply text-theme-13;
    }
}
