.pro-user-login-container {
    position: relative;
    width: 100%;
    z-index: 10;
}

.pro-desktop-view {
    background-color: #0a4ee1;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 0px;
    z-index: 1;
}

.pro-user-info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-grow: 1;
    padding: 0 18px;
}

.pro-user-name {
    font-size: 14px;
    font-weight: 400;
    font-family: 'roboto', sans-serif;
}

.pro-icon {
    width: 25px;
    height: 25px;
}

.pro-button-group {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0px;
    margin: 0px 50px 0px 0px;
}

.pro-styled-button {
    color: white;
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

/* Add to existing CSS */

.pro-user-login-wrapper {
    width: 100%;
    position: relative;
    z-index: 1000;
    /* Higher than any other elements in the header */
}

/* Fix the following selectors if they conflict with the positioning */
.NewHeaderContainer {
    display: flex;
    flex-direction: column;
}

.NewHeader {
    width: 100%;
}