:host {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(100% - 50px);
}

.comparison-btn {
  margin-bottom: 15px;
  visibility: hidden;
  background-color: #f5f5f5;

  &.visible {
    visibility: visible;
  }
}

table {
  width: 100%;

  td.mat-cell,
  td.mat-footer-cell,
  th.mat-header-cell {
    padding-right: 5px;
    padding-left: 5px;
  }

  td.mat-cell:first-of-type,
  td.mat-footer-cell:first-of-type,
  th.mat-header-cell:first-of-type {
    padding-left: 0;
  }

  td.mat-cell:last-of-type,
  td.mat-footer-cell:last-of-type,
  th.mat-header-cell:last-of-type {
    padding-right: 0;
  }

  .checkbox-wrapp {
    display: flex;
    justify-content: center;
  }

  .approve_seq {
    text-align: center;
  }

  .actions {
    display: flex;

    button.open-settings-list-button {
      width: 30px;
      height: 30px;
    }
  }
}

.example-margin {
  margin-right: auto;
  margin-left: auto;
}

.signs {
  display: flex;
  flex-direction: column;
}

.mat-paginator {
  display: flex;
  justify-content: flex-start;
}

.gray-block {
  display: inline-block;

  min-width: 22px;
  height: 22px;

  background-color: var(--color-gray-eee);
  border-radius: 5px;
}
