table {
  width: 100%;
  tr {
    &.selected {
      cursor: pointer;
      &:hover {
        background-color: #ddddff;
      }
    }
  }
}

.mat-form-field {
  font-size: 14px;
}

td,
th {
  width: auto;
  &.mat-column-option {
    width: 20px !important;
    margin-left: auto;
  }
  &.mat-column-select {
    width: 50px !important;
    margin-right: 1rem;
  }
}
