.header-mobile {
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    width: calc(100vw - 32px);
    height: 80px;
    z-index: 800;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
}

.header-logo {
    width: 32px;
}

.header-circle {
    width: 41px;
}

.user-icon {
    position: relative;
    height: 41px;
}

.user-initials-div {
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}

#userInitials{
    color: #29ABE2;
    font-weight: 600;
}