h1,
.filters {
  margin-bottom: 16px;
}

.approve-row.hide {
  display: none;
}

.empty-row {
  display: none;
}

.empty-row.show {
  display: table-row;
}

.empty-row td {
  color: #bfbfbf;
  text-align: center;
  border: 0;
}

.tabs {
  margin-bottom: 16px;
}

.buttons {
  margin-top: 16px;
}

.toast {
  position: fixed;
  top: 16px;
  right: 16px;
  display: flex;
  display: none;
  align-items: center;
  padding: 16px;
  padding-right: 40px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 9px 50px 8px #0000001a;
}

.toast.show {
  display: flex;
}

.toast .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #3ca240;
}

.toast::after {
  position: absolute;
  top: 8%;
  right: 8px;
  content: url('../images/common/cross.svg');
}

.toast img {
  margin-right: 8px;
}

.menu__item {
  margin-bottom: 12px;
}

.menu__list {
  margin-top: 24px;
}
