#common-header {
    background: #ff480e !important;
    z-index: 9999;
    min-height: 64px;
}

.navbar-brandb {
    font-weight: bold;
    font-size: 1.5rem;
    color: white !important;
}

.analytics-text {
    font-size: 0.9rem;
    color: white;
    opacity: 0.9;
}

.header-divider {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    height: 25px;
    margin: 0 0.8rem;
}

.user-info {
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 4px 8px;
}

.user-first-name {
    font-size: 1rem;
    font-weight: 500;
    color: white;
}

.user-icon {
    font-size: 1.8rem;
}

.dropdown-arrow {
    font-size: 0.85rem;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    min-width: 240px;
    margin-top: 0 !important;
    top: 100% !important;
}

.user-email-item {
    background-color: transparent;
    border: none;
}

.email-icon {
    font-size: 1.5rem;
    color: #6c757d;
}

.user-email {
    font-size: 0.9rem;
    color: #333;
    font-weight: 500;
}

.dropdown-item {
    padding: 0.6rem 1rem;
    color: #333;
    font-weight: 500;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.dropdown-item i {
    color: #6c757d;
    font-size: 1.1rem;
}

@media (max-width: 991px) {
    .analytics-text {
        display: none;
    }
    .header-divider {
        display: none;
    }
    .user-first-name {
        display: none;
    }
}

.dropdown-divider {
    margin: 0.25rem 0;
}