.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.header-btn__icon {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / 0%);
    border-color: rgb(229 231 235 / 0%);
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1))
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgb(249 250 251);
}
.s-search-input:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 8.8rem;
}