.navbar {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #1e4294 !important;
    box-shadow: 0 2px 4px  #9E9E9E;
}

.navbar-toggler {
    background-color: #fff;
}

.nav-item {
    height: 55px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 5px;
    border-bottom: 3px solid #1e4294;
    opacity: 0.7;
}

.nav-item.active {
    border-bottom: 3px solid #fff;
    opacity: 1;
    font-weight: bold;
}


.nav-item .nav-link {
    color: #fff !important;
    font-size: 0.9em;
}

.logo-header {
    max-height: 45px !important;
    margin: 0 30px 0 0;
}

.profile-menu .dropdown {
    z-index: 999;
    opacity: 1;
}

.btn:hover {
    cursor: pointer;
}

.cursor-hover:hover {
    cursor: pointer;
}
