.checkbox-notemessage{
    color: #989797;
    margin-left: 24px;
}

::ng-deep .ui-dialog .ui-dialog-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.dateRangeDash {
    line-height: 50px;
    padding-right: 15px;
    margin-top: 24px;
  }

  .fromLabel, .toLabel, .typeLabel {
    position: relative;
    top: 36px;
    margin-left: 15px;
  }

  .noPaddingLeft {
    padding-left: 0px !important;
  }

  .addrangeBtn::ng-deep .ui-button.ui-button-text-only .ui-button-text {
    border-radius: 8px;
    border: 1px solid gray;
    padding: 8px 25px;
  }

  .addrangeBtn {
    margin-bottom: 20px !important;
    margin-right: 11px;
    margin-top: 10px;
  }

  ::ng-deep .ui-table .ui-table-thead > tr > th {
      background-color: #ffffff !important;
  }

  ::ng-deep .ui-table .ui-table-thead > tr > th:not(:last-child) {
    border-right: none !important;
  }

  ::ng-deep .ui-table .ui-table-thead > tr > th:not(:first-child) {
    border-left: none !important;
  }