@annalib/anna-feature-biz-rules 48.0.0-final-ng-19 → 50.0.0-final-ng-19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/advertiser-listing/src/advertiser-filter-modal/advertiser-filter-modal.component.d.ts +1 -1
  2. package/advertiser-listing/src/advertiser-table-listing/advertiser-table-listing.component.d.ts +1 -1
  3. package/business-rules/src/add-edit-buyer-contact-popup/add-edit-buyer-contact-popup.component.d.ts +1 -1
  4. package/business-rules/src/adu-rules/adu-rules.component.d.ts +1 -1
  5. package/business-rules/src/approval-config/approval-config.component.d.ts +1 -1
  6. package/business-rules/src/avatar/avatar.component.d.ts +1 -1
  7. package/business-rules/src/business-rule-page/business-rule-page.component.d.ts +1 -1
  8. package/business-rules/src/business-rules-history/business-rules-history.component.d.ts +1 -1
  9. package/business-rules/src/business-rules-history-popup/business-rules-history-popup.component.d.ts +1 -1
  10. package/business-rules/src/buyer-contact-history/buyer-contact-history.component.d.ts +1 -1
  11. package/business-rules/src/buyer-contact-section/buyer-rep-contact-section.component.d.ts +1 -1
  12. package/business-rules/src/copy-biz-rules-popup/copy-biz-rules-popup.component.d.ts +1 -1
  13. package/business-rules/src/daypart-grouping-popup/daypart-grouping-popup.component.d.ts +1 -1
  14. package/business-rules/src/daypart-restrictions/daypart-restrictions.component.d.ts +1 -1
  15. package/business-rules/src/equivalent-and-higher-daypart/equivalent-and-higher-daypart.component.d.ts +1 -1
  16. package/business-rules/src/excluded-or-special-program/excluded-or-special-program.component.d.ts +1 -1
  17. package/business-rules/src/general-rules/general-rules.component.d.ts +1 -1
  18. package/business-rules/src/inherit-biz-rule-approval-popup/inherit-biz-rule-approval-popup.component.d.ts +1 -1
  19. package/business-rules/src/make-good-rules/make-good-rules.component.d.ts +1 -1
  20. package/business-rules/src/mass-copy-biz-rules-popup/mass-copy-biz-rules-popup.component.d.ts +1 -1
  21. package/fesm2022/annalib-anna-feature-biz-rules-advertiser-listing.mjs +11 -11
  22. package/fesm2022/annalib-anna-feature-biz-rules-advertiser-listing.mjs.map +1 -1
  23. package/fesm2022/annalib-anna-feature-biz-rules-biz-rules-order-listing.mjs +3 -3
  24. package/fesm2022/annalib-anna-feature-biz-rules-business-rules.mjs +89 -90
  25. package/fesm2022/annalib-anna-feature-biz-rules-business-rules.mjs.map +1 -1
  26. package/fesm2022/annalib-anna-feature-biz-rules.mjs +4 -4
  27. package/package.json +10 -10
@@ -355,12 +355,12 @@ class AdvertiserFilterModalComponent {
355
355
  this.includeExpiredAdvertisers = !this.includeExpiredAdvertisers;
356
356
  this.isFilterDropdownValueChanged();
357
357
  }
