novo-elements 8.0.1 → 8.1.0-next.2
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.
- package/elements/agenda/common/AgendaDateChange.scss +3 -1
- package/elements/agenda/common/AgendaHoursLayout.scss +52 -0
- package/elements/agenda/day/AgendaDayView.scss +40 -85
- package/elements/agenda/month/AgendaMonthView.scss +139 -135
- package/elements/agenda/week/AgendaWeekView.scss +70 -66
- package/elements/card/Card.d.ts +2 -2
- package/elements/card/Card.scss +27 -55
- package/elements/card/CardContent.scss +8 -0
- package/elements/card/CardFooter.scss +10 -0
- package/elements/card/CardHeader.scss +14 -0
- package/elements/date-picker/DatePicker.scss +181 -348
- package/elements/date-picker/DatePickerInput.scss +45 -0
- package/elements/date-picker/DateRangeInput.scss +55 -0
- package/elements/date-picker/MultiDateInput.scss +50 -0
- package/elements/date-time-picker/DateTimePickerInput.scss +14 -0
- package/elements/date-time-picker/_DateTimePicker.scss +4 -17
- package/elements/dropdown/Dropdown.scss +3 -3
- package/elements/header/Header.scss +14 -19
- package/elements/header/HeaderSpacer.scss +7 -0
- package/elements/icon/Icon.scss +1 -1
- package/elements/list/List.scss +5 -111
- package/elements/list/list-item-content.scss +34 -0
- package/elements/list/list-item-end.scss +8 -0
- package/elements/list/list-item-header-avatar.scss +12 -0
- package/elements/list/list-item-header-end.scss +4 -0
- package/elements/list/list-item-header-title.scss +17 -0
- package/elements/list/list-item-header.scss +17 -0
- package/elements/list/list-item.scss +47 -0
- package/elements/loading/Loading.scss +4 -1
- package/elements/loading/NovoSpinner.scss +3 -1
- package/elements/modal/modal.component.scss +19 -115
- package/elements/modal/notification.component.scss +108 -0
- package/elements/places/places.component.scss +3 -1
- package/elements/quick-note/QuickNote.scss +2 -31
- package/elements/quick-note/extras/quick-note-results/QuickNoteResults.scss +18 -0
- package/elements/radio/Radio.scss +32 -41
- package/elements/radio/radio-group.scss +53 -0
- package/elements/search/SearchBox.scss +2 -2
- package/elements/select/Select.scss +1 -1
- package/elements/simple-table/table.scss +2 -1
- package/elements/slider/Slider.scss +2 -2
- package/elements/stepper/step-header.component.scss +141 -52
- package/elements/stepper/stepper.component.scss +66 -166
- package/elements/switch/Switch.scss +5 -5
- package/elements/tabbed-group-picker/TabbedGroupPicker.scss +127 -125
- package/elements/table/extras/table-footer/table-footer.scss +3 -0
- package/elements/table/extras/table-header/table-header.scss +9 -0
- package/elements/tabs/tab-button.scss +54 -0
- package/elements/tabs/tab-content.scss +6 -0
- package/elements/tabs/tab-header.scss +6 -0
- package/elements/tabs/tab-nav.scss +39 -0
- package/elements/tabs/tab-outlet.scss +3 -0
- package/elements/tabs/tab.scss +190 -0
- package/elements/tiles/Tiles.scss +3 -1
- package/elements/time-picker/TimePicker.scss +3 -46
- package/elements/time-picker/TimePickerInput.scss +44 -0
- package/elements/tip-well/TipWell.scss +4 -1
- package/elements/toast/Toast.scss +151 -162
- package/elements/tooltip/Tooltip.scss +1 -1
- package/elements/value/Value.scss +21 -23
- package/esm2020/elements/agenda/common/AgendaDateChange.mjs +4 -7
- package/esm2020/elements/agenda/day/AgendaDayView.mjs +4 -7
- package/esm2020/elements/agenda/month/AgendaMonthView.mjs +4 -7
- package/esm2020/elements/agenda/week/AgendaWeekView.mjs +4 -7
- package/esm2020/elements/card/Card.mjs +17 -31
- package/esm2020/elements/date-picker/DatePicker.mjs +5 -10
- package/esm2020/elements/date-picker/DatePickerInput.mjs +4 -8
- package/esm2020/elements/date-picker/DateRangeInput.mjs +4 -8
- package/esm2020/elements/date-picker/MultiDateInput.mjs +4 -8
- package/esm2020/elements/date-time-picker/DateTimePicker.mjs +5 -10
- package/esm2020/elements/date-time-picker/DateTimePickerInput.mjs +4 -8
- package/esm2020/elements/dropdown/Dropdown.mjs +5 -10
- package/esm2020/elements/header/Header.mjs +6 -12
- package/esm2020/elements/icon/Icon.mjs +5 -10
- package/esm2020/elements/list/List.mjs +27 -59
- package/esm2020/elements/loading/Loading.mjs +7 -13
- package/esm2020/elements/modal/modal.component.mjs +9 -17
- package/esm2020/elements/places/places.component.mjs +4 -8
- package/esm2020/elements/quick-note/QuickNote.mjs +3 -7
- package/esm2020/elements/quick-note/extras/quick-note-results/QuickNoteResults.mjs +5 -9
- package/esm2020/elements/radio/Radio.mjs +5 -10
- package/esm2020/elements/radio/RadioGroup.mjs +5 -10
- package/esm2020/elements/search/SearchBox.mjs +4 -9
- package/esm2020/elements/select/Select.mjs +6 -12
- package/esm2020/elements/slider/Slider.mjs +5 -9
- package/esm2020/elements/stepper/step-header.component.mjs +2 -2
- package/esm2020/elements/stepper/stepper.component.mjs +7 -7
- package/esm2020/elements/switch/Switch.mjs +5 -10
- package/esm2020/elements/tabbed-group-picker/TabbedGroupPicker.mjs +3 -3
- package/esm2020/elements/table/extras/table-footer/TableFooter.mjs +3 -6
- package/esm2020/elements/table/extras/table-header/TableHeader.mjs +3 -6
- package/esm2020/elements/tabs/Tabs.mjs +22 -50
- package/esm2020/elements/tiles/Tiles.mjs +4 -9
- package/esm2020/elements/time-picker/TimePicker.mjs +5 -10
- package/esm2020/elements/time-picker/TimePickerInput.mjs +4 -8
- package/esm2020/elements/tip-well/TipWell.mjs +5 -9
- package/esm2020/elements/toast/Toast.mjs +5 -9
- package/esm2020/elements/tooltip/Tooltip.component.mjs +3 -3
- package/esm2020/elements/value/Value.mjs +4 -7
- package/fesm2015/novo-elements-elements-agenda.mjs +12 -24
- package/fesm2015/novo-elements-elements-agenda.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-card.mjs +16 -30
- package/fesm2015/novo-elements-elements-card.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-date-picker.mjs +13 -30
- package/fesm2015/novo-elements-elements-date-picker.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-date-time-picker.mjs +7 -16
- package/fesm2015/novo-elements-elements-date-time-picker.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-dropdown.mjs +4 -9
- package/fesm2015/novo-elements-elements-dropdown.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-header.mjs +5 -11
- package/fesm2015/novo-elements-elements-header.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-icon.mjs +4 -9
- package/fesm2015/novo-elements-elements-icon.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-list.mjs +26 -58
- package/fesm2015/novo-elements-elements-list.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-loading.mjs +6 -12
- package/fesm2015/novo-elements-elements-loading.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-modal.mjs +8 -16
- package/fesm2015/novo-elements-elements-modal.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-places.mjs +3 -7
- package/fesm2015/novo-elements-elements-places.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-quick-note.mjs +6 -14
- package/fesm2015/novo-elements-elements-quick-note.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-radio.mjs +8 -18
- package/fesm2015/novo-elements-elements-radio.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-search.mjs +3 -8
- package/fesm2015/novo-elements-elements-search.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-select.mjs +5 -11
- package/fesm2015/novo-elements-elements-select.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-slider.mjs +4 -8
- package/fesm2015/novo-elements-elements-slider.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-stepper.mjs +8 -8
- package/fesm2015/novo-elements-elements-stepper.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-switch.mjs +4 -9
- package/fesm2015/novo-elements-elements-switch.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-tabbed-group-picker.mjs +2 -2
- package/fesm2015/novo-elements-elements-tabbed-group-picker.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-table.mjs +4 -10
- package/fesm2015/novo-elements-elements-table.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-tabs.mjs +21 -49
- package/fesm2015/novo-elements-elements-tabs.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-tiles.mjs +3 -8
- package/fesm2015/novo-elements-elements-tiles.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-time-picker.mjs +7 -16
- package/fesm2015/novo-elements-elements-time-picker.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-tip-well.mjs +4 -8
- package/fesm2015/novo-elements-elements-tip-well.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-toast.mjs +4 -8
- package/fesm2015/novo-elements-elements-toast.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-tooltip.mjs +2 -2
- package/fesm2015/novo-elements-elements-tooltip.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-value.mjs +3 -6
- package/fesm2015/novo-elements-elements-value.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-agenda.mjs +12 -24
- package/fesm2020/novo-elements-elements-agenda.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-card.mjs +16 -30
- package/fesm2020/novo-elements-elements-card.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-date-picker.mjs +13 -30
- package/fesm2020/novo-elements-elements-date-picker.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-date-time-picker.mjs +7 -16
- package/fesm2020/novo-elements-elements-date-time-picker.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-dropdown.mjs +4 -9
- package/fesm2020/novo-elements-elements-dropdown.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-header.mjs +5 -11
- package/fesm2020/novo-elements-elements-header.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-icon.mjs +4 -9
- package/fesm2020/novo-elements-elements-icon.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-list.mjs +26 -58
- package/fesm2020/novo-elements-elements-list.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-loading.mjs +6 -12
- package/fesm2020/novo-elements-elements-loading.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-modal.mjs +8 -16
- package/fesm2020/novo-elements-elements-modal.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-places.mjs +3 -7
- package/fesm2020/novo-elements-elements-places.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-quick-note.mjs +6 -14
- package/fesm2020/novo-elements-elements-quick-note.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-radio.mjs +8 -18
- package/fesm2020/novo-elements-elements-radio.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-search.mjs +3 -8
- package/fesm2020/novo-elements-elements-search.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-select.mjs +5 -11
- package/fesm2020/novo-elements-elements-select.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-slider.mjs +4 -8
- package/fesm2020/novo-elements-elements-slider.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-stepper.mjs +8 -8
- package/fesm2020/novo-elements-elements-stepper.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-switch.mjs +4 -9
- package/fesm2020/novo-elements-elements-switch.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-tabbed-group-picker.mjs +2 -2
- package/fesm2020/novo-elements-elements-tabbed-group-picker.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-table.mjs +4 -10
- package/fesm2020/novo-elements-elements-table.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-tabs.mjs +21 -49
- package/fesm2020/novo-elements-elements-tabs.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-tiles.mjs +3 -8
- package/fesm2020/novo-elements-elements-tiles.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-time-picker.mjs +7 -16
- package/fesm2020/novo-elements-elements-time-picker.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-tip-well.mjs +4 -8
- package/fesm2020/novo-elements-elements-tip-well.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-toast.mjs +4 -8
- package/fesm2020/novo-elements-elements-toast.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-tooltip.mjs +2 -2
- package/fesm2020/novo-elements-elements-tooltip.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-value.mjs +3 -6
- package/fesm2020/novo-elements-elements-value.mjs.map +1 -1
- package/novo-elements.scss +10 -43
- package/package.json +1 -1
- package/elements/tabs/Tabs.scss +0 -298
- package/elements/value/Values.scss +0 -57
|
@@ -99,12 +99,10 @@ NovoToastElement.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
99
99
|
<div class="close-icon" *ngIf="isCloseable" (click)="close($event)">
|
|
100
100
|
<i class="bhi-times"></i>
|
|
101
101
|
</div>
|
|
102
|
-
`, isInline: true, components: [{ type: i2.NovoButtonElement, selector: "novo-button,button[theme]", inputs: ["color", "side", "size", "theme", "loading", "icon", "disabled"] }], directives: [{ type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
102
|
+
`, isInline: true, styles: [":host{display:grid;grid-template-columns:5rem 1fr;justify-content:flex-start;align-content:center;align-items:center;position:relative;background:#0d2d42;color:#fff;padding:1rem;box-shadow:0 1px 3px #00000026}:host.show{display:grid!important}:host.launched{display:none;position:fixed;z-index:9999}:host .toast-icon{display:flex;justify-content:center;align-content:center;align-items:center;width:32px;height:32px;background:rgba(0,0,0,.15);border-radius:3px}:host .close-icon{display:flex;justify-content:center;align-content:center;align-items:center;align-self:flex-start;cursor:pointer;position:absolute;top:8px;right:8px}:host .toast-icon i,:host .close-icon i{display:flex;position:relative;font-size:1.2rem;line-height:1.2}:host.toast-container .toast-content .link-generated{width:100%;position:relative}:host.toast-container .toast-content .link-generated input{background:transparent!important;border:none;border-bottom:1px solid #afb9c0;border-radius:0;outline:none;height:2rem;width:95%;margin:0;padding:0;box-shadow:none;box-sizing:content-box;transition:all .3s;color:#fff;text-overflow:ellipsis}:host.toast-container .toast-content .link-generated input:focus{background-color:#4a89dc}:host.toast-container .toast-content .link-generated input:hover{border-bottom:1px solid #5f6d78}:host p{white-space:pre-line}:host h5{display:block;font-size:1.4rem;color:inherit}:host .toast-content>p{margin:0;max-width:inherit;font-size:1.3rem}:host .toast-content>p.message-only{padding:0;font-size:1.4rem}:host.text{background:#3d464d}:host.neutral{background:#4f5361}:host.background{background:#f7f7f7}:host.background .toast-content>h5{color:#3d464d!important}:host.background i,:host.background p{color:#3d464d}:host.fixedBottom,:host.fixedTop{left:0;right:0}:host.fixedBottom{bottom:-100%;padding-bottom:20px;transition:all .5s cubic-bezier(.35,0,.25,1)}:host.fixedBottom.animate{padding-bottom:20px;bottom:-6px}:host.fixedBottom:nth-last-of-type(2){bottom:25px;z-index:9997;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(3){bottom:50px;z-index:9996;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(4){bottom:75px;z-index:9995;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(5){bottom:100px;z-index:9994;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(6){bottom:125px;z-index:9993;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(7){bottom:150px;z-index:9992;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(8){bottom:175px;z-index:9991;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(9){bottom:200px;z-index:9990;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(10){bottom:225px;z-index:9989;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(11){bottom:250px;z-index:9988;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(12){bottom:275px;z-index:9987;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(13){bottom:300px;z-index:9986;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(14){bottom:325px;z-index:9985;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(15){bottom:350px;z-index:9984;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(16){bottom:375px;z-index:9983;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(17){bottom:400px;z-index:9982;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(18){bottom:425px;z-index:9981;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(19){bottom:450px;z-index:9980;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(20){bottom:475px;z-index:9979;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(21){bottom:500px;z-index:9978;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(22){bottom:525px;z-index:9977;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(23){bottom:550px;z-index:9976;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(24){bottom:575px;z-index:9975;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(25){bottom:600px;z-index:9974;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(26){bottom:625px;z-index:9973;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(27){bottom:650px;z-index:9972;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(28){bottom:675px;z-index:9971;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(29){bottom:700px;z-index:9970;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(30){bottom:725px;z-index:9969;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(31){bottom:750px;z-index:9968;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(32){bottom:775px;z-index:9967;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(33){bottom:800px;z-index:9966;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(34){bottom:825px;z-index:9965;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(35){bottom:850px;z-index:9964;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(36){bottom:875px;z-index:9963;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(37){bottom:900px;z-index:9962;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(38){bottom:925px;z-index:9961;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(39){bottom:950px;z-index:9960;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(40){bottom:975px;z-index:9959;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(41){bottom:1000px;z-index:9958;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(42){bottom:1025px;z-index:9957;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(43){bottom:1050px;z-index:9956;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(44){bottom:1075px;z-index:9955;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(45){bottom:1100px;z-index:9954;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(46){bottom:1125px;z-index:9953;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(47){bottom:1150px;z-index:9952;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(48){bottom:1175px;z-index:9951;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(49){bottom:1200px;z-index:9950;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(50){bottom:1225px;z-index:9949;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(51){bottom:1250px;z-index:9948;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(52){bottom:1275px;z-index:9947;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(53){bottom:1300px;z-index:9946;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(54){bottom:1325px;z-index:9945;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(55){bottom:1350px;z-index:9944;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(56){bottom:1375px;z-index:9943;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(57){bottom:1400px;z-index:9942;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(58){bottom:1425px;z-index:9941;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(59){bottom:1450px;z-index:9940;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(60){bottom:1475px;z-index:9939;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(61){bottom:1500px;z-index:9938;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(62){bottom:1525px;z-index:9937;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(63){bottom:1550px;z-index:9936;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(64){bottom:1575px;z-index:9935;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(65){bottom:1600px;z-index:9934;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(66){bottom:1625px;z-index:9933;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(67){bottom:1650px;z-index:9932;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(68){bottom:1675px;z-index:9931;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(69){bottom:1700px;z-index:9930;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(70){bottom:1725px;z-index:9929;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(71){bottom:1750px;z-index:9928;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(72){bottom:1775px;z-index:9927;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(73){bottom:1800px;z-index:9926;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(74){bottom:1825px;z-index:9925;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(75){bottom:1850px;z-index:9924;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(76){bottom:1875px;z-index:9923;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(77){bottom:1900px;z-index:9922;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(78){bottom:1925px;z-index:9921;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(79){bottom:1950px;z-index:9920;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(80){bottom:1975px;z-index:9919;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(81){bottom:2000px;z-index:9918;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(82){bottom:2025px;z-index:9917;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(83){bottom:2050px;z-index:9916;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(84){bottom:2075px;z-index:9915;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(85){bottom:2100px;z-index:9914;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(86){bottom:2125px;z-index:9913;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(87){bottom:2150px;z-index:9912;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(88){bottom:2175px;z-index:9911;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(89){bottom:2200px;z-index:9910;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(90){bottom:2225px;z-index:9909;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(91){bottom:2250px;z-index:9908;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(92){bottom:2275px;z-index:9907;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(93){bottom:2300px;z-index:9906;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(94){bottom:2325px;z-index:9905;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(95){bottom:2350px;z-index:9904;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(96){bottom:2375px;z-index:9903;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(97){bottom:2400px;z-index:9902;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(98){bottom:2425px;z-index:9901;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(99){bottom:2450px;z-index:9900;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(100){bottom:2475px;z-index:9899;filter:brightness(.8571428571)}:host.fixedTop{top:-100%;padding-top:20px;transition:all .5s cubic-bezier(.35,0,.25,1)}:host.fixedTop.animate{padding-top:20px;top:-6px}:host.fixedTop:nth-last-of-type(2){top:25px;z-index:9997;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(3){top:50px;z-index:9996;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(4){top:75px;z-index:9995;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(5){top:100px;z-index:9994;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(6){top:125px;z-index:9993;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(7){top:150px;z-index:9992;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(8){top:175px;z-index:9991;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(9){top:200px;z-index:9990;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(10){top:225px;z-index:9989;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(11){top:250px;z-index:9988;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(12){top:275px;z-index:9987;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(13){top:300px;z-index:9986;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(14){top:325px;z-index:9985;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(15){top:350px;z-index:9984;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(16){top:375px;z-index:9983;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(17){top:400px;z-index:9982;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(18){top:425px;z-index:9981;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(19){top:450px;z-index:9980;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(20){top:475px;z-index:9979;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(21){top:500px;z-index:9978;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(22){top:525px;z-index:9977;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(23){top:550px;z-index:9976;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(24){top:575px;z-index:9975;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(25){top:600px;z-index:9974;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(26){top:625px;z-index:9973;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(27){top:650px;z-index:9972;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(28){top:675px;z-index:9971;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(29){top:700px;z-index:9970;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(30){top:725px;z-index:9969;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(31){top:750px;z-index:9968;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(32){top:775px;z-index:9967;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(33){top:800px;z-index:9966;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(34){top:825px;z-index:9965;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(35){top:850px;z-index:9964;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(36){top:875px;z-index:9963;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(37){top:900px;z-index:9962;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(38){top:925px;z-index:9961;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(39){top:950px;z-index:9960;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(40){top:975px;z-index:9959;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(41){top:1000px;z-index:9958;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(42){top:1025px;z-index:9957;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(43){top:1050px;z-index:9956;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(44){top:1075px;z-index:9955;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(45){top:1100px;z-index:9954;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(46){top:1125px;z-index:9953;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(47){top:1150px;z-index:9952;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(48){top:1175px;z-index:9951;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(49){top:1200px;z-index:9950;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(50){top:1225px;z-index:9949;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(51){top:1250px;z-index:9948;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(52){top:1275px;z-index:9947;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(53){top:1300px;z-index:9946;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(54){top:1325px;z-index:9945;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(55){top:1350px;z-index:9944;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(56){top:1375px;z-index:9943;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(57){top:1400px;z-index:9942;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(58){top:1425px;z-index:9941;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(59){top:1450px;z-index:9940;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(60){top:1475px;z-index:9939;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(61){top:1500px;z-index:9938;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(62){top:1525px;z-index:9937;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(63){top:1550px;z-index:9936;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(64){top:1575px;z-index:9935;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(65){top:1600px;z-index:9934;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(66){top:1625px;z-index:9933;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(67){top:1650px;z-index:9932;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(68){top:1675px;z-index:9931;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(69){top:1700px;z-index:9930;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(70){top:1725px;z-index:9929;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(71){top:1750px;z-index:9928;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(72){top:1775px;z-index:9927;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(73){top:1800px;z-index:9926;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(74){top:1825px;z-index:9925;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(75){top:1850px;z-index:9924;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(76){top:1875px;z-index:9923;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(77){top:1900px;z-index:9922;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(78){top:1925px;z-index:9921;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(79){top:1950px;z-index:9920;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(80){top:1975px;z-index:9919;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(81){top:2000px;z-index:9918;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(82){top:2025px;z-index:9917;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(83){top:2050px;z-index:9916;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(84){top:2075px;z-index:9915;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(85){top:2100px;z-index:9914;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(86){top:2125px;z-index:9913;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(87){top:2150px;z-index:9912;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(88){top:2175px;z-index:9911;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(89){top:2200px;z-index:9910;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(90){top:2225px;z-index:9909;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(91){top:2250px;z-index:9908;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(92){top:2275px;z-index:9907;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(93){top:2300px;z-index:9906;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(94){top:2325px;z-index:9905;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(95){top:2350px;z-index:9904;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(96){top:2375px;z-index:9903;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(97){top:2400px;z-index:9902;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(98){top:2425px;z-index:9901;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(99){top:2450px;z-index:9900;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(100){top:2475px;z-index:9899;filter:brightness(.8571428571)}:host.embedded.fixedBottom,:host.embedded.fixedTop{top:auto;left:auto;right:auto;width:inherit;margin:-1rem -3rem}:host.embedded.fixedBottom.animate,:host.embedded.fixedTop.animate{top:auto}:host[class*=growl]{border-radius:3px;max-width:350px}:host.growlBottomLeft,:host.growlTopLeft{left:-100%;right:auto;width:calc(100% - 30px);transition:all .5s cubic-bezier(.35,0,.25,1)}:host.growlBottomLeft.animate,:host.growlTopLeft.animate{left:15px}:host.growlTopLeft,:host.growlTopRight{top:1rem}:host.growlTopLeft:nth-last-of-type(2),:host.growlTopRight:nth-last-of-type(2){top:50px;transform:scale(.96);z-index:9997;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(3),:host.growlTopRight:nth-last-of-type(3){top:75px;transform:scale(.96);z-index:9996;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(4),:host.growlTopRight:nth-last-of-type(4){top:100px;transform:scale(.96);z-index:9995;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(5),:host.growlTopRight:nth-last-of-type(5){top:125px;transform:scale(.96);z-index:9994;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(6),:host.growlTopRight:nth-last-of-type(6){top:150px;transform:scale(.96);z-index:9993;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(7),:host.growlTopRight:nth-last-of-type(7){top:175px;transform:scale(.96);z-index:9992;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(8),:host.growlTopRight:nth-last-of-type(8){top:200px;transform:scale(.96);z-index:9991;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(9),:host.growlTopRight:nth-last-of-type(9){top:225px;transform:scale(.96);z-index:9990;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(10),:host.growlTopRight:nth-last-of-type(10){top:250px;transform:scale(.96);z-index:9989;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(11),:host.growlTopRight:nth-last-of-type(11){top:275px;transform:scale(.96);z-index:9988;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(12),:host.growlTopRight:nth-last-of-type(12){top:300px;transform:scale(.96);z-index:9987;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(13),:host.growlTopRight:nth-last-of-type(13){top:325px;transform:scale(.96);z-index:9986;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(14),:host.growlTopRight:nth-last-of-type(14){top:350px;transform:scale(.96);z-index:9985;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(15),:host.growlTopRight:nth-last-of-type(15){top:375px;transform:scale(.96);z-index:9984;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(16),:host.growlTopRight:nth-last-of-type(16){top:400px;transform:scale(.96);z-index:9983;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(17),:host.growlTopRight:nth-last-of-type(17){top:425px;transform:scale(.96);z-index:9982;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(18),:host.growlTopRight:nth-last-of-type(18){top:450px;transform:scale(.96);z-index:9981;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(19),:host.growlTopRight:nth-last-of-type(19){top:475px;transform:scale(.96);z-index:9980;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(20),:host.growlTopRight:nth-last-of-type(20){top:500px;transform:scale(.96);z-index:9979;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(21),:host.growlTopRight:nth-last-of-type(21){top:525px;transform:scale(.96);z-index:9978;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(22),:host.growlTopRight:nth-last-of-type(22){top:550px;transform:scale(.96);z-index:9977;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(23),:host.growlTopRight:nth-last-of-type(23){top:575px;transform:scale(.96);z-index:9976;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(24),:host.growlTopRight:nth-last-of-type(24){top:600px;transform:scale(.96);z-index:9975;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(25),:host.growlTopRight:nth-last-of-type(25){top:625px;transform:scale(.96);z-index:9974;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(26),:host.growlTopRight:nth-last-of-type(26){top:650px;transform:scale(.96);z-index:9973;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(27),:host.growlTopRight:nth-last-of-type(27){top:675px;transform:scale(.96);z-index:9972;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(28),:host.growlTopRight:nth-last-of-type(28){top:700px;transform:scale(.96);z-index:9971;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(29),:host.growlTopRight:nth-last-of-type(29){top:725px;transform:scale(.96);z-index:9970;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(30),:host.growlTopRight:nth-last-of-type(30){top:750px;transform:scale(.96);z-index:9969;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(31),:host.growlTopRight:nth-last-of-type(31){top:775px;transform:scale(.96);z-index:9968;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(32),:host.growlTopRight:nth-last-of-type(32){top:800px;transform:scale(.96);z-index:9967;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(33),:host.growlTopRight:nth-last-of-type(33){top:825px;transform:scale(.96);z-index:9966;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(34),:host.growlTopRight:nth-last-of-type(34){top:850px;transform:scale(.96);z-index:9965;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(35),:host.growlTopRight:nth-last-of-type(35){top:875px;transform:scale(.96);z-index:9964;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(36),:host.growlTopRight:nth-last-of-type(36){top:900px;transform:scale(.96);z-index:9963;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(37),:host.growlTopRight:nth-last-of-type(37){top:925px;transform:scale(.96);z-index:9962;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(38),:host.growlTopRight:nth-last-of-type(38){top:950px;transform:scale(.96);z-index:9961;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(39),:host.growlTopRight:nth-last-of-type(39){top:975px;transform:scale(.96);z-index:9960;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(40),:host.growlTopRight:nth-last-of-type(40){top:1000px;transform:scale(.96);z-index:9959;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(41),:host.growlTopRight:nth-last-of-type(41){top:1025px;transform:scale(.96);z-index:9958;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(42),:host.growlTopRight:nth-last-of-type(42){top:1050px;transform:scale(.96);z-index:9957;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(43),:host.growlTopRight:nth-last-of-type(43){top:1075px;transform:scale(.96);z-index:9956;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(44),:host.growlTopRight:nth-last-of-type(44){top:1100px;transform:scale(.96);z-index:9955;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(45),:host.growlTopRight:nth-last-of-type(45){top:1125px;transform:scale(.96);z-index:9954;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(46),:host.growlTopRight:nth-last-of-type(46){top:1150px;transform:scale(.96);z-index:9953;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(47),:host.growlTopRight:nth-last-of-type(47){top:1175px;transform:scale(.96);z-index:9952;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(48),:host.growlTopRight:nth-last-of-type(48){top:1200px;transform:scale(.96);z-index:9951;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(49),:host.growlTopRight:nth-last-of-type(49){top:1225px;transform:scale(.96);z-index:9950;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(50),:host.growlTopRight:nth-last-of-type(50){top:1250px;transform:scale(.96);z-index:9949;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(51),:host.growlTopRight:nth-last-of-type(51){top:1275px;transform:scale(.96);z-index:9948;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(52),:host.growlTopRight:nth-last-of-type(52){top:1300px;transform:scale(.96);z-index:9947;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(53),:host.growlTopRight:nth-last-of-type(53){top:1325px;transform:scale(.96);z-index:9946;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(54),:host.growlTopRight:nth-last-of-type(54){top:1350px;transform:scale(.96);z-index:9945;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(55),:host.growlTopRight:nth-last-of-type(55){top:1375px;transform:scale(.96);z-index:9944;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(56),:host.growlTopRight:nth-last-of-type(56){top:1400px;transform:scale(.96);z-index:9943;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(57),:host.growlTopRight:nth-last-of-type(57){top:1425px;transform:scale(.96);z-index:9942;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(58),:host.growlTopRight:nth-last-of-type(58){top:1450px;transform:scale(.96);z-index:9941;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(59),:host.growlTopRight:nth-last-of-type(59){top:1475px;transform:scale(.96);z-index:9940;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(60),:host.growlTopRight:nth-last-of-type(60){top:1500px;transform:scale(.96);z-index:9939;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(61),:host.growlTopRight:nth-last-of-type(61){top:1525px;transform:scale(.96);z-index:9938;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(62),:host.growlTopRight:nth-last-of-type(62){top:1550px;transform:scale(.96);z-index:9937;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(63),:host.growlTopRight:nth-last-of-type(63){top:1575px;transform:scale(.96);z-index:9936;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(64),:host.growlTopRight:nth-last-of-type(64){top:1600px;transform:scale(.96);z-index:9935;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(65),:host.growlTopRight:nth-last-of-type(65){top:1625px;transform:scale(.96);z-index:9934;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(66),:host.growlTopRight:nth-last-of-type(66){top:1650px;transform:scale(.96);z-index:9933;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(67),:host.growlTopRight:nth-last-of-type(67){top:1675px;transform:scale(.96);z-index:9932;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(68),:host.growlTopRight:nth-last-of-type(68){top:1700px;transform:scale(.96);z-index:9931;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(69),:host.growlTopRight:nth-last-of-type(69){top:1725px;transform:scale(.96);z-index:9930;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(70),:host.growlTopRight:nth-last-of-type(70){top:1750px;transform:scale(.96);z-index:9929;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(71),:host.growlTopRight:nth-last-of-type(71){top:1775px;transform:scale(.96);z-index:9928;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(72),:host.growlTopRight:nth-last-of-type(72){top:1800px;transform:scale(.96);z-index:9927;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(73),:host.growlTopRight:nth-last-of-type(73){top:1825px;transform:scale(.96);z-index:9926;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(74),:host.growlTopRight:nth-last-of-type(74){top:1850px;transform:scale(.96);z-index:9925;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(75),:host.growlTopRight:nth-last-of-type(75){top:1875px;transform:scale(.96);z-index:9924;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(76),:host.growlTopRight:nth-last-of-type(76){top:1900px;transform:scale(.96);z-index:9923;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(77),:host.growlTopRight:nth-last-of-type(77){top:1925px;transform:scale(.96);z-index:9922;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(78),:host.growlTopRight:nth-last-of-type(78){top:1950px;transform:scale(.96);z-index:9921;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(79),:host.growlTopRight:nth-last-of-type(79){top:1975px;transform:scale(.96);z-index:9920;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(80),:host.growlTopRight:nth-last-of-type(80){top:2000px;transform:scale(.96);z-index:9919;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(81),:host.growlTopRight:nth-last-of-type(81){top:2025px;transform:scale(.96);z-index:9918;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(82),:host.growlTopRight:nth-last-of-type(82){top:2050px;transform:scale(.96);z-index:9917;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(83),:host.growlTopRight:nth-last-of-type(83){top:2075px;transform:scale(.96);z-index:9916;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(84),:host.growlTopRight:nth-last-of-type(84){top:2100px;transform:scale(.96);z-index:9915;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(85),:host.growlTopRight:nth-last-of-type(85){top:2125px;transform:scale(.96);z-index:9914;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(86),:host.growlTopRight:nth-last-of-type(86){top:2150px;transform:scale(.96);z-index:9913;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(87),:host.growlTopRight:nth-last-of-type(87){top:2175px;transform:scale(.96);z-index:9912;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(88),:host.growlTopRight:nth-last-of-type(88){top:2200px;transform:scale(.96);z-index:9911;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(89),:host.growlTopRight:nth-last-of-type(89){top:2225px;transform:scale(.96);z-index:9910;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(90),:host.growlTopRight:nth-last-of-type(90){top:2250px;transform:scale(.96);z-index:9909;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(91),:host.growlTopRight:nth-last-of-type(91){top:2275px;transform:scale(.96);z-index:9908;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(92),:host.growlTopRight:nth-last-of-type(92){top:2300px;transform:scale(.96);z-index:9907;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(93),:host.growlTopRight:nth-last-of-type(93){top:2325px;transform:scale(.96);z-index:9906;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(94),:host.growlTopRight:nth-last-of-type(94){top:2350px;transform:scale(.96);z-index:9905;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(95),:host.growlTopRight:nth-last-of-type(95){top:2375px;transform:scale(.96);z-index:9904;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(96),:host.growlTopRight:nth-last-of-type(96){top:2400px;transform:scale(.96);z-index:9903;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(97),:host.growlTopRight:nth-last-of-type(97){top:2425px;transform:scale(.96);z-index:9902;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(98),:host.growlTopRight:nth-last-of-type(98){top:2450px;transform:scale(.96);z-index:9901;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(99),:host.growlTopRight:nth-last-of-type(99){top:2475px;transform:scale(.96);z-index:9900;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(100),:host.growlTopRight:nth-last-of-type(100){top:2500px;transform:scale(.96);z-index:9899;filter:brightness(.8571428571)}:host.growlBottomLeft,:host.growlBottomRight{bottom:1rem}:host.growlBottomLeft:nth-last-of-type(2),:host.growlBottomRight:nth-last-of-type(2){bottom:50px;transform:scale(.96);z-index:9997;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(3),:host.growlBottomRight:nth-last-of-type(3){bottom:75px;transform:scale(.96);z-index:9996;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(4),:host.growlBottomRight:nth-last-of-type(4){bottom:100px;transform:scale(.96);z-index:9995;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(5),:host.growlBottomRight:nth-last-of-type(5){bottom:125px;transform:scale(.96);z-index:9994;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(6),:host.growlBottomRight:nth-last-of-type(6){bottom:150px;transform:scale(.96);z-index:9993;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(7),:host.growlBottomRight:nth-last-of-type(7){bottom:175px;transform:scale(.96);z-index:9992;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(8),:host.growlBottomRight:nth-last-of-type(8){bottom:200px;transform:scale(.96);z-index:9991;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(9),:host.growlBottomRight:nth-last-of-type(9){bottom:225px;transform:scale(.96);z-index:9990;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(10),:host.growlBottomRight:nth-last-of-type(10){bottom:250px;transform:scale(.96);z-index:9989;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(11),:host.growlBottomRight:nth-last-of-type(11){bottom:275px;transform:scale(.96);z-index:9988;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(12),:host.growlBottomRight:nth-last-of-type(12){bottom:300px;transform:scale(.96);z-index:9987;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(13),:host.growlBottomRight:nth-last-of-type(13){bottom:325px;transform:scale(.96);z-index:9986;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(14),:host.growlBottomRight:nth-last-of-type(14){bottom:350px;transform:scale(.96);z-index:9985;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(15),:host.growlBottomRight:nth-last-of-type(15){bottom:375px;transform:scale(.96);z-index:9984;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(16),:host.growlBottomRight:nth-last-of-type(16){bottom:400px;transform:scale(.96);z-index:9983;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(17),:host.growlBottomRight:nth-last-of-type(17){bottom:425px;transform:scale(.96);z-index:9982;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(18),:host.growlBottomRight:nth-last-of-type(18){bottom:450px;transform:scale(.96);z-index:9981;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(19),:host.growlBottomRight:nth-last-of-type(19){bottom:475px;transform:scale(.96);z-index:9980;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(20),:host.growlBottomRight:nth-last-of-type(20){bottom:500px;transform:scale(.96);z-index:9979;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(21),:host.growlBottomRight:nth-last-of-type(21){bottom:525px;transform:scale(.96);z-index:9978;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(22),:host.growlBottomRight:nth-last-of-type(22){bottom:550px;transform:scale(.96);z-index:9977;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(23),:host.growlBottomRight:nth-last-of-type(23){bottom:575px;transform:scale(.96);z-index:9976;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(24),:host.growlBottomRight:nth-last-of-type(24){bottom:600px;transform:scale(.96);z-index:9975;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(25),:host.growlBottomRight:nth-last-of-type(25){bottom:625px;transform:scale(.96);z-index:9974;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(26),:host.growlBottomRight:nth-last-of-type(26){bottom:650px;transform:scale(.96);z-index:9973;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(27),:host.growlBottomRight:nth-last-of-type(27){bottom:675px;transform:scale(.96);z-index:9972;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(28),:host.growlBottomRight:nth-last-of-type(28){bottom:700px;transform:scale(.96);z-index:9971;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(29),:host.growlBottomRight:nth-last-of-type(29){bottom:725px;transform:scale(.96);z-index:9970;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(30),:host.growlBottomRight:nth-last-of-type(30){bottom:750px;transform:scale(.96);z-index:9969;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(31),:host.growlBottomRight:nth-last-of-type(31){bottom:775px;transform:scale(.96);z-index:9968;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(32),:host.growlBottomRight:nth-last-of-type(32){bottom:800px;transform:scale(.96);z-index:9967;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(33),:host.growlBottomRight:nth-last-of-type(33){bottom:825px;transform:scale(.96);z-index:9966;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(34),:host.growlBottomRight:nth-last-of-type(34){bottom:850px;transform:scale(.96);z-index:9965;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(35),:host.growlBottomRight:nth-last-of-type(35){bottom:875px;transform:scale(.96);z-index:9964;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(36),:host.growlBottomRight:nth-last-of-type(36){bottom:900px;transform:scale(.96);z-index:9963;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(37),:host.growlBottomRight:nth-last-of-type(37){bottom:925px;transform:scale(.96);z-index:9962;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(38),:host.growlBottomRight:nth-last-of-type(38){bottom:950px;transform:scale(.96);z-index:9961;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(39),:host.growlBottomRight:nth-last-of-type(39){bottom:975px;transform:scale(.96);z-index:9960;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(40),:host.growlBottomRight:nth-last-of-type(40){bottom:1000px;transform:scale(.96);z-index:9959;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(41),:host.growlBottomRight:nth-last-of-type(41){bottom:1025px;transform:scale(.96);z-index:9958;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(42),:host.growlBottomRight:nth-last-of-type(42){bottom:1050px;transform:scale(.96);z-index:9957;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(43),:host.growlBottomRight:nth-last-of-type(43){bottom:1075px;transform:scale(.96);z-index:9956;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(44),:host.growlBottomRight:nth-last-of-type(44){bottom:1100px;transform:scale(.96);z-index:9955;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(45),:host.growlBottomRight:nth-last-of-type(45){bottom:1125px;transform:scale(.96);z-index:9954;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(46),:host.growlBottomRight:nth-last-of-type(46){bottom:1150px;transform:scale(.96);z-index:9953;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(47),:host.growlBottomRight:nth-last-of-type(47){bottom:1175px;transform:scale(.96);z-index:9952;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(48),:host.growlBottomRight:nth-last-of-type(48){bottom:1200px;transform:scale(.96);z-index:9951;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(49),:host.growlBottomRight:nth-last-of-type(49){bottom:1225px;transform:scale(.96);z-index:9950;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(50),:host.growlBottomRight:nth-last-of-type(50){bottom:1250px;transform:scale(.96);z-index:9949;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(51),:host.growlBottomRight:nth-last-of-type(51){bottom:1275px;transform:scale(.96);z-index:9948;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(52),:host.growlBottomRight:nth-last-of-type(52){bottom:1300px;transform:scale(.96);z-index:9947;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(53),:host.growlBottomRight:nth-last-of-type(53){bottom:1325px;transform:scale(.96);z-index:9946;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(54),:host.growlBottomRight:nth-last-of-type(54){bottom:1350px;transform:scale(.96);z-index:9945;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(55),:host.growlBottomRight:nth-last-of-type(55){bottom:1375px;transform:scale(.96);z-index:9944;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(56),:host.growlBottomRight:nth-last-of-type(56){bottom:1400px;transform:scale(.96);z-index:9943;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(57),:host.growlBottomRight:nth-last-of-type(57){bottom:1425px;transform:scale(.96);z-index:9942;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(58),:host.growlBottomRight:nth-last-of-type(58){bottom:1450px;transform:scale(.96);z-index:9941;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(59),:host.growlBottomRight:nth-last-of-type(59){bottom:1475px;transform:scale(.96);z-index:9940;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(60),:host.growlBottomRight:nth-last-of-type(60){bottom:1500px;transform:scale(.96);z-index:9939;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(61),:host.growlBottomRight:nth-last-of-type(61){bottom:1525px;transform:scale(.96);z-index:9938;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(62),:host.growlBottomRight:nth-last-of-type(62){bottom:1550px;transform:scale(.96);z-index:9937;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(63),:host.growlBottomRight:nth-last-of-type(63){bottom:1575px;transform:scale(.96);z-index:9936;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(64),:host.growlBottomRight:nth-last-of-type(64){bottom:1600px;transform:scale(.96);z-index:9935;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(65),:host.growlBottomRight:nth-last-of-type(65){bottom:1625px;transform:scale(.96);z-index:9934;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(66),:host.growlBottomRight:nth-last-of-type(66){bottom:1650px;transform:scale(.96);z-index:9933;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(67),:host.growlBottomRight:nth-last-of-type(67){bottom:1675px;transform:scale(.96);z-index:9932;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(68),:host.growlBottomRight:nth-last-of-type(68){bottom:1700px;transform:scale(.96);z-index:9931;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(69),:host.growlBottomRight:nth-last-of-type(69){bottom:1725px;transform:scale(.96);z-index:9930;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(70),:host.growlBottomRight:nth-last-of-type(70){bottom:1750px;transform:scale(.96);z-index:9929;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(71),:host.growlBottomRight:nth-last-of-type(71){bottom:1775px;transform:scale(.96);z-index:9928;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(72),:host.growlBottomRight:nth-last-of-type(72){bottom:1800px;transform:scale(.96);z-index:9927;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(73),:host.growlBottomRight:nth-last-of-type(73){bottom:1825px;transform:scale(.96);z-index:9926;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(74),:host.growlBottomRight:nth-last-of-type(74){bottom:1850px;transform:scale(.96);z-index:9925;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(75),:host.growlBottomRight:nth-last-of-type(75){bottom:1875px;transform:scale(.96);z-index:9924;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(76),:host.growlBottomRight:nth-last-of-type(76){bottom:1900px;transform:scale(.96);z-index:9923;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(77),:host.growlBottomRight:nth-last-of-type(77){bottom:1925px;transform:scale(.96);z-index:9922;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(78),:host.growlBottomRight:nth-last-of-type(78){bottom:1950px;transform:scale(.96);z-index:9921;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(79),:host.growlBottomRight:nth-last-of-type(79){bottom:1975px;transform:scale(.96);z-index:9920;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(80),:host.growlBottomRight:nth-last-of-type(80){bottom:2000px;transform:scale(.96);z-index:9919;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(81),:host.growlBottomRight:nth-last-of-type(81){bottom:2025px;transform:scale(.96);z-index:9918;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(82),:host.growlBottomRight:nth-last-of-type(82){bottom:2050px;transform:scale(.96);z-index:9917;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(83),:host.growlBottomRight:nth-last-of-type(83){bottom:2075px;transform:scale(.96);z-index:9916;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(84),:host.growlBottomRight:nth-last-of-type(84){bottom:2100px;transform:scale(.96);z-index:9915;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(85),:host.growlBottomRight:nth-last-of-type(85){bottom:2125px;transform:scale(.96);z-index:9914;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(86),:host.growlBottomRight:nth-last-of-type(86){bottom:2150px;transform:scale(.96);z-index:9913;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(87),:host.growlBottomRight:nth-last-of-type(87){bottom:2175px;transform:scale(.96);z-index:9912;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(88),:host.growlBottomRight:nth-last-of-type(88){bottom:2200px;transform:scale(.96);z-index:9911;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(89),:host.growlBottomRight:nth-last-of-type(89){bottom:2225px;transform:scale(.96);z-index:9910;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(90),:host.growlBottomRight:nth-last-of-type(90){bottom:2250px;transform:scale(.96);z-index:9909;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(91),:host.growlBottomRight:nth-last-of-type(91){bottom:2275px;transform:scale(.96);z-index:9908;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(92),:host.growlBottomRight:nth-last-of-type(92){bottom:2300px;transform:scale(.96);z-index:9907;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(93),:host.growlBottomRight:nth-last-of-type(93){bottom:2325px;transform:scale(.96);z-index:9906;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(94),:host.growlBottomRight:nth-last-of-type(94){bottom:2350px;transform:scale(.96);z-index:9905;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(95),:host.growlBottomRight:nth-last-of-type(95){bottom:2375px;transform:scale(.96);z-index:9904;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(96),:host.growlBottomRight:nth-last-of-type(96){bottom:2400px;transform:scale(.96);z-index:9903;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(97),:host.growlBottomRight:nth-last-of-type(97){bottom:2425px;transform:scale(.96);z-index:9902;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(98),:host.growlBottomRight:nth-last-of-type(98){bottom:2450px;transform:scale(.96);z-index:9901;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(99),:host.growlBottomRight:nth-last-of-type(99){bottom:2475px;transform:scale(.96);z-index:9900;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(100),:host.growlBottomRight:nth-last-of-type(100){bottom:2500px;transform:scale(.96);z-index:9899;filter:brightness(.8571428571)}:host.growlBottomLeft:last-of-type,:host.growlBottomRight:last-of-type,:host.growlTopLeft:last-of-type,:host.growlTopRight:last-of-type{box-shadow:0 1px 3px #00000080}:host.growlBottomRight,:host.growlTopRight{right:-100%;left:auto;width:calc(100% - 30px);transition:all .5s cubic-bezier(.35,0,.25,1)}:host.growlBottomRight.animate,:host.growlTopRight.animate{right:1rem}:host:not(.launched){-webkit-animation:embedded-slide-in .2s ease-in-out;animation:embedded-slide-in .2s ease-in-out}:host.dialogue .toast-content{display:flex;flex-direction:row!important;align-items:center}:host.dialogue p.message-only{flex:3 0 0}:host.dialogue .dialogue{display:inherit}:host.black{color:#fff;background:#000000}:host.novo-accent-black{border:1px solid #000000;background:#e6e6e6;color:#3d464d}:host.white{color:#3d464d;background:#ffffff}:host.novo-accent-white{border:1px solid #ffffff;background:#e6e6e6;color:#3d464d}:host.gray{color:#3d464d;background:#9e9e9e}:host.novo-accent-gray{border:1px solid #9e9e9e;background:#e6e6e6;color:#3d464d}:host.grey{color:#3d464d;background:#9e9e9e}:host.novo-accent-grey{border:1px solid #9e9e9e;background:#e6e6e6;color:#3d464d}:host.offWhite{color:#3d464d;background:#f7f7f7}:host.novo-accent-offWhite{border:1px solid #f7f7f7;background:#e6e6e6;color:#3d464d}:host.bright{color:#3d464d;background:#f7f7f7}:host.novo-accent-bright{border:1px solid #f7f7f7;background:#e6e6e6;color:#3d464d}:host.light{color:#3d464d;background:#dbdbdb}:host.novo-accent-light{border:1px solid #dbdbdb;background:#e6e6e6;color:#3d464d}:host.neutral{color:#fff;background:#4f5361}:host.novo-accent-neutral{border:1px solid #4f5361;background:#e3e4e8;color:#3d464d}:host.dark{color:#fff;background:#3d464d}:host.novo-accent-dark{border:1px solid #3d464d;background:#e3e6e8;color:#3d464d}:host.orange{color:#3d464d;background:#ff6900}:host.novo-accent-orange{border:1px solid #ff6900;background:#ffe1cc;color:#3d464d}:host.navigation{color:#fff;background:#202945}:host.novo-accent-navigation{border:1px solid #202945;background:#dce1ef;color:#3d464d}:host.skyBlue{color:#fff;background:#009bdf}:host.novo-accent-skyBlue{border:1px solid #009bdf;background:#ccefff;color:#3d464d}:host.steel{color:#fff;background:#5b6770}:host.novo-accent-steel{border:1px solid #5b6770;background:#e3e6e8;color:#3d464d}:host.metal{color:#fff;background:#637893}:host.novo-accent-metal{border:1px solid #637893;background:#e1e5ea;color:#3d464d}:host.sand{color:#3d464d;background:#f4f4f4}:host.novo-accent-sand{border:1px solid #f4f4f4;background:#e6e6e6;color:#3d464d}:host.silver{color:#3d464d;background:#e2e2e2}:host.novo-accent-silver{border:1px solid #e2e2e2;background:#e6e6e6;color:#3d464d}:host.stone{color:#3d464d;background:#bebebe}:host.novo-accent-stone{border:1px solid #bebebe;background:#e6e6e6;color:#3d464d}:host.ash{color:#3d464d;background:#a0a0a0}:host.novo-accent-ash{border:1px solid #a0a0a0;background:#e6e6e6;color:#3d464d}:host.slate{color:#fff;background:#707070}:host.novo-accent-slate{border:1px solid #707070;background:#e6e6e6;color:#3d464d}:host.onyx{color:#fff;background:#526980}:host.novo-accent-onyx{border:1px solid #526980;background:#e0e6eb;color:#3d464d}:host.charcoal{color:#fff;background:#282828}:host.novo-accent-charcoal{border:1px solid #282828;background:#e6e6e6;color:#3d464d}:host.moonlight{color:#fff;background:#1a242f}:host.novo-accent-moonlight{border:1px solid #1a242f;background:#dee5ed;color:#3d464d}:host.midnight{color:#fff;background:#202945}:host.novo-accent-midnight{border:1px solid #202945;background:#dce1ef;color:#3d464d}:host.darkness{color:#fff;background:#161f27}:host.novo-accent-darkness{border:1px solid #161f27;background:#dee6ed;color:#3d464d}:host.navy{color:#fff;background:#0d2d42}:host.novo-accent-navy{border:1px solid #0d2d42;background:#d4e9f7;color:#3d464d}:host.aqua{color:#3d464d;background:#3bafda}:host.novo-accent-aqua{border:1px solid #3bafda;background:#d4edf7;color:#3d464d}:host.ocean{color:#fff;background:#4a89dc}:host.novo-accent-ocean{border:1px solid #4a89dc;background:#d4e3f7;color:#3d464d}:host.mint{color:#3d464d;background:#37bc9b}:host.novo-accent-mint{border:1px solid #37bc9b;background:#d8f3ed;color:#3d464d}:host.grass{color:#fff;background:#8cc152}:host.novo-accent-grass{border:1px solid #8cc152;background:#e6f2d9;color:#3d464d}:host.sunflower{color:#fff;background:#f6b042}:host.novo-accent-sunflower{border:1px solid #f6b042;background:#fdebce;color:#3d464d}:host.bittersweet{color:#fff;background:#eb6845}:host.novo-accent-bittersweet{border:1px solid #eb6845;background:#fadad1;color:#3d464d}:host.grapefruit{color:#fff;background:#da4453}:host.novo-accent-grapefruit{border:1px solid #da4453;background:#f7d4d8;color:#3d464d}:host.carnation{color:#fff;background:#d770ad}:host.novo-accent-carnation{border:1px solid #d770ad;background:#f4d7e8;color:#3d464d}:host.lavender{color:#fff;background:#967adc}:host.novo-accent-lavender{border:1px solid #967adc;background:#dfd7f4;color:#3d464d}:host.mountain{color:#fff;background:#9678b6}:host.novo-accent-mountain{border:1px solid #9678b6;background:#e5deed;color:#3d464d}:host.info{color:#fff;background:#4a89dc}:host.novo-accent-info{border:1px solid #4a89dc;background:#d4e3f7;color:#3d464d}:host.positive{color:#fff;background:#4a89dc}:host.novo-accent-positive{border:1px solid #4a89dc;background:#d4e3f7;color:#3d464d}:host.success{color:#fff;background:#8cc152}:host.novo-accent-success{border:1px solid #8cc152;background:#e6f2d9;color:#3d464d}:host.negative{color:#fff;background:#da4453}:host.novo-accent-negative{border:1px solid #da4453;background:#f7d4d8;color:#3d464d}:host.danger{color:#fff;background:#da4453}:host.novo-accent-danger{border:1px solid #da4453;background:#f7d4d8;color:#3d464d}:host.error{color:#fff;background:#da4453}:host.novo-accent-error{border:1px solid #da4453;background:#f7d4d8;color:#3d464d}:host.warning{color:#fff;background:#f6b042}:host.novo-accent-warning{border:1px solid #f6b042;background:#fdebce;color:#3d464d}:host.empty{color:#3d464d;background:#cccdcc}:host.novo-accent-empty{border:1px solid #cccdcc;background:#e5e6e5;color:#3d464d}:host.disabled{color:#3d464d;background:#bebebe}:host.novo-accent-disabled{border:1px solid #bebebe;background:#e6e6e6;color:#3d464d}:host.background{color:#3d464d;background:#f7f7f7}:host.novo-accent-background{border:1px solid #f7f7f7;background:#e6e6e6;color:#3d464d}:host.backgroundDark{color:#3d464d;background:#e2e2e2}:host.novo-accent-backgroundDark{border:1px solid #e2e2e2;background:#e6e6e6;color:#3d464d}:host.presentation{color:#fff;background:#5b6770}:host.novo-accent-presentation{border:1px solid #5b6770;background:#e3e6e8;color:#3d464d}:host.bullhorn{color:#3d464d;background:#ff6900}:host.novo-accent-bullhorn{border:1px solid #ff6900;background:#ffe1cc;color:#3d464d}:host.pulse{color:#3d464d;background:#3bafda}:host.novo-accent-pulse{border:1px solid #3bafda;background:#d4edf7;color:#3d464d}:host.company{color:#fff;background:#3399dd}:host.novo-accent-company{border:1px solid #3399dd;background:#d3e9f8;color:#3d464d}:host.candidate{color:#fff;background:#44bb77}:host.novo-accent-candidate{border:1px solid #44bb77;background:#daf1e4;color:#3d464d}:host.lead{color:#fff;background:#aa6699}:host.novo-accent-lead{border:1px solid #aa6699;background:#eddee9;color:#3d464d}:host.contact{color:#fff;background:#ffaa44}:host.novo-accent-contact{border:1px solid #ffaa44;background:#ffe8cc;color:#3d464d}:host.clientcontact{color:#fff;background:#ffaa44}:host.novo-accent-clientcontact{border:1px solid #ffaa44;background:#ffe8cc;color:#3d464d}:host.opportunity{color:#fff;background:#662255}:host.novo-accent-opportunity{border:1px solid #662255;background:#f2d9ec;color:#3d464d}:host.job{color:#fff;background:#bb5566}:host.novo-accent-job{border:1px solid #bb5566;background:#f0dbde;color:#3d464d}:host.joborder{color:#fff;background:#bb5566}:host.novo-accent-joborder{border:1px solid #bb5566;background:#f0dbde;color:#3d464d}:host.submission{color:#3d464d;background:#a9adbb}:host.novo-accent-submission{border:1px solid #a9adbb;background:#e3e4e8;color:#3d464d}:host.sendout{color:#fff;background:#747884}:host.novo-accent-sendout{border:1px solid #747884;background:#e4e5e7;color:#3d464d}:host.placement{color:#fff;background:#0b344f}:host.novo-accent-placement{border:1px solid #0b344f;background:#d2e9f9;color:#3d464d}:host.note{color:#fff;background:#747884}:host.novo-accent-note{border:1px solid #747884;background:#e4e5e7;color:#3d464d}:host.contract{color:#fff;background:#454ea0}:host.novo-accent-contract{border:1px solid #454ea0;background:#dbddf0;color:#3d464d}:host.jobCode{color:#fff;background:#696d79}:host.novo-accent-jobCode{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.earnCode{color:#fff;background:#696d79}:host.novo-accent-earnCode{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.invoiceStatement{color:#fff;background:#696d79}:host.novo-accent-invoiceStatement{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.billableCharge{color:#fff;background:#696d79}:host.novo-accent-billableCharge{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.payableCharge{color:#fff;background:#696d79}:host.novo-accent-payableCharge{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.user{color:#fff;background:#696d79}:host.novo-accent-user{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.corporateUser{color:#fff;background:#696d79}:host.novo-accent-corporateUser{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.distributionList{color:#fff;background:#696d79}:host.novo-accent-distributionList{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.credential{color:#fff;background:#696d79}:host.novo-accent-credential{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.person{color:#fff;background:#696d79}:host.novo-accent-person{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}@-webkit-keyframes embedded-slide-in{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes embedded-slide-in{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@media screen and (min-width: 350px){:host[class*=growl]{min-width:350px}:host.growlBottomLeft,:host.growlTopLeft{left:-100%;right:auto;transition:all .5s cubic-bezier(.35,0,.25,1)}:host.growlBottomLeft.animate,:host.growlTopLeft.animate{left:1rem}:host.growlBottomRight,:host.growlTopRight{right:-100%;left:auto;transition:all .5s cubic-bezier(.35,0,.25,1)}:host.growlBottomRight.animate,:host.growlTopRight.animate{right:1rem}}\n"], components: [{ type: i2.NovoButtonElement, selector: "novo-button,button[theme]", inputs: ["color", "side", "size", "theme", "loading", "icon", "disabled"] }], directives: [{ type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
103
103
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NovoToastElement, decorators: [{
|
|
104
104
|
type: Component,
|
|
105
|
-
args: [{
|
|
106
|
-
selector: 'novo-toast',
|
|
107
|
-
host: {
|
|
105
|
+
args: [{ selector: 'novo-toast', host: {
|
|
108
106
|
'[class]': 'alertTheme',
|
|
109
107
|
'[class.growl]': 'appearance == "growl"',
|
|
110
108
|
'[class.banner]': 'appearance == "banner"',
|
|
@@ -113,8 +111,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
113
111
|
'[class.embedded]': 'embedded',
|
|
114
112
|
'[attr.theme]': 'theme',
|
|
115
113
|
'(click)': '!isCloseable && clickHandler($event)',
|
|
116
|
-
},
|
|
117
|
-
template: `
|
|
114
|
+
}, template: `
|
|
118
115
|
<div class="toast-icon">
|
|
119
116
|
<i [ngClass]="iconClass"></i>
|
|
120
117
|
</div>
|
|
@@ -134,8 +131,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
134
131
|
<div class="close-icon" *ngIf="isCloseable" (click)="close($event)">
|
|
135
132
|
<i class="bhi-times"></i>
|
|
136
133
|
</div>
|
|
137
|
-
`,
|
|
138
|
-
}]
|
|
134
|
+
`, styles: [":host{display:grid;grid-template-columns:5rem 1fr;justify-content:flex-start;align-content:center;align-items:center;position:relative;background:#0d2d42;color:#fff;padding:1rem;box-shadow:0 1px 3px #00000026}:host.show{display:grid!important}:host.launched{display:none;position:fixed;z-index:9999}:host .toast-icon{display:flex;justify-content:center;align-content:center;align-items:center;width:32px;height:32px;background:rgba(0,0,0,.15);border-radius:3px}:host .close-icon{display:flex;justify-content:center;align-content:center;align-items:center;align-self:flex-start;cursor:pointer;position:absolute;top:8px;right:8px}:host .toast-icon i,:host .close-icon i{display:flex;position:relative;font-size:1.2rem;line-height:1.2}:host.toast-container .toast-content .link-generated{width:100%;position:relative}:host.toast-container .toast-content .link-generated input{background:transparent!important;border:none;border-bottom:1px solid #afb9c0;border-radius:0;outline:none;height:2rem;width:95%;margin:0;padding:0;box-shadow:none;box-sizing:content-box;transition:all .3s;color:#fff;text-overflow:ellipsis}:host.toast-container .toast-content .link-generated input:focus{background-color:#4a89dc}:host.toast-container .toast-content .link-generated input:hover{border-bottom:1px solid #5f6d78}:host p{white-space:pre-line}:host h5{display:block;font-size:1.4rem;color:inherit}:host .toast-content>p{margin:0;max-width:inherit;font-size:1.3rem}:host .toast-content>p.message-only{padding:0;font-size:1.4rem}:host.text{background:#3d464d}:host.neutral{background:#4f5361}:host.background{background:#f7f7f7}:host.background .toast-content>h5{color:#3d464d!important}:host.background i,:host.background p{color:#3d464d}:host.fixedBottom,:host.fixedTop{left:0;right:0}:host.fixedBottom{bottom:-100%;padding-bottom:20px;transition:all .5s cubic-bezier(.35,0,.25,1)}:host.fixedBottom.animate{padding-bottom:20px;bottom:-6px}:host.fixedBottom:nth-last-of-type(2){bottom:25px;z-index:9997;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(3){bottom:50px;z-index:9996;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(4){bottom:75px;z-index:9995;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(5){bottom:100px;z-index:9994;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(6){bottom:125px;z-index:9993;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(7){bottom:150px;z-index:9992;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(8){bottom:175px;z-index:9991;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(9){bottom:200px;z-index:9990;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(10){bottom:225px;z-index:9989;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(11){bottom:250px;z-index:9988;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(12){bottom:275px;z-index:9987;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(13){bottom:300px;z-index:9986;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(14){bottom:325px;z-index:9985;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(15){bottom:350px;z-index:9984;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(16){bottom:375px;z-index:9983;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(17){bottom:400px;z-index:9982;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(18){bottom:425px;z-index:9981;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(19){bottom:450px;z-index:9980;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(20){bottom:475px;z-index:9979;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(21){bottom:500px;z-index:9978;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(22){bottom:525px;z-index:9977;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(23){bottom:550px;z-index:9976;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(24){bottom:575px;z-index:9975;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(25){bottom:600px;z-index:9974;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(26){bottom:625px;z-index:9973;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(27){bottom:650px;z-index:9972;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(28){bottom:675px;z-index:9971;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(29){bottom:700px;z-index:9970;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(30){bottom:725px;z-index:9969;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(31){bottom:750px;z-index:9968;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(32){bottom:775px;z-index:9967;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(33){bottom:800px;z-index:9966;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(34){bottom:825px;z-index:9965;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(35){bottom:850px;z-index:9964;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(36){bottom:875px;z-index:9963;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(37){bottom:900px;z-index:9962;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(38){bottom:925px;z-index:9961;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(39){bottom:950px;z-index:9960;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(40){bottom:975px;z-index:9959;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(41){bottom:1000px;z-index:9958;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(42){bottom:1025px;z-index:9957;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(43){bottom:1050px;z-index:9956;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(44){bottom:1075px;z-index:9955;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(45){bottom:1100px;z-index:9954;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(46){bottom:1125px;z-index:9953;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(47){bottom:1150px;z-index:9952;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(48){bottom:1175px;z-index:9951;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(49){bottom:1200px;z-index:9950;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(50){bottom:1225px;z-index:9949;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(51){bottom:1250px;z-index:9948;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(52){bottom:1275px;z-index:9947;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(53){bottom:1300px;z-index:9946;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(54){bottom:1325px;z-index:9945;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(55){bottom:1350px;z-index:9944;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(56){bottom:1375px;z-index:9943;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(57){bottom:1400px;z-index:9942;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(58){bottom:1425px;z-index:9941;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(59){bottom:1450px;z-index:9940;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(60){bottom:1475px;z-index:9939;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(61){bottom:1500px;z-index:9938;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(62){bottom:1525px;z-index:9937;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(63){bottom:1550px;z-index:9936;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(64){bottom:1575px;z-index:9935;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(65){bottom:1600px;z-index:9934;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(66){bottom:1625px;z-index:9933;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(67){bottom:1650px;z-index:9932;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(68){bottom:1675px;z-index:9931;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(69){bottom:1700px;z-index:9930;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(70){bottom:1725px;z-index:9929;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(71){bottom:1750px;z-index:9928;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(72){bottom:1775px;z-index:9927;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(73){bottom:1800px;z-index:9926;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(74){bottom:1825px;z-index:9925;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(75){bottom:1850px;z-index:9924;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(76){bottom:1875px;z-index:9923;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(77){bottom:1900px;z-index:9922;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(78){bottom:1925px;z-index:9921;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(79){bottom:1950px;z-index:9920;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(80){bottom:1975px;z-index:9919;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(81){bottom:2000px;z-index:9918;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(82){bottom:2025px;z-index:9917;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(83){bottom:2050px;z-index:9916;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(84){bottom:2075px;z-index:9915;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(85){bottom:2100px;z-index:9914;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(86){bottom:2125px;z-index:9913;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(87){bottom:2150px;z-index:9912;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(88){bottom:2175px;z-index:9911;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(89){bottom:2200px;z-index:9910;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(90){bottom:2225px;z-index:9909;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(91){bottom:2250px;z-index:9908;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(92){bottom:2275px;z-index:9907;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(93){bottom:2300px;z-index:9906;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(94){bottom:2325px;z-index:9905;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(95){bottom:2350px;z-index:9904;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(96){bottom:2375px;z-index:9903;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(97){bottom:2400px;z-index:9902;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(98){bottom:2425px;z-index:9901;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(99){bottom:2450px;z-index:9900;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(100){bottom:2475px;z-index:9899;filter:brightness(.8571428571)}:host.fixedTop{top:-100%;padding-top:20px;transition:all .5s cubic-bezier(.35,0,.25,1)}:host.fixedTop.animate{padding-top:20px;top:-6px}:host.fixedTop:nth-last-of-type(2){top:25px;z-index:9997;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(3){top:50px;z-index:9996;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(4){top:75px;z-index:9995;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(5){top:100px;z-index:9994;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(6){top:125px;z-index:9993;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(7){top:150px;z-index:9992;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(8){top:175px;z-index:9991;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(9){top:200px;z-index:9990;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(10){top:225px;z-index:9989;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(11){top:250px;z-index:9988;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(12){top:275px;z-index:9987;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(13){top:300px;z-index:9986;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(14){top:325px;z-index:9985;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(15){top:350px;z-index:9984;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(16){top:375px;z-index:9983;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(17){top:400px;z-index:9982;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(18){top:425px;z-index:9981;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(19){top:450px;z-index:9980;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(20){top:475px;z-index:9979;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(21){top:500px;z-index:9978;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(22){top:525px;z-index:9977;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(23){top:550px;z-index:9976;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(24){top:575px;z-index:9975;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(25){top:600px;z-index:9974;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(26){top:625px;z-index:9973;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(27){top:650px;z-index:9972;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(28){top:675px;z-index:9971;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(29){top:700px;z-index:9970;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(30){top:725px;z-index:9969;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(31){top:750px;z-index:9968;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(32){top:775px;z-index:9967;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(33){top:800px;z-index:9966;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(34){top:825px;z-index:9965;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(35){top:850px;z-index:9964;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(36){top:875px;z-index:9963;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(37){top:900px;z-index:9962;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(38){top:925px;z-index:9961;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(39){top:950px;z-index:9960;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(40){top:975px;z-index:9959;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(41){top:1000px;z-index:9958;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(42){top:1025px;z-index:9957;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(43){top:1050px;z-index:9956;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(44){top:1075px;z-index:9955;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(45){top:1100px;z-index:9954;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(46){top:1125px;z-index:9953;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(47){top:1150px;z-index:9952;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(48){top:1175px;z-index:9951;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(49){top:1200px;z-index:9950;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(50){top:1225px;z-index:9949;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(51){top:1250px;z-index:9948;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(52){top:1275px;z-index:9947;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(53){top:1300px;z-index:9946;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(54){top:1325px;z-index:9945;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(55){top:1350px;z-index:9944;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(56){top:1375px;z-index:9943;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(57){top:1400px;z-index:9942;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(58){top:1425px;z-index:9941;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(59){top:1450px;z-index:9940;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(60){top:1475px;z-index:9939;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(61){top:1500px;z-index:9938;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(62){top:1525px;z-index:9937;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(63){top:1550px;z-index:9936;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(64){top:1575px;z-index:9935;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(65){top:1600px;z-index:9934;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(66){top:1625px;z-index:9933;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(67){top:1650px;z-index:9932;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(68){top:1675px;z-index:9931;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(69){top:1700px;z-index:9930;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(70){top:1725px;z-index:9929;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(71){top:1750px;z-index:9928;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(72){top:1775px;z-index:9927;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(73){top:1800px;z-index:9926;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(74){top:1825px;z-index:9925;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(75){top:1850px;z-index:9924;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(76){top:1875px;z-index:9923;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(77){top:1900px;z-index:9922;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(78){top:1925px;z-index:9921;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(79){top:1950px;z-index:9920;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(80){top:1975px;z-index:9919;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(81){top:2000px;z-index:9918;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(82){top:2025px;z-index:9917;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(83){top:2050px;z-index:9916;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(84){top:2075px;z-index:9915;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(85){top:2100px;z-index:9914;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(86){top:2125px;z-index:9913;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(87){top:2150px;z-index:9912;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(88){top:2175px;z-index:9911;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(89){top:2200px;z-index:9910;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(90){top:2225px;z-index:9909;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(91){top:2250px;z-index:9908;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(92){top:2275px;z-index:9907;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(93){top:2300px;z-index:9906;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(94){top:2325px;z-index:9905;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(95){top:2350px;z-index:9904;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(96){top:2375px;z-index:9903;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(97){top:2400px;z-index:9902;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(98){top:2425px;z-index:9901;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(99){top:2450px;z-index:9900;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(100){top:2475px;z-index:9899;filter:brightness(.8571428571)}:host.embedded.fixedBottom,:host.embedded.fixedTop{top:auto;left:auto;right:auto;width:inherit;margin:-1rem -3rem}:host.embedded.fixedBottom.animate,:host.embedded.fixedTop.animate{top:auto}:host[class*=growl]{border-radius:3px;max-width:350px}:host.growlBottomLeft,:host.growlTopLeft{left:-100%;right:auto;width:calc(100% - 30px);transition:all .5s cubic-bezier(.35,0,.25,1)}:host.growlBottomLeft.animate,:host.growlTopLeft.animate{left:15px}:host.growlTopLeft,:host.growlTopRight{top:1rem}:host.growlTopLeft:nth-last-of-type(2),:host.growlTopRight:nth-last-of-type(2){top:50px;transform:scale(.96);z-index:9997;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(3),:host.growlTopRight:nth-last-of-type(3){top:75px;transform:scale(.96);z-index:9996;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(4),:host.growlTopRight:nth-last-of-type(4){top:100px;transform:scale(.96);z-index:9995;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(5),:host.growlTopRight:nth-last-of-type(5){top:125px;transform:scale(.96);z-index:9994;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(6),:host.growlTopRight:nth-last-of-type(6){top:150px;transform:scale(.96);z-index:9993;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(7),:host.growlTopRight:nth-last-of-type(7){top:175px;transform:scale(.96);z-index:9992;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(8),:host.growlTopRight:nth-last-of-type(8){top:200px;transform:scale(.96);z-index:9991;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(9),:host.growlTopRight:nth-last-of-type(9){top:225px;transform:scale(.96);z-index:9990;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(10),:host.growlTopRight:nth-last-of-type(10){top:250px;transform:scale(.96);z-index:9989;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(11),:host.growlTopRight:nth-last-of-type(11){top:275px;transform:scale(.96);z-index:9988;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(12),:host.growlTopRight:nth-last-of-type(12){top:300px;transform:scale(.96);z-index:9987;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(13),:host.growlTopRight:nth-last-of-type(13){top:325px;transform:scale(.96);z-index:9986;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(14),:host.growlTopRight:nth-last-of-type(14){top:350px;transform:scale(.96);z-index:9985;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(15),:host.growlTopRight:nth-last-of-type(15){top:375px;transform:scale(.96);z-index:9984;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(16),:host.growlTopRight:nth-last-of-type(16){top:400px;transform:scale(.96);z-index:9983;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(17),:host.growlTopRight:nth-last-of-type(17){top:425px;transform:scale(.96);z-index:9982;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(18),:host.growlTopRight:nth-last-of-type(18){top:450px;transform:scale(.96);z-index:9981;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(19),:host.growlTopRight:nth-last-of-type(19){top:475px;transform:scale(.96);z-index:9980;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(20),:host.growlTopRight:nth-last-of-type(20){top:500px;transform:scale(.96);z-index:9979;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(21),:host.growlTopRight:nth-last-of-type(21){top:525px;transform:scale(.96);z-index:9978;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(22),:host.growlTopRight:nth-last-of-type(22){top:550px;transform:scale(.96);z-index:9977;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(23),:host.growlTopRight:nth-last-of-type(23){top:575px;transform:scale(.96);z-index:9976;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(24),:host.growlTopRight:nth-last-of-type(24){top:600px;transform:scale(.96);z-index:9975;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(25),:host.growlTopRight:nth-last-of-type(25){top:625px;transform:scale(.96);z-index:9974;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(26),:host.growlTopRight:nth-last-of-type(26){top:650px;transform:scale(.96);z-index:9973;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(27),:host.growlTopRight:nth-last-of-type(27){top:675px;transform:scale(.96);z-index:9972;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(28),:host.growlTopRight:nth-last-of-type(28){top:700px;transform:scale(.96);z-index:9971;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(29),:host.growlTopRight:nth-last-of-type(29){top:725px;transform:scale(.96);z-index:9970;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(30),:host.growlTopRight:nth-last-of-type(30){top:750px;transform:scale(.96);z-index:9969;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(31),:host.growlTopRight:nth-last-of-type(31){top:775px;transform:scale(.96);z-index:9968;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(32),:host.growlTopRight:nth-last-of-type(32){top:800px;transform:scale(.96);z-index:9967;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(33),:host.growlTopRight:nth-last-of-type(33){top:825px;transform:scale(.96);z-index:9966;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(34),:host.growlTopRight:nth-last-of-type(34){top:850px;transform:scale(.96);z-index:9965;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(35),:host.growlTopRight:nth-last-of-type(35){top:875px;transform:scale(.96);z-index:9964;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(36),:host.growlTopRight:nth-last-of-type(36){top:900px;transform:scale(.96);z-index:9963;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(37),:host.growlTopRight:nth-last-of-type(37){top:925px;transform:scale(.96);z-index:9962;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(38),:host.growlTopRight:nth-last-of-type(38){top:950px;transform:scale(.96);z-index:9961;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(39),:host.growlTopRight:nth-last-of-type(39){top:975px;transform:scale(.96);z-index:9960;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(40),:host.growlTopRight:nth-last-of-type(40){top:1000px;transform:scale(.96);z-index:9959;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(41),:host.growlTopRight:nth-last-of-type(41){top:1025px;transform:scale(.96);z-index:9958;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(42),:host.growlTopRight:nth-last-of-type(42){top:1050px;transform:scale(.96);z-index:9957;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(43),:host.growlTopRight:nth-last-of-type(43){top:1075px;transform:scale(.96);z-index:9956;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(44),:host.growlTopRight:nth-last-of-type(44){top:1100px;transform:scale(.96);z-index:9955;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(45),:host.growlTopRight:nth-last-of-type(45){top:1125px;transform:scale(.96);z-index:9954;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(46),:host.growlTopRight:nth-last-of-type(46){top:1150px;transform:scale(.96);z-index:9953;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(47),:host.growlTopRight:nth-last-of-type(47){top:1175px;transform:scale(.96);z-index:9952;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(48),:host.growlTopRight:nth-last-of-type(48){top:1200px;transform:scale(.96);z-index:9951;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(49),:host.growlTopRight:nth-last-of-type(49){top:1225px;transform:scale(.96);z-index:9950;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(50),:host.growlTopRight:nth-last-of-type(50){top:1250px;transform:scale(.96);z-index:9949;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(51),:host.growlTopRight:nth-last-of-type(51){top:1275px;transform:scale(.96);z-index:9948;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(52),:host.growlTopRight:nth-last-of-type(52){top:1300px;transform:scale(.96);z-index:9947;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(53),:host.growlTopRight:nth-last-of-type(53){top:1325px;transform:scale(.96);z-index:9946;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(54),:host.growlTopRight:nth-last-of-type(54){top:1350px;transform:scale(.96);z-index:9945;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(55),:host.growlTopRight:nth-last-of-type(55){top:1375px;transform:scale(.96);z-index:9944;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(56),:host.growlTopRight:nth-last-of-type(56){top:1400px;transform:scale(.96);z-index:9943;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(57),:host.growlTopRight:nth-last-of-type(57){top:1425px;transform:scale(.96);z-index:9942;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(58),:host.growlTopRight:nth-last-of-type(58){top:1450px;transform:scale(.96);z-index:9941;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(59),:host.growlTopRight:nth-last-of-type(59){top:1475px;transform:scale(.96);z-index:9940;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(60),:host.growlTopRight:nth-last-of-type(60){top:1500px;transform:scale(.96);z-index:9939;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(61),:host.growlTopRight:nth-last-of-type(61){top:1525px;transform:scale(.96);z-index:9938;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(62),:host.growlTopRight:nth-last-of-type(62){top:1550px;transform:scale(.96);z-index:9937;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(63),:host.growlTopRight:nth-last-of-type(63){top:1575px;transform:scale(.96);z-index:9936;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(64),:host.growlTopRight:nth-last-of-type(64){top:1600px;transform:scale(.96);z-index:9935;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(65),:host.growlTopRight:nth-last-of-type(65){top:1625px;transform:scale(.96);z-index:9934;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(66),:host.growlTopRight:nth-last-of-type(66){top:1650px;transform:scale(.96);z-index:9933;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(67),:host.growlTopRight:nth-last-of-type(67){top:1675px;transform:scale(.96);z-index:9932;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(68),:host.growlTopRight:nth-last-of-type(68){top:1700px;transform:scale(.96);z-index:9931;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(69),:host.growlTopRight:nth-last-of-type(69){top:1725px;transform:scale(.96);z-index:9930;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(70),:host.growlTopRight:nth-last-of-type(70){top:1750px;transform:scale(.96);z-index:9929;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(71),:host.growlTopRight:nth-last-of-type(71){top:1775px;transform:scale(.96);z-index:9928;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(72),:host.growlTopRight:nth-last-of-type(72){top:1800px;transform:scale(.96);z-index:9927;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(73),:host.growlTopRight:nth-last-of-type(73){top:1825px;transform:scale(.96);z-index:9926;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(74),:host.growlTopRight:nth-last-of-type(74){top:1850px;transform:scale(.96);z-index:9925;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(75),:host.growlTopRight:nth-last-of-type(75){top:1875px;transform:scale(.96);z-index:9924;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(76),:host.growlTopRight:nth-last-of-type(76){top:1900px;transform:scale(.96);z-index:9923;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(77),:host.growlTopRight:nth-last-of-type(77){top:1925px;transform:scale(.96);z-index:9922;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(78),:host.growlTopRight:nth-last-of-type(78){top:1950px;transform:scale(.96);z-index:9921;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(79),:host.growlTopRight:nth-last-of-type(79){top:1975px;transform:scale(.96);z-index:9920;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(80),:host.growlTopRight:nth-last-of-type(80){top:2000px;transform:scale(.96);z-index:9919;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(81),:host.growlTopRight:nth-last-of-type(81){top:2025px;transform:scale(.96);z-index:9918;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(82),:host.growlTopRight:nth-last-of-type(82){top:2050px;transform:scale(.96);z-index:9917;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(83),:host.growlTopRight:nth-last-of-type(83){top:2075px;transform:scale(.96);z-index:9916;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(84),:host.growlTopRight:nth-last-of-type(84){top:2100px;transform:scale(.96);z-index:9915;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(85),:host.growlTopRight:nth-last-of-type(85){top:2125px;transform:scale(.96);z-index:9914;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(86),:host.growlTopRight:nth-last-of-type(86){top:2150px;transform:scale(.96);z-index:9913;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(87),:host.growlTopRight:nth-last-of-type(87){top:2175px;transform:scale(.96);z-index:9912;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(88),:host.growlTopRight:nth-last-of-type(88){top:2200px;transform:scale(.96);z-index:9911;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(89),:host.growlTopRight:nth-last-of-type(89){top:2225px;transform:scale(.96);z-index:9910;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(90),:host.growlTopRight:nth-last-of-type(90){top:2250px;transform:scale(.96);z-index:9909;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(91),:host.growlTopRight:nth-last-of-type(91){top:2275px;transform:scale(.96);z-index:9908;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(92),:host.growlTopRight:nth-last-of-type(92){top:2300px;transform:scale(.96);z-index:9907;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(93),:host.growlTopRight:nth-last-of-type(93){top:2325px;transform:scale(.96);z-index:9906;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(94),:host.growlTopRight:nth-last-of-type(94){top:2350px;transform:scale(.96);z-index:9905;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(95),:host.growlTopRight:nth-last-of-type(95){top:2375px;transform:scale(.96);z-index:9904;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(96),:host.growlTopRight:nth-last-of-type(96){top:2400px;transform:scale(.96);z-index:9903;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(97),:host.growlTopRight:nth-last-of-type(97){top:2425px;transform:scale(.96);z-index:9902;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(98),:host.growlTopRight:nth-last-of-type(98){top:2450px;transform:scale(.96);z-index:9901;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(99),:host.growlTopRight:nth-last-of-type(99){top:2475px;transform:scale(.96);z-index:9900;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(100),:host.growlTopRight:nth-last-of-type(100){top:2500px;transform:scale(.96);z-index:9899;filter:brightness(.8571428571)}:host.growlBottomLeft,:host.growlBottomRight{bottom:1rem}:host.growlBottomLeft:nth-last-of-type(2),:host.growlBottomRight:nth-last-of-type(2){bottom:50px;transform:scale(.96);z-index:9997;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(3),:host.growlBottomRight:nth-last-of-type(3){bottom:75px;transform:scale(.96);z-index:9996;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(4),:host.growlBottomRight:nth-last-of-type(4){bottom:100px;transform:scale(.96);z-index:9995;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(5),:host.growlBottomRight:nth-last-of-type(5){bottom:125px;transform:scale(.96);z-index:9994;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(6),:host.growlBottomRight:nth-last-of-type(6){bottom:150px;transform:scale(.96);z-index:9993;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(7),:host.growlBottomRight:nth-last-of-type(7){bottom:175px;transform:scale(.96);z-index:9992;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(8),:host.growlBottomRight:nth-last-of-type(8){bottom:200px;transform:scale(.96);z-index:9991;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(9),:host.growlBottomRight:nth-last-of-type(9){bottom:225px;transform:scale(.96);z-index:9990;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(10),:host.growlBottomRight:nth-last-of-type(10){bottom:250px;transform:scale(.96);z-index:9989;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(11),:host.growlBottomRight:nth-last-of-type(11){bottom:275px;transform:scale(.96);z-index:9988;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(12),:host.growlBottomRight:nth-last-of-type(12){bottom:300px;transform:scale(.96);z-index:9987;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(13),:host.growlBottomRight:nth-last-of-type(13){bottom:325px;transform:scale(.96);z-index:9986;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(14),:host.growlBottomRight:nth-last-of-type(14){bottom:350px;transform:scale(.96);z-index:9985;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(15),:host.growlBottomRight:nth-last-of-type(15){bottom:375px;transform:scale(.96);z-index:9984;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(16),:host.growlBottomRight:nth-last-of-type(16){bottom:400px;transform:scale(.96);z-index:9983;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(17),:host.growlBottomRight:nth-last-of-type(17){bottom:425px;transform:scale(.96);z-index:9982;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(18),:host.growlBottomRight:nth-last-of-type(18){bottom:450px;transform:scale(.96);z-index:9981;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(19),:host.growlBottomRight:nth-last-of-type(19){bottom:475px;transform:scale(.96);z-index:9980;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(20),:host.growlBottomRight:nth-last-of-type(20){bottom:500px;transform:scale(.96);z-index:9979;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(21),:host.growlBottomRight:nth-last-of-type(21){bottom:525px;transform:scale(.96);z-index:9978;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(22),:host.growlBottomRight:nth-last-of-type(22){bottom:550px;transform:scale(.96);z-index:9977;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(23),:host.growlBottomRight:nth-last-of-type(23){bottom:575px;transform:scale(.96);z-index:9976;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(24),:host.growlBottomRight:nth-last-of-type(24){bottom:600px;transform:scale(.96);z-index:9975;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(25),:host.growlBottomRight:nth-last-of-type(25){bottom:625px;transform:scale(.96);z-index:9974;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(26),:host.growlBottomRight:nth-last-of-type(26){bottom:650px;transform:scale(.96);z-index:9973;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(27),:host.growlBottomRight:nth-last-of-type(27){bottom:675px;transform:scale(.96);z-index:9972;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(28),:host.growlBottomRight:nth-last-of-type(28){bottom:700px;transform:scale(.96);z-index:9971;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(29),:host.growlBottomRight:nth-last-of-type(29){bottom:725px;transform:scale(.96);z-index:9970;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(30),:host.growlBottomRight:nth-last-of-type(30){bottom:750px;transform:scale(.96);z-index:9969;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(31),:host.growlBottomRight:nth-last-of-type(31){bottom:775px;transform:scale(.96);z-index:9968;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(32),:host.growlBottomRight:nth-last-of-type(32){bottom:800px;transform:scale(.96);z-index:9967;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(33),:host.growlBottomRight:nth-last-of-type(33){bottom:825px;transform:scale(.96);z-index:9966;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(34),:host.growlBottomRight:nth-last-of-type(34){bottom:850px;transform:scale(.96);z-index:9965;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(35),:host.growlBottomRight:nth-last-of-type(35){bottom:875px;transform:scale(.96);z-index:9964;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(36),:host.growlBottomRight:nth-last-of-type(36){bottom:900px;transform:scale(.96);z-index:9963;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(37),:host.growlBottomRight:nth-last-of-type(37){bottom:925px;transform:scale(.96);z-index:9962;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(38),:host.growlBottomRight:nth-last-of-type(38){bottom:950px;transform:scale(.96);z-index:9961;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(39),:host.growlBottomRight:nth-last-of-type(39){bottom:975px;transform:scale(.96);z-index:9960;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(40),:host.growlBottomRight:nth-last-of-type(40){bottom:1000px;transform:scale(.96);z-index:9959;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(41),:host.growlBottomRight:nth-last-of-type(41){bottom:1025px;transform:scale(.96);z-index:9958;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(42),:host.growlBottomRight:nth-last-of-type(42){bottom:1050px;transform:scale(.96);z-index:9957;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(43),:host.growlBottomRight:nth-last-of-type(43){bottom:1075px;transform:scale(.96);z-index:9956;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(44),:host.growlBottomRight:nth-last-of-type(44){bottom:1100px;transform:scale(.96);z-index:9955;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(45),:host.growlBottomRight:nth-last-of-type(45){bottom:1125px;transform:scale(.96);z-index:9954;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(46),:host.growlBottomRight:nth-last-of-type(46){bottom:1150px;transform:scale(.96);z-index:9953;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(47),:host.growlBottomRight:nth-last-of-type(47){bottom:1175px;transform:scale(.96);z-index:9952;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(48),:host.growlBottomRight:nth-last-of-type(48){bottom:1200px;transform:scale(.96);z-index:9951;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(49),:host.growlBottomRight:nth-last-of-type(49){bottom:1225px;transform:scale(.96);z-index:9950;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(50),:host.growlBottomRight:nth-last-of-type(50){bottom:1250px;transform:scale(.96);z-index:9949;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(51),:host.growlBottomRight:nth-last-of-type(51){bottom:1275px;transform:scale(.96);z-index:9948;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(52),:host.growlBottomRight:nth-last-of-type(52){bottom:1300px;transform:scale(.96);z-index:9947;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(53),:host.growlBottomRight:nth-last-of-type(53){bottom:1325px;transform:scale(.96);z-index:9946;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(54),:host.growlBottomRight:nth-last-of-type(54){bottom:1350px;transform:scale(.96);z-index:9945;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(55),:host.growlBottomRight:nth-last-of-type(55){bottom:1375px;transform:scale(.96);z-index:9944;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(56),:host.growlBottomRight:nth-last-of-type(56){bottom:1400px;transform:scale(.96);z-index:9943;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(57),:host.growlBottomRight:nth-last-of-type(57){bottom:1425px;transform:scale(.96);z-index:9942;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(58),:host.growlBottomRight:nth-last-of-type(58){bottom:1450px;transform:scale(.96);z-index:9941;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(59),:host.growlBottomRight:nth-last-of-type(59){bottom:1475px;transform:scale(.96);z-index:9940;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(60),:host.growlBottomRight:nth-last-of-type(60){bottom:1500px;transform:scale(.96);z-index:9939;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(61),:host.growlBottomRight:nth-last-of-type(61){bottom:1525px;transform:scale(.96);z-index:9938;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(62),:host.growlBottomRight:nth-last-of-type(62){bottom:1550px;transform:scale(.96);z-index:9937;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(63),:host.growlBottomRight:nth-last-of-type(63){bottom:1575px;transform:scale(.96);z-index:9936;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(64),:host.growlBottomRight:nth-last-of-type(64){bottom:1600px;transform:scale(.96);z-index:9935;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(65),:host.growlBottomRight:nth-last-of-type(65){bottom:1625px;transform:scale(.96);z-index:9934;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(66),:host.growlBottomRight:nth-last-of-type(66){bottom:1650px;transform:scale(.96);z-index:9933;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(67),:host.growlBottomRight:nth-last-of-type(67){bottom:1675px;transform:scale(.96);z-index:9932;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(68),:host.growlBottomRight:nth-last-of-type(68){bottom:1700px;transform:scale(.96);z-index:9931;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(69),:host.growlBottomRight:nth-last-of-type(69){bottom:1725px;transform:scale(.96);z-index:9930;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(70),:host.growlBottomRight:nth-last-of-type(70){bottom:1750px;transform:scale(.96);z-index:9929;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(71),:host.growlBottomRight:nth-last-of-type(71){bottom:1775px;transform:scale(.96);z-index:9928;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(72),:host.growlBottomRight:nth-last-of-type(72){bottom:1800px;transform:scale(.96);z-index:9927;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(73),:host.growlBottomRight:nth-last-of-type(73){bottom:1825px;transform:scale(.96);z-index:9926;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(74),:host.growlBottomRight:nth-last-of-type(74){bottom:1850px;transform:scale(.96);z-index:9925;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(75),:host.growlBottomRight:nth-last-of-type(75){bottom:1875px;transform:scale(.96);z-index:9924;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(76),:host.growlBottomRight:nth-last-of-type(76){bottom:1900px;transform:scale(.96);z-index:9923;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(77),:host.growlBottomRight:nth-last-of-type(77){bottom:1925px;transform:scale(.96);z-index:9922;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(78),:host.growlBottomRight:nth-last-of-type(78){bottom:1950px;transform:scale(.96);z-index:9921;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(79),:host.growlBottomRight:nth-last-of-type(79){bottom:1975px;transform:scale(.96);z-index:9920;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(80),:host.growlBottomRight:nth-last-of-type(80){bottom:2000px;transform:scale(.96);z-index:9919;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(81),:host.growlBottomRight:nth-last-of-type(81){bottom:2025px;transform:scale(.96);z-index:9918;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(82),:host.growlBottomRight:nth-last-of-type(82){bottom:2050px;transform:scale(.96);z-index:9917;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(83),:host.growlBottomRight:nth-last-of-type(83){bottom:2075px;transform:scale(.96);z-index:9916;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(84),:host.growlBottomRight:nth-last-of-type(84){bottom:2100px;transform:scale(.96);z-index:9915;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(85),:host.growlBottomRight:nth-last-of-type(85){bottom:2125px;transform:scale(.96);z-index:9914;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(86),:host.growlBottomRight:nth-last-of-type(86){bottom:2150px;transform:scale(.96);z-index:9913;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(87),:host.growlBottomRight:nth-last-of-type(87){bottom:2175px;transform:scale(.96);z-index:9912;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(88),:host.growlBottomRight:nth-last-of-type(88){bottom:2200px;transform:scale(.96);z-index:9911;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(89),:host.growlBottomRight:nth-last-of-type(89){bottom:2225px;transform:scale(.96);z-index:9910;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(90),:host.growlBottomRight:nth-last-of-type(90){bottom:2250px;transform:scale(.96);z-index:9909;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(91),:host.growlBottomRight:nth-last-of-type(91){bottom:2275px;transform:scale(.96);z-index:9908;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(92),:host.growlBottomRight:nth-last-of-type(92){bottom:2300px;transform:scale(.96);z-index:9907;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(93),:host.growlBottomRight:nth-last-of-type(93){bottom:2325px;transform:scale(.96);z-index:9906;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(94),:host.growlBottomRight:nth-last-of-type(94){bottom:2350px;transform:scale(.96);z-index:9905;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(95),:host.growlBottomRight:nth-last-of-type(95){bottom:2375px;transform:scale(.96);z-index:9904;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(96),:host.growlBottomRight:nth-last-of-type(96){bottom:2400px;transform:scale(.96);z-index:9903;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(97),:host.growlBottomRight:nth-last-of-type(97){bottom:2425px;transform:scale(.96);z-index:9902;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(98),:host.growlBottomRight:nth-last-of-type(98){bottom:2450px;transform:scale(.96);z-index:9901;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(99),:host.growlBottomRight:nth-last-of-type(99){bottom:2475px;transform:scale(.96);z-index:9900;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(100),:host.growlBottomRight:nth-last-of-type(100){bottom:2500px;transform:scale(.96);z-index:9899;filter:brightness(.8571428571)}:host.growlBottomLeft:last-of-type,:host.growlBottomRight:last-of-type,:host.growlTopLeft:last-of-type,:host.growlTopRight:last-of-type{box-shadow:0 1px 3px #00000080}:host.growlBottomRight,:host.growlTopRight{right:-100%;left:auto;width:calc(100% - 30px);transition:all .5s cubic-bezier(.35,0,.25,1)}:host.growlBottomRight.animate,:host.growlTopRight.animate{right:1rem}:host:not(.launched){-webkit-animation:embedded-slide-in .2s ease-in-out;animation:embedded-slide-in .2s ease-in-out}:host.dialogue .toast-content{display:flex;flex-direction:row!important;align-items:center}:host.dialogue p.message-only{flex:3 0 0}:host.dialogue .dialogue{display:inherit}:host.black{color:#fff;background:#000000}:host.novo-accent-black{border:1px solid #000000;background:#e6e6e6;color:#3d464d}:host.white{color:#3d464d;background:#ffffff}:host.novo-accent-white{border:1px solid #ffffff;background:#e6e6e6;color:#3d464d}:host.gray{color:#3d464d;background:#9e9e9e}:host.novo-accent-gray{border:1px solid #9e9e9e;background:#e6e6e6;color:#3d464d}:host.grey{color:#3d464d;background:#9e9e9e}:host.novo-accent-grey{border:1px solid #9e9e9e;background:#e6e6e6;color:#3d464d}:host.offWhite{color:#3d464d;background:#f7f7f7}:host.novo-accent-offWhite{border:1px solid #f7f7f7;background:#e6e6e6;color:#3d464d}:host.bright{color:#3d464d;background:#f7f7f7}:host.novo-accent-bright{border:1px solid #f7f7f7;background:#e6e6e6;color:#3d464d}:host.light{color:#3d464d;background:#dbdbdb}:host.novo-accent-light{border:1px solid #dbdbdb;background:#e6e6e6;color:#3d464d}:host.neutral{color:#fff;background:#4f5361}:host.novo-accent-neutral{border:1px solid #4f5361;background:#e3e4e8;color:#3d464d}:host.dark{color:#fff;background:#3d464d}:host.novo-accent-dark{border:1px solid #3d464d;background:#e3e6e8;color:#3d464d}:host.orange{color:#3d464d;background:#ff6900}:host.novo-accent-orange{border:1px solid #ff6900;background:#ffe1cc;color:#3d464d}:host.navigation{color:#fff;background:#202945}:host.novo-accent-navigation{border:1px solid #202945;background:#dce1ef;color:#3d464d}:host.skyBlue{color:#fff;background:#009bdf}:host.novo-accent-skyBlue{border:1px solid #009bdf;background:#ccefff;color:#3d464d}:host.steel{color:#fff;background:#5b6770}:host.novo-accent-steel{border:1px solid #5b6770;background:#e3e6e8;color:#3d464d}:host.metal{color:#fff;background:#637893}:host.novo-accent-metal{border:1px solid #637893;background:#e1e5ea;color:#3d464d}:host.sand{color:#3d464d;background:#f4f4f4}:host.novo-accent-sand{border:1px solid #f4f4f4;background:#e6e6e6;color:#3d464d}:host.silver{color:#3d464d;background:#e2e2e2}:host.novo-accent-silver{border:1px solid #e2e2e2;background:#e6e6e6;color:#3d464d}:host.stone{color:#3d464d;background:#bebebe}:host.novo-accent-stone{border:1px solid #bebebe;background:#e6e6e6;color:#3d464d}:host.ash{color:#3d464d;background:#a0a0a0}:host.novo-accent-ash{border:1px solid #a0a0a0;background:#e6e6e6;color:#3d464d}:host.slate{color:#fff;background:#707070}:host.novo-accent-slate{border:1px solid #707070;background:#e6e6e6;color:#3d464d}:host.onyx{color:#fff;background:#526980}:host.novo-accent-onyx{border:1px solid #526980;background:#e0e6eb;color:#3d464d}:host.charcoal{color:#fff;background:#282828}:host.novo-accent-charcoal{border:1px solid #282828;background:#e6e6e6;color:#3d464d}:host.moonlight{color:#fff;background:#1a242f}:host.novo-accent-moonlight{border:1px solid #1a242f;background:#dee5ed;color:#3d464d}:host.midnight{color:#fff;background:#202945}:host.novo-accent-midnight{border:1px solid #202945;background:#dce1ef;color:#3d464d}:host.darkness{color:#fff;background:#161f27}:host.novo-accent-darkness{border:1px solid #161f27;background:#dee6ed;color:#3d464d}:host.navy{color:#fff;background:#0d2d42}:host.novo-accent-navy{border:1px solid #0d2d42;background:#d4e9f7;color:#3d464d}:host.aqua{color:#3d464d;background:#3bafda}:host.novo-accent-aqua{border:1px solid #3bafda;background:#d4edf7;color:#3d464d}:host.ocean{color:#fff;background:#4a89dc}:host.novo-accent-ocean{border:1px solid #4a89dc;background:#d4e3f7;color:#3d464d}:host.mint{color:#3d464d;background:#37bc9b}:host.novo-accent-mint{border:1px solid #37bc9b;background:#d8f3ed;color:#3d464d}:host.grass{color:#fff;background:#8cc152}:host.novo-accent-grass{border:1px solid #8cc152;background:#e6f2d9;color:#3d464d}:host.sunflower{color:#fff;background:#f6b042}:host.novo-accent-sunflower{border:1px solid #f6b042;background:#fdebce;color:#3d464d}:host.bittersweet{color:#fff;background:#eb6845}:host.novo-accent-bittersweet{border:1px solid #eb6845;background:#fadad1;color:#3d464d}:host.grapefruit{color:#fff;background:#da4453}:host.novo-accent-grapefruit{border:1px solid #da4453;background:#f7d4d8;color:#3d464d}:host.carnation{color:#fff;background:#d770ad}:host.novo-accent-carnation{border:1px solid #d770ad;background:#f4d7e8;color:#3d464d}:host.lavender{color:#fff;background:#967adc}:host.novo-accent-lavender{border:1px solid #967adc;background:#dfd7f4;color:#3d464d}:host.mountain{color:#fff;background:#9678b6}:host.novo-accent-mountain{border:1px solid #9678b6;background:#e5deed;color:#3d464d}:host.info{color:#fff;background:#4a89dc}:host.novo-accent-info{border:1px solid #4a89dc;background:#d4e3f7;color:#3d464d}:host.positive{color:#fff;background:#4a89dc}:host.novo-accent-positive{border:1px solid #4a89dc;background:#d4e3f7;color:#3d464d}:host.success{color:#fff;background:#8cc152}:host.novo-accent-success{border:1px solid #8cc152;background:#e6f2d9;color:#3d464d}:host.negative{color:#fff;background:#da4453}:host.novo-accent-negative{border:1px solid #da4453;background:#f7d4d8;color:#3d464d}:host.danger{color:#fff;background:#da4453}:host.novo-accent-danger{border:1px solid #da4453;background:#f7d4d8;color:#3d464d}:host.error{color:#fff;background:#da4453}:host.novo-accent-error{border:1px solid #da4453;background:#f7d4d8;color:#3d464d}:host.warning{color:#fff;background:#f6b042}:host.novo-accent-warning{border:1px solid #f6b042;background:#fdebce;color:#3d464d}:host.empty{color:#3d464d;background:#cccdcc}:host.novo-accent-empty{border:1px solid #cccdcc;background:#e5e6e5;color:#3d464d}:host.disabled{color:#3d464d;background:#bebebe}:host.novo-accent-disabled{border:1px solid #bebebe;background:#e6e6e6;color:#3d464d}:host.background{color:#3d464d;background:#f7f7f7}:host.novo-accent-background{border:1px solid #f7f7f7;background:#e6e6e6;color:#3d464d}:host.backgroundDark{color:#3d464d;background:#e2e2e2}:host.novo-accent-backgroundDark{border:1px solid #e2e2e2;background:#e6e6e6;color:#3d464d}:host.presentation{color:#fff;background:#5b6770}:host.novo-accent-presentation{border:1px solid #5b6770;background:#e3e6e8;color:#3d464d}:host.bullhorn{color:#3d464d;background:#ff6900}:host.novo-accent-bullhorn{border:1px solid #ff6900;background:#ffe1cc;color:#3d464d}:host.pulse{color:#3d464d;background:#3bafda}:host.novo-accent-pulse{border:1px solid #3bafda;background:#d4edf7;color:#3d464d}:host.company{color:#fff;background:#3399dd}:host.novo-accent-company{border:1px solid #3399dd;background:#d3e9f8;color:#3d464d}:host.candidate{color:#fff;background:#44bb77}:host.novo-accent-candidate{border:1px solid #44bb77;background:#daf1e4;color:#3d464d}:host.lead{color:#fff;background:#aa6699}:host.novo-accent-lead{border:1px solid #aa6699;background:#eddee9;color:#3d464d}:host.contact{color:#fff;background:#ffaa44}:host.novo-accent-contact{border:1px solid #ffaa44;background:#ffe8cc;color:#3d464d}:host.clientcontact{color:#fff;background:#ffaa44}:host.novo-accent-clientcontact{border:1px solid #ffaa44;background:#ffe8cc;color:#3d464d}:host.opportunity{color:#fff;background:#662255}:host.novo-accent-opportunity{border:1px solid #662255;background:#f2d9ec;color:#3d464d}:host.job{color:#fff;background:#bb5566}:host.novo-accent-job{border:1px solid #bb5566;background:#f0dbde;color:#3d464d}:host.joborder{color:#fff;background:#bb5566}:host.novo-accent-joborder{border:1px solid #bb5566;background:#f0dbde;color:#3d464d}:host.submission{color:#3d464d;background:#a9adbb}:host.novo-accent-submission{border:1px solid #a9adbb;background:#e3e4e8;color:#3d464d}:host.sendout{color:#fff;background:#747884}:host.novo-accent-sendout{border:1px solid #747884;background:#e4e5e7;color:#3d464d}:host.placement{color:#fff;background:#0b344f}:host.novo-accent-placement{border:1px solid #0b344f;background:#d2e9f9;color:#3d464d}:host.note{color:#fff;background:#747884}:host.novo-accent-note{border:1px solid #747884;background:#e4e5e7;color:#3d464d}:host.contract{color:#fff;background:#454ea0}:host.novo-accent-contract{border:1px solid #454ea0;background:#dbddf0;color:#3d464d}:host.jobCode{color:#fff;background:#696d79}:host.novo-accent-jobCode{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.earnCode{color:#fff;background:#696d79}:host.novo-accent-earnCode{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.invoiceStatement{color:#fff;background:#696d79}:host.novo-accent-invoiceStatement{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.billableCharge{color:#fff;background:#696d79}:host.novo-accent-billableCharge{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.payableCharge{color:#fff;background:#696d79}:host.novo-accent-payableCharge{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.user{color:#fff;background:#696d79}:host.novo-accent-user{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.corporateUser{color:#fff;background:#696d79}:host.novo-accent-corporateUser{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.distributionList{color:#fff;background:#696d79}:host.novo-accent-distributionList{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.credential{color:#fff;background:#696d79}:host.novo-accent-credential{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.person{color:#fff;background:#696d79}:host.novo-accent-person{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}@-webkit-keyframes embedded-slide-in{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes embedded-slide-in{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@media screen and (min-width: 350px){:host[class*=growl]{min-width:350px}:host.growlBottomLeft,:host.growlTopLeft{left:-100%;right:auto;transition:all .5s cubic-bezier(.35,0,.25,1)}:host.growlBottomLeft.animate,:host.growlTopLeft.animate{left:1rem}:host.growlBottomRight,:host.growlTopRight{right:-100%;left:auto;transition:all .5s cubic-bezier(.35,0,.25,1)}:host.growlBottomRight.animate,:host.growlTopRight.animate{right:1rem}}\n"] }]
|
|
139
135
|
}], ctorParameters: function () { return [{ type: i1.DomSanitizer }]; }, propDecorators: { appearance: [{
|
|
140
136
|
type: Input
|
|
141
137
|
}], theme: [{
|
|
@@ -157,4 +153,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
157
153
|
}], closed: [{
|
|
158
154
|
type: Output
|
|
159
155
|
}] } });
|
|
160
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
156
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiVG9hc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ub3ZvLWVsZW1lbnRzL3NyYy9lbGVtZW50cy90b2FzdC9Ub2FzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNO0FBQ04sT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFxQixNQUFNLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBQ3pHLE9BQU8sRUFBRSxZQUFZLEVBQVksTUFBTSwyQkFBMkIsQ0FBQztBQUNuRSxPQUFPLEVBQUUsUUFBUSxFQUFtQixNQUFNLHFCQUFxQixDQUFDOzs7OztBQXFDaEUsTUFBTSxPQUFPLGdCQUFnQjtJQW9DM0IsWUFBb0IsU0FBdUI7UUFBdkIsY0FBUyxHQUFULFNBQVMsQ0FBYztRQWxDM0MsZUFBVSxHQUF1QixRQUFRLENBQUM7UUFFMUMsVUFBSyxHQUFXLFFBQVEsQ0FBQztRQUV6QixTQUFJLEdBQVcsU0FBUyxDQUFDO1FBTXpCLGdCQUFXLEdBQVksS0FBSyxDQUFDO1FBSTdCLGdCQUFXLEdBQVksS0FBSyxDQUFDO1FBTTdCLFdBQU0sR0FBc0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUcvQyxTQUFJLEdBQVksS0FBSyxDQUFDO1FBQ3RCLFlBQU8sR0FBWSxLQUFLLENBQUM7UUFDekIsV0FBTSxHQUFRLElBQUksQ0FBQztRQUNuQixhQUFRLEdBQVksS0FBSyxDQUFDO1FBTTFCLG9CQUFlLEdBQW9CLFFBQVEsRUFBRSxDQUFDO0lBRUEsQ0FBQztJQW5CL0MsSUFDSSxPQUFPLENBQUMsQ0FBUztRQUNuQixJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsdUJBQXVCLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDNUQsQ0FBQztJQWtCRCxRQUFRO1FBQ04sSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUU7WUFDbEIsMEJBQTBCO1lBQzFCLElBQUksQ0FBQyxRQUFR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c0JBRFYsS0FBSztnQkFLTixNQUFNO3NCQURMLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyIvLyBORzJcbmltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25DaGFuZ2VzLCBPbkluaXQsIE91dHB1dCwgU2ltcGxlQ2hhbmdlcyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRG9tU2FuaXRpemVyLCBTYWZlSHRtbCB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xuaW1wb3J0IHsgRGVmZXJyZWQsIERlZmVycmVkUHJvbWlzZSB9IGZyb20gJ25vdm8tZWxlbWVudHMvdXRpbHMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdub3ZvLXRvYXN0JyxcbiAgaG9zdDoge1xuICAgICdbY2xhc3NdJzogJ2FsZXJ0VGhlbWUnLFxuICAgICdbY2xhc3MuZ3Jvd2xdJzogJ2FwcGVhcmFuY2UgPT0gXCJncm93bFwiJyxcbiAgICAnW2NsYXNzLmJhbm5lcl0nOiAnYXBwZWFyYW5jZSA9PSBcImJhbm5lclwiJyxcbiAgICAnW2NsYXNzLnNob3ddJzogJ3Nob3cnLFxuICAgICdbY2xhc3MuYW5pbWF0ZV0nOiAnYW5pbWF0ZScsXG4gICAgJ1tjbGFzcy5lbWJlZGRlZF0nOiAnZW1iZWRkZWQnLFxuICAgICdbYXR0ci50aGVtZV0nOiAndGhlbWUnLFxuICAgICcoY2xpY2spJzogJyFpc0Nsb3NlYWJsZSAmJiBjbGlja0hhbmRsZXIoJGV2ZW50KScsXG4gIH0sXG4gIHRlbXBsYXRlOiBgXG4gICAgPGRpdiBjbGFzcz1cInRvYXN0LWljb25cIj5cbiAgICAgIDxpIFtuZ0NsYXNzXT1cImljb25DbGFzc1wiPjwvaT5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwidG9hc3QtY29udGVudFwiPlxuICAgICAgPGg1ICpuZ0lmPVwidGl0bGVcIj57eyB0aXRsZSB9fTwvaDU+XG4gICAgICA8cCAqbmdJZj1cIl9tZXNzYWdlXCIgW2NsYXNzLm1lc3NhZ2Utb25seV09XCIhdGl0bGVcIiBbaW5uZXJIdG1sXT1cIl9tZXNzYWdlXCI+PC9wPlxuICAgICAgPGRpdiAqbmdJZj1cImxpbmtcIiBjbGFzcz1cImxpbmstZ2VuZXJhdGVkXCI+XG4gICAgICAgIDxpbnB1dCB0eXBlPVwidGV4dFwiIFt2YWx1ZV09XCJsaW5rXCIgb25mb2N1cz1cInRoaXMuc2VsZWN0KCk7XCIgLz5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cImRpYWxvZ3VlXCI+XG4gICAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiAqbmdJZj1cImFjdGlvblwiIGNsYXNzPVwiYWN0aW9uXCI+XG4gICAgICAgIDxidXR0b24gdGhlbWU9XCJkaWFsb2d1ZVwiIGNvbG9yPVwid2hpdGVcIiAoY2xpY2spPVwiYWN0aW9uSGFuZGxlcigkZXZlbnQpXCI+e3sgYWN0aW9uIH19PC9idXR0b24+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiY2xvc2UtaWNvblwiICpuZ0lmPVwiaXNDbG9zZWFibGVcIiAoY2xpY2spPVwiY2xvc2UoJGV2ZW50KVwiPlxuICAgICAgPGkgY2xhc3M9XCJiaGktdGltZXNcIj48L2k+XG4gICAgPC9kaXY+XG4gIGAsXG4gIHN0eWxlVXJsczogWycuL1RvYXN0LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgTm92b1RvYXN0RWxlbWVudCBpbXBsZW1lbnRzIE9uSW5pdCwgT25DaGFuZ2VzIHtcbiAgQElucHV0KClcbiAgYXBwZWFyYW5jZTogJ2dyb3dsJyB8ICdiYW5uZXInID0gJ2Jhbm5lcic7XG4gIEBJbnB1dCgpXG4gIHRoZW1lOiBzdHJpbmcgPSAnZGFuZ2VyJztcbiAgQElucHV0KClcbiAgaWNvbjogc3RyaW5nID0gJ2NhdXRpb24nO1xuICBASW5wdXQoKVxuICB0aXRsZTogc3RyaW5nO1xuICBASW5wdXQoKVxuICBhY3Rpb246IHN0cmluZztcbiAgQElucHV0KClcbiAgaGFzRGlhbG9ndWU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KClcbiAgbGluazogc3RyaW5nO1xuICBASW5wdXQoKVxuICBpc0Nsb3NlYWJsZTogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKVxuICBzZXQgbWVzc2FnZShtOiBzdHJpbmcpIHtcbiAgICB0aGlzLl9tZXNzYWdlID0gdGhpcy5zYW5pdGl6ZXIuYnlwYXNzU2VjdXJpdHlUcnVzdEh0bWwobSk7XG4gIH1cbiAgQE91dHB1dCgpXG4gIGNsb3NlZDogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgX21lc3NhZ2U6IFNhZmVIdG1sO1xuICBzaG93OiBib29sZWFuID0gZmFsc2U7XG4gIGFuaW1hdGU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgcGFyZW50OiBhbnkgPSBudWxsO1xuICBsYXVuY2hlZDogYm9vbGVhbiA9IGZhbHNlO1xuICBwb3NpdGlvbjogYW55O1xuICB0aW1lOiBhbnk7XG4gIGljb25DbGFzczogc3RyaW5nO1xuICBhbGVydFRoZW1lOiBzdHJpbmc7XG4gIGVtYmVkZGVkOiBhbnk7XG4gIG9uQWN0aW9uUHJvbWlzZTogRGVmZXJyZWRQcm9taXNlID0gRGVmZXJyZWQoKTtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHNhbml0aXplcjogRG9tU2FuaXRpemVyKSB7fVxuXG4gIG5nT25Jbml0KCkge1xuICAgIGlmICghdGhpcy5sYXVuY2hlZCkge1xuICAgICAgLy8gY2xlYXIgcG9zaXRpb24gYW5kIHRpbWVcbiAgICAgIHRoaXMucG9zaXRpb24gPSBudWxsO1xuICAgICAgdGhpcy50aW1lID0gbnVsbDtcblxuICAgICAgLy8gc2V0IGljb24gYW5kIHN0eWxpbmdcbiAgICAgIHRoaXMuaWNvbkNsYXNzID0gYGJoaS0ke3RoaXMuaWNvbn1gO1xuICAgICAgdGhpcy5hbGVydFRoZW1lID0gYCR7dGhpcy50aGVtZX0gdG9hc3QtY29udGFpbmVyIGVtYmVkZGVkYDtcbiAgICAgIGlmICh0aGlzLmhhc0RpYWxvZ3VlKSB7XG4gICAgICAgIHRoaXMuYWxlcnRUaGVtZSArPSAnIGRpYWxvZ3VlJztcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzPzogU2ltcGxlQ2hhbmdlcykge1xuICAgIC8vIHNldCBpY29uIGFuZCBzdHlsaW5nXG4gICAgdGhpcy5pY29uQ2xhc3MgPSBgYmhpLSR7dGhpcy5pY29ufWA7XG4gICAgdGhpcy5hbGVydFRoZW1lID0gYCR7dGhpcy50aGVtZX0gdG9hc3QtY29udGFpbmVyIGVtYmVkZGVkYDtcbiAgICBpZiAodGhpcy5oYXNEaWFsb2d1ZSkge1xuICAgICAgdGhpcy5hbGVydFRoZW1lICs9ICcgZGlhbG9ndWUnO1xuICAgIH1cbiAgfVxuXG4gIGNsaWNrSGFuZGxlcihldmVudCkge1xuICAgIGlmICghdGhpcy5pc0Nsb3NlYWJsZSkge1xuICAgICAgaWYgKGV2ZW50KSB7XG4gICAgICAgIGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpO1xuICAgICAgICBldmVudC5wcmV2ZW50RGVmYXVsdCgpO1xuICAgICAgfVxuICAgICAgaWYgKHRoaXMucGFyZW50KSB7XG4gICAgICAgIHRoaXMucGFyZW50LmhpZGUodGhpcyk7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICB0aGlzLmNsb3NlZC5lbWl0KHsgY2xvc2VkOiB0cnVlIH0pO1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIGNsb3NlKGV2ZW50KSB7XG4gICAgaWYgKGV2ZW50KSB7XG4gICAgICBldmVudC5zdG9wUHJvcGFnYXRpb24oKTtcbiAgICAgIGV2ZW50LnByZXZlbnREZWZhdWx0KCk7XG4gICAgfVxuICAgIGlmICh0aGlzLnBhcmVudCkge1xuICAgICAgdGhpcy5wYXJlbnQuaGlkZSh0aGlzKTtcbiAgICB9IGVsc2Uge1xuICAgICAgdGhpcy5jbG9zZWQuZW1pdCh7IGNsb3NlZDogdHJ1ZSB9KTtcbiAgICB9XG4gIH1cblxuICBhY3Rpb25IYW5kbGVyKGV2ZW50KSB7XG4gICAgdGhpcy5vbkFjdGlvblByb21pc2UucmVzb2x2ZShldmVudCk7XG4gIH1cblxuICBvbkFjdGlvbihmbjogKCkgPT4gdm9pZCkge1xuICAgIHJldHVybiB0aGlzLm9uQWN0aW9uUHJvbWlzZS50aGVuKGZuKTtcbiAgfVxufVxuIl19
|
|
@@ -6,7 +6,7 @@ import * as i1 from "@angular/common";
|
|
|
6
6
|
export class NovoTooltip {
|
|
7
7
|
}
|
|
8
8
|
NovoTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NovoTooltip, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
-
NovoTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NovoTooltip, selector: "novo-tooltip", ngImport: i0, template: "<div *ngIf=\"this.isHTML\" [@state]=\"noAnimate ? 'no-animation' : 'visible'\"\n [ngClass]=\"[tooltipType, rounded ? 'rounded' : '', size ? size : '', preline? 'preline' : '', bounce ? 'bounce' : '', position]\"\n [innerHTML]=\"message\"></div>\n<div *ngIf=\"!this.isHTML\" [@state]=\"noAnimate ? 'no-animation' : 'visible'\"\n [ngClass]=\"[tooltipType, rounded ? 'rounded' : '', size ? size : '', preline? 'preline' : '', bounce ? 'bounce' : '', position]\">{{message}}</div>", styles: ["
|
|
9
|
+
NovoTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NovoTooltip, selector: "novo-tooltip", ngImport: i0, template: "<div *ngIf=\"this.isHTML\" [@state]=\"noAnimate ? 'no-animation' : 'visible'\"\n [ngClass]=\"[tooltipType, rounded ? 'rounded' : '', size ? size : '', preline? 'preline' : '', bounce ? 'bounce' : '', position]\"\n [innerHTML]=\"message\"></div>\n<div *ngIf=\"!this.isHTML\" [@state]=\"noAnimate ? 'no-animation' : 'visible'\"\n [ngClass]=\"[tooltipType, rounded ? 'rounded' : '', size ? size : '', preline? 'preline' : '', bounce ? 'bounce' : '', position]\">{{message}}</div>", styles: [":host div{background:#383838;background:var(--tooltip-background-color, #383838);color:#fff;color:var(--color-white, #fff);border-radius:4px;border-radius:var(--tooltip-border-radius, 4px);padding:8px 10px;font-size:12px;line-height:12px;white-space:nowrap;box-shadow:var(--shadow-2)}:host div.error{background-color:#b34e4d;background-color:var(--color-shade-error, #b34e4d)}:host div.error.top-right:before,:host div.error.top-left:before,:host div.error.top:before{border-top-color:#b34e4d;border-top-color:var(--color-shade-error, #b34e4d)}:host div.error.bottom-left:before,:host div.error.bottom-right:before,:host div.error.bottom:before{border-bottom-color:#b34e4d;border-bottom-color:var(--color-shade-error, #b34e4d)}:host div.error.left:before{border-left-color:#b34e4d;border-left-color:var(--color-shade-error, #b34e4d)}:host div.error.right:before{border-right-color:#b34e4d;border-right-color:var(--color-shade-error, #b34e4d)}:host div.info{background-color:#3986ac;background-color:var(--color-shade-info, #3986ac)}:host div.info.top-right:before,:host div.info.top-left:before,:host div.info.top:before{border-top-color:#3986ac;border-top-color:var(--color-shade-info, #3986ac)}:host div.info.bottom-left:before,:host div.info.bottom-right:before,:host div.info.bottom:before{border-bottom-color:#3986ac;border-bottom-color:var(--color-shade-info, #3986ac)}:host div.info.left:before{border-left-color:#3986ac;border-left-color:var(--color-shade-info, #3986ac)}:host div.info.right:before{border-right-color:#3986ac;border-right-color:var(--color-shade-info, #3986ac)}:host div.warning{background-color:#c09854;background-color:var(--color-shade-warning, #c09854)}:host div.warning.top-right:before,:host div.warning.top-left:before,:host div.warning.top:before{border-top-color:#c09854;border-top-color:var(--color-shade-warning, #c09854)}:host div.warning.bottom-left:before,:host div.warning.bottom-right:before,:host div.warning.bottom:before{border-bottom-color:#c09854;border-bottom-color:var(--color-shade-warning, #c09854)}:host div.warning.left:before{border-left-color:#c09854;border-left-color:var(--color-shade-warning, #c09854)}:host div.warning.right:before{border-right-color:#c09854;border-right-color:var(--color-shade-warning, #c09854)}:host div.success{background-color:#458746;background-color:var(--color-shade-success, #458746)}:host div.success.top-right:before,:host div.success.top-left:before,:host div.success.top:before{border-top-color:#458746;border-top-color:var(--color-shade-success, #458746)}:host div.success.bottom-left:before,:host div.success.bottom-right:before,:host div.success.bottom:before{border-bottom-color:#458746;border-bottom-color:var(--color-shade-success, #458746)}:host div.success.left:before{border-left-color:#458746;border-left-color:var(--color-shade-success, #458746)}:host div.success.right:before{border-right-color:#458746;border-right-color:var(--color-shade-success, #458746)}:host div.top-right:before,:host div.top-left:before,:host div.top:before{border-top-color:#383838;border-top-color:var(--tooltip-background-color, #383838)}:host div.bottom-left:before,:host div.bottom-right:before,:host div.bottom:before{border-bottom-color:#383838;border-bottom-color:var(--tooltip-background-color, #383838)}:host div.left:before{border-left-color:#383838;border-left-color:var(--tooltip-background-color, #383838)}:host div.right:before{border-right-color:#383838;border-right-color:var(--tooltip-background-color, #383838)}:host div.top:before{margin-bottom:-11px;left:calc(50% - 6px);bottom:0}:host div.top-left:before{margin-right:0;margin-bottom:-11px;right:1px;bottom:0}:host div.top-right:before{margin-left:0;margin-bottom:-11px;left:1px;bottom:0}:host div.bottom:before{margin-top:-11px;left:calc(50% - 6px);top:0}:host div.bottom-left:before{margin-right:0;margin-top:-11px;right:1px;top:0}:host div.bottom-right:before{margin-left:0;margin-top:-11px;left:1px;top:0}:host div.left:before{margin-right:-11px;margin-bottom:-6px;right:0;bottom:50%}:host div.right:before{left:0;bottom:50%;margin-left:-11px;margin-bottom:-6px}:host div:before{content:\"\";position:absolute;background:0 0;border:6px solid transparent;box-sizing:border-box}:host div.extra-large,:host div.large,:host div.small,:host div.medium{white-space:normal;line-height:1.4em;word-wrap:break-word}:host div.extra-large{width:400px;font-size:1.2vh}:host div.large{width:300px}:host div.medium{width:150px}:host div.small{width:80px}:host div.preline{white-space:pre-line}:host div.bounce{-webkit-animation:bounce .75s ease-in-out infinite;animation:bounce .75s ease-in-out infinite}@-webkit-keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], animations: [
|
|
10
10
|
trigger('state', [
|
|
11
11
|
state('initial, void, hidden', style({ opacity: '0' })),
|
|
12
12
|
state('visible', style({ opacity: '1' })),
|
|
@@ -43,6 +43,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
43
43
|
animate('0.3s 0.1s ease-in'),
|
|
44
44
|
]),
|
|
45
45
|
]),
|
|
46
|
-
], template: "<div *ngIf=\"this.isHTML\" [@state]=\"noAnimate ? 'no-animation' : 'visible'\"\n [ngClass]=\"[tooltipType, rounded ? 'rounded' : '', size ? size : '', preline? 'preline' : '', bounce ? 'bounce' : '', position]\"\n [innerHTML]=\"message\"></div>\n<div *ngIf=\"!this.isHTML\" [@state]=\"noAnimate ? 'no-animation' : 'visible'\"\n [ngClass]=\"[tooltipType, rounded ? 'rounded' : '', size ? size : '', preline? 'preline' : '', bounce ? 'bounce' : '', position]\">{{message}}</div>", styles: ["
|
|
46
|
+
], template: "<div *ngIf=\"this.isHTML\" [@state]=\"noAnimate ? 'no-animation' : 'visible'\"\n [ngClass]=\"[tooltipType, rounded ? 'rounded' : '', size ? size : '', preline? 'preline' : '', bounce ? 'bounce' : '', position]\"\n [innerHTML]=\"message\"></div>\n<div *ngIf=\"!this.isHTML\" [@state]=\"noAnimate ? 'no-animation' : 'visible'\"\n [ngClass]=\"[tooltipType, rounded ? 'rounded' : '', size ? size : '', preline? 'preline' : '', bounce ? 'bounce' : '', position]\">{{message}}</div>", styles: [":host div{background:#383838;background:var(--tooltip-background-color, #383838);color:#fff;color:var(--color-white, #fff);border-radius:4px;border-radius:var(--tooltip-border-radius, 4px);padding:8px 10px;font-size:12px;line-height:12px;white-space:nowrap;box-shadow:var(--shadow-2)}:host div.error{background-color:#b34e4d;background-color:var(--color-shade-error, #b34e4d)}:host div.error.top-right:before,:host div.error.top-left:before,:host div.error.top:before{border-top-color:#b34e4d;border-top-color:var(--color-shade-error, #b34e4d)}:host div.error.bottom-left:before,:host div.error.bottom-right:before,:host div.error.bottom:before{border-bottom-color:#b34e4d;border-bottom-color:var(--color-shade-error, #b34e4d)}:host div.error.left:before{border-left-color:#b34e4d;border-left-color:var(--color-shade-error, #b34e4d)}:host div.error.right:before{border-right-color:#b34e4d;border-right-color:var(--color-shade-error, #b34e4d)}:host div.info{background-color:#3986ac;background-color:var(--color-shade-info, #3986ac)}:host div.info.top-right:before,:host div.info.top-left:before,:host div.info.top:before{border-top-color:#3986ac;border-top-color:var(--color-shade-info, #3986ac)}:host div.info.bottom-left:before,:host div.info.bottom-right:before,:host div.info.bottom:before{border-bottom-color:#3986ac;border-bottom-color:var(--color-shade-info, #3986ac)}:host div.info.left:before{border-left-color:#3986ac;border-left-color:var(--color-shade-info, #3986ac)}:host div.info.right:before{border-right-color:#3986ac;border-right-color:var(--color-shade-info, #3986ac)}:host div.warning{background-color:#c09854;background-color:var(--color-shade-warning, #c09854)}:host div.warning.top-right:before,:host div.warning.top-left:before,:host div.warning.top:before{border-top-color:#c09854;border-top-color:var(--color-shade-warning, #c09854)}:host div.warning.bottom-left:before,:host div.warning.bottom-right:before,:host div.warning.bottom:before{border-bottom-color:#c09854;border-bottom-color:var(--color-shade-warning, #c09854)}:host div.warning.left:before{border-left-color:#c09854;border-left-color:var(--color-shade-warning, #c09854)}:host div.warning.right:before{border-right-color:#c09854;border-right-color:var(--color-shade-warning, #c09854)}:host div.success{background-color:#458746;background-color:var(--color-shade-success, #458746)}:host div.success.top-right:before,:host div.success.top-left:before,:host div.success.top:before{border-top-color:#458746;border-top-color:var(--color-shade-success, #458746)}:host div.success.bottom-left:before,:host div.success.bottom-right:before,:host div.success.bottom:before{border-bottom-color:#458746;border-bottom-color:var(--color-shade-success, #458746)}:host div.success.left:before{border-left-color:#458746;border-left-color:var(--color-shade-success, #458746)}:host div.success.right:before{border-right-color:#458746;border-right-color:var(--color-shade-success, #458746)}:host div.top-right:before,:host div.top-left:before,:host div.top:before{border-top-color:#383838;border-top-color:var(--tooltip-background-color, #383838)}:host div.bottom-left:before,:host div.bottom-right:before,:host div.bottom:before{border-bottom-color:#383838;border-bottom-color:var(--tooltip-background-color, #383838)}:host div.left:before{border-left-color:#383838;border-left-color:var(--tooltip-background-color, #383838)}:host div.right:before{border-right-color:#383838;border-right-color:var(--tooltip-background-color, #383838)}:host div.top:before{margin-bottom:-11px;left:calc(50% - 6px);bottom:0}:host div.top-left:before{margin-right:0;margin-bottom:-11px;right:1px;bottom:0}:host div.top-right:before{margin-left:0;margin-bottom:-11px;left:1px;bottom:0}:host div.bottom:before{margin-top:-11px;left:calc(50% - 6px);top:0}:host div.bottom-left:before{margin-right:0;margin-top:-11px;right:1px;top:0}:host div.bottom-right:before{margin-left:0;margin-top:-11px;left:1px;top:0}:host div.left:before{margin-right:-11px;margin-bottom:-6px;right:0;bottom:50%}:host div.right:before{left:0;bottom:50%;margin-left:-11px;margin-bottom:-6px}:host div:before{content:\"\";position:absolute;background:0 0;border:6px solid transparent;box-sizing:border-box}:host div.extra-large,:host div.large,:host div.small,:host div.medium{white-space:normal;line-height:1.4em;word-wrap:break-word}:host div.extra-large{width:400px;font-size:1.2vh}:host div.large{width:300px}:host div.medium{width:150px}:host div.small{width:80px}:host div.preline{white-space:pre-line}:host div.bounce{-webkit-animation:bounce .75s ease-in-out infinite;animation:bounce .75s ease-in-out infinite}@-webkit-keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}\n"] }]
|
|
47
47
|
}] });
|
|
48
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
48
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiVG9vbHRpcC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ub3ZvLWVsZW1lbnRzL3NyYy9lbGVtZW50cy90b29sdGlwL1Rvb2x0aXAuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbm92by1lbGVtZW50cy9zcmMvZWxlbWVudHMvdG9vbHRpcC9Ub29sdGlwLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTTtBQUNOLE9BQU8sRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxVQUFVLEVBQUUsT0FBTyxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDakYsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBeUIxQyxNQUFNLE9BQU8sV0FBVzs7eUdBQVgsV0FBVzs2RkFBWCxXQUFXLG9EQzNCeEIsMGVBSXVKLGk4SkRJekk7UUFDVixPQUFPLENBQUMsT0FBTyxFQUFFO1lBQ2YsS0FBSyxDQUFDLHVCQUF1QixFQUFFLEtBQUssQ0FBQyxFQUFFLE9BQU8sRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFDO1lBQ3ZELEtBQUssQ0FBQyxTQUFTLEVBQUUsS0FBSyxDQUFDLEVBQUUsT0FBTyxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUM7WUFDekMsVUFBVSxDQUFDLGNBQWMsRUFBRTtnQkFDekIsS0FBSyxDQUFDO29CQUNKLE9BQU8sRUFBRSxDQUFDO2lCQUNYLENBQUM7Z0JBQ0YsT0FBTyxDQUFDLG1CQUFtQixDQUFDO2FBQzdCLENBQUM7WUFDRixVQUFVLENBQUMsYUFBYSxFQUFFO2dCQUN4QixLQUFLLENBQUM7b0JBQ0osT0FBTyxFQUFFLENBQUM7aUJBQ1gsQ0FBQztnQkFDRixPQUFPLENBQUMsbUJBQW1CLENBQUM7YUFDN0IsQ0FBQztTQUNILENBQUM7S0FDSDs0RkFFVSxXQUFXO2tCQXZCdkIsU0FBUzsrQkFDRSxjQUFjLGNBR1o7d0JBQ1YsT0FBTyxDQUFDLE9BQU8sRUFBRTs0QkFDZixLQUFLLENBQUMsdUJBQXVCLEVBQUUsS0FBSyxDQUFDLEVBQUUsT0FBTyxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUM7NEJBQ3ZELEtBQUssQ0FBQyxTQUFTLEVBQUUsS0FBSyxDQUFDLEVBQUUsT0FBTyxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUM7NEJBQ3pDLFVBQVUsQ0FBQyxjQUFjLEVBQUU7Z0NBQ3pCLEtBQUssQ0FBQztvQ0FDSixPQUFPLEVBQUUsQ0FBQztpQ0FDWCxDQUFDO2dDQUNGLE9BQU8sQ0FBQyxtQkFBbUIsQ0FBQzs2QkFDN0IsQ0FBQzs0QkFDRixVQUFVLENBQUMsYUFBYSxFQUFFO2dDQUN4QixLQUFLLENBQUM7b0NBQ0osT0FBTyxFQUFFLENBQUM7aUNBQ1gsQ0FBQztnQ0FDRixPQUFPLENBQUMsbUJBQW1CLENBQUM7NkJBQzdCLENBQUM7eUJBQ0gsQ0FBQztxQkFDSCIsInNvdXJjZXNDb250ZW50IjpbIi8vIE5HMlxuaW1wb3J0IHsgYW5pbWF0ZSwgc3RhdGUsIHN0eWxlLCB0cmFuc2l0aW9uLCB0cmlnZ2VyIH0gZnJvbSAnQGFuZ3VsYXIvYW5pbWF0aW9ucyc7XG5pbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbm92by10b29sdGlwJyxcbiAgdGVtcGxhdGVVcmw6ICcuL1Rvb2x0aXAuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL1Rvb2x0aXAuc2NzcyddLFxuICBhbmltYXRpb25zOiBbXG4gICAgdHJpZ2dlcignc3RhdGUnLCBbXG4gICAgICBzdGF0ZSgnaW5pdGlhbCwgdm9pZCwgaGlkZGVuJywgc3R5bGUoeyBvcGFjaXR5OiAnMCcgfSkpLFxuICAgICAgc3RhdGUoJ3Zpc2libGUnLCBzdHlsZSh7IG9wYWNpdHk6ICcxJyB9KSksXG4gICAgICB0cmFuc2l0aW9uKCcqID0+IHZpc2libGUnLCBbXG4gICAgICAgIHN0eWxlKHtcbiAgICAgICAgICBvcGFjaXR5OiAwLFxuICAgICAgICB9KSxcbiAgICAgICAgYW5pbWF0ZSgnMC4zcyAwLjFzIGVhc2UtaW4nKSxcbiAgICAgIF0pLFxuICAgICAgdHJhbnNpdGlvbignKiA9PiBoaWRkZW4nLCBbXG4gICAgICAgIHN0eWxlKHtcbiAgICAgICAgICBvcGFjaXR5OiAxLFxuICAgICAgICB9KSxcbiAgICAgICAgYW5pbWF0ZSgnMC4zcyAwLjFzIGVhc2UtaW4nKSxcbiAgICAgIF0pLFxuICAgIF0pLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBOb3ZvVG9vbHRpcCB7XG4gIHB1YmxpYyBtZXNzYWdlOiBzdHJpbmc7XG4gIHB1YmxpYyBoaWRkZW46IGJvb2xlYW47XG4gIHB1YmxpYyB0b29sdGlwVHlwZTogc3RyaW5nO1xuICBwdWJsaWMgcm91bmRlZDogYm9vbGVhbjtcbiAgcHVibGljIHNpemU6IHN0cmluZztcbiAgcHVibGljIHBvc2l0aW9uU3RyYXRlZ3k6IGFueTtcbiAgcHVibGljIHByZWxpbmU6IGJvb2xlYW47XG4gIHB1YmxpYyBub0FuaW1hdGU6IGJvb2xlYW47XG4gIHB1YmxpYyBwb3NpdGlvbjogc3RyaW5nO1xuICBwdWJsaWMgaXNIVE1MOiBib29sZWFuO1xuICBwdWJsaWMgYm91bmNlOiBib29sZWFuO1xufVxuIiwiPGRpdiAqbmdJZj1cInRoaXMuaXNIVE1MXCIgW0BzdGF0ZV09XCJub0FuaW1hdGUgPyAnbm8tYW5pbWF0aW9uJyA6ICd2aXNpYmxlJ1wiXG4gICAgIFtuZ0NsYXNzXT1cIlt0b29sdGlwVHlwZSwgcm91bmRlZCA/ICdyb3VuZGVkJyA6ICcnLCBzaXplID8gc2l6ZSA6ICcnLCBwcmVsaW5lPyAncHJlbGluZScgOiAnJywgYm91bmNlID8gJ2JvdW5jZScgOiAnJywgcG9zaXRpb25dXCJcbiAgICAgW2lubmVySFRNTF09XCJtZXNzYWdlXCI+PC9kaXY+XG48ZGl2ICpuZ0lmPVwiIXRoaXMuaXNIVE1MXCIgW0BzdGF0ZV09XCJub0FuaW1hdGUgPyAnbm8tYW5pbWF0aW9uJyA6ICd2aXNpYmxlJ1wiXG4gICAgIFtuZ0NsYXNzXT1cIlt0b29sdGlwVHlwZSwgcm91bmRlZCA/ICdyb3VuZGVkJyA6ICcnLCBzaXplID8gc2l6ZSA6ICcnLCBwcmVsaW5lPyAncHJlbGluZScgOiAnJywgYm91bmNlID8gJ2JvdW5jZScgOiAnJywgcG9zaXRpb25dXCI+e3ttZXNzYWdlfX08L2Rpdj4iXX0=
|
|
@@ -164,16 +164,14 @@ NovoValueElement.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
164
164
|
<div class="actions" *ngIf="showIcon">
|
|
165
165
|
<i *ngFor="let icon of meta.icons" [class]="iconClass(icon)" (click)="onValueClick(icon)"></i>
|
|
166
166
|
</div>
|
|
167
|
-
`, isInline: true, components: [{ type: i1.NovoLabel, selector: "novo-label,[novo-label]" }, { type: i2.NovoIconComponent, selector: "novo-icon", inputs: ["raised", "theme", "shape", "color", "size", "smaller", "larger", "alt", "name"] }, { type: i3.EntityList, selector: "novo-entity-list", inputs: ["data", "meta"] }, { type: i1.NovoText, selector: "novo-text,[novo-text]", inputs: ["block"] }], directives: [{ type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i4.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i4.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], pipes: { "render": i5.RenderPipe } });
|
|
167
|
+
`, isInline: true, styles: [":host{display:flex;flex-direction:row;max-width:500px;justify-content:space-between;align-items:flex-start;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:8px}:host i.star{color:#0b344f}:host i.person{color:#fa4}:host i.company{color:#39d}:host i.candidate{color:#4b7}:host i.navigation{color:#202945}:host i.lead{color:#a69}:host i.contact{color:#fa4}:host i.clientcontact{color:#fa4}:host i.opportunity{color:#625}:host i.job{color:#b56}:host i.joborder{color:#b56}:host i.submission{color:#a9adbb}:host i.sendout{color:#747884}:host i.placement{color:#0b344f}:host i.note{color:#747884}:host i.task{color:#4f5361}:host i.distributionList{color:#4f5361}:host i.credential{color:#4f5361}:host i.user{color:#4f5361}:host i.corporateuser{color:#4f5361}:host i.contract{color:#454ea0}:host i.jobCode{color:#696d79}:host i.earnCode{color:#696d79}:host i.billableCharge{color:#696d79}:host i.payableCharge{color:#696d79}:host i.invoiceStatement{color:#696d79}:host.horizontal{width:100%;max-width:100%}:host.horizontal .value-outer{display:grid;width:100%;grid-template-columns:minmax(120px,30%) 1fr}:host .value-outer{display:flex;flex-direction:column;gap:.4rem}:host .actions i{cursor:default;color:#9e9e9e;margin-left:15px;margin-top:7px}:host .actions i.clickable{cursor:pointer;color:#4a89dc}:host .actions.clickable{cursor:pointer;color:#4a89dc}:host ::ng-deep novo-entity-list{display:block}:host ::ng-deep novo-entity-list i.star{color:#0b344f}:host ::ng-deep novo-entity-list i.person{color:#fa4}:host ::ng-deep novo-entity-list i.company{color:#39d}:host ::ng-deep novo-entity-list i.candidate{color:#4b7}:host ::ng-deep novo-entity-list i.navigation{color:#202945}:host ::ng-deep novo-entity-list i.lead{color:#a69}:host ::ng-deep novo-entity-list i.contact{color:#fa4}:host ::ng-deep novo-entity-list i.clientcontact{color:#fa4}:host ::ng-deep novo-entity-list i.opportunity{color:#625}:host ::ng-deep novo-entity-list i.job{color:#b56}:host ::ng-deep novo-entity-list i.joborder{color:#b56}:host ::ng-deep novo-entity-list i.submission{color:#a9adbb}:host ::ng-deep novo-entity-list i.sendout{color:#747884}:host ::ng-deep novo-entity-list i.placement{color:#0b344f}:host ::ng-deep novo-entity-list i.note{color:#747884}:host ::ng-deep novo-entity-list i.task{color:#4f5361}:host ::ng-deep novo-entity-list i.distributionList{color:#4f5361}:host ::ng-deep novo-entity-list i.credential{color:#4f5361}:host ::ng-deep novo-entity-list i.user{color:#4f5361}:host ::ng-deep novo-entity-list i.corporateuser{color:#4f5361}:host ::ng-deep novo-entity-list i.contract{color:#454ea0}:host ::ng-deep novo-entity-list i.jobCode{color:#696d79}:host ::ng-deep novo-entity-list i.earnCode{color:#696d79}:host ::ng-deep novo-entity-list i.billableCharge{color:#696d79}:host ::ng-deep novo-entity-list i.payableCharge{color:#696d79}:host ::ng-deep novo-entity-list i.invoiceStatement{color:#696d79}:host ::ng-deep novo-entity-list .entity{padding-top:6px;padding-bottom:6px}:host ::ng-deep novo-entity-list i{margin-right:6px}\n"], components: [{ type: i1.NovoLabel, selector: "novo-label,[novo-label]" }, { type: i2.NovoIconComponent, selector: "novo-icon", inputs: ["raised", "theme", "shape", "color", "size", "smaller", "larger", "alt", "name"] }, { type: i3.EntityList, selector: "novo-entity-list", inputs: ["data", "meta"] }, { type: i1.NovoText, selector: "novo-text,[novo-text]", inputs: ["block"] }], directives: [{ type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i4.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i4.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], pipes: { "render": i5.RenderPipe } });
|
|
168
168
|
__decorate([
|
|
169
169
|
BooleanInput(),
|
|
170
170
|
__metadata("design:type", Boolean)
|
|
171
171
|
], NovoValueElement.prototype, "row", void 0);
|
|
172
172
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NovoValueElement, decorators: [{
|
|
173
173
|
type: Component,
|
|
174
|
-
args: [{
|
|
175
|
-
selector: 'novo-value',
|
|
176
|
-
template: `
|
|
174
|
+
args: [{ selector: 'novo-value', template: `
|
|
177
175
|
<div class="value-outer" [ngClass]="customClass">
|
|
178
176
|
<novo-label>{{ meta.label }}</novo-label>
|
|
179
177
|
<span class="value">
|
|
@@ -190,8 +188,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
190
188
|
<div class="actions" *ngIf="showIcon">
|
|
191
189
|
<i *ngFor="let icon of meta.icons" [class]="iconClass(icon)" (click)="onValueClick(icon)"></i>
|
|
192
190
|
</div>
|
|
193
|
-
`,
|
|
194
|
-
}]
|
|
191
|
+
`, styles: [":host{display:flex;flex-direction:row;max-width:500px;justify-content:space-between;align-items:flex-start;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:8px}:host i.star{color:#0b344f}:host i.person{color:#fa4}:host i.company{color:#39d}:host i.candidate{color:#4b7}:host i.navigation{color:#202945}:host i.lead{color:#a69}:host i.contact{color:#fa4}:host i.clientcontact{color:#fa4}:host i.opportunity{color:#625}:host i.job{color:#b56}:host i.joborder{color:#b56}:host i.submission{color:#a9adbb}:host i.sendout{color:#747884}:host i.placement{color:#0b344f}:host i.note{color:#747884}:host i.task{color:#4f5361}:host i.distributionList{color:#4f5361}:host i.credential{color:#4f5361}:host i.user{color:#4f5361}:host i.corporateuser{color:#4f5361}:host i.contract{color:#454ea0}:host i.jobCode{color:#696d79}:host i.earnCode{color:#696d79}:host i.billableCharge{color:#696d79}:host i.payableCharge{color:#696d79}:host i.invoiceStatement{color:#696d79}:host.horizontal{width:100%;max-width:100%}:host.horizontal .value-outer{display:grid;width:100%;grid-template-columns:minmax(120px,30%) 1fr}:host .value-outer{display:flex;flex-direction:column;gap:.4rem}:host .actions i{cursor:default;color:#9e9e9e;margin-left:15px;margin-top:7px}:host .actions i.clickable{cursor:pointer;color:#4a89dc}:host .actions.clickable{cursor:pointer;color:#4a89dc}:host ::ng-deep novo-entity-list{display:block}:host ::ng-deep novo-entity-list i.star{color:#0b344f}:host ::ng-deep novo-entity-list i.person{color:#fa4}:host ::ng-deep novo-entity-list i.company{color:#39d}:host ::ng-deep novo-entity-list i.candidate{color:#4b7}:host ::ng-deep novo-entity-list i.navigation{color:#202945}:host ::ng-deep novo-entity-list i.lead{color:#a69}:host ::ng-deep novo-entity-list i.contact{color:#fa4}:host ::ng-deep novo-entity-list i.clientcontact{color:#fa4}:host ::ng-deep novo-entity-list i.opportunity{color:#625}:host ::ng-deep novo-entity-list i.job{color:#b56}:host ::ng-deep novo-entity-list i.joborder{color:#b56}:host ::ng-deep novo-entity-list i.submission{color:#a9adbb}:host ::ng-deep novo-entity-list i.sendout{color:#747884}:host ::ng-deep novo-entity-list i.placement{color:#0b344f}:host ::ng-deep novo-entity-list i.note{color:#747884}:host ::ng-deep novo-entity-list i.task{color:#4f5361}:host ::ng-deep novo-entity-list i.distributionList{color:#4f5361}:host ::ng-deep novo-entity-list i.credential{color:#4f5361}:host ::ng-deep novo-entity-list i.user{color:#4f5361}:host ::ng-deep novo-entity-list i.corporateuser{color:#4f5361}:host ::ng-deep novo-entity-list i.contract{color:#454ea0}:host ::ng-deep novo-entity-list i.jobCode{color:#696d79}:host ::ng-deep novo-entity-list i.earnCode{color:#696d79}:host ::ng-deep novo-entity-list i.billableCharge{color:#696d79}:host ::ng-deep novo-entity-list i.payableCharge{color:#696d79}:host ::ng-deep novo-entity-list i.invoiceStatement{color:#696d79}:host ::ng-deep novo-entity-list .entity{padding-top:6px;padding-bottom:6px}:host ::ng-deep novo-entity-list i{margin-right:6px}\n"] }]
|
|
195
192
|
}], propDecorators: { data: [{
|
|
196
193
|
type: Input
|
|
197
194
|
}], meta: [{
|
|
@@ -213,4 +210,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
213
210
|
type: HostBinding,
|
|
214
211
|
args: ['class.mobile']
|
|
215
212
|
}] } });
|
|
216
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiVmFsdWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ub3ZvLWVsZW1lbnRzL3NyYy9lbGVtZW50cy92YWx1ZS9WYWx1ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7QUFBQSxNQUFNO0FBQ04sT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFvQyxNQUFNLGVBQWUsQ0FBQztBQUNoRyxPQUFPLEVBQUUsWUFBWSxFQUFFLE9BQU8sRUFBRSxNQUFNLHFCQUFxQixDQUFDOzs7Ozs7O0FBQzVELE1BQU07QUFDTixNQUFNLENBQU4sSUFBWSxlQUtYO0FBTEQsV0FBWSxlQUFlO0lBQ3pCLDJEQUFPLENBQUE7SUFDUCxtRUFBVyxDQUFBO0lBQ1gscURBQUksQ0FBQTtJQUNKLHVFQUFhLENBQUE7QUFDZixDQUFDLEVBTFcsZUFBZSxLQUFmLGVBQWUsUUFLMUI7QUFDRCxNQUFNLENBQU4sSUFBWSxnQkFHWDtBQUhELFdBQVksZ0JBQWdCO0lBQzFCLDZEQUFPLENBQUE7SUFDUCwyREFBTSxDQUFBO0FBQ1IsQ0FBQyxFQUhXLGdCQUFnQixLQUFoQixnQkFBZ0IsUUFHM0I7QUF1QkQsTUFBTSxPQUFPLGdCQUFnQjtJQXJCN0I7UUF5QkUsU0FBSSxHQUFRLEVBQUUsSUFBSSxFQUFFLFFBQVEsRUFBRSxLQUFLLEVBQUUsRUFBRSxFQUFFLENBQUMsQ0FBQyxxQkFBcUI7UUFFaEUsVUFBSyxHQUFxQixnQkFBZ0IsQ0FBQyxPQUFPLENBQUM7UUFLbkQsUUFBRyxHQUFZLEtBQUssQ0FBQztRQUdyQixvQkFBZSxHQUFHLGVBQWUsQ0FBQztRQUNsQyxxQkFBZ0IsR0FBRyxnQkFBZ0IsQ0FBQztRQUVwQyxnQkFBVyxHQUFXLEVBQUUsQ0FBQztLQTRIMUI7SUExSEMsSUFDSSxLQUFLLENBQUMsR0FBVztRQUNuQixJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssR0FBRyxHQUFHLENBQUM7SUFDeEIs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LEVBQUUsWUFBWTtvQkFDdEIsUUFBUSxFQUFFOzs7Ozs7Ozs7Ozs7Ozs7OztHQWlCVDtpQkFDRjs4QkFHQyxJQUFJO3NCQURILEtBQUs7Z0JBR04sSUFBSTtzQkFESCxLQUFLO2dCQUdOLEtBQUs7c0JBREosS0FBSztnQkFNTixHQUFHO3NCQUhGLFdBQVc7dUJBQUMsa0JBQWtCOztzQkFDOUIsS0FBSztnQkFXRixLQUFLO3NCQURSLEtBQUs7Z0JBU0YsSUFBSTtzQkFEUCxLQUFLO2dCQVNGLElBQUk7c0JBRFAsS0FBSztnQkFpQkssUUFBUTtzQkFEbEIsV0FBVzt1QkFBQyxjQUFjIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTkcyXG5pbXBvcnQgeyBDb21wb25lbnQsIEhvc3RCaW5kaW5nLCBJbnB1dCwgT25DaGFuZ2VzLCBPbkluaXQsIFNpbXBsZUNoYW5nZXMgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJvb2xlYW5JbnB1dCwgSGVscGVycyB9IGZyb20gJ25vdm8tZWxlbWVudHMvdXRpbHMnO1xuLy8gQVBQXG5leHBvcnQgZW51bSBOT1ZPX1ZBTFVFX1RZUEUge1xuICBERUZBVUxULFxuICBFTlRJVFlfTElTVCxcbiAgTElOSyxcbiAgSU5URVJOQUxfTElOSyxcbn1cbmV4cG9ydCBlbnVtIE5PVk9fVkFMVUVfVEhFTUUge1xuICBERUZBVUxULFxuICBNT0JJTEUsXG59XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ25vdm8tdmFsdWUnLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxkaXYgY2xhc3M9XCJ2YWx1ZS1vdXRlclwiIFtuZ0NsYXNzXT1cImN1c3RvbUNsYXNzXCI+XG4gICAgICA8bm92by1sYWJlbD57eyBtZXRhLmxhYmVsIH19PC9ub3ZvLWxhYmVsPlxuICAgICAgPHNwYW4gY2xhc3M9XCJ2YWx1ZVwiPlxuICAgICAgICA8aSAqbmdJZj1cIm1ldGEuc2hvd0VudGl0eUljb25cIiBjbGFzcz1cImJoaS1jaXJjbGUge3sgbWV0YS5lbnRpdHlJY29uQ2xhc3MgfX1cIj48L2k+XG4gICAgICAgIDxub3ZvLWljb24gKm5nSWY9XCJtZXRhPy5pY29uXCI+e3sgbWV0YS5pY29uIH19PC9ub3ZvLWljb24+XG4gICAgICAgIDxuZy1jb250YWluZXIgW25nU3dpdGNoXT1cIl90eXBlXCI+XG4gICAgICAgICAgPGEgKm5nU3dpdGNoQ2FzZT1cIk5PVk9fVkFMVUVfVFlQRS5JTlRFUk5BTF9MSU5LXCIgKGNsaWNrKT1cIm9wZW5MaW5rKClcIiBbaW5uZXJIVE1MXT1cImRhdGEgfCByZW5kZXI6IG1ldGFcIj48L2E+XG4gICAgICAgICAgPGEgKm5nU3dpdGNoQ2FzZT1cIk5PVk9fVkFMVUVfVFlQRS5MSU5LXCIgY2xhc3M9XCJ2YWx1ZVwiIFtocmVmXT1cInVybFwiIHRhcmdldD1cIl9ibGFua1wiIFtpbm5lckhUTUxdPVwiZGF0YSB8IHJlbmRlcjogbWV0YVwiPjwvYT5cbiAgICAgICAgICA8bm92by1lbnRpdHktbGlzdCAqbmdTd2l0Y2hDYXNlPVwiTk9WT19WQUxVRV9UWVBFLkVOVElUWV9MSVNUXCIgW2RhdGFdPVwiZGF0YVwiIFttZXRhXT1cIm1ldGFcIj48L25vdm8tZW50aXR5LWxpc3Q+XG4gICAgICAgICAgPG5vdm8tdGV4dCAqbmdTd2l0Y2hEZWZhdWx0IFtpbm5lckhUTUxdPVwiZGF0YSB8IHJlbmRlcjogbWV0YVwiPjwvbm92by10ZXh0PlxuICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgIDwvc3Bhbj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiYWN0aW9uc1wiICpuZ0lmPVwic2hvd0ljb25cIj5cbiAgICAgIDxpICpuZ0Zvcj1cImxldCBpY29uIG9mIG1ldGEuaWNvbnNcIiBbY2xhc3NdPVwiaWNvbkNsYXNzKGljb24pXCIgKGNsaWNrKT1cIm9uVmFsdWVDbGljayhpY29uKVwiPjwvaT5cbiAgICA8L2Rpdj5cbiAgYCxcbn0pXG5leHBvcnQgY2xhc3MgTm92b1ZhbHVlRWxlbWVudCBpbXBsZW1lbnRzIE9uSW5pdCwgT25DaGFuZ2VzIHtcbiAgQElucHV0KClcbiAgZGF0YTogYW55OyAvLyBUT0RPIHVzZSBpbnRlcmZhY2VcbiAgQElucHV0KClcbiAgbWV0YTogYW55ID0geyB0eXBlOiAnU0NBTEFSJywgbGFiZWw6ICcnIH07IC8vIFRPRE8gdXNlIGludGVyZmFjZVxuICBASW5wdXQoKVxuICB0aGVtZTogTk9WT19WQUxVRV9USEVNRSA9IE5PVk9fVkFMVUVfVEhFTUUuREVGQVVMVDtcblxuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmhvcml6b250YWwnKVxuICBASW5wdXQoKVxuICBAQm9vbGVhbklucHV0KClcbiAgcm93OiBCb29sZWFuID0gZmFsc2U7XG5cbiAgX3R5cGU6IE5PVk9fVkFMVUVfVFlQRTtcbiAgTk9WT19WQUxVRV9UWVBFID0gTk9WT19WQUxVRV9UWVBFO1xuICBOT1ZPX1ZBTFVFX1RIRU1FID0gTk9WT19WQUxVRV9USEVNRTtcbiAgdXJsOiBzdHJpbmc7XG4gIGN1c3RvbUNsYXNzOiBzdHJpbmcgPSAnJztcblxuICBASW5wdXQoKVxuICBzZXQgbGFiZWwobGJsOiBzdHJpbmcpIHtcbiAgICB0aGlzLm1ldGEubGFiZWwgPSBsYmw7XG4gIH1cbiAgZ2V0IGxhYmVsKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMubWV0YS5sYWJlbDtcbiAgfVxuXG4gIEBJbnB1dCgpXG4gIHNldCB0eXBlKHR5cDogc3RyaW5nKSB7XG4gICAgdGhpcy5tZXRhLnR5cGUgPSB0eXA7XG4gIH1cbiAgZ2V0IHR5cGUoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gdGhpcy5tZXRhLnR5cGU7XG4gIH1cblxuICBASW5wdXQoKVxuICBzZXQgaWNvbih2YWx1ZTogc3RyaW5nKSB7XG4gICAgdGhpcy5tZXRhLmljb24gPSB2YWx1ZTtcbiAgfVxuICBnZXQgaWNvbigpOiBzdHJpbmcge1xuICAgIHJldHVybiB0aGlzLm1ldGEuaWNvbjtcbiAgfVxuXG4gIG5nT25Jbml0KCkge1xuICAgIGlmIChIZWxwZXJzLmlzRW1wdHkodGhpcy5tZXRhKSkge1xuICAgICAgdGhpcy5tZXRhID0ge1xuICAgICAgICBsYWJlbDogJycsXG4gICAgICB9O1xuICAgIH1cbiAgfVxuXG4gIEBIb3N0QmluZGluZygnY2xhc3MubW9iaWxlJylcbiAgcHVibGljIGdldCBpc01vYmlsZSgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy50aGVtZSA9PT0gTk9WT19WQUxVRV9USEVNRS5NT0JJTEU7XG4gIH1cblxuICBpY29uQ2xhc3MoaWNvbik6IHN0cmluZyB7XG4gICAgbGV0IGljb25DbGFzcyA9ICcnO1xuICAgIGlmIChpY29uICYmIGljb24uaWNvbkNscykge1xuICAgICAgaWNvbkNsYXNzID0gYGJoaS0ke2ljb24uaWNvbkNsc30gYWN0aW9uc2A7XG4gICAgICBpZiAoaWNvbi5vbkljb25DbGljaykge1xuICAgICAgICBpY29uQ2xhc3MgPSBgJHtpY29uQ2xhc3N9IGNsaWNrYWJsZWA7XG4gICAgICB9XG4gICAgICByZXR1cm4gaWNvbkNsYXNzO1xuICAgIH1cbiAgICByZXR1cm4gaWNvbkNsYXNzO1xuICB9XG5cbiAgcHVibGljIGdldCBpc0RlZmF1bHQoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRydWU7XG4gIH1cblxuICBwdWJsaWMgZ2V0IHNob3dMYWJlbCgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gKFxuICAgICAgdGhpcy5fdHlwZSA9PT0gTk9WT19WQUxVRV9UWVBFLklOVEVSTkFMX0xJTksgfHwgdGhpcy5fdHlwZSA9PT0gTk9WT19WQUxVRV9UWVBFLkxJTksgfHwgdGhpcy5fdHlwZSA9PT0gTk9WT19WQUxVRV9UWVBFLkVOVElUWV9MSVNUXG4gICAgKTtcbiAgfVxuXG4gIHB1YmxpYyBnZXQgc2hvd0ljb24oKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMubWV0YSAmJiB0aGlzLm1ldGEuaWNvbnMgJiYgdGhpcy5tZXRhLmljb25zLmxlbmd0aCAmJiAhSGVscGVycy5pc0VtcHR5KHRoaXMuZGF0YSk7XG4gIH1cblxuICBvblZhbHVlQ2xpY2soaWNvbik6IHZvaWQge1xuICAgIGlmIChpY29uLm9uSWNvbkNsaWNrICYmIHR5cGVvZiBpY29uLm9uSWNvbkNsaWNrID09PSAnZnVuY3Rpb24nKSB7XG4gICAgICBpY29uLm9uSWNvbkNsaWNrKHRoaXMuZGF0YSwgdGhpcy5tZXRhKTtcbiAgICB9XG4gIH1cbiAgb3BlbkxpbmsoKTogdm9pZCB7XG4gICAgaWYgKHRoaXMubWV0YSAmJiB0aGlzLm1ldGEub3BlbkxpbmsgJiYgdHlwZW9mIHRoaXMubWV0YS5vcGVuTGluayA9PT0gJ2Z1bmN0aW9uJykge1xuICAgICAgdGhpcy5tZXRhLm9wZW5MaW5rKHRoaXMuZGF0YSwgdGhpcy5tZXRhKTtcbiAgICB9XG4gIH1cblxuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzPzogU2ltcGxlQ2hhbmdlcyk6IGFueSB7XG4gICAgaWYgKHRoaXMubWV0YSAmJiB0aGlzLmlzTGlua0ZpZWxkKHRoaXMubWV0YSwgdGhpcy5kYXRhKSkge1xuICAgICAgdGhpcy5fdHlwZSA9IE5PVk9fVkFMVUVfVFlQRS5MSU5LO1xuICAgICAgLy8gTWFrZSBzdXJlIHRoZSB2YWx1ZSBoYXMgYSBwcm90b2NvbCwgb3RoZXJ3aXNlIHRoZSBVUkwgd2lsbCBiZSByZWxhdGl2ZVxuICAgICAgY29uc3QgaGFzUHJvdG9jb2w6IGFueSA9IG5ldyBSZWdFeHAoJ14oaHR0cHxodHRwcyk6Ly8nLCAnaScpO1xuICAgICAgaWYgKCFoYXNQcm90b2NvbC50ZXN0KHRoaXMuZGF0YSkpIHtcbiAgICAgICAgdGhpcy51cmwgPSBgaHR0cDovLyR7dGhpcy5kYXRhfWA7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICB0aGlzLnVybCA9IHRoaXMuZGF0YTtcbiAgICAgIH1cbiAgICB9IGVsc2UgaWYgKHRoaXMuaXNFbnRpdHlMaXN0KHRoaXMubWV0YS50eXBlKSkge1xuICAgICAgdGhpcy5fdHlwZSA9IE5PVk9fVkFMVUVfVFlQRS5FTlRJVFlfTElTVDtcbiAgICB9IGVsc2UgaWYgKHRoaXMuaXNIVE1MRmllbGQodGhpcy5tZXRhKSkge1xuICAgICAgdGhpcy5jdXN0b21DbGFzcyA9IHRoaXMubWV0YS5jdXN0b21DbGFzcyA/IHRoaXMubWV0YS5jdXN0b21DbGFzcyA6ICcnO1xuICAgICAgaWYgKHRoaXMubWV0YS5zdHJpcEhUTUwgJiYgdGhpcy5kYXRhICYmIHRoaXMuZGF0YS5yZXBsYWNlKSB7XG4gICAgICAgIHRoaXMuZGF0YSA9IHRoaXMuZGF0YS5yZXBsYWNlKC88KD8hc3R5bGV8XFwvc3R5bGUpLis/Pi9naSwgJycpLnRyaW0oKTtcbiAgICAgIH1cbiAgICB9IGVsc2UgaWYgKHRoaXMubWV0YSAmJiB0aGlzLm1ldGEuYXNzb2NpYXRlZEVudGl0eSkge1xuICAgICAgc3dpdGNoICh0aGlzLm1ldGEuYXNzb2NpYXRlZEVudGl0eS5lbnRpdHkpIHtcbiAgICAgICAgY2FzZSAnQ2xpZW50Q29ycG9yYXRpb24nOlxuICAgICAgICBjYXNlICdDbGllbnRDb250YWN0JzpcbiAgICAgICAgY2FzZSAnQ2FuZGlkYXRlJzpcbiAgICAgICAgY2FzZSAnT3Bwb3J0dW5pdHknOlxuICAgICAgICBjYXNlICdKb2JPcmRlcic6XG4gICAgICAgIGNhc2UgJ1BsYWNlbWVudCc6XG4gICAgICAgIGNhc2UgJ0xlYWQnOlxuICAgICAgICAgIHRoaXMuX3R5cGUgPSBOT1ZPX1ZBTFVFX1RZUEUuSU5URVJOQUxfTElOSztcbiAgICAgICAgICBicmVhaztcbiAgICAgICAgZGVmYXVsdDpcbiAgICAgICAgICBicmVhaztcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICBpc0xpbmtGaWVsZChmaWVsZDogeyBuYW1lPzogc3RyaW5nOyB0eXBlPzogTk9WT19WQUxVRV9UWVBFIH0sIGRhdGE6IGFueSk6IGJvb2xlYW4ge1xuICAgIGNvbnN0IGxpbmtGaWVsZHM6IGFueSA9IFsnY29tcGFueVVSTCcsICdjbGllbnRDb3Jwb3JhdGlvbkNvbXBhbnlVUkwnXTtcbiAgICBjb25zdCByZWdleDogYW55ID0gbmV3IFJlZ0V4cCgnXihodHRwcz86Ly8oPzp3d3cufCg/IXd3dykpW15zLl0rLltec117Mix9fHd3dy5bXnNdKy5bXnNdezIsfSkkJywgJ2dpJyk7XG4gICAgY29uc3QgaXNVUkw6IGFueSA9IEhlbHBlcnMuaXNTdHJpbmcoZGF0YSkgJiYgcmVnZXguZXhlYyhkYXRhLnRyaW0oKSk7XG4gICAgcmV0dXJuIGxpbmtGaWVsZHMuaW5kZXhPZihmaWVsZC5uYW1lKSA+IC0xIHx8ICEhaXNVUkwgfHwgZmllbGQudHlwZSA9PT0gTk9WT19WQUxVRV9UWVBFLkxJTks7XG4gIH1cblxuICBpc0VudGl0eUxpc3QodHlwZTogc3RyaW5nKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHR5cGUgPT09ICdUT19NQU5ZJztcbiAgfVxuXG4gIGlzSFRNTEZpZWxkKG1ldGE6IGFueSk6IGJvb2xlYW4ge1xuICAgIHJldHVybiBtZXRhLmRhdGFTcGVjaWFsaXphdGlvbiA9PT0gJ0hUTUwnIHx8IG1ldGEuaW5wdXRUeXBlID09PSAnVEVYVEFSRUEnO1xuICB9XG59XG4iXX0=
|
|
213
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiVmFsdWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ub3ZvLWVsZW1lbnRzL3NyYy9lbGVtZW50cy92YWx1ZS9WYWx1ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7QUFBQSxNQUFNO0FBQ04sT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFvQyxNQUFNLGVBQWUsQ0FBQztBQUNoRyxPQUFPLEVBQUUsWUFBWSxFQUFFLE9BQU8sRUFBRSxNQUFNLHFCQUFxQixDQUFDOzs7Ozs7O0FBQzVELE1BQU07QUFDTixNQUFNLENBQU4sSUFBWSxlQUtYO0FBTEQsV0FBWSxlQUFlO0lBQ3pCLDJEQUFPLENBQUE7SUFDUCxtRUFBVyxDQUFBO0lBQ1gscURBQUksQ0FBQTtJQUNKLHVFQUFhLENBQUE7QUFDZixDQUFDLEVBTFcsZUFBZSxLQUFmLGVBQWUsUUFLMUI7QUFDRCxNQUFNLENBQU4sSUFBWSxnQkFHWDtBQUhELFdBQVksZ0JBQWdCO0lBQzFCLDZEQUFPLENBQUE7SUFDUCwyREFBTSxDQUFBO0FBQ1IsQ0FBQyxFQUhXLGdCQUFnQixLQUFoQixnQkFBZ0IsUUFHM0I7QUF3QkQsTUFBTSxPQUFPLGdCQUFnQjtJQXRCN0I7UUEwQkUsU0FBSSxHQUFRLEVBQUUsSUFBSSxFQUFFLFFBQVEsRUFBRSxLQUFLLEVBQUUsRUFBRSxFQUFFLENBQUMsQ0FBQyxxQkFBcUI7UUFFaEUsVUFBSyxHQUFxQixnQkFBZ0IsQ0FBQyxPQUFPLENBQUM7UUFLbkQsUUFBRyxHQUFZLEtBQUssQ0FBQztRQUdyQixvQkFBZSxHQUFHLGVBQWUsQ0FBQztRQUNsQyxxQkFBZ0IsR0FBRyxnQkFBZ0IsQ0FBQztRQUVwQyxnQkFBVyxHQUFXLEVBQUUsQ0FBQztLQTRIMUI7SUExSEMsSUFDSSxLQUFLLENBQUMsR0FBVztRQUNuQixJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssR0FBRyxHQUFHLENBQUM7SUFDeEIs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Ozs7Ozs7Ozs7Ozs7Ozs7O0dBaUJUOzhCQUtELElBQUk7c0JBREgsS0FBSztnQkFHTixJQUFJO3NCQURILEtBQUs7Z0JBR04sS0FBSztzQkFESixLQUFLO2dCQU1OLEdBQUc7c0JBSEYsV0FBVzt1QkFBQyxrQkFBa0I7O3NCQUM5QixLQUFLO2dCQVdGLEtBQUs7c0JBRFIsS0FBSztnQkFTRixJQUFJO3NCQURQLEtBQUs7Z0JBU0YsSUFBSTtzQkFEUCxLQUFLO2dCQWlCSyxRQUFRO3NCQURsQixXQUFXO3VCQUFDLGNBQWMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBORzJcbmltcG9ydCB7IENvbXBvbmVudCwgSG9zdEJpbmRpbmcsIElucHV0LCBPbkNoYW5nZXMsIE9uSW5pdCwgU2ltcGxlQ2hhbmdlcyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQm9vbGVhbklucHV0LCBIZWxwZXJzIH0gZnJvbSAnbm92by1lbGVtZW50cy91dGlscyc7XG4vLyBBUFBcbmV4cG9ydCBlbnVtIE5PVk9fVkFMVUVfVFlQRSB7XG4gIERFRkFVTFQsXG4gIEVOVElUWV9MSVNULFxuICBMSU5LLFxuICBJTlRFUk5BTF9MSU5LLFxufVxuZXhwb3J0IGVudW0gTk9WT19WQUxVRV9USEVNRSB7XG4gIERFRkFVTFQsXG4gIE1PQklMRSxcbn1cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbm92by12YWx1ZScsXG4gIHRlbXBsYXRlOiBgXG4gICAgPGRpdiBjbGFzcz1cInZhbHVlLW91dGVyXCIgW25nQ2xhc3NdPVwiY3VzdG9tQ2xhc3NcIj5cbiAgICAgIDxub3ZvLWxhYmVsPnt7IG1ldGEubGFiZWwgfX08L25vdm8tbGFiZWw+XG4gICAgICA8c3BhbiBjbGFzcz1cInZhbHVlXCI+XG4gICAgICAgIDxpICpuZ0lmPVwibWV0YS5zaG93RW50aXR5SWNvblwiIGNsYXNzPVwiYmhpLWNpcmNsZSB7eyBtZXRhLmVudGl0eUljb25DbGFzcyB9fVwiPjwvaT5cbiAgICAgICAgPG5vdm8taWNvbiAqbmdJZj1cIm1ldGE/Lmljb25cIj57eyBtZXRhLmljb24gfX08L25vdm8taWNvbj5cbiAgICAgICAgPG5nLWNvbnRhaW5lciBbbmdTd2l0Y2hdPVwiX3R5cGVcIj5cbiAgICAgICAgICA8YSAqbmdTd2l0Y2hDYXNlPVwiTk9WT19WQUxVRV9UWVBFLklOVEVSTkFMX0xJTktcIiAoY2xpY2spPVwib3BlbkxpbmsoKVwiIFtpbm5lckhUTUxdPVwiZGF0YSB8IHJlbmRlcjogbWV0YVwiPjwvYT5cbiAgICAgICAgICA8YSAqbmdTd2l0Y2hDYXNlPVwiTk9WT19WQUxVRV9UWVBFLkxJTktcIiBjbGFzcz1cInZhbHVlXCIgW2hyZWZdPVwidXJsXCIgdGFyZ2V0PVwiX2JsYW5rXCIgW2lubmVySFRNTF09XCJkYXRhIHwgcmVuZGVyOiBtZXRhXCI+PC9hPlxuICAgICAgICAgIDxub3ZvLWVudGl0eS1saXN0ICpuZ1N3aXRjaENhc2U9XCJOT1ZPX1ZBTFVFX1RZUEUuRU5USVRZX0xJU1RcIiBbZGF0YV09XCJkYXRhXCIgW21ldGFdPVwibWV0YVwiPjwvbm92by1lbnRpdHktbGlzdD5cbiAgICAgICAgICA8bm92by10ZXh0ICpuZ1N3aXRjaERlZmF1bHQgW2lubmVySFRNTF09XCJkYXRhIHwgcmVuZGVyOiBtZXRhXCI+PC9ub3ZvLXRleHQ+XG4gICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgPC9zcGFuPlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJhY3Rpb25zXCIgKm5nSWY9XCJzaG93SWNvblwiPlxuICAgICAgPGkgKm5nRm9yPVwibGV0IGljb24gb2YgbWV0YS5pY29uc1wiIFtjbGFzc109XCJpY29uQ2xhc3MoaWNvbilcIiAoY2xpY2spPVwib25WYWx1ZUNsaWNrKGljb24pXCI+PC9pPlxuICAgIDwvZGl2PlxuICBgLFxuICBzdHlsZVVybHM6IFsnLi9WYWx1ZS5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIE5vdm9WYWx1ZUVsZW1lbnQgaW1wbGVtZW50cyBPbkluaXQsIE9uQ2hhbmdlcyB7XG4gIEBJbnB1dCgpXG4gIGRhdGE6IGFueTsgLy8gVE9ETyB1c2UgaW50ZXJmYWNlXG4gIEBJbnB1dCgpXG4gIG1ldGE6IGFueSA9IHsgdHlwZTogJ1NDQUxBUicsIGxhYmVsOiAnJyB9OyAvLyBUT0RPIHVzZSBpbnRlcmZhY2VcbiAgQElucHV0KClcbiAgdGhlbWU6IE5PVk9fVkFMVUVfVEhFTUUgPSBOT1ZPX1ZBTFVFX1RIRU1FLkRFRkFVTFQ7XG5cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy5ob3Jpem9udGFsJylcbiAgQElucHV0KClcbiAgQEJvb2xlYW5JbnB1dCgpXG4gIHJvdzogQm9vbGVhbiA9IGZhbHNlO1xuXG4gIF90eXBlOiBOT1ZPX1ZBTFVFX1RZUEU7XG4gIE5PVk9fVkFMVUVfVFlQRSA9IE5PVk9fVkFMVUVfVFlQRTtcbiAgTk9WT19WQUxVRV9USEVNRSA9IE5PVk9fVkFMVUVfVEhFTUU7XG4gIHVybDogc3RyaW5nO1xuICBjdXN0b21DbGFzczogc3RyaW5nID0gJyc7XG5cbiAgQElucHV0KClcbiAgc2V0IGxhYmVsKGxibDogc3RyaW5nKSB7XG4gICAgdGhpcy5tZXRhLmxhYmVsID0gbGJsO1xuICB9XG4gIGdldCBsYWJlbCgpOiBzdHJpbmcge1xuICAgIHJldHVybiB0aGlzLm1ldGEubGFiZWw7XG4gIH1cblxuICBASW5wdXQoKVxuICBzZXQgdHlwZSh0eXA6IHN0cmluZykge1xuICAgIHRoaXMubWV0YS50eXBlID0gdHlwO1xuICB9XG4gIGdldCB0eXBlKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMubWV0YS50eXBlO1xuICB9XG5cbiAgQElucHV0KClcbiAgc2V0IGljb24odmFsdWU6IHN0cmluZykge1xuICAgIHRoaXMubWV0YS5pY29uID0gdmFsdWU7XG4gIH1cbiAgZ2V0IGljb24oKTogc3RyaW5nIHtcbiAgICByZXR1cm4gdGhpcy5tZXRhLmljb247XG4gIH1cblxuICBuZ09uSW5pdCgpIHtcbiAgICBpZiAoSGVscGVycy5pc0VtcHR5KHRoaXMubWV0YSkpIHtcbiAgICAgIHRoaXMubWV0YSA9IHtcbiAgICAgICAgbGFiZWw6ICcnLFxuICAgICAgfTtcbiAgICB9XG4gIH1cblxuICBASG9zdEJpbmRpbmcoJ2NsYXNzLm1vYmlsZScpXG4gIHB1YmxpYyBnZXQgaXNNb2JpbGUoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMudGhlbWUgPT09IE5PVk9fVkFMVUVfVEhFTUUuTU9CSUxFO1xuICB9XG5cbiAgaWNvbkNsYXNzKGljb24pOiBzdHJpbmcge1xuICAgIGxldCBpY29uQ2xhc3MgPSAnJztcbiAgICBpZiAoaWNvbiAmJiBpY29uLmljb25DbHMpIHtcbiAgICAgIGljb25DbGFzcyA9IGBiaGktJHtpY29uLmljb25DbHN9IGFjdGlvbnNgO1xuICAgICAgaWYgKGljb24ub25JY29uQ2xpY2spIHtcbiAgICAgICAgaWNvbkNsYXNzID0gYCR7aWNvbkNsYXNzfSBjbGlja2FibGVgO1xuICAgICAgfVxuICAgICAgcmV0dXJuIGljb25DbGFzcztcbiAgICB9XG4gICAgcmV0dXJuIGljb25DbGFzcztcbiAgfVxuXG4gIHB1YmxpYyBnZXQgaXNEZWZhdWx0KCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0cnVlO1xuICB9XG5cbiAgcHVibGljIGdldCBzaG93TGFiZWwoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIChcbiAgICAgIHRoaXMuX3R5cGUgPT09IE5PVk9fVkFMVUVfVFlQRS5JTlRFUk5BTF9MSU5LIHx8IHRoaXMuX3R5cGUgPT09IE5PVk9fVkFMVUVfVFlQRS5MSU5LIHx8IHRoaXMuX3R5cGUgPT09IE5PVk9fVkFMVUVfVFlQRS5FTlRJVFlfTElTVFxuICAgICk7XG4gIH1cblxuICBwdWJsaWMgZ2V0IHNob3dJY29uKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLm1ldGEgJiYgdGhpcy5tZXRhLmljb25zICYmIHRoaXMubWV0YS5pY29ucy5sZW5ndGggJiYgIUhlbHBlcnMuaXNFbXB0eSh0aGlzLmRhdGEpO1xuICB9XG5cbiAgb25WYWx1ZUNsaWNrKGljb24pOiB2b2lkIHtcbiAgICBpZiAoaWNvbi5vbkljb25DbGljayAmJiB0eXBlb2YgaWNvbi5vbkljb25DbGljayA9PT0gJ2Z1bmN0aW9uJykge1xuICAgICAgaWNvbi5vbkljb25DbGljayh0aGlzLmRhdGEsIHRoaXMubWV0YSk7XG4gICAgfVxuICB9XG4gIG9wZW5MaW5rKCk6IHZvaWQge1xuICAgIGlmICh0aGlzLm1ldGEgJiYgdGhpcy5tZXRhLm9wZW5MaW5rICYmIHR5cGVvZiB0aGlzLm1ldGEub3BlbkxpbmsgPT09ICdmdW5jdGlvbicpIHtcbiAgICAgIHRoaXMubWV0YS5vcGVuTGluayh0aGlzLmRhdGEsIHRoaXMubWV0YSk7XG4gICAgfVxuICB9XG5cbiAgbmdPbkNoYW5nZXMoY2hhbmdlcz86IFNpbXBsZUNoYW5nZXMpOiBhbnkge1xuICAgIGlmICh0aGlzLm1ldGEgJiYgdGhpcy5pc0xpbmtGaWVsZCh0aGlzLm1ldGEsIHRoaXMuZGF0YSkpIHtcbiAgICAgIHRoaXMuX3R5cGUgPSBOT1ZPX1ZBTFVFX1RZUEUuTElOSztcbiAgICAgIC8vIE1ha2Ugc3VyZSB0aGUgdmFsdWUgaGFzIGEgcHJvdG9jb2wsIG90aGVyd2lzZSB0aGUgVVJMIHdpbGwgYmUgcmVsYXRpdmVcbiAgICAgIGNvbnN0IGhhc1Byb3RvY29sOiBhbnkgPSBuZXcgUmVnRXhwKCdeKGh0dHB8aHR0cHMpOi8vJywgJ2knKTtcbiAgICAgIGlmICghaGFzUHJvdG9jb2wudGVzdCh0aGlzLmRhdGEpKSB7XG4gICAgICAgIHRoaXMudXJsID0gYGh0dHA6Ly8ke3RoaXMuZGF0YX1gO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgdGhpcy51cmwgPSB0aGlzLmRhdGE7XG4gICAgICB9XG4gICAgfSBlbHNlIGlmICh0aGlzLmlzRW50aXR5TGlzdCh0aGlzLm1ldGEudHlwZSkpIHtcbiAgICAgIHRoaXMuX3R5cGUgPSBOT1ZPX1ZBTFVFX1RZUEUuRU5USVRZX0xJU1Q7XG4gICAgfSBlbHNlIGlmICh0aGlzLmlzSFRNTEZpZWxkKHRoaXMubWV0YSkpIHtcbiAgICAgIHRoaXMuY3VzdG9tQ2xhc3MgPSB0aGlzLm1ldGEuY3VzdG9tQ2xhc3MgPyB0aGlzLm1ldGEuY3VzdG9tQ2xhc3MgOiAnJztcbiAgICAgIGlmICh0aGlzLm1ldGEuc3RyaXBIVE1MICYmIHRoaXMuZGF0YSAmJiB0aGlzLmRhdGEucmVwbGFjZSkge1xuICAgICAgICB0aGlzLmRhdGEgPSB0aGlzLmRhdGEucmVwbGFjZSgvPCg/IXN0eWxlfFxcL3N0eWxlKS4rPz4vZ2ksICcnKS50cmltKCk7XG4gICAgICB9XG4gICAgfSBlbHNlIGlmICh0aGlzLm1ldGEgJiYgdGhpcy5tZXRhLmFzc29jaWF0ZWRFbnRpdHkpIHtcbiAgICAgIHN3aXRjaCAodGhpcy5tZXRhLmFzc29jaWF0ZWRFbnRpdHkuZW50aXR5KSB7XG4gICAgICAgIGNhc2UgJ0NsaWVudENvcnBvcmF0aW9uJzpcbiAgICAgICAgY2FzZSAnQ2xpZW50Q29udGFjdCc6XG4gICAgICAgIGNhc2UgJ0NhbmRpZGF0ZSc6XG4gICAgICAgIGNhc2UgJ09wcG9ydHVuaXR5JzpcbiAgICAgICAgY2FzZSAnSm9iT3JkZXInOlxuICAgICAgICBjYXNlICdQbGFjZW1lbnQnOlxuICAgICAgICBjYXNlICdMZWFkJzpcbiAgICAgICAgICB0aGlzLl90eXBlID0gTk9WT19WQUxVRV9UWVBFLklOVEVSTkFMX0xJTks7XG4gICAgICAgICAgYnJlYWs7XG4gICAgICAgIGRlZmF1bHQ6XG4gICAgICAgICAgYnJlYWs7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgaXNMaW5rRmllbGQoZmllbGQ6IHsgbmFtZT86IHN0cmluZzsgdHlwZT86IE5PVk9fVkFMVUVfVFlQRSB9LCBkYXRhOiBhbnkpOiBib29sZWFuIHtcbiAgICBjb25zdCBsaW5rRmllbGRzOiBhbnkgPSBbJ2NvbXBhbnlVUkwnLCAnY2xpZW50Q29ycG9yYXRpb25Db21wYW55VVJMJ107XG4gICAgY29uc3QgcmVnZXg6IGFueSA9IG5ldyBSZWdFeHAoJ14oaHR0cHM/Oi8vKD86d3d3LnwoPyF3d3cpKVtecy5dKy5bXnNdezIsfXx3d3cuW15zXSsuW15zXXsyLH0pJCcsICdnaScpO1xuICAgIGNvbnN0IGlzVVJMOiBhbnkgPSBIZWxwZXJzLmlzU3RyaW5nKGRhdGEpICYmIHJlZ2V4LmV4ZWMoZGF0YS50cmltKCkpO1xuICAgIHJldHVybiBsaW5rRmllbGRzLmluZGV4T2YoZmllbGQubmFtZSkgPiAtMSB8fCAhIWlzVVJMIHx8IGZpZWxkLnR5cGUgPT09IE5PVk9fVkFMVUVfVFlQRS5MSU5LO1xuICB9XG5cbiAgaXNFbnRpdHlMaXN0KHR5cGU6IHN0cmluZyk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0eXBlID09PSAnVE9fTUFOWSc7XG4gIH1cblxuICBpc0hUTUxGaWVsZChtZXRhOiBhbnkpOiBib29sZWFuIHtcbiAgICByZXR1cm4gbWV0YS5kYXRhU3BlY2lhbGl6YXRpb24gPT09ICdIVE1MJyB8fCBtZXRhLmlucHV0VHlwZSA9PT0gJ1RFWFRBUkVBJztcbiAgfVxufVxuIl19
|