.navbar-search-block {
    position: absolute;
    padding: 0 1rem;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
}

.navbar-search-block.navbar-search-open {
    display: -ms-flexbox;
    display: flex;
}

.btn-nav {
    border: var(--bs-border-width) solid var(--bs-border-color);
    box-shadow: none;
}