#header {
    min-height: 64px;
    position: sticky;
    top: 0;
    background: white;
    z-index: 3;
    border-bottom: 1px solid #e2e8f0;
}

.header-main {
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background-color: transparent;
}

.uk-navbar-nav>li>a {
    min-height: auto;
    font-size: 16px;
}

.uk-navbar-container.uk-navbar {
    height: -webkit-fill-available;
    width: fit-content;
}

.uk-navbar-nav>li>a {
    color: black;
    font-weight: 600;
}
.uk-search-input {
    border-radius: 12px;
}
.uk-navbar-nav>li>a[aria-current="page"] {
    color: #1e87f0;
}
.uk-navbar-nav>li>a:hover {
    color: #1e87f0;
}
.logo:hover {
    text-decoration: none;
}