.notification.unread::before, .status__wrapper.unread::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: 0;
    width: 100%;
    height: 100%;
    border-left: 3px solid #2b90d9;
    pointer-events: none;
}
.status__wrapper-direct{
    border-left: 3px solid #d92b4c;
    backdrop-filter: contrast(1.15);
}
.account__avatar {
    border-radius: 100%; !important
}
.account__avatar-overlay-base {
    border-radius: 100%;
}
.account__avatar-overlay-overlay {
    border-radius: 100%;
}
.prose img {
    border-radius: 6px !important;
}
.navigation-bar {
    padding-left: 0px;
    padding-right: 0px;
}
.compose-form {
    padding-left: 0px;
    padding-right: 0px;
}
.search__input {
    border-radius: 25px;
}
.layout-single-column .compose-form .autosuggest-textarea__textarea {
    max-height: 36vh !important;
    overflow-y: unset !important;
}
.display-name__html {
    font-weight: bold;
}

.app-body .account__header__bio .account__header__fields > dl:first-child {
  display: block;
}

