#tashcan {
  float: right;
}

.actions {
  justify-content: space-between;
}

.settings-taskflow {
  margin-bottom: 25px;
}

.settings-taskflow__list {
  margin-right: 20px;
  margin-left: 20px;
}

.cmf-dialog {
  position: relative !important;
  overflow: hidden !important;
  height: 100% !important;
}

.cmf-dialog__content {
  height: calc(100% - 154px) !important;
  max-height: calc(100% - 154px) !important;
}

.cmf-dialog__footer {
  display: flex !important;
  justify-content: flex-end !important;
  padding: 20px !important;
  border-top: none !important;
}

.close-button {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;

  .mat-icon {
    display: inline-block;

    width: 24px;
    height: 24px;

    background-repeat: no-repeat;

    fill: currentcolor;
  }
}

.crud__group__name {
  cursor: pointer;
  margin-bottom: 10px;
  color: var(--color-gray-888);
  transition: opacity 0.2s ease;

  &:hover {
    opacity: 0.8;
  }
}

.mat-button-base {
  margin-left: 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--accent-color-bg);
}

.hidden {
  display: none;
}

.button-add {
  margin-left: 20px;
  line-height: 32px;
}