358
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AdvertiserFilterModalComponent, deps: [{ token: i1.NgbModal }, { token: i2.AnnaGlobalConfigService }, { token: i3.CalendarQuarterYearFilterService }, { token: i2.UpdateStationIdService }], target: i0.ɵɵFactoryTarget.Component }); }
359
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: AdvertiserFilterModalComponent, isStandalone: true, selector: "anna-feature-biz-rules-advertiser-filter-modal", inputs: { toDisable: "toDisable", filterData: "filterData", persistingFilter: "persistingFilter", stationIdsWithValidLicense: "stationIdsWithValidLicense", toShowAllPeriodModeSetting: "toShowAllPeriodModeSetting", PeriodOptions: "PeriodOptions" }, outputs: { applyFilter: "applyFilter", getInitialFilter: "getInitialFilter" }, viewQueries: [{ propertyName: "dbFilterModal", first: true, predicate: ["dbFilterModal"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<article class=\"selected-filters-container\">\n <section\n *ngIf=\"filterData\"\n class=\"filter-view\"\n >\n <div>\n <header class=\"header\">Station</header>\n <p class=\"selected-value\">\n {{ previousSelectedStation && previousSelectedStation.text ? previousSelectedStation.text : \"-\" }}\n </p>\n </div>\n\n <div>\n <ng-container\n *ngIf=\"!periodDataLoader\"\n [ngTemplateOutlet]=\"periodSelected\"\n ></ng-container>\n <ng-container\n *ngIf=\"periodDataLoader\"\n [ngTemplateOutlet]=\"periodSkeletonLoader\"\n ></ng-container>\n </div>\n </section>\n\n <section\n *ngIf=\"!filterData\"\n class=\"filter-view\"\n >\n <ng-container [ngTemplateOutlet]=\"skeletonLoader\"></ng-container>\n </section>\n\n <button\n *ngIf=\"!toDisable\"\n class=\"anna edit-button\"\n [disabled]=\"!filterData || noQuarterYearPresent || toDisable\"\n (click)=\"openFilterModal()\"\n >\n Edit\n </button>\n <ng-container\n *ngIf=\"toDisable\"\n [ngTemplateOutlet]=\"editButtonLoader\"\n ></ng-container>\n</article>\n\n<ng-template\n #dbFilterModal\n let-modal\n>\n <div class=\"modal-header confirm-modal-header\">\n <h3 class=\"modal-title\">Edit Filter</h3>\n </div>\n <div class=\"modal-body\">\n <div class=\"filter-dropdown\">\n <div class=\"popup-filter\">\n <header class=\"header\">Station</header>\n <anna-design-single-select\n *ngIf=\"stations.length\"\n [items]=\"stations\"\n [selectedItem]=\"selectedStation\"\n [config]=\"stationDropdownConfig\"\n (valueChanged)=\"stationSelected($event)\"\n >\n </anna-design-single-select>\n </div>\n\n <div>\n <div class=\"custom-radio-group\">\n <div\n class=\"d-flex bold-text\"\n (click)=\"\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle =\n advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers;\n showCalendarSelectionAndAllActiveAdvertisersToggled(\n advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers\n )\n \"\n >\n <span\n class=\"mdi radio-button-icon\"\n [ngClass]=\"{\n 'mdi-radiobox-marked':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle ===\n advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers,\n 'mdi-radiobox-blank':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle !==\n advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers\n }\"\n ></span>\n {{ advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers }}\n </div>\n\n <label\n class=\"checkbox-and-message pl-30\"\n [ngClass]=\"{\n 'disabled-label':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle ===\n advertiserListingFilterPopupradioButtons?.calendarSelection\n }\"\n (click)=\"showOrHideExpiredAdvertisers()\"\n >\n <i\n class=\"mi mdi-check-box\"\n *ngIf=\"includeExpiredAdvertisers\"\n ></i>\n <i\n class=\"mi mdi-check-box-outline-blank\"\n *ngIf=\"!includeExpiredAdvertisers\"\n ></i>\n <span>Also include expired advertisers</span>\n </label>\n\n <br />\n\n <div\n class=\"d-flex bold-text\"\n (click)=\"\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle =\n advertiserListingFilterPopupradioButtons?.calendarSelection;\n showCalendarSelectionAndAllActiveAdvertisersToggled(\n advertiserListingFilterPopupradioButtons?.calendarSelection\n )\n \"\n >\n <span\n class=\"mdi radio-button-icon\"\n [ngClass]=\"{\n 'mdi-radiobox-marked':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle ===\n advertiserListingFilterPopupradioButtons?.calendarSelection,\n 'mdi-radiobox-blank':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle !==\n advertiserListingFilterPopupradioButtons?.calendarSelection\n }\"\n ></span>\n {{ advertiserListingFilterPopupradioButtons?.calendarSelection }}\n </div>\n </div>\n </div>\n\n <div class=\"popup-filter pl-30\">\n <anna-design-generic-period-selection\n [selectedData]=\"persistingFilter?.periodData\"\n [disablePeriodSelection]=\"\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle !==\n advertiserListingFilterPopupradioButtons.calendarSelection\n \"\n [PeriodOptions]=\"PeriodOptions\"\n [minMaxDateRangeForCalendar]=\"minMaxDateRangeForCalendar\"\n [startDateConsideringFactor]=\"StartDateConsideringFactor.FLIGHT_START_DATE\"\n (isFilterChanged)=\"isPeriodFilterChanged($event)\"\n [toShowAllPeriodMode]=\"toShowAllPeriodModeSetting\"\n [showAllSelectionInDropdown]=\"false\"\n [toShowAllMonthsOfYear]=\"false\"\n >\n </anna-design-generic-period-selection>\n </div>\n </div>\n <div class=\"btn-group\">\n <button\n class=\"anna cancel-button\"\n (click)=\"onCancelClicked()\"\n >\n Cancel\n </button>\n\n <button\n class=\"anna apply-button\"\n [disabled]=\"!isFilterValueChanged || !selectedStartDate || !selectedEndDate\"\n (click)=\"onApplyFilterAndUpdateNavigation()\"\n >\n Apply\n </button>\n </div>\n </div>\n</ng-template>\n\n<ng-template #periodSelected>\n <header class=\"header\">Period</header>\n <ng-container *ngIf=\"clonedFilter.periodData && clonedFilter?.showCalendarSelection\">\n <ng-container [ngSwitch]=\"clonedFilter.periodData.periodMode\">\n <p\n class=\"selected-value\"\n *ngSwitchCase=\"constants.Quarter\"\n >\n {{ clonedFilter.periodData.year }}\n {{ clonedFilter.periodData.quarter }}\n </p>\n </ng-container>\n </ng-container>\n\n <ng-container *ngIf=\"!clonedFilter.periodData || !clonedFilter?.showCalendarSelection\">\n <p class=\"selected-value\">-</p>\n </ng-container>\n</ng-template>\n\n<ng-template #skeletonLoader>\n <anna-design-skt-loader\n [theme]=\"{\n height: '100%',\n width: '150px',\n 'margin-bottom': '0',\n 'margin-right': '20px',\n display: 'inline-block'\n }\"\n >\n </anna-design-skt-loader>\n <anna-design-skt-loader\n [theme]=\"{\n height: '100%',\n width: '170px',\n 'margin-bottom': '0',\n 'margin-right': '20px',\n display: 'inline-block'\n }\"\n >\n </anna-design-skt-loader>\n</ng-template>\n\n<ng-template #periodSkeletonLoader>\n <anna-design-skt-loader\n [theme]=\"{\n height: '100%',\n width: '167px',\n 'margin-bottom': '0',\n 'margin-right': '0px',\n display: 'inline-block'\n }\"\n >\n </anna-design-skt-loader>\n</ng-template>\n\n<ng-template #editButtonLoader>\n <anna-design-skt-loader\n [theme]=\"{\n height: '100%',\n width: '52px',\n 'margin-bottom': '0',\n 'margin-right': '0px',\n display: 'inline-block'\n }\"\n >\n </anna-design-skt-loader>\n</ng-template>\n", styles: [".selected-filters-container{border-radius:2px;border:1px solid #268bff;padding:.625rem .5rem .625rem 1.5rem;display:flex;flex-wrap:nowrap;justify-content:space-between;height:50px}.filter-view{display:flex;gap:1.5625rem}.edit-button{margin-top:3px}.header{margin-bottom:0;color:#333;font-family:Roboto;font-size:var(--primary-filter-label-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}.popup-dropdown-label{margin-bottom:0;color:#333;font-family:Roboto;font-size:var(--dropdown-label-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}.selected-value{margin-bottom:0;color:#767676;font-family:Roboto;font-size:var(--primary-filter-value-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}::ng-deep .dashboard-filter-modal .modal-dialog{top:80px!important}::ng-deep .dashboard-filter-modal .modal-content{min-width:28.125rem;width:28.125rem;max-width:28.125rem}::ng-deep .dashboard-filter-modal .modal-header{padding:.5rem .5rem .25rem 1.5rem}::ng-deep .dashboard-filter-modal .modal-header .modal-title{color:#fff;margin-top:auto;margin-bottom:0;font-family:Roboto;font-size:var(--modal-header-title-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}::ng-deep .dashboard-filter-modal .modal-header i{color:#fff;font-size:1.5rem}::ng-deep .dashboard-filter-modal .modal-header i:hover,::ng-deep .dashboard-filter-modal .modal-header i:focus{opacity:1!important;color:#fff}::ng-deep .dashboard-filter-modal .modal-body{padding:1.5rem}::ng-deep .dashboard-filter-modal .modal-body .popup-filter{margin-bottom:1rem}::ng-deep .dashboard-filter-modal .modal-body .btn-group{display:flex;justify-content:space-between;padding-top:.5rem}.border-top{border-top:solid 1px #d3d3d3!important;padding-block:.9375rem}p{margin-bottom:0;font-size:.875rem}.pl-30{padding-left:30px}.radio-button-icon{font-size:18px;line-height:19px;margin-right:7px;display:flex;font-weight:500;color:#268bff;cursor:pointer}.radio-button-icon.disabled{color:#d8d8d8!important;cursor:default}.checkbox-and-message{display:flex;vertical-align:middle;align-items:center;height:max-content;margin-bottom:0;cursor:pointer}.checkbox-and-message i{color:#268bff;font-size:14px;margin-right:4px}.checkbox-and-message span{font-size:var(--checkbox-label-fs)}.bold-text{font-weight:700;align-items:center;font-size:var(--radio-button-label-fs)}.disabled-label{pointer-events:none!important}.disabled-label i{color:#d4d4d4}:host::ng-deep .period-select-modal-radio p{margin-top:0!important}::ng-deep #dropdown-trigger{min-width:120px}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: MatRadioModule }, { kind: "component", type: SingleSelectComponent, selector: "anna-design-single-select", inputs: ["config", "loading", "showAdditionalDataInSelectedText", "disabled", "items", "selectedItem", "keyToUseForDisplay", "keyToUseForCheckingSelectedItem", "hideDropdownArrow", "borderbottomObject", "defaultDropdownHeight", "itemsToHideInDropdownIds", "showClearSelection"], outputs: ["valueChanged", "dropdownClosedEvent", "dropdownOpenedEvent", "clearSelectionClickedEvent"] }, { kind: "component", type: GenericPeriodSelectionComponent, selector: "anna-design-generic-period-selection", inputs: ["showEntireFlightPeriodSelection", "initialEntireFlightPeriodSelected", "minMaxDateRangeForCalendar", "selectedData", "disablePeriodSelection", "startDateConsideringFactor", "toShowAllPeriodMode", "toShowAllMonthsOfYear", "showAllSelectionInDropdown", "showCalendarTypeRadioBtn", "considerMinMaxDateRangeForCalendar", "considerFirstQuarterForMonthCreation", "PeriodOptions"], outputs: ["apply", "isFilterChanged"] }, { kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: SkeletonLoaderComponent, selector: "anna-design-skt-loader", inputs: ["theme", "count"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
358
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AdvertiserFilterModalComponent, deps: [{ token: i1.NgbModal }, { token: i2.AnnaGlobalConfigService }, { token: i3.CalendarQuarterYearFilterService }, { token: i2.UpdateStationIdService }], target: i0.ɵɵFactoryTarget.Component }); }
359
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: AdvertiserFilterModalComponent, isStandalone: true, selector: "anna-feature-advertiser-filter-modal", inputs: { toDisable: "toDisable", filterData: "filterData", persistingFilter: "persistingFilter", stationIdsWithValidLicense: "stationIdsWithValidLicense", toShowAllPeriodModeSetting: "toShowAllPeriodModeSetting", PeriodOptions: "PeriodOptions" }, outputs: { applyFilter: "applyFilter", getInitialFilter: "getInitialFilter" }, viewQueries: [{ propertyName: "dbFilterModal", first: true, predicate: ["dbFilterModal"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<article class=\"selected-filters-container\">\n <section\n *ngIf=\"filterData\"\n class=\"filter-view\"\n >\n <div>\n <header class=\"header\">Station</header>\n <p class=\"selected-value\">\n {{ previousSelectedStation && previousSelectedStation.text ? previousSelectedStation.text : \"-\" }}\n </p>\n </div>\n\n <div>\n <ng-container\n *ngIf=\"!periodDataLoader\"\n [ngTemplateOutlet]=\"periodSelected\"\n ></ng-container>\n <ng-container\n *ngIf=\"periodDataLoader\"\n [ngTemplateOutlet]=\"periodSkeletonLoader\"\n ></ng-container>\n </div>\n </section>\n\n <section\n *ngIf=\"!filterData\"\n class=\"filter-view\"\n >\n <ng-container [ngTemplateOutlet]=\"skeletonLoader\"></ng-container>\n </section>\n\n <button\n *ngIf=\"!toDisable\"\n class=\"anna edit-button\"\n [disabled]=\"!filterData || noQuarterYearPresent || toDisable\"\n (click)=\"openFilterModal()\"\n >\n Edit\n </button>\n <ng-container\n *ngIf=\"toDisable\"\n [ngTemplateOutlet]=\"editButtonLoader\"\n ></ng-container>\n</article>\n\n<ng-template\n #dbFilterModal\n let-modal\n>\n <div class=\"modal-header confirm-modal-header\">\n <h3 class=\"modal-title\">Edit Filter</h3>\n </div>\n <div class=\"modal-body\">\n <div class=\"filter-dropdown\">\n <div class=\"popup-filter\">\n <header class=\"header\">Station</header>\n <anna-design-single-select\n *ngIf=\"stations.length\"\n [items]=\"stations\"\n [selectedItem]=\"selectedStation\"\n [config]=\"stationDropdownConfig\"\n (valueChanged)=\"stationSelected($event)\"\n >\n </anna-design-single-select>\n </div>\n\n <div>\n <div class=\"custom-radio-group\">\n <div\n class=\"d-flex bold-text\"\n (click)=\"\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle =\n advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers;\n showCalendarSelectionAndAllActiveAdvertisersToggled(\n advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers\n )\n \"\n >\n <span\n class=\"mdi radio-button-icon\"\n [ngClass]=\"{\n 'mdi-radiobox-marked':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle ===\n advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers,\n 'mdi-radiobox-blank':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle !==\n advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers\n }\"\n ></span>\n {{ advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers }}\n </div>\n\n <label\n class=\"checkbox-and-message pl-30\"\n [ngClass]=\"{\n 'disabled-label':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle ===\n advertiserListingFilterPopupradioButtons?.calendarSelection\n }\"\n (click)=\"showOrHideExpiredAdvertisers()\"\n >\n <i\n class=\"mi mdi-check-box\"\n *ngIf=\"includeExpiredAdvertisers\"\n ></i>\n <i\n class=\"mi mdi-check-box-outline-blank\"\n *ngIf=\"!includeExpiredAdvertisers\"\n ></i>\n <span>Also include expired advertisers</span>\n </label>\n\n <br />\n\n <div\n class=\"d-flex bold-text\"\n (click)=\"\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle =\n advertiserListingFilterPopupradioButtons?.calendarSelection;\n showCalendarSelectionAndAllActiveAdvertisersToggled(\n advertiserListingFilterPopupradioButtons?.calendarSelection\n )\n \"\n >\n <span\n class=\"mdi radio-button-icon\"\n [ngClass]=\"{\n 'mdi-radiobox-marked':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle ===\n advertiserListingFilterPopupradioButtons?.calendarSelection,\n 'mdi-radiobox-blank':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle !==\n advertiserListingFilterPopupradioButtons?.calendarSelection\n }\"\n ></span>\n {{ advertiserListingFilterPopupradioButtons?.calendarSelection }}\n </div>\n </div>\n </div>\n\n <div class=\"popup-filter pl-30\">\n <anna-design-generic-period-selection\n [selectedData]=\"persistingFilter?.periodData\"\n [disablePeriodSelection]=\"\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle !==\n advertiserListingFilterPopupradioButtons.calendarSelection\n \"\n [PeriodOptions]=\"PeriodOptions\"\n [minMaxDateRangeForCalendar]=\"minMaxDateRangeForCalendar\"\n [startDateConsideringFactor]=\"StartDateConsideringFactor.FLIGHT_START_DATE\"\n (isFilterChanged)=\"isPeriodFilterChanged($event)\"\n [toShowAllPeriodMode]=\"toShowAllPeriodModeSetting\"\n [showAllSelectionInDropdown]=\"false\"\n [toShowAllMonthsOfYear]=\"false\"\n >\n </anna-design-generic-period-selection>\n </div>\n </div>\n <div class=\"btn-group\">\n <button\n class=\"anna cancel-button\"\n (click)=\"onCancelClicked()\"\n >\n Cancel\n </button>\n\n <button\n class=\"anna apply-button\"\n [disabled]=\"!isFilterValueChanged || !selectedStartDate || !selectedEndDate\"\n (click)=\"onApplyFilterAndUpdateNavigation()\"\n >\n Apply\n </button>\n </div>\n </div>\n</ng-template>\n\n<ng-template #periodSelected>\n <header class=\"header\">Period</header>\n <ng-container *ngIf=\"clonedFilter.periodData && clonedFilter?.showCalendarSelection\">\n <ng-container [ngSwitch]=\"clonedFilter.periodData.periodMode\">\n <p\n class=\"selected-value\"\n *ngSwitchCase=\"constants.Quarter\"\n >\n {{ clonedFilter.periodData.year }}\n {{ clonedFilter.periodData.quarter }}\n </p>\n </ng-container>\n </ng-container>\n\n <ng-container *ngIf=\"!clonedFilter.periodData || !clonedFilter?.showCalendarSelection\">\n <p class=\"selected-value\">-</p>\n </ng-container>\n</ng-template>\n\n<ng-template #skeletonLoader>\n <anna-design-skt-loader\n [theme]=\"{\n height: '100%',\n width: '150px',\n 'margin-bottom': '0',\n 'margin-right': '20px',\n display: 'inline-block'\n }\"\n >\n </anna-design-skt-loader>\n <anna-design-skt-loader\n [theme]=\"{\n height: '100%',\n width: '170px',\n 'margin-bottom': '0',\n 'margin-right': '20px',\n display: 'inline-block'\n }\"\n >\n </anna-design-skt-loader>\n</ng-template>\n\n<ng-template #periodSkeletonLoader>\n <anna-design-skt-loader\n [theme]=\"{\n height: '100%',\n width: '167px',\n 'margin-bottom': '0',\n 'margin-right': '0px',\n display: 'inline-block'\n }\"\n >\n </anna-design-skt-loader>\n</ng-template>\n\n<ng-template #editButtonLoader>\n <anna-design-skt-loader\n [theme]=\"{\n height: '100%',\n width: '52px',\n 'margin-bottom': '0',\n 'margin-right': '0px',\n display: 'inline-block'\n }\"\n >\n </anna-design-skt-loader>\n</ng-template>\n", styles: [".selected-filters-container{border-radius:2px;border:1px solid #268bff;padding:.625rem .5rem .625rem 1.5rem;display:flex;flex-wrap:nowrap;justify-content:space-between;height:50px}.filter-view{display:flex;gap:1.5625rem}.edit-button{margin-top:3px}.header{margin-bottom:0;color:#333;font-family:Roboto;font-size:var(--primary-filter-label-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}.popup-dropdown-label{margin-bottom:0;color:#333;font-family:Roboto;font-size:var(--dropdown-label-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}.selected-value{margin-bottom:0;color:#767676;font-family:Roboto;font-size:var(--primary-filter-value-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}::ng-deep .dashboard-filter-modal .modal-dialog{top:80px!important}::ng-deep .dashboard-filter-modal .modal-content{min-width:28.125rem;width:28.125rem;max-width:28.125rem}::ng-deep .dashboard-filter-modal .modal-header{padding:.5rem .5rem .25rem 1.5rem}::ng-deep .dashboard-filter-modal .modal-header .modal-title{color:#fff;margin-top:auto;margin-bottom:0;font-family:Roboto;font-size:var(--modal-header-title-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}::ng-deep .dashboard-filter-modal .modal-header i{color:#fff;font-size:1.5rem}::ng-deep .dashboard-filter-modal .modal-header i:hover,::ng-deep .dashboard-filter-modal .modal-header i:focus{opacity:1!important;color:#fff}::ng-deep .dashboard-filter-modal .modal-body{padding:1.5rem}::ng-deep .dashboard-filter-modal .modal-body .popup-filter{margin-bottom:1rem}::ng-deep .dashboard-filter-modal .modal-body .btn-group{display:flex;justify-content:space-between;padding-top:.5rem}.border-top{border-top:solid 1px #d3d3d3!important;padding-block:.9375rem}p{margin-bottom:0;font-size:.875rem}.pl-30{padding-left:30px}.radio-button-icon{font-size:18px;line-height:19px;margin-right:7px;display:flex;font-weight:500;color:#268bff;cursor:pointer}.radio-button-icon.disabled{color:#d8d8d8!important;cursor:default}.checkbox-and-message{display:flex;vertical-align:middle;align-items:center;height:max-content;margin-bottom:0;cursor:pointer}.checkbox-and-message i{color:#268bff;font-size:14px;margin-right:4px}.checkbox-and-message span{font-size:var(--checkbox-label-fs)}.bold-text{font-weight:700;align-items:center;font-size:var(--radio-button-label-fs)}.disabled-label{pointer-events:none!important}.disabled-label i{color:#d4d4d4}:host::ng-deep .period-select-modal-radio p{margin-top:0!important}::ng-deep #dropdown-trigger{min-width:120px}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: MatRadioModule }, { kind: "component", type: SingleSelectComponent, selector: "anna-design-single-select", inputs: ["config", "loading", "showAdditionalDataInSelectedText", "disabled", "items", "selectedItem", "keyToUseForDisplay", "keyToUseForCheckingSelectedItem", "hideDropdownArrow", "borderbottomObject", "defaultDropdownHeight", "itemsToHideInDropdownIds", "showClearSelection"], outputs: ["valueChanged", "dropdownClosedEvent", "dropdownOpenedEvent", "clearSelectionClickedEvent"] }, { kind: "component", type: GenericPeriodSelectionComponent, selector: "anna-design-generic-period-selection", inputs: ["showEntireFlightPeriodSelection", "initialEntireFlightPeriodSelected", "minMaxDateRangeForCalendar", "selectedData", "disablePeriodSelection", "startDateConsideringFactor", "toShowAllPeriodMode", "toShowAllMonthsOfYear", "showAllSelectionInDropdown", "showCalendarTypeRadioBtn", "considerMinMaxDateRangeForCalendar", "considerFirstQuarterForMonthCreation", "PeriodOptions"], outputs: ["apply", "isFilterChanged"] }, { kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: SkeletonLoaderComponent, selector: "anna-design-skt-loader", inputs: ["theme", "count"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
360
360
  }
361
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AdvertiserFilterModalComponent, decorators: [{
361
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AdvertiserFilterModalComponent, decorators: [{
362
362
  type: Component,
363
- args: [{ selector: "anna-feature-biz-rules-advertiser-filter-modal", changeDetection: ChangeDetectionStrategy.OnPush, imports: [
363
+ args: [{ selector: "anna-feature-advertiser-filter-modal", changeDetection: ChangeDetectionStrategy.OnPush, imports: [
364
364
  NgIf,
365
365
  NgFor,
366
366
  NgClass,
@@ -408,10 +408,10 @@ class AdvertiserEzFilterConstants {
408
408
  }
409
409
 
410
410
  class AdvTableListingService {
411
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AdvTableListingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
412
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AdvTableListingService, providedIn: "root" }); }
411
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AdvTableListingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
412
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AdvTableListingService, providedIn: "root" }); }
413
413
  }
414
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AdvTableListingService, decorators: [{
414
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AdvTableListingService, decorators: [{
415
415
  type: Injectable,
416
416
  args: [{
417
417
  providedIn: "root",
@@ -707,12 +707,12 @@ class AdvertiserTableListingComponent {
707
707
  this.annaSortService.noSortingAppliedData = cloneDeep(this.advertiserTableData);
708
708
  this.annaFilterService.updateStateOfAllTheKeys(this.annaSortService.columnSortState);
709
709
  }
710
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AdvertiserTableListingComponent, deps: [{ token: i1$1.Router }, { token: i1$1.ActivatedRoute }, { token: i2.AnnaPersistingFilterService }, { token: i2.AnnaGtHelperService }, { token: i2.AnnaFilterService }, { token: i2.AnnaSortService }, { token: i3$1.GenericBusinessRuleCommonSIBILogicService }, { token: AdvTableListingService }], target: i0.ɵɵFactoryTarget.Component }); }
711
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: AdvertiserTableListingComponent, isStandalone: true, selector: "anna-feature-biz-rules-advertiser-table-listing", inputs: { advertiserTableData: "advertiserTableData", advertiserTableDataClonned: "advertiserTableDataClonned", loading: "loading", userType: "userType", gtGeneralConfig: "gtGeneralConfig", gtDimension: "gtDimension", tableHeaders: "tableHeaders", easyFilters: "easyFilters", showNoDataToDisplayInsideTable: "showNoDataToDisplayInsideTable", showExpiredAdvertisers: "showExpiredAdvertisers", numberOfEasyFilterLoader: "numberOfEasyFilterLoader", totalAdvertisersMessage: "totalAdvertisersMessage", popupFilters: "popupFilters" }, outputs: { advertiserNameClicked: "advertiserNameClicked", resetAllFilter: "resetAllFilter", columnfilterAppliedToTable: "columnfilterAppliedToTable", easyFilterClicked: "easyFilterClicked" }, viewQueries: [{ propertyName: "nonEditableGTComponent", first: true, predicate: AnnaNonEditableGenericTableComponent, descendants: true }], usesOnChanges: true, ngImport: i0, template: "<section class=\"advertiser-container {{ userType }}\">\n <ng-container *ngIf=\"!showNoDataToDisplayInsideTable && !loading && advertiserTableDataClonned.length === 0\">\n <anna-design-message-box\n class=\"no-data-info-msg\"\n [messageBoxData]=\"messageBoxData\"\n [hide]=\"false\"\n [headerAsBlockElement]=\"false\"\n [showHyphen]=\"false\"\n >\n </anna-design-message-box>\n </ng-container>\n <ng-container\n *ngIf=\"loading || (!loading && (showNoDataToDisplayInsideTable || advertiserTableDataClonned.length > 0))\"\n >\n <!-- <div class=\"d-flex p-8\" *ngIf=\"userType === 'SELLER'\">\n <anna-design-easy-filters\n [showLoader]=\"loading\"\n [numberOfItemsForLoader]=\"numberOfEasyFilterLoader\"\n [easyFilters]=\"easyFilters\"\n [tableData]=\"advertiserTableData\"\n [clonedTableData]=\"advertiserTableDataClonned\"\n (easyFilterClickEvent)=\"intelliFilterClicked($event)\"\n >\n </anna-design-easy-filters>\n </div> -->\n\n <div class=\"main-table\">\n <div class=\"count-text\">\n <anna-design-skt-loader\n *ngIf=\"loading\"\n [theme]=\"{ height: '12px', width: '120px', 'margin-bottom': '0', 'margin-top': '0' }\"\n >\n </anna-design-skt-loader>\n <span *ngIf=\"!loading && advertiserTableData?.length\"\n >{{ totalAdvertisersMessage }}: <b>{{ advertiserTableData.length }}</b></span\n >\n </div>\n\n <button\n *ngIf=\"!loading\"\n class=\"clear-all-btn\"\n [disabled]=\"disableClearAllBtn\"\n (click)=\"clearAllFiltersAndSorting()\"\n >\n Reset all filters\n </button>\n\n <anna-core-non-editable-generic-table-lib\n [showSkeletonLoading]=\"loading\"\n [ngClass]=\"{\n 'advertiser-table-no-data-table': !loading && advertiserTableData && !advertiserTableData.length\n }\"\n [tableHeaders]=\"tableHeaders\"\n [tableData]=\"advertiserTableData\"\n [clonedTableData]=\"advertiserTableDataClonned\"\n [gtGeneralConfig]=\"gtGeneralConfig\"\n [gtDimension]=\"gtDimension\"\n [clickableRow]=\"false\"\n (filterAppliedToTable)=\"filterAppliedToTable($event)\"\n (sortingAppliedToTable)=\"sortingAppliedToTable($event)\"\n (gtTextActionClicked)=\"tableActionClicked($event)\"\n (clickableDataClicked)=\"tableActionClicked($event)\"\n >\n </anna-core-non-editable-generic-table-lib>\n </div>\n </ng-container>\n</section>\n", styles: [".filter-label{font-family:Roboto;font-size:var(--easy-filter-label-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#4a4a4a;margin-bottom:0;height:12px}.filter-divider{width:.5px;margin-right:8px;height:20px;background:#111}button.intelli-filter{font-family:Roboto;font-size:var(--easy-filter-text-fs);font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.6px;border-radius:.75rem;height:1.25rem;margin-right:8px;display:inline-flex;align-items:center;padding:5px 8px;white-space:nowrap}button.intelli-filter:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;opacity:.5;cursor:not-allowed}:host::ng-deep button.AWAITING_APPROVAL{color:#268bff;border:1px solid #f3bd18;background:#f7f2d1}:host::ng-deep button.AWAITING_APPROVAL.active{color:#fff!important;background:#f3bd18!important;border:1px solid #f3bd18!important}:host::ng-deep button.APPROVED{color:#268bff;border:1px solid #00c853;background:#e1ffed}:host::ng-deep button.APPROVED.active{color:#fff!important;background:#00c853!important;border:1px solid #00c853!important}button.clear-all-btn{padding:0;border:none;display:block;text-align:right;width:fit-content;background-color:transparent;text-decoration:underline;color:#268bff;line-height:1!important;font-size:var(--reset-all-filter-fs)!important;letter-spacing:normal!important;font-weight:400!important;display:flex;align-items:flex-end;margin-left:auto;display:inline-block;float:right;line-height:normal!important}button.clear-all-btn:hover:enabled{color:#268bff}button.clear-all-btn:disabled{color:#4a4a4a;opacity:.5;cursor:not-allowed}.advertiser-container{padding:0px var(--app-right-space) 0 var(--app-left-space);margin:0 auto}::ng-deep a.advertiserName{color:#268bff!important;cursor:pointer!important}.p-8{padding:8px 0}:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-identicalToStationBizRule p.lower-label,:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-isAudiencePostingRequired p.lower-label{color:#4a4a4a!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .table-container::-webkit-scrollbar-track{margin-top:40px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .table-container::-webkit-scrollbar-track{margin-top:40px;margin-left:0}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .scroll-left-shadow-effect .header-row th:nth-of-type(0){border:none!important;filter:drop-shadow(2px 0 0px #d4d4d4)}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row{background:#ededed}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th{box-shadow:none!important;cursor:default;background:#ededed;padding:2px 8px;line-height:normal;position:sticky;position:-webkit-sticky;top:0}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th .upper-label{font-family:Roboto;font-size:var(--table-header-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#4a4a4a;margin-bottom:0}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th .lower-label{font-family:Roboto;font-size:var(--table-header-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#a7a7a7;margin-bottom:0}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th div.row{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:max-content}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th div.dummy-header{justify-content:center;margin-left:50%!important;margin-right:50%!important;width:-webkit-fill-available}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th div.sort-filter-container{display:flex;flex-wrap:nowrap;align-items:center;margin-left:.25rem;margin-right:auto}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th span.mdi-filter-variant{font-size:13px!important;top:-1px!important;position:relative}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(8){box-shadow:inset -1px 0 #d4d4d4,inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .table-container.no-data-table>div{height:142px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .table-container.no-data-table>div tr td{filter:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr{height:50px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(2){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(3){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(4){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(5){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(6){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(7){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(8){box-shadow:inset -1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(2){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(3){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(4){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(5){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(6){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(7){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(8){box-shadow:inset -1px -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib ::ng-deep .italic{font-style:italic!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .loader{margin-bottom:0}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr ::ng-deep .status-btn{background-color:#fff!important;color:#000!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED ::ng-deep .status-btn{background-color:#1565c0!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED ::ng-deep .status-btn{background-color:#00c853!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL ::ng-deep .status-btn{background-color:#f3bd18!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED ::ng-deep .status-btn{background-color:#00c853!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody td{cursor:default!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib th,:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib td{padding:0 12px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .no-data{margin-top:-67px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border{border-bottom:1px solid #d4d4d4}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL .status-btn{background-color:#f3bd18!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .table-container::-webkit-scrollbar-track{margin-top:40px;margin-left:0}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .scroll-left-shadow-effect .header-row th:nth-of-type(0){border:none!important;filter:drop-shadow(2px 0 0px #d4d4d4)}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row{background:#ededed}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th{box-shadow:none!important;cursor:default;background:#ededed;padding:2px 8px;line-height:normal;position:sticky;position:-webkit-sticky;top:0}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th .upper-label{font-family:Roboto;font-size:var(--table-header-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#4a4a4a;margin-bottom:0}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th .lower-label{font-family:Roboto;font-size:var(--table-header-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#a7a7a7;margin-bottom:0}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th div.row{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:max-content}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th div.dummy-header{justify-content:center;margin-left:50%!important;margin-right:50%!important;width:-webkit-fill-available}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th div.sort-filter-container{display:flex;flex-wrap:nowrap;align-items:center;margin-left:.25rem;margin-right:auto}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th span.mdi-filter-variant{font-size:13px!important;top:-1px!important;position:relative}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(8){box-shadow:inset -1px 0 #d4d4d4,inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .table-container.no-data-table>div{height:142px!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .table-container.no-data-table>div tr td{filter:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr{height:50px!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(2){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(3){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(4){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(5){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(6){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(7){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(8){box-shadow:inset -1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(2){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(3){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(4){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(5){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(6){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(7){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(8){box-shadow:inset -1px -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib ::ng-deep .italic{font-style:italic!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .loader{margin-bottom:0}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr ::ng-deep .status-btn{background-color:#fff!important;color:#000!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED ::ng-deep .status-btn{background-color:#1565c0!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED ::ng-deep .status-btn{background-color:#00c853!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL ::ng-deep .status-btn{background-color:#f3bd18!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED ::ng-deep .status-btn{background-color:#00c853!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody td{cursor:default!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib th,:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib td{padding:0 12px!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .no-data{margin-top:-67px!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border{border-bottom:1px solid #d4d4d4}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4!important}.count-text{font-size:var(--page-message-content-fs);font-family:Roboto;font-style:italic;display:inline-block;margin-top:0;color:var(--primary-text-color-medium)}.count-text b{color:var(--font-color)}:host ::ng-deep .mdi.mdi-alert{font-size:14px!important;color:#f97b07!important}:host ::ng-deep .orange-text{color:#f97b07!important}:host ::ng-deep .italic.orange-text{margin-left:1px;filter:drop-shadow(0px 0 0px #d4d4d4)!important}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: AnnaDesignComponentsLibModule }, { kind: "component", type: i3.SkeletonLoaderComponent, selector: "anna-design-skt-loader", inputs: ["theme", "count"] }, { kind: "component", type: i3.MessageBoxComponent, selector: "anna-design-message-box", inputs: ["messageBoxData", "showHyphen", "hide", "headerAsBlockElement"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: NgxSkeletonLoaderModule }, { kind: "ngmodule", type: AnnaCoreModule }, { kind: "component", type: i2.AnnaNonEditableGenericTableComponent, selector: "anna-core-non-editable-generic-table-lib", inputs: ["showSkeletonLoading", "tableHeaders", "tableData", "clonedTableData", "gtGeneralConfig", "totalRowInfo", "gtDimension", "extraHeaderRowForAdjustingColumnWidths", "tableClass", "maximumRowsWhichCanBeRenderedWithoutScroll", "fixNumberOfRowsForPopup", "fixRowsToRender", "includeBorderInTableHeight", "downloadInProgress", "percentDone", "starredInProgress", "clickableRow", "setTableHeightWhenRowSizeIsFixed", "tableBorderBottomClassRequired", "hideSomeTds", "tdsHaveRowSpan", "multipleTablesPresent", "showOrHideToggleForTotalRow", "enableCustomizableColumns"], outputs: ["toggleCheckbox", "toggleRowCheckbox", "toggleHeaderCheckbox", "undoIconClicked", "filterAppliedToTable", "sortingAppliedToTable", "rowClicked", "radioButtonSelected", "columnFilterOpened", "columnFilterClosed", "gtIconClicked", "gtSVGIconClicked", "gtTextActionClicked", "gtViewDetailClicked", "gtInnerHTMLClicked", "downloadSpotDetails", "clickableDataClicked", "totalRowIconClicked", "notificationIconHover", "notificationIconHoverLeave", "editableInputEdited", "radioButtonMessageIconClicked", "statusNotePopupOpened", "textPopupOpened", "digitOnlyInputChanged", "singleSelectDropdownValueEmit", "timeSelected", "totalRowRadioButtonClicked", "totalRowRadioButtonIconClicked", "columnsCustomized", "acfiRateInputChanged", "acfiRateCopyRequested"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
710
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AdvertiserTableListingComponent, deps: [{ token: i1$1.Router }, { token: i1$1.ActivatedRoute }, { token: i2.AnnaPersistingFilterService }, { token: i2.AnnaGtHelperService }, { token: i2.AnnaFilterService }, { token: i2.AnnaSortService }, { token: i3$1.GenericBusinessRuleCommonSIBILogicService }, { token: AdvTableListingService }], target: i0.ɵɵFactoryTarget.Component }); }
711
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: AdvertiserTableListingComponent, isStandalone: true, selector: "anna-feature-advertiser-table-listing", inputs: { advertiserTableData: "advertiserTableData", advertiserTableDataClonned: "advertiserTableDataClonned", loading: "loading", userType: "userType", gtGeneralConfig: "gtGeneralConfig", gtDimension: "gtDimension", tableHeaders: "tableHeaders", easyFilters: "easyFilters", showNoDataToDisplayInsideTable: "showNoDataToDisplayInsideTable", showExpiredAdvertisers: "showExpiredAdvertisers", numberOfEasyFilterLoader: "numberOfEasyFilterLoader", totalAdvertisersMessage: "totalAdvertisersMessage", popupFilters: "popupFilters" }, outputs: { advertiserNameClicked: "advertiserNameClicked", resetAllFilter: "resetAllFilter", columnfilterAppliedToTable: "columnfilterAppliedToTable", easyFilterClicked: "easyFilterClicked" }, viewQueries: [{ propertyName: "nonEditableGTComponent", first: true, predicate: AnnaNonEditableGenericTableComponent, descendants: true }], usesOnChanges: true, ngImport: i0, template: "<section class=\"advertiser-container {{ userType }}\">\n <ng-container *ngIf=\"!showNoDataToDisplayInsideTable && !loading && advertiserTableDataClonned.length === 0\">\n <anna-design-message-box\n class=\"no-data-info-msg\"\n [messageBoxData]=\"messageBoxData\"\n [hide]=\"false\"\n [headerAsBlockElement]=\"false\"\n [showHyphen]=\"false\"\n >\n </anna-design-message-box>\n </ng-container>\n <ng-container\n *ngIf=\"loading || (!loading && (showNoDataToDisplayInsideTable || advertiserTableDataClonned.length > 0))\"\n >\n <!-- <div class=\"d-flex p-8\" *ngIf=\"userType === 'SELLER'\">\n <anna-design-easy-filters\n [showLoader]=\"loading\"\n [numberOfItemsForLoader]=\"numberOfEasyFilterLoader\"\n [easyFilters]=\"easyFilters\"\n [tableData]=\"advertiserTableData\"\n [clonedTableData]=\"advertiserTableDataClonned\"\n (easyFilterClickEvent)=\"intelliFilterClicked($event)\"\n >\n </anna-design-easy-filters>\n </div> -->\n\n <div class=\"main-table\">\n <div class=\"count-text\">\n <anna-design-skt-loader\n *ngIf=\"loading\"\n [theme]=\"{ height: '12px', width: '120px', 'margin-bottom': '0', 'margin-top': '0' }\"\n >\n </anna-design-skt-loader>\n <span *ngIf=\"!loading && advertiserTableData?.length\"\n >{{ totalAdvertisersMessage }}: <b>{{ advertiserTableData.length }}</b></span\n >\n </div>\n\n <button\n *ngIf=\"!loading\"\n class=\"clear-all-btn\"\n [disabled]=\"disableClearAllBtn\"\n (click)=\"clearAllFiltersAndSorting()\"\n >\n Reset all filters\n </button>\n\n <anna-core-non-editable-generic-table-lib\n [showSkeletonLoading]=\"loading\"\n [ngClass]=\"{\n 'advertiser-table-no-data-table': !loading && advertiserTableData && !advertiserTableData.length\n }\"\n [tableHeaders]=\"tableHeaders\"\n [tableData]=\"advertiserTableData\"\n [clonedTableData]=\"advertiserTableDataClonned\"\n [gtGeneralConfig]=\"gtGeneralConfig\"\n [gtDimension]=\"gtDimension\"\n [clickableRow]=\"false\"\n (filterAppliedToTable)=\"filterAppliedToTable($event)\"\n (sortingAppliedToTable)=\"sortingAppliedToTable($event)\"\n (gtTextActionClicked)=\"tableActionClicked($event)\"\n (clickableDataClicked)=\"tableActionClicked($event)\"\n >\n </anna-core-non-editable-generic-table-lib>\n </div>\n </ng-container>\n</section>\n", styles: [".filter-label{font-family:Roboto;font-size:var(--easy-filter-label-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#4a4a4a;margin-bottom:0;height:12px}.filter-divider{width:.5px;margin-right:8px;height:20px;background:#111}button.intelli-filter{font-family:Roboto;font-size:var(--easy-filter-text-fs);font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.6px;border-radius:.75rem;height:1.25rem;margin-right:8px;display:inline-flex;align-items:center;padding:5px 8px;white-space:nowrap}button.intelli-filter:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;opacity:.5;cursor:not-allowed}:host::ng-deep button.AWAITING_APPROVAL{color:#268bff;border:1px solid #f3bd18;background:#f7f2d1}:host::ng-deep button.AWAITING_APPROVAL.active{color:#fff!important;background:#f3bd18!important;border:1px solid #f3bd18!important}:host::ng-deep button.APPROVED{color:#268bff;border:1px solid #00c853;background:#e1ffed}:host::ng-deep button.APPROVED.active{color:#fff!important;background:#00c853!important;border:1px solid #00c853!important}button.clear-all-btn{padding:0;border:none;display:block;text-align:right;width:fit-content;background-color:transparent;text-decoration:underline;color:#268bff;line-height:1!important;font-size:var(--reset-all-filter-fs)!important;letter-spacing:normal!important;font-weight:400!important;display:flex;align-items:flex-end;margin-left:auto;display:inline-block;float:right;line-height:normal!important}button.clear-all-btn:hover:enabled{color:#268bff}button.clear-all-btn:disabled{color:#4a4a4a;opacity:.5;cursor:not-allowed}.advertiser-container{padding:0px var(--app-right-space) 0 var(--app-left-space);margin:0 auto}::ng-deep a.advertiserName{color:#268bff!important;cursor:pointer!important}.p-8{padding:8px 0}:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-identicalToStationBizRule p.lower-label,:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-isAudiencePostingRequired p.lower-label{color:#4a4a4a!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .table-container::-webkit-scrollbar-track{margin-top:40px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .table-container::-webkit-scrollbar-track{margin-top:40px;margin-left:0}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .scroll-left-shadow-effect .header-row th:nth-of-type(0){border:none!important;filter:drop-shadow(2px 0 0px #d4d4d4)}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row{background:#ededed}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th{box-shadow:none!important;cursor:default;background:#ededed;padding:2px 8px;line-height:normal;position:sticky;position:-webkit-sticky;top:0}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th .upper-label{font-family:Roboto;font-size:var(--table-header-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#4a4a4a;margin-bottom:0}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th .lower-label{font-family:Roboto;font-size:var(--table-header-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#a7a7a7;margin-bottom:0}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th div.row{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:max-content}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th div.dummy-header{justify-content:center;margin-left:50%!important;margin-right:50%!important;width:-webkit-fill-available}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th div.sort-filter-container{display:flex;flex-wrap:nowrap;align-items:center;margin-left:.25rem;margin-right:auto}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th span.mdi-filter-variant{font-size:13px!important;top:-1px!important;position:relative}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(8){box-shadow:inset -1px 0 #d4d4d4,inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .table-container.no-data-table>div{height:142px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .table-container.no-data-table>div tr td{filter:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr{height:50px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(2){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(3){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(4){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(5){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(6){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(7){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(8){box-shadow:inset -1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(2){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(3){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(4){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(5){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(6){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(7){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(8){box-shadow:inset -1px -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib ::ng-deep .italic{font-style:italic!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .loader{margin-bottom:0}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr ::ng-deep .status-btn{background-color:#fff!important;color:#000!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED ::ng-deep .status-btn{background-color:#1565c0!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED ::ng-deep .status-btn{background-color:#00c853!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL ::ng-deep .status-btn{background-color:#f3bd18!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED ::ng-deep .status-btn{background-color:#00c853!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody td{cursor:default!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib th,:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib td{padding:0 12px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .no-data{margin-top:-67px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border{border-bottom:1px solid #d4d4d4}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL .status-btn{background-color:#f3bd18!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .table-container::-webkit-scrollbar-track{margin-top:40px;margin-left:0}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .scroll-left-shadow-effect .header-row th:nth-of-type(0){border:none!important;filter:drop-shadow(2px 0 0px #d4d4d4)}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row{background:#ededed}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th{box-shadow:none!important;cursor:default;background:#ededed;padding:2px 8px;line-height:normal;position:sticky;position:-webkit-sticky;top:0}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th .upper-label{font-family:Roboto;font-size:var(--table-header-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#4a4a4a;margin-bottom:0}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th .lower-label{font-family:Roboto;font-size:var(--table-header-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#a7a7a7;margin-bottom:0}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th div.row{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:max-content}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th div.dummy-header{justify-content:center;margin-left:50%!important;margin-right:50%!important;width:-webkit-fill-available}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th div.sort-filter-container{display:flex;flex-wrap:nowrap;align-items:center;margin-left:.25rem;margin-right:auto}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th span.mdi-filter-variant{font-size:13px!important;top:-1px!important;position:relative}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(8){box-shadow:inset -1px 0 #d4d4d4,inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .table-container.no-data-table>div{height:142px!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .table-container.no-data-table>div tr td{filter:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr{height:50px!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(2){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(3){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(4){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(5){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(6){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(7){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(8){box-shadow:inset -1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(2){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(3){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(4){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(5){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(6){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(7){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(8){box-shadow:inset -1px -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib ::ng-deep .italic{font-style:italic!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .loader{margin-bottom:0}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr ::ng-deep .status-btn{background-color:#fff!important;color:#000!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED ::ng-deep .status-btn{background-color:#1565c0!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED ::ng-deep .status-btn{background-color:#00c853!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL ::ng-deep .status-btn{background-color:#f3bd18!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED ::ng-deep .status-btn{background-color:#00c853!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody td{cursor:default!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib th,:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib td{padding:0 12px!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .no-data{margin-top:-67px!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border{border-bottom:1px solid #d4d4d4}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4!important}.count-text{font-size:var(--page-message-content-fs);font-family:Roboto;font-style:italic;display:inline-block;margin-top:0;color:var(--primary-text-color-medium)}.count-text b{color:var(--font-color)}:host ::ng-deep .mdi.mdi-alert{font-size:14px!important;color:#f97b07!important}:host ::ng-deep .orange-text{color:#f97b07!important}:host ::ng-deep .italic.orange-text{margin-left:1px;filter:drop-shadow(0px 0 0px #d4d4d4)!important}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: AnnaDesignComponentsLibModule }, { kind: "component", type: i3.SkeletonLoaderComponent, selector: "anna-design-skt-loader", inputs: ["theme", "count"] }, { kind: "component", type: i3.MessageBoxComponent, selector: "anna-design-message-box", inputs: ["messageBoxData", "showHyphen", "hide", "headerAsBlockElement"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: NgxSkeletonLoaderModule }, { kind: "ngmodule", type: AnnaCoreModule }, { kind: "component", type: i2.AnnaNonEditableGenericTableComponent, selector: "anna-core-non-editable-generic-table-lib", inputs: ["showSkeletonLoading", "tableHeaders", "tableData", "clonedTableData", "gtGeneralConfig", "totalRowInfo", "gtDimension", "extraHeaderRowForAdjustingColumnWidths", "tableClass", "maximumRowsWhichCanBeRenderedWithoutScroll", "fixNumberOfRowsForPopup", "fixRowsToRender", "includeBorderInTableHeight", "downloadInProgress", "percentDone", "starredInProgress", "clickableRow", "setTableHeightWhenRowSizeIsFixed", "tableBorderBottomClassRequired", "hideSomeTds", "tdsHaveRowSpan", "multipleTablesPresent", "showOrHideToggleForTotalRow", "enableCustomizableColumns"], outputs: ["toggleCheckbox", "toggleRowCheckbox", "toggleHeaderCheckbox", "undoIconClicked", "filterAppliedToTable", "sortingAppliedToTable", "rowClicked", "radioButtonSelected", "columnFilterOpened", "columnFilterClosed", "gtIconClicked", "gtSVGIconClicked", "gtTextActionClicked", "gtViewDetailClicked", "gtInnerHTMLClicked", "downloadSpotDetails", "clickableDataClicked", "totalRowIconClicked", "notificationIconHover", "notificationIconHoverLeave", "editableInputEdited", "radioButtonMessageIconClicked", "statusNotePopupOpened", "textPopupOpened", "digitOnlyInputChanged", "singleSelectDropdownValueEmit", "timeSelected", "totalRowRadioButtonClicked", "totalRowRadioButtonIconClicked", "columnsCustomized", "acfiRateInputChanged", "acfiRateCopyRequested"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
712
712
  }
713
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AdvertiserTableListingComponent, decorators: [{
713
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AdvertiserTableListingComponent, decorators: [{
714
714
  type: Component,
715
- args: [{ selector: "anna-feature-biz-rules-advertiser-table-listing", changeDetection: ChangeDetectionStrategy.OnPush, imports: [
715
+ args: [{ selector: "anna-feature-advertiser-table-listing", changeDetection: ChangeDetectionStrategy.OnPush, imports: [
716
716
  NgIf,
717
717
  AnnaDesignComponentsLibModule,
718
718
  NgFor,