.global-sidebar__header,
.global-sidebar__footer{
    background-color: #62B8BE;
    color: white;

}

.global-sidebar__nav{
    background-color: #A63F77;
    color: white;
}

#nav .nav-item.sel,
.nav-item>.sidebar-action:hover{
    background-color: #C4B386;
    color: white;

}

#global-header{
    background-color: #A63F7799;
    color: white;
}

#global-header li.crumb a:not(:hover){
    color: white;
}
