#common-header {
    background: #ff480e !important;
    z-index: 9991;
    min-height: 64px;
    padding: 0.5rem 1rem;
}

.navbar-brandb {
    font-weight: 700;
    font-size: 1.4rem;
    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 {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    cursor: pointer;
    padding: 4px 8px;
}

.user-first-name {
    font-size: 1rem;
    font-weight: 500;
    color: white;
    text-transform: lowercase;
}

.user-icon {
    font-size: 1.8rem;
}

.dropdown-arrow {
    font-size: 0.8rem;
}

.dropdown-menu {
    border-radius: 16px !important;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    padding: 10px 0 !important;
    width: 260px;
    overflow: hidden;
    margin-top: 5px !important;
    background: white !important;
}

#header-dropdown-menu {
    position: absolute !important;
    top: 15px !important;
    right: 0px !important;
    left: auto !important;
    width: 215px !important;
}

.user-email-item {
    background: white;
    padding: 0.5rem 1.2rem !important;
    border: none;
}

.email-icon {
    font-size: 1.5rem;
    color: rgb(35, 38, 89);
}

.user-email {
    margin: 0px;
    font-size: 0.75rem;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    line-height: 1.75;
    color: rgb(112, 112, 112);
}

.dropdown-item {
    margin: 0px;
    padding: 0.8rem 1.2rem !important;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 0.75rem;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    color: rgb(35, 38, 89) !important;
    display: flex;
    align-items: center;
    background: transparent !important;
}

.dropdown-item:hover {
    background-color: #f5f5f5 !important;
}

.dropdown-item.account-icon,
.dropdown-item.logout-icon {
    margin: 0px;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 0.75rem;
    text-transform: none;
    font-family: Montserrat;
    color: rgb(35, 38, 89);
}

.dropdown-item.account-icon a,
.dropdown-item.logout-icon a {
    margin: 0px;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 0.75rem;
    text-transform: none;
    font-family: Montserrat;
    color: rgb(35, 38, 89);
}

.dropdown-item i {
    font-size: 1.3rem;
    margin-right: 15px !important;
    color: rgb(35, 38, 89) !important;
}

@media (max-width: 991px) {
    .analytics-text {
        display: none;
    }

    .header-divider {
        display: none;
    }

    .user-first-name {
        display: none;
    }
}

.dropdown-divider {
    margin: 0;
}

#header-dropdown-divider1 {
    border-top: 1px solid rgb(229, 228, 226);
}

#header-dropdown-divider2 {
    border-top: 1px solid rgb(229, 228, 226);
}
#common-header{
    border-bottom: 1px  #0f131600 !important;
}