.bg-primary{
    background-color: rgb(14 78 172) !important
}

:root {
    --learn-area-rail-bg: #0F172B;
}

.navbar.fixed-top,
.navbar.fixed-top.bg-dark {
    background-color: var(--learn-area-rail-bg) !important;
}

.env-brand-lockup,
.env-brand-auth-row {
    display: inline-flex;
    align-items: flex-start;
    gap: 4px;
}

.env-brand-lockup {
    flex: 0 0 auto;
}

.env-brand-name-link {
    margin-right: 0;
    line-height: 1;
}

.env-brand-auth-row {
    justify-content: center;
    width: 100%;
    margin-bottom: 12px;
}

.env-brand-auth-row .env-brand-name-link {
    color: #0f172b;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
}

.env-brand-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1rem;
    padding: 2px 5px;
    border-radius: 999px;
    border: 1px solid rgba(245, 158, 11, 0.45);
    background: rgba(245, 158, 11, 0.16);
    color: #f59e0b;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    transform: translateY(-0.32rem);
    white-space: nowrap;
}

.env-brand-badge--nonprod {
    box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.08);
}

.navbar-nav {
    font-size: 14px
}

/* Custom styles for nested dropdowns */
.dropdown-menu{
    font-size: 13px
}
.dropdown-menu .dropdown-menu {
    left: 100%; /* Position the submenu to the right of the parent */
    top: 0; /* Align the submenu with the parent item */
    margin-left: 0.1rem; /* Add a small gap between parent and submenu */
    font-size: 12.5px
}
.dropdown-menu .dropdown-item:hover + .dropdown-menu {
    display: block;
}
.dropdown-menu .dropdown-menu:hover {
    display: block;
}

.nav-link.active {
    font-weight: bold;
    color: #fff !important; /* Ensure the text color is visible */
}

