/* Northgram V18.3 — удалить символы из профиля и входа */

.profile-cover > span,
.profile-cover::before,
.profile-cover::after,
.auth-brand > span,
.auth-brand::before,
.auth-brand::after {
    display: none !important;
    content: none !important;
}

.profile-cover,
.auth-brand {
    overflow: hidden;
}
