<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar-inverse {
    background-color: rgba(20, 22, 25, 0.49) !important;
}

.header-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index:2;
}

.search-tab .form-control,
.search-tab .bootstrap-select &gt; .dropdown-toggle {
    padding-right: 25px;
    width: 100%;
    z-index: 1;
    box-shadow: none;
    height: 45px;
    font-weight: 400;
    font-style: 14px !important;
    color: #ffffff !important;
    background: #24272b !important;
    border-color: #333 !important;
    border-radius: 0 !important;
}

.search-tab .dropdown-menu &gt; li a,
.search-tab .dropdown-menu {
    color: #ffffff !important;
    background: #24272b;
    border-color: #333 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.search-tab .dropdown-menu &gt; li &gt; a:focus,
.search-tab .dropdown-menu &gt; li &gt; a:hover {
    color: #ffffff !important;
    background: #0068b2 !important;
    border-color: #333 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

    .search-tab .dropdown-menu &gt; li.selected &gt; a {
        color: #ffffff !important;
        background: #004c80 !important;
        border-color: #333 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

@media (max-width: 665px) {
    .header-wrapper {
        position: static;
    }
}</pre></body></html>