.navbar-nav, .nav-item a{
    font-size: 10pt !important;
    color: #fff;
    background-color: #004566 !important;
    border-bottom:#004566 1px solid;

}.nav-item a:hover{
    color: #fff !important;
}
.navbar-toggler-icon{
    color: #fff !important;
}

.navbar{
    height: 60px !important;
    padding: 0px;
    background-color: #004566 !important;
    border-bottom:#004566 1px solid;
}
.dropdown-menu {
    border-radius: 0; /* Remove as bordas arredondadas */
    border: none; /* Remove as bordas */
    font-size: 9pt !important;
    line-height: 20px;
    padding: 10px;
    background-color: #004566 !important;
    border-bottom:#004566 1px solid;
}

.dropdown-item:hover {
    background-color: #022738 !important;
    border-bottom:#004566 1px solid;
}

.nav-link, .dropdown-item{
    color: #fff !important;
    background-color: #022738 !important;
    border-bottom:#004566 1px solid;
}

img.grayscale {
    filter: grayscale(100%);
    width: 25px;
}
img.grayscale:hover {
    filter: none;
}
.nav-item-logout a{
    color:rgb(248, 180, 194) !important
}

.nav-item-logout a:hover{
    color:rgb(255, 142, 142) !important
}

.right-border{
    border-right: 1px solid #326191 !important;
}
