
.navbar-toggler {
    width: 30px;
    height: 30px;
    padding: 0;
    border: 2px #eeeeee;
    transition: all 0.2s ease;
}

.navbar-toggler:active {
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.4); /* Inward shadow to simulate depth */
    transform: translateY(2px); /* Slightly push the button down */
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler-icon {
    width: 20px;
    height: 20px;
    padding: 0;
}

.navbar {
    background: linear-gradient(to bottom, #555555 30%, #111111)
}

.container-fluid {
    padding: 0;
}

.navbar-brand .img {
    width: 10px;
    height: 10px;
}

.navbar-nav .nav-link {
    font-size: 12px;
    margin-left: 10px;
    color: #CCCCCC !important;
}

.navbar-nav .nav-link:hover {
    color: #ffffff !important;
}

.navbar-dark .navbar-nav .dropdown-menu {
    background: #7c7c7c;
    box-shadow: inset 0px 0px 8px #282828;
    /*background: linear-gradient(to right, #494949 0%, #CCCCCC 60%);*/
}

.navbar-dark .navbar-nav .dropdown-menu .dropdown-item {
    color: #ffffff;
    font-size: 12px;
    padding-left: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform, box-shadow;
}

.navbar-dark .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-dark .navbar-nav .dropdown-menu .dropdown-item:focus {
    background-color: #a6a6a6;
    /*background: linear-gradient(to right, #CCCCCC 0%, #494949 60%);*/
    font-weight: bolder;
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.brand-id > a {
    color: #ffffff;
}

.brand-id:hover > a {
    text-decoration: none;
}

@media (max-width: 910px) {
    .brand-id > a {
        display: none !important;
    }
}

.active-nav-item {
    color: #ffb74d !important;
    text-decoration: none;
}

.active-nav-item:hover {
    color: #fcd1a4 !important;
    text-decoration: none;
}


.navbar-nav .active-nav-dropdown {
    font-size: 12px;
    margin-left: 10px;
    color: #ffb74d !important;
    text-decoration: none;
}

.navbar-nav .active-nav-dropdown:hover {
    color: #fcd1a4 !important;
}

/*.pressed-in-effect {*/
/*    box-shadow: inset 0px 0px 5px #363636;*/
/*    */
/*}*/