.bg-dark {
    background-color: #353535!important;
    z-index: 999;
}

.navbar-brand {
    font-weight: bold;
    color: #f6f6f6 !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.dropdown-item {
    color: rgb(122, 120, 121);
}

.dropdown-item:hover {
    color: rgb(67, 97, 153);
}

.zt_search {
    background-color:rgb(69, 141, 150);
    color: #f6f6f6;
    border-color: rgb(69, 141, 150);
}

.zt_search:hover {
    background-color: rgb(9, 141, 158);
    color: #fff;
    border-color: rgb(9, 141, 158);
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
}

.navbar {
    padding: 0.5rem 1.5rem;
}