/* Global Navbar Design
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.banner Img{
    position: relative;
    height: 55px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); 
}
  
.nav-pills .nav-link {
    color: white;
    font-size: 13px;
    font-weight: bold;
    border-radius: 6px;
    max-width: 145px;
    margin-top: 4px;
}

.nav .dropdown-menu {
    font-size: 12px;
    border-radius: 6px;
    /* need both to override underlying styling */
    max-width: 145px;
    min-width: 145px;
}

.nav .dropdown {
    margin-top: 0px;
    margin-bottom: 0px;
}


/* .nav-pills .nav-link.active {
background-color: #63A4CE;
} */

.nav-link:hover {
    background-color: #3D577C;
}

.container-report-bug {
    display: flex;
    align-items: left;
    justify-content: left
}

.report_bug_navlink {
    position: fixed;
    bottom: 150px;
    margin-bottom: 10px;
}

.give_feedback_navlink {
    position: fixed;
    bottom: 120px;
}

/* Ensures no margin is applied to the navbar dropdown links */
.nav-bar-links .sidebar_dropdown .nav_link {
    margin: 0;  
}


/* –––––––––––––––––––––––––––––––––––––––––––––––––– 
🚀 V3
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* 
.dmc_api_navlink_root {
    color: white;
    height: 28px;
}
.dmc_api_navlink_root:hover {
    color: white;    
    background-color: rgba(45, 55, 72, 0.60);
}
.dmc_api_navlink_label {
    font-size: 11px;
}
.dmc_api_navlink_root_children {
    color: white;
    height: 28px;    
    border-left: 1px solid #424242;
}
.dmc_api_navlink_root_children:hover {
    color: white;    
    background-color: rgba(45, 55, 72, 0.60);
}
.sidebar_body {
    overflow-y: auto; 
}
.sidebar_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #424242;
}
.sidebar_container {
    display: flex;
    flex-direction: column;
    position: relative;
} */