body,
.tabs-bar__wrapper,
.column > .scrollable,
.detailed-status,
.detailed-status__action-bar,
.column-header__back-button,
.admin-wrapper .sidebar-wrapper__inner,
.search__input,
.account__header,
.account__section-headline, .notification__filter-bar {
  background: #000 !important;
}

.column-header > button,
.column-back-button,
.column-header > button,
.column-header__button,
.column-header {
  background: none !important;
}

.tabs-bar__wrapper {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px) saturate(200%);
}

.compose-form .autosuggest-textarea__textarea,
.compose-form .spoiler-input__input {
  color: inherit !important;
  background: none !important;
}

.compose-panel .compose-form__autosuggest-wrapper {
 background-color: rgba(255, 255, 255, 0.06) !important;
}

.compose-form .compose-form__buttons-wrapper,
.compose-form .compose-form__modifiers {
  background: none !important;
}

.compose-form .emoji-picker-dropdown {
  display: none;
}

