.user {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    color: #57438E;
}

.global_background-dark .user {
    color: #ffffff;
}

.user__icon {
    display: block;
    width: 10px;
    height: 14px;
    background: transparent url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.51971 5.96043V4.16836C8.51971 2.22738 6.94076 0.648438 4.99993 0.648438C3.0591 0.648438 1.48015 2.22738 1.48015 4.16836V5.96043C0.657859 5.99783 2.14724e-08 6.67644 2.14724e-08 7.50776V11.8004C-0.00014112 12.6555 0.695544 13.3512 1.55072 13.3512H8.44914C9.30431 13.3512 10 12.6555 10 11.8004V7.50776C10 6.67644 9.342 5.99769 8.51971 5.96043ZM3.05303 4.16836C3.05303 3.09484 3.92641 2.2216 4.99993 2.2216C6.07345 2.2216 6.94683 3.09484 6.94683 4.16836V5.95676H3.05303V4.16836Z' fill='%2357438E'/%3E%3C/svg%3E%0A") no-repeat center / contain;
    margin-right: 10px;
}

.global_font-1 .user__icon {
    width: 14px;
    height: 16px;
}

.global_font-2 .user__icon {
    width: 16px;
    height: 18px;
}

.global_font-3 .user__icon {
    width: 18px;
    height: 20px;
}

.user__text {
    margin-top: 1px;
}
