.navbar-custom-show {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    background: #2d2d2d !important;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    display: block;
}

.navbar-custom-hide {
    display: none;
}

.brand-logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #007bff;
    text-decoration: none;
}

.brand-logo:hover {
    color: #0056b3;
    text-decoration: none;
}

.user-dropdown {
    border: none;
    background: none;
}

.user-avatar {
    color: #EDA500;
    display: inline;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.3rem;
}

.down-arrow {
    display: inline;
    color: #EDA500;
}

.down-arrow:hover {
    color: #EDA500;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.main-content {
    margin-top: 100px;
    padding: 20px;
}

.dropdown-toggle::after {
    display: none;
}