.profile-notifications-app__header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.profile-notifications-app__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0;
}

.profile-notifications-app__header-operations {
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
}

.profile-notifications-app__filter {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.profile-notifications-app__filter-title {
  font-weight: 500;
}

.profile-notifications-app__filter-values .component-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.profile-notifications-app__filter-values .component-checkbox {
  display: flex;
  gap: 8px;
}

.profile-notifications-app__empty-message {
  color: #8F8F8F;
  text-align: center;
}

.profile-notifications-app__list {
  display: flex;
  flex-direction: column;
}

.dropdown .profile-notifications-app__list {
  max-height: calc(107px * 4);
  overflow: auto;
}
