ca-components 2.0.83 → 2.0.84
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/assets/theme/variables.scss +2 -0
- package/fesm2022/ca-components.mjs +148 -123
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/components/ca-confirmation-modals/components/ca-activate-modal/ca-active-modal.component.d.ts +4 -0
- package/lib/components/ca-confirmation-modals/components/ca-deactive-modal/ca-deactive-modal.component.d.ts +4 -0
- package/lib/components/ca-confirmation-modals/components/ca-delete-modal/ca-delete-modal.component.d.ts +4 -0
- package/lib/components/ca-confirmation-modals/components/ca-move-modal/ca-move-modal.component.d.ts +4 -0
- package/lib/components/ca-confirmation-modals/components/ca-reset-table-modal/ca-reset-table-modal.component.d.ts +4 -0
- package/lib/components/ca-confirmation-modals/components/ca-void-modal/ca-void-modal.component.d.ts +4 -0
- package/lib/components/ca-confirmation-modals/interfaces/confirmation-modal-buttons.interface.d.ts +2 -1
- package/lib/components/ca-confirmation-modals/utils/constants/confirmation-modal-buttons.constants.d.ts +1 -1
- package/lib/components/ca-modal-button/ca-modal-button.component.d.ts +3 -1
- package/lib/components/ca-modal-button/enums/modal-button-size.enum.d.ts +1 -0
- package/package.json +1 -1
|
@@ -16037,7 +16037,7 @@ class CaLastFuelPriceProgressComponent {
|
|
|
16037
16037
|
this.lastFuelPriceConfig = [...fuelPriceConfig];
|
|
16038
16038
|
}
|
|
16039
16039
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CaLastFuelPriceProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
16040
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: CaLastFuelPriceProgressComponent, isStandalone: true, selector: "app-ca-last-fuel-price-progress", inputs: { lastFuelPriceData: "lastFuelPriceData" }, ngImport: i0, template: "<div\n class=\"d-grid align-items-center last-fuel-price\"\n [class.map-view]=\"isMapView\"\n>\n @for (\n fuelPrice of lastFuelPriceConfig;\n let i = $index;\n track fuelPrice.title\n ) {\n @let isSingleTransaction =\n fuelPrice?.totalValue === fuelPrice?.minValue &&\n fuelPrice?.minValue === fuelPrice?.maxValue;\n\n @let isDisabled =\n isSingleTransaction ||\n fuelPrice?.isOutdated ||\n !fuelPrice?.totalValue;\n\n @let hasNoPurchaseCompanyWide =\n !fuelPrice?.minValue && !fuelPrice?.maxValue;\n\n <div\n class=\"d-flex flex-column justify-content-center last-fuel-price-item\"\n [ngClass]=\"{ disabled: isDisabled }\"\n >\n @if (!fuelPrice.isMapView) {\n <p\n class=\"m-0 ta-font-bold text-size-11\"\n [ngClass]=\"\n isDisabled ? 'text-color-bw6-2' : 'text-color-black'\n \"\n >\n {{ fuelPrice?.title }}\n </p>\n\n <span\n class=\"ta-font-medium text-size-18 total-value\"\n [ngClass]=\"\n isDisabled\n ? 'text-color-light-grey-2'\n : 'text-color-black'\n \"\n >\n {{\n fuelPrice.totalValue\n ? eUnit.DOLLAR_SIGN + fuelPrice?.totalValue\n : hasNoPurchaseCompanyWide\n ? eStringPlaceholder.NA\n : eStringPlaceholder.NONE\n }}\n </span>\n }\n\n <!-- Progress -->\n\n <div\n class=\"d-flex flex-column justify-content-center last-fuel-price-item-progress\"\n >\n <div\n class=\"d-grid align-items-center last-fuel-price-item-progress-bar\"\n >\n @for (\n fuelPriceColor of lastFuelPriceColors;\n track fuelPriceColor\n ) {\n <div\n class=\"last-fuel-price-item-progress-bar-box\"\n [ngStyle]=\"{\n 'background-color': fuelPriceColor,\n }\"\n ></div>\n }\n\n <!-- Progress Icon -->\n\n <svg-icon\n class=\"svg-size-22 progress-icon\"\n [ngClass]=\"fuelPrice?.svgClass\"\n [ngStyle]=\"{\n left:\n fuelPrice?.svgPosition + eUnit.PERCENTAGE_SIGN,\n }\"\n [src]=\"lastFuelPriceSvgRoutes.progressIconRoute\"\n ></svg-icon>\n </div>\n\n <div class=\"d-flex align-items-center justify-content-between\">\n <span\n class=\"ta-font-medium text-size-11\"\n [ngClass]=\"\n isDisabled\n ? 'text-color-muted'\n : 'text-color-black-2'\n \"\n >${{ fuelPrice?.minValue ?? eStringPlaceholder.NA }}\n </span>\n\n <span\n class=\"ta-font-medium text-size-11\"\n [ngClass]=\"\n isDisabled\n ? 'text-color-muted'\n : 'text-color-black-2'\n \"\n >${{ fuelPrice?.maxValue ?? eStringPlaceholder.NA }}\n </span>\n </div>\n </div>\n </div>\n }\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:420px!important}.pickup-delivery-popover .popover-body{position:relative;left:-4px;top:1px}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.load-pickup-delivery-popover{top:-34px!important;max-width:400px!important}.gps_dropdown_popover{top:-38px;max-width:748px!important}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.dropdown-menu-popover.bs-popover-end-top .dropdown-container{transform:translate(-4px,-4px)}.dropdown-menu-popover.bs-popover-bottom-end .dropdown-container{transform:translate(3px,-3px)}.dropdown-menu-popover.bs-popover-end-bottom .dropdown-container{transform:translate(-3px,3px)}.dropdown-menu-popover.bs-popover-top-end .dropdown-container{transform:translate(3px,3px)}.dropdown-menu-popover.ca-pickup-delivery-dropdown-popover.bs-popover-end-top .dropdown-container{transform:translateY(-6px)}.dropdown-details-title-card-popover .dropdown-container{transform:translateY(-4px)}.fleet-filter-popover.bs-popover-bottom-start .fleet-filter-dropdown-container{transform:translate(-4px,-4px)!important}.fleet-filter-popover.bs-popover-top-start .fleet-filter-dropdown-container{transform:translate(-4px,4px)!important}.fleet-filter-sort-popover.bs-popover-end-top{transform:translate(158px,-3px)!important}.factoring-dropdown-popover.bs-popover-bottom-end .factoring-dropdown-container{transform:translate(4px,-4px)!important}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:1}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{white-space:nowrap;max-width:none;border-radius:3px;font-size:11px;font-weight:600}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;line-height:14px;font-weight:600;border-radius:3px;padding:2px 6px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-5{color:#3074d3!important}.text-color-blue-5::-moz-selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-5::selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-11{color:#3b73ed!important}.text-color-blue-11::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-11::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-14{color:#3b73ed!important}.text-color-blue-14::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-14::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow-4{color:#fbc88b!important}.text-color-yellow-4::-moz-selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-4::selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-5{color:#f89b2e!important}.text-color-yellow-5::-moz-selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-yellow-5::selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-special-filter-purple{color:#9e47ec!important}.text-color-special-filter-purple::-moz-selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-special-filter-purple::selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-grey-9{color:#b7b7b7!important}.text-color-grey-9::-moz-selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-grey-9::selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3{color:#ffffffb3!important}.text-color-white-3::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-color-orange-1{color:#ff7043!important}.text-color-orange-1::-moz-selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-1::selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-2{color:#f77d3b!important}.text-color-orange-2::-moz-selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-2::selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-3{color:#ffb097!important}.text-color-orange-3::-moz-selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-orange-3::selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-brown-1{color:#865e3a!important}.text-color-brown-1::-moz-selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-brown-1::selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-light-blue-2{color:#1ab5e6!important}.text-color-light-blue-2::-moz-selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-color-light-blue-2::selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-hover-white{transition:color .3s ease-in-out ease-in-out}.text-hover-white:hover{color:#fff!important}.text-hover-black{transition:color .3s ease-in-out ease-in-out}.text-hover-black:hover{color:#424242!important}.text-hover-blue-15{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-15:hover{color:#0b49d1!important}.text-hover-blue-18{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-18:hover{color:#3b73ed!important}.text-hover-bw6-2{transition:color .3s ease-in-out ease-in-out}.text-hover-bw6-2:hover{color:#6c6c6c!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-20{font-size:20px!important;line-height:24px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.font-size-7{font-size:7px!important}.font-size-8{font-size:8px!important}.font-size-11{font-size:11px!important}.line-height-12{line-height:12px!important}.line-height-15{line-height:15px!important}.line-height-18{line-height:18px!important}.line-height-20{line-height:20px!important}.svg-fill-dark-2 svg path,.svg-fill-dark-2 svg circle{fill:#91919133!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-black-2 svg path,.svg-fill-black-2 svg circle{fill:#2f2f2f!important}.svg-fill-black-9 svg path,.svg-fill-black-9 svg circle{fill:#1d1d1d!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-white-3 svg path,.svg-fill-white-3 svg circle{fill:#ebebeb!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-grey-2 svg path,.svg-fill-grey-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw6-2 svg path,.svg-fill-bw6-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-9 svg path,.svg-fill-blue-9 svg circle{fill:#0b49d1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-green-6 svg path,.svg-fill-green-6 svg circle{fill:#77bf56!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-yellow-8 svg path,.svg-fill-yellow-8 svg circle{fill:#daad4f!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-fill-red-13 svg path,.svg-fill-red-13 svg circle{fill:#ed9292!important}.svg-fill-red-14 svg path,.svg-fill-red-14 svg circle{fill:#c20c0c!important}.svg-fill-red-15 svg path,.svg-fill-red-15 svg circle{fill:#f4bebe!important}.svg-fill-red-18 svg path,.svg-fill-red-18 svg circle{fill:#e668a0!important}.svg-fill-orange-4 svg path,.svg-fill-orange-4 svg circle{fill:#ff906d!important}.svg-fill-brown svg path,.svg-fill-brown svg circle{fill:#865e3a!important}.svg-fill-purple-4 svg path,.svg-fill-purple-4 svg circle{fill:#9e47ec!important}.svg-fill-first-path-child-green svg path:first-child{fill:#56b4ac!important}.svg-fill-first-path-child-green-6 svg path:first-child{fill:#77bf56!important}.svg-fill-first-path-child-yellow-1 svg path:first-child{fill:#fab15c!important}.svg-fill-first-path-child-orange-4 svg path:first-child{fill:#ff906d!important}.svg-fill-first-path-child-red-10 svg path:first-child{fill:#e66767!important}.svg-fill-first-path-child-light-grey-2 svg path:first-child{fill:#aaa!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey svg path{transition:fill .3s ease-in-out}.svg-hover-grey:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-9 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-9:hover svg path{fill:#0b49d1!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#6f9ee033!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-17 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-17:hover svg path{fill:#bed0f9!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-bw-9 svg path{transition:fill .3s ease-in-out}.svg-hover-bw-9:hover svg path{fill:#dadada!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-6 svg{width:6px;height:6px}.svg-size-7 svg{width:7px;height:7px}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-17 svg{width:17px;height:17px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-23 svg{width:23px;height:23px}.svg-size-26 svg{width:26px;height:26px}.svg-size-30-26 svg{width:30px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.svg-size-90 svg{width:90px;height:90px}.svg-rect-fill-blue-8{fill:#6692f1!important}.svg-rect-fill-blue-8 svg rect{fill:#6692f1!important}.svg-rect-fill-yellow-1{fill:#fab15c!important}.svg-rect-fill-yellow-1 svg rect{fill:#fab15c!important}.svg-rect-fill-red-10{fill:#e66767!important}.svg-rect-fill-red-10 svg rect{fill:#e66767!important}.svg-rect-fill-muted{fill:#919191!important}.svg-rect-fill-muted svg rect{fill:#919191!important}.svg-rect-fill-dark-2{fill:#91919133!important}.svg-rect-fill-dark-2 svg rect{fill:#91919133!important}.svg-rect-hover-blue-14{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14:hover{fill:#3b73ed!important}.svg-rect-hover-blue-14:hover svg rect{fill:#3b73ed!important}.svg-rect-hover-yellow-5{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5:hover{fill:#f89b2e!important}.svg-rect-hover-yellow-5:hover svg rect{fill:#f89b2e!important}.svg-rect-hover-red-11{transition:fill .3s ease-in-out}.svg-rect-hover-red-11 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-red-11:hover{fill:#df3c3c!important}.svg-rect-hover-red-11:hover svg rect{fill:#df3c3c!important}.svg-rect-hover-bw6-2{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2:hover{fill:#6c6c6c!important}.svg-rect-hover-bw6-2:hover svg rect{fill:#6c6c6c!important}.svg-rect-hover-dark-2{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2:hover{fill:#91919133!important}.svg-rect-hover-dark-2:hover svg rect{fill:#91919133!important}.background-transparent{background-color:transparent}.background-white{background-color:#fff}.background-white-7{background-color:#ffffff20}.background-muted{background:#919191}.background-muted-o20{background:#91919133}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-black-3{background-color:#1d1d1d}.background-gray{background-color:#e5e5e5}.background-gray-2{background-color:#6c6c6c}.background-gray-7{background-color:#ccc3}.background-gray-12{background-color:#eee}.background-gray-20{background-color:#c9c9c9}.background-light-gray-2{background-color:#aaa}.background-light-gray-6{background-color:#ccc}.background-light-gray-7{background-color:#fbfbfb}.background-grey{background-color:#919191}.background-grey-4{background-color:#ccc}.background-blue-5{background-color:#3074d3}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-blue-15{background-color:#0b49d1}.background-blue-18{background-color:#3b73ed}.background-blue-19{background-color:#92b1f5}.background-blue-20{background-color:#3b73ed33}.background-green-0{background-color:#56b4ac}.background-green-2{background-color:#259f94}.background-green-3{background-color:#b6dfdb}.background-green-4,.background-green-6{background-color:#86c9c3}.background-green-special-filter{background-color:#007a6e}.background-dark-2{background-color:#91919133}.background-dark-3{background-color:#91919166}.background-red-19{background-color:#df3d85}.background-red-11{background-color:#df3c3c}.background-purple-4{background-color:#9e47ec}.background-gold-bold{background-color:#cf961d}.background-gold-subtle{background-color:#e4c481}.background-orange-3{background-color:#ffb097}.background-orange-4{background-color:#ff906d}.background-orange-7{background-color:#ffcfc0}.background-yellow-1{background-color:#fab15c}.background-yellow-5{background-color:#f89b2e}.background-yellow-7{background-color:#f89b2e33}.background-yellow-8{background-color:#daad4f}.background-bw5{background-color:#919191}.background-bw6-2{background-color:#6c6c6c}.background-brown-bold{background-color:#865e3a}.background-bw2{background-color:#eee}.background-bw-9{background-color:#dadada}.background-bw10{background-color:#eee0}.background-hover-white{transition:background-color .3s ease-in-out}.background-hover-white:hover{background-color:#fff!important}.background-hover-white-4{transition:background-color .3s ease-in-out}.background-hover-white-4:hover{background-color:#fff3!important}.background-hover-black{transition:background-color .3s ease-in-out}.background-hover-black:hover{background-color:#424242!important}.background-hover-black-1{transition:background-color .3s ease-in-out}.background-hover-black-1:hover{background-color:#424242!important}.background-hover-black-2{transition:background-color .3s ease-in-out}.background-hover-black-2:hover{background-color:#2f2f2f!important}.background-hover-grey{transition:background-color .3s ease-in-out}.background-hover-grey:hover{background-color:#919191!important}.background-hover-grey-2{transition:background-color .3s ease-in-out}.background-hover-grey-2:hover{background-color:#6c6c6c!important}.background-hover-grey-6{transition:background-color .3s ease-in-out}.background-hover-grey-6:hover{background-color:#91919120!important}.background-hover-dark-2{transition:background-color .3s ease-in-out}.background-hover-dark-2:hover{background-color:#91919133!important}.background-hover-dark-3{transition:background-color .3s ease-in-out}.background-hover-dark-3:hover{background-color:#91919166!important}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-bw6{transition:background-color .3s ease-in-out}.background-hover-bw6:hover{background-color:#606060!important}.background-hover-bw6-2{transition:background-color .3s ease-in-out}.background-hover-bw6-2:hover{background-color:#6c6c6c!important}.background-hover-blue-11{transition:background-color .3s ease-in-out}.background-hover-blue-11:hover{background-color:#6f9ee066!important}.background-hover-blue-13{transition:background-color .3s ease-in-out}.background-hover-blue-13:hover{background-color:#6692f1!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.background-hover-blue-16{transition:background-color .3s ease-in-out}.background-hover-blue-16:hover{background-color:#e9effd!important}.background-hover-blue-17{transition:background-color .3s ease-in-out}.background-hover-blue-17:hover{background-color:#bed0f9!important}.background-hover-blue-19{transition:background-color .3s ease-in-out}.background-hover-blue-19:hover{background-color:#92b1f5!important}.background-hover-blue-20{transition:background-color .3s ease-in-out}.background-hover-blue-20:hover{background-color:#3b73ed33!important}.background-hover-blue-21{transition:background-color .3s ease-in-out}.background-hover-blue-21:hover{background-color:#3b73ed66!important}.background-hover-red-15{transition:background-color .3s ease-in-out}.background-hover-red-15:hover{background-color:#f4bebe!important}.background-hover-red-14{transition:background-color .3s ease-in-out}.background-hover-red-14:hover{background-color:#c20c0c!important}.background-hover-gray{transition:background-color .3s ease-in-out}.background-hover-gray:hover{background-color:#e5e5e5!important}.background-hover-light-grey{transition:background-color .3s ease-in-out}.background-hover-light-grey:hover{background-color:#e5e5e5!important}.background-hover-light-grey-5{transition:background-color .3s ease-in-out}.background-hover-light-grey-5:hover{background-color:#f7f7f7!important}.background-hover-bw-9{transition:background-color .3s ease-in-out}.background-hover-bw-9:hover{background-color:#dadada!important}.background-hover-green-special-filter{transition:background-color .3s ease-in-out}.background-hover-green-special-filter:hover{background-color:#007a6e!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-50{border-radius:50px}.br-60{border-radius:60px}.br-circle{border-radius:50%}.padding-1{padding:1px}.padding-l-1{padding-left:1px}.padding-r-1{padding-right:1px}.padding-t-1{padding-top:1px}.padding-b-1{padding-bottom:1px}.padding-2{padding:2px}.padding-l-2{padding-left:2px}.padding-r-2{padding-right:2px}.padding-t-2{padding-top:2px}.padding-b-2{padding-bottom:2px}.padding-3{padding:3px}.padding-l-3{padding-left:3px}.padding-r-3{padding-right:3px}.padding-t-3{padding-top:3px}.padding-b-3{padding-bottom:3px}.padding-4{padding:4px}.padding-l-4{padding-left:4px}.padding-r-4{padding-right:4px}.padding-t-4{padding-top:4px}.padding-b-4{padding-bottom:4px}.padding-6{padding:6px}.padding-l-6{padding-left:6px}.padding-r-6{padding-right:6px}.padding-t-6{padding-top:6px}.padding-b-6{padding-bottom:6px}.padding-8{padding:8px}.padding-l-8{padding-left:8px}.padding-r-8{padding-right:8px}.padding-t-8{padding-top:8px}.padding-b-8{padding-bottom:8px}.padding-9{padding:9px}.padding-l-9{padding-left:9px}.padding-r-9{padding-right:9px}.padding-t-9{padding-top:9px}.padding-b-9{padding-bottom:9px}.padding-10{padding:10px}.padding-l-10{padding-left:10px}.padding-r-10{padding-right:10px}.padding-t-10{padding-top:10px}.padding-b-10{padding-bottom:10px}.padding-12{padding:12px}.padding-l-12{padding-left:12px}.padding-r-12{padding-right:12px}.padding-t-12{padding-top:12px}.padding-b-12{padding-bottom:12px}.padding-14{padding:14px}.padding-l-14{padding-left:14px}.padding-r-14{padding-right:14px}.padding-t-14{padding-top:14px}.padding-b-14{padding-bottom:14px}.padding-15{padding:15px}.padding-l-15{padding-left:15px}.padding-r-15{padding-right:15px}.padding-t-15{padding-top:15px}.padding-b-15{padding-bottom:15px}.padding-18{padding:18px}.padding-l-18{padding-left:18px}.padding-r-18{padding-right:18px}.padding-t-18{padding-top:18px}.padding-b-18{padding-bottom:18px}.padding-30{padding:30px}.padding-l-30{padding-left:30px}.padding-r-30{padding-right:30px}.padding-t-30{padding-top:30px}.padding-b-30{padding-bottom:30px}.padding-y-1{padding-top:1px;padding-bottom:1px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-3{padding-top:3px;padding-bottom:3px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-y-6{padding-top:6px;padding-bottom:6px}.padding-y-8{padding-top:8px;padding-bottom:8px}.padding-y-9{padding-top:9px;padding-bottom:9px}.padding-y-10{padding-top:10px;padding-bottom:10px}.padding-y-12{padding-top:12px;padding-bottom:12px}.padding-y-14{padding-top:14px;padding-bottom:14px}.padding-y-15{padding-top:15px;padding-bottom:15px}.padding-y-18{padding-top:18px;padding-bottom:18px}.padding-y-30{padding-top:30px;padding-bottom:30px}.padding-x-2{padding-left:2px;padding-right:2px}.padding-x-3{padding-left:3px;padding-right:3px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.padding-x-6{padding-left:6px;padding-right:6px}.padding-x-8{padding-left:8px;padding-right:8px}.padding-x-10{padding-left:10px;padding-right:10px}.padding-x-12{padding-left:12px;padding-right:12px}.margin--4{margin:-4px}.margin-y--4{margin-top:-4px;margin-bottom:-4px}.margin-x--4{margin-left:-4px;margin-right:-4px}.margin-t--4{margin-top:-4px}.margin-r--4{margin-right:-4px}.margin-b--4{margin-bottom:-4px}.margin-l--4{margin-left:-4px}.margin--2{margin:-2px}.margin-y--2{margin-top:-2px;margin-bottom:-2px}.margin-x--2{margin-left:-2px;margin-right:-2px}.margin-t--2{margin-top:-2px}.margin-r--2{margin-right:-2px}.margin-b--2{margin-bottom:-2px}.margin-l--2{margin-left:-2px}.margin-1{margin:1px}.margin-y-1{margin-top:1px;margin-bottom:1px}.margin-x-1{margin-left:1px;margin-right:1px}.margin-t-1{margin-top:1px}.margin-r-1{margin-right:1px}.margin-b-1{margin-bottom:1px}.margin-l-1{margin-left:1px}.margin-2{margin:2px}.margin-y-2{margin-top:2px;margin-bottom:2px}.margin-x-2{margin-left:2px;margin-right:2px}.margin-t-2{margin-top:2px}.margin-r-2{margin-right:2px}.margin-b-2{margin-bottom:2px}.margin-l-2{margin-left:2px}.margin-4{margin:4px}.margin-y-4{margin-top:4px;margin-bottom:4px}.margin-x-4{margin-left:4px;margin-right:4px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-l-4{margin-left:4px}.margin-5{margin:5px}.margin-y-5{margin-top:5px;margin-bottom:5px}.margin-x-5{margin-left:5px;margin-right:5px}.margin-t-5{margin-top:5px}.margin-r-5{margin-right:5px}.margin-b-5{margin-bottom:5px}.margin-l-5{margin-left:5px}.margin-6{margin:6px}.margin-y-6{margin-top:6px;margin-bottom:6px}.margin-x-6{margin-left:6px;margin-right:6px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-l-6{margin-left:6px}.margin-7{margin:7px}.margin-y-7{margin-top:7px;margin-bottom:7px}.margin-x-7{margin-left:7px;margin-right:7px}.margin-t-7{margin-top:7px}.margin-r-7{margin-right:7px}.margin-b-7{margin-bottom:7px}.margin-l-7{margin-left:7px}.margin-8{margin:8px}.margin-y-8{margin-top:8px;margin-bottom:8px}.margin-x-8{margin-left:8px;margin-right:8px}.margin-t-8{margin-top:8px}.margin-r-8{margin-right:8px}.margin-b-8{margin-bottom:8px}.margin-l-8{margin-left:8px}.margin-10{margin:10px}.margin-y-10{margin-top:10px;margin-bottom:10px}.margin-x-10{margin-left:10px;margin-right:10px}.margin-t-10{margin-top:10px}.margin-r-10{margin-right:10px}.margin-b-10{margin-bottom:10px}.margin-l-10{margin-left:10px}.margin-15{margin:15px}.margin-y-15{margin-top:15px;margin-bottom:15px}.margin-x-15{margin-left:15px;margin-right:15px}.margin-t-15{margin-top:15px}.margin-r-15{margin-right:15px}.margin-b-15{margin-bottom:15px}.margin-l-15{margin-left:15px}.margin-22{margin:22px}.margin-y-22{margin-top:22px;margin-bottom:22px}.margin-x-22{margin-left:22px;margin-right:22px}.margin-t-22{margin-top:22px}.margin-r-22{margin-right:22px}.margin-b-22{margin-bottom:22px}.margin-l-22{margin-left:22px}.margin-24{margin:24px}.margin-y-24{margin-top:24px;margin-bottom:24px}.margin-x-24{margin-left:24px;margin-right:24px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.margin-l-24{margin-left:24px}.gap-xs{gap:xspx}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-20{gap:20px}.gap-px-4{gap:4px}.grid-gap-8{grid-gap:8px}.w-1{width:1px}.h-1{height:1px}.w-2{width:2px}.h-2{height:2px}.w-4{width:4px}.h-4{height:4px}.w-10{width:10px}.h-10{height:10px}.w-14{width:14px}.h-14{height:14px}.w-15{width:15px}.h-15{height:15px}.w-18{width:18px}.h-18{height:18px}.w-22{width:22px}.h-22{height:22px}.w-26{width:26px}.h-26{height:26px}.w-31{width:31px}.h-31{height:31px}.w-32{width:32px}.h-32{height:32px}.w-36{width:36px}.h-36{height:36px}.w-116{width:116px}.h-116{height:116px}.w-120{width:120px}.h-120{height:120px}.w-fit-content{width:fit-content!important}.right-100{right:100%}.left-100{left:100%}.top--1{top:-1px}.top-2{top:2px}.top--14{top:-14px}.z-index--1{z-index:-1}.z-index-0{z-index:0}.z-index-1{z-index:1}.filter-dropdown-popover{width:260px;position:relative;top:-4px;left:-4px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}.h-7{height:7px!important;min-height:7px!important}.h-8{height:8px!important;min-height:8px!important}.h-9{height:9px!important;min-height:9px!important}.h-10{height:10px!important;min-height:10px!important}.h-11{height:11px!important;min-height:11px!important}.h-12{height:12px!important;min-height:12px!important}.h-14{height:14px!important;min-height:14px!important}.h-15{height:15px!important;min-height:15px!important}.h-16{height:16px!important;min-height:16px!important}.h-18{height:18px!important;min-height:18px!important}.h-22{height:22px!important;min-height:22px!important}.h-24{height:24px!important;min-height:24px!important}.h-26{height:26px!important;min-height:26px!important}.h-28{height:28px!important;min-height:28px!important}.h-30{height:30px!important;min-height:30px!important}.h-34{height:34px!important;min-height:34px!important}.h-37{height:37px!important;min-height:37px!important}.h-40{height:40px!important;min-height:40px!important}.h-42{height:42px!important;min-height:42px!important}.h-44{height:44px!important;min-height:44px!important}.h-52{height:52px!important;min-height:52px!important}.h-80{height:80px!important;min-height:80px!important}.h-160{height:160px!important;min-height:160px!important}.h-231{height:231px!important;min-height:231px!important}.h-486{height:486px!important;min-height:486px!important}.h-800{height:800px!important;min-height:800px!important}.h-960{height:960px!important;min-height:960px!important}.w-2{width:2px!important;min-width:2px!important}.w-7{width:7px!important;min-width:7px!important}.w-8{width:8px!important;min-width:8px!important}.w-10{width:10px!important;min-width:10px!important}.w-12{width:12px!important;min-width:12px!important}.w-14{width:14px!important;min-width:14px!important}.w-15{width:15px!important;min-width:15px!important}.w-16{width:16px!important;min-width:16px!important}.w-18{width:18px!important;min-width:18px!important}.w-22{width:22px!important;min-width:22px!important}.w-24{width:24px!important;min-width:24px!important}.w-26{width:26px!important;min-width:26px!important}.w-29{width:29px!important;min-width:29px!important}.w-30{width:30px!important;min-width:30px!important}.w-36{width:36px!important;min-width:36px!important}.w-40{width:40px!important;min-width:40px!important}.w-42{width:42px!important;min-width:42px!important}.w-46{width:46px!important;min-width:46px!important}.w-49{width:49px!important;min-width:49px!important}.w-57{width:57px!important;min-width:57px!important}.w-60{width:60px!important;min-width:60px!important}.w-68{width:68px!important;min-width:68px!important}.w-70{width:70px!important;min-width:70px!important}.w-71{width:71px!important;min-width:71px!important}.w-78{width:78px!important;min-width:78px!important}.w-80{width:80px!important;min-width:80px!important}.w-83{width:83px!important;min-width:83px!important}.w-84{width:84px!important;min-width:84px!important}.w-88{width:88px!important;min-width:88px!important}.w-90{width:90px!important;min-width:90px!important}.w-91{width:91px!important;min-width:91px!important}.w-93{width:93px!important;min-width:93px!important}.w-96{width:96px!important;min-width:96px!important}.w-98{width:98px!important;min-width:98px!important}.w-101{width:101px!important;min-width:101px!important}.w-106{width:106px!important;min-width:106px!important}.w-108{width:108px!important;min-width:108px!important}.w-116{width:116px!important;min-width:116px!important}.w-118{width:118px!important;min-width:118px!important}.w-126{width:126px!important;min-width:126px!important}.w-144{width:144px!important;min-width:144px!important}.w-155{width:155px!important;min-width:155px!important}.w-172{width:172px!important;min-width:172px!important}.w-179{width:179px!important;min-width:179px!important}.w-180{width:180px!important;min-width:180px!important}.w-202{width:202px!important;min-width:202px!important}.w-214{width:214px!important;min-width:214px!important}.w-223{width:223px!important;min-width:223px!important}.w-252{width:252px!important;min-width:252px!important}.w-264{width:264px!important;min-width:264px!important}.w-268{width:268px!important;min-width:268px!important}.w-272{width:272px!important;min-width:272px!important}.w-276{width:276px!important;min-width:276px!important}.w-277{width:277px!important;min-width:277px!important}.w-300{width:300px!important;min-width:300px!important}.w-334{width:334px!important;min-width:334px!important}.w-442{width:442px!important;min-width:442px!important}.w-462{width:462px!important;min-width:462px!important}.w-612{width:612px!important;min-width:612px!important}.w-616{width:616px!important;min-width:616px!important}.w-620{width:620px!important;min-width:620px!important}.min-w-0{min-width:0}.min-w-16{min-width:16px}.min-w-18{min-width:18px}.min-w-40{min-width:40px}.min-w-100{min-width:100px}.min-h-100{min-height:100px}.flex-1{flex:1}.w-33{width:33%}.w-40p{width:40%}.w-90p{width:90%}.w-100p{width:100%}.ca-full-width{width:100%!important}.shadow-100{box-shadow:0 0 4px #0003}.shadow-300{box-shadow:0 0 6px #0003}.opacity-40{opacity:.4}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.transition-width{transition:width .25s cubic-bezier(.46,.03,.51,.95);overflow-x:hidden}.transition-transform{transition:transform .25s cubic-bezier(.46,.03,.51,.95)}.transition-transform-100{transition:transform .1s cubic-bezier(.46,.03,.51,.95)}.transition-transform-400{transition:transform .4s cubic-bezier(.46,.03,.51,.95)}.transition-width-transform{transition-duration:.25s;transition-timing-function:cubic-bezier(.46,.03,.51,.95);transition-property:transform,width}.transition-background{transition:background .2s cubic-bezier(.46,.03,.51,.95)}.transition-background-100{transition:background .1s cubic-bezier(.46,.03,.51,.95)}.transition-background-color-300{transition:background,color .3s cubic-bezier(.46,.03,.51,.95)}.transition-fill-100 svg path{transition:fill .1s cubic-bezier(.46,.03,.51,.95)}.transition-duration-250{transition-duration:.25s}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.pointer-events-none{pointer-events:none}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}.place-items-center{justify-content:center;align-items:center}.prevent-text-selection{-ms-user-select:none;-webkit-user-select:none;user-select:none;-moz-user-select:none}.highlight-text-45632{background-color:#3b73ed33;color:#92b1f5;transition:all .3s ease-in-out}.last-fuel-price{grid-template-columns:repeat(2,202px);grid-gap:12px}.last-fuel-price-item .total-value{margin-top:2px}.last-fuel-price-item.disabled{pointer-events:none!important}.last-fuel-price-item.disabled .last-fuel-price-item-progress-bar-box{background:#91919133!important}.last-fuel-price-item.disabled .last-fuel-price-item-progress-bar .progress-icon{display:none!important}.last-fuel-price-item .last-fuel-price-item-progress{margin-top:12px}.last-fuel-price-item .last-fuel-price-item-progress-bar{position:relative;grid-template-columns:repeat(5,39px);grid-gap:2px;margin-bottom:6px}.last-fuel-price-item .last-fuel-price-item-progress-bar-box{height:8px}.last-fuel-price-item .last-fuel-price-item-progress-bar-box:first-of-type{border-top-left-radius:2px;border-bottom-left-radius:2px}.last-fuel-price-item .last-fuel-price-item-progress-bar-box:last-of-type{border-top-right-radius:2px;border-bottom-right-radius:2px}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon{position:absolute;top:50%;line-height:1px;transform:translateY(-50%) translate(-50%)}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon svg circle,.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon svg g{fill:#fff}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-1 svg g{stroke:#56b4ac}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-2 svg g{stroke:#77bf56}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-3 svg g{stroke:#fab15c}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-4 svg g{stroke:#ff906d}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-5 svg g{stroke:#e66767}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-outdated svg g{stroke:#dadada}.last-fuel-price.map-view{grid-template-columns:repeat(1,253px)}.last-fuel-price.map-view .last-fuel-price-item-progress{margin:0}.last-fuel-price.map-view .last-fuel-price-item-progress-bar{grid-template-columns:repeat(5,49px);margin-top:4px;order:2}.last-fuel-price.map-view .last-fuel-price-item.disabled .last-fuel-price-item-progress .progress-icon.fuel-color-outdated{display:block!important}\n"], dependencies: [{ kind: "ngmodule", type:
|
|
16040
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: CaLastFuelPriceProgressComponent, isStandalone: true, selector: "app-ca-last-fuel-price-progress", inputs: { lastFuelPriceData: "lastFuelPriceData" }, ngImport: i0, template: "<div\n class=\"d-grid align-items-center last-fuel-price\"\n [class.map-view]=\"isMapView\"\n>\n @for (\n fuelPrice of lastFuelPriceConfig;\n let i = $index;\n track fuelPrice.title\n ) {\n @let isSingleTransaction =\n fuelPrice?.totalValue === fuelPrice?.minValue &&\n fuelPrice?.minValue === fuelPrice?.maxValue;\n\n @let isDisabled =\n isSingleTransaction ||\n fuelPrice?.isOutdated ||\n !fuelPrice?.totalValue;\n\n @let hasNoPurchaseCompanyWide =\n !fuelPrice?.minValue && !fuelPrice?.maxValue;\n\n <div\n class=\"d-flex flex-column justify-content-center last-fuel-price-item\"\n [ngClass]=\"{ disabled: isDisabled }\"\n >\n @if (!fuelPrice.isMapView) {\n <p\n class=\"m-0 ta-font-bold text-size-11\"\n [ngClass]=\"\n isDisabled ? 'text-color-bw6-2' : 'text-color-black'\n \"\n >\n {{ fuelPrice?.title }}\n </p>\n\n <span\n class=\"ta-font-medium text-size-18 total-value\"\n [ngClass]=\"\n isDisabled\n ? 'text-color-light-grey-2'\n : 'text-color-black'\n \"\n >\n {{\n fuelPrice.totalValue\n ? eUnit.DOLLAR_SIGN + fuelPrice?.totalValue\n : hasNoPurchaseCompanyWide\n ? eStringPlaceholder.NA\n : eStringPlaceholder.NONE\n }}\n </span>\n }\n\n <!-- Progress -->\n\n <div\n class=\"d-flex flex-column justify-content-center last-fuel-price-item-progress\"\n >\n <div\n class=\"d-grid align-items-center last-fuel-price-item-progress-bar\"\n >\n @for (\n fuelPriceColor of lastFuelPriceColors;\n track fuelPriceColor\n ) {\n <div\n class=\"last-fuel-price-item-progress-bar-box\"\n [ngStyle]=\"{\n 'background-color': fuelPriceColor,\n }\"\n ></div>\n }\n\n <!-- Progress Icon -->\n\n <svg-icon\n class=\"svg-size-22 progress-icon\"\n [ngClass]=\"fuelPrice?.svgClass\"\n [ngStyle]=\"{\n left:\n fuelPrice?.svgPosition + eUnit.PERCENTAGE_SIGN,\n }\"\n [src]=\"lastFuelPriceSvgRoutes.progressIconRoute\"\n ></svg-icon>\n </div>\n\n <div class=\"d-flex align-items-center justify-content-between\">\n <span\n class=\"ta-font-medium text-size-11\"\n [ngClass]=\"\n isDisabled\n ? 'text-color-muted'\n : 'text-color-black-2'\n \"\n >${{ fuelPrice?.minValue ?? eStringPlaceholder.NA }}\n </span>\n\n <span\n class=\"ta-font-medium text-size-11\"\n [ngClass]=\"\n isDisabled\n ? 'text-color-muted'\n : 'text-color-black-2'\n \"\n >${{ fuelPrice?.maxValue ?? eStringPlaceholder.NA }}\n </span>\n </div>\n </div>\n </div>\n }\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:420px!important}.pickup-delivery-popover .popover-body{position:relative;left:-4px;top:1px}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.load-pickup-delivery-popover{top:-34px!important;max-width:400px!important}.gps_dropdown_popover{top:-38px;max-width:748px!important}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.dropdown-menu-popover.bs-popover-end-top .dropdown-container{transform:translate(-4px,-4px)}.dropdown-menu-popover.bs-popover-bottom-end .dropdown-container{transform:translate(3px,-3px)}.dropdown-menu-popover.bs-popover-end-bottom .dropdown-container{transform:translate(-3px,3px)}.dropdown-menu-popover.bs-popover-top-end .dropdown-container{transform:translate(3px,3px)}.dropdown-menu-popover.ca-pickup-delivery-dropdown-popover.bs-popover-end-top .dropdown-container{transform:translateY(-6px)}.dropdown-details-title-card-popover .dropdown-container{transform:translateY(-4px)}.fleet-filter-popover.bs-popover-bottom-start .fleet-filter-dropdown-container{transform:translate(-4px,-4px)!important}.fleet-filter-popover.bs-popover-top-start .fleet-filter-dropdown-container{transform:translate(-4px,4px)!important}.fleet-filter-sort-popover.bs-popover-end-top{transform:translate(158px,-3px)!important}.factoring-dropdown-popover.bs-popover-bottom-end .factoring-dropdown-container{transform:translate(4px,-4px)!important}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:1}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{white-space:nowrap;max-width:none;border-radius:3px;font-size:11px;font-weight:600}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;line-height:14px;font-weight:600;border-radius:3px;padding:2px 6px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-5{color:#3074d3!important}.text-color-blue-5::-moz-selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-5::selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-11{color:#3b73ed!important}.text-color-blue-11::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-11::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-14{color:#3b73ed!important}.text-color-blue-14::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-14::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow-4{color:#fbc88b!important}.text-color-yellow-4::-moz-selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-4::selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-5{color:#f89b2e!important}.text-color-yellow-5::-moz-selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-yellow-5::selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-special-filter-purple{color:#9e47ec!important}.text-color-special-filter-purple::-moz-selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-special-filter-purple::selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-grey-9{color:#b7b7b7!important}.text-color-grey-9::-moz-selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-grey-9::selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3{color:#ffffffb3!important}.text-color-white-3::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-color-orange-1{color:#ff7043!important}.text-color-orange-1::-moz-selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-1::selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-2{color:#f77d3b!important}.text-color-orange-2::-moz-selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-2::selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-3{color:#ffb097!important}.text-color-orange-3::-moz-selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-orange-3::selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-brown-1{color:#865e3a!important}.text-color-brown-1::-moz-selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-brown-1::selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-light-blue-2{color:#1ab5e6!important}.text-color-light-blue-2::-moz-selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-color-light-blue-2::selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-hover-white{transition:color .3s ease-in-out ease-in-out}.text-hover-white:hover{color:#fff!important}.text-hover-black{transition:color .3s ease-in-out ease-in-out}.text-hover-black:hover{color:#424242!important}.text-hover-blue-15{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-15:hover{color:#0b49d1!important}.text-hover-blue-18{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-18:hover{color:#3b73ed!important}.text-hover-bw6-2{transition:color .3s ease-in-out ease-in-out}.text-hover-bw6-2:hover{color:#6c6c6c!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-20{font-size:20px!important;line-height:24px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.font-size-7{font-size:7px!important}.font-size-8{font-size:8px!important}.font-size-11{font-size:11px!important}.line-height-12{line-height:12px!important}.line-height-15{line-height:15px!important}.line-height-18{line-height:18px!important}.line-height-20{line-height:20px!important}.svg-fill-dark-2 svg path,.svg-fill-dark-2 svg circle{fill:#91919133!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-black-2 svg path,.svg-fill-black-2 svg circle{fill:#2f2f2f!important}.svg-fill-black-9 svg path,.svg-fill-black-9 svg circle{fill:#1d1d1d!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-white-3 svg path,.svg-fill-white-3 svg circle{fill:#ebebeb!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-grey-2 svg path,.svg-fill-grey-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw6-2 svg path,.svg-fill-bw6-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-9 svg path,.svg-fill-blue-9 svg circle{fill:#0b49d1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-green-6 svg path,.svg-fill-green-6 svg circle{fill:#77bf56!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-yellow-8 svg path,.svg-fill-yellow-8 svg circle{fill:#daad4f!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-fill-red-13 svg path,.svg-fill-red-13 svg circle{fill:#ed9292!important}.svg-fill-red-14 svg path,.svg-fill-red-14 svg circle{fill:#c20c0c!important}.svg-fill-red-15 svg path,.svg-fill-red-15 svg circle{fill:#f4bebe!important}.svg-fill-red-18 svg path,.svg-fill-red-18 svg circle{fill:#e668a0!important}.svg-fill-orange-4 svg path,.svg-fill-orange-4 svg circle{fill:#ff906d!important}.svg-fill-brown svg path,.svg-fill-brown svg circle{fill:#865e3a!important}.svg-fill-purple-4 svg path,.svg-fill-purple-4 svg circle{fill:#9e47ec!important}.svg-fill-first-path-child-green svg path:first-child{fill:#56b4ac!important}.svg-fill-first-path-child-green-6 svg path:first-child{fill:#77bf56!important}.svg-fill-first-path-child-yellow-1 svg path:first-child{fill:#fab15c!important}.svg-fill-first-path-child-orange-4 svg path:first-child{fill:#ff906d!important}.svg-fill-first-path-child-red-10 svg path:first-child{fill:#e66767!important}.svg-fill-first-path-child-light-grey-2 svg path:first-child{fill:#aaa!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey svg path{transition:fill .3s ease-in-out}.svg-hover-grey:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-9 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-9:hover svg path{fill:#0b49d1!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#6f9ee033!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-17 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-17:hover svg path{fill:#bed0f9!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-bw-9 svg path{transition:fill .3s ease-in-out}.svg-hover-bw-9:hover svg path{fill:#dadada!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-6 svg{width:6px;height:6px}.svg-size-7 svg{width:7px;height:7px}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-17 svg{width:17px;height:17px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-23 svg{width:23px;height:23px}.svg-size-26 svg{width:26px;height:26px}.svg-size-30-26 svg{width:30px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.svg-size-90 svg{width:90px;height:90px}.svg-rect-fill-blue-8{fill:#6692f1!important}.svg-rect-fill-blue-8 svg rect{fill:#6692f1!important}.svg-rect-fill-yellow-1{fill:#fab15c!important}.svg-rect-fill-yellow-1 svg rect{fill:#fab15c!important}.svg-rect-fill-red-10{fill:#e66767!important}.svg-rect-fill-red-10 svg rect{fill:#e66767!important}.svg-rect-fill-muted{fill:#919191!important}.svg-rect-fill-muted svg rect{fill:#919191!important}.svg-rect-fill-dark-2{fill:#91919133!important}.svg-rect-fill-dark-2 svg rect{fill:#91919133!important}.svg-rect-hover-blue-14{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14:hover{fill:#3b73ed!important}.svg-rect-hover-blue-14:hover svg rect{fill:#3b73ed!important}.svg-rect-hover-yellow-5{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5:hover{fill:#f89b2e!important}.svg-rect-hover-yellow-5:hover svg rect{fill:#f89b2e!important}.svg-rect-hover-red-11{transition:fill .3s ease-in-out}.svg-rect-hover-red-11 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-red-11:hover{fill:#df3c3c!important}.svg-rect-hover-red-11:hover svg rect{fill:#df3c3c!important}.svg-rect-hover-bw6-2{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2:hover{fill:#6c6c6c!important}.svg-rect-hover-bw6-2:hover svg rect{fill:#6c6c6c!important}.svg-rect-hover-dark-2{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2:hover{fill:#91919133!important}.svg-rect-hover-dark-2:hover svg rect{fill:#91919133!important}.background-transparent{background-color:transparent}.background-white{background-color:#fff}.background-white-7{background-color:#ffffff20}.background-muted{background:#919191}.background-muted-o20{background:#91919133}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-black-3{background-color:#1d1d1d}.background-gray{background-color:#e5e5e5}.background-gray-2{background-color:#6c6c6c}.background-gray-7{background-color:#ccc3}.background-gray-12{background-color:#eee}.background-gray-20{background-color:#c9c9c9}.background-light-gray-2{background-color:#aaa}.background-light-gray-6{background-color:#ccc}.background-light-gray-7{background-color:#fbfbfb}.background-grey{background-color:#919191}.background-grey-4{background-color:#ccc}.background-blue-5{background-color:#3074d3}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-blue-15{background-color:#0b49d1}.background-blue-18{background-color:#3b73ed}.background-blue-19{background-color:#92b1f5}.background-blue-20{background-color:#3b73ed33}.background-green-0{background-color:#56b4ac}.background-green-2{background-color:#259f94}.background-green-3{background-color:#b6dfdb}.background-green-4,.background-green-6{background-color:#86c9c3}.background-green-special-filter{background-color:#007a6e}.background-dark-2{background-color:#91919133}.background-dark-3{background-color:#91919166}.background-red-19{background-color:#df3d85}.background-red-11{background-color:#df3c3c}.background-purple-4{background-color:#9e47ec}.background-gold-bold{background-color:#cf961d}.background-gold-subtle{background-color:#e4c481}.background-orange-3{background-color:#ffb097}.background-orange-4{background-color:#ff906d}.background-orange-7{background-color:#ffcfc0}.background-yellow-1{background-color:#fab15c}.background-yellow-5{background-color:#f89b2e}.background-yellow-7{background-color:#f89b2e33}.background-yellow-8{background-color:#daad4f}.background-bw5{background-color:#919191}.background-bw6-2{background-color:#6c6c6c}.background-brown-bold{background-color:#865e3a}.background-bw2{background-color:#eee}.background-bw-9{background-color:#dadada}.background-bw10{background-color:#eee0}.background-hover-white{transition:background-color .3s ease-in-out}.background-hover-white:hover{background-color:#fff!important}.background-hover-white-4{transition:background-color .3s ease-in-out}.background-hover-white-4:hover{background-color:#fff3!important}.background-hover-black{transition:background-color .3s ease-in-out}.background-hover-black:hover{background-color:#424242!important}.background-hover-black-1{transition:background-color .3s ease-in-out}.background-hover-black-1:hover{background-color:#424242!important}.background-hover-black-2{transition:background-color .3s ease-in-out}.background-hover-black-2:hover{background-color:#2f2f2f!important}.background-hover-grey{transition:background-color .3s ease-in-out}.background-hover-grey:hover{background-color:#919191!important}.background-hover-grey-2{transition:background-color .3s ease-in-out}.background-hover-grey-2:hover{background-color:#6c6c6c!important}.background-hover-grey-6{transition:background-color .3s ease-in-out}.background-hover-grey-6:hover{background-color:#91919120!important}.background-hover-dark-2{transition:background-color .3s ease-in-out}.background-hover-dark-2:hover{background-color:#91919133!important}.background-hover-dark-3{transition:background-color .3s ease-in-out}.background-hover-dark-3:hover{background-color:#91919166!important}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-bw6{transition:background-color .3s ease-in-out}.background-hover-bw6:hover{background-color:#606060!important}.background-hover-bw6-2{transition:background-color .3s ease-in-out}.background-hover-bw6-2:hover{background-color:#6c6c6c!important}.background-hover-blue-11{transition:background-color .3s ease-in-out}.background-hover-blue-11:hover{background-color:#6f9ee066!important}.background-hover-blue-13{transition:background-color .3s ease-in-out}.background-hover-blue-13:hover{background-color:#6692f1!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.background-hover-blue-16{transition:background-color .3s ease-in-out}.background-hover-blue-16:hover{background-color:#e9effd!important}.background-hover-blue-17{transition:background-color .3s ease-in-out}.background-hover-blue-17:hover{background-color:#bed0f9!important}.background-hover-blue-19{transition:background-color .3s ease-in-out}.background-hover-blue-19:hover{background-color:#92b1f5!important}.background-hover-blue-20{transition:background-color .3s ease-in-out}.background-hover-blue-20:hover{background-color:#3b73ed33!important}.background-hover-blue-21{transition:background-color .3s ease-in-out}.background-hover-blue-21:hover{background-color:#3b73ed66!important}.background-hover-red-15{transition:background-color .3s ease-in-out}.background-hover-red-15:hover{background-color:#f4bebe!important}.background-hover-red-14{transition:background-color .3s ease-in-out}.background-hover-red-14:hover{background-color:#c20c0c!important}.background-hover-gray{transition:background-color .3s ease-in-out}.background-hover-gray:hover{background-color:#e5e5e5!important}.background-hover-light-grey{transition:background-color .3s ease-in-out}.background-hover-light-grey:hover{background-color:#e5e5e5!important}.background-hover-light-grey-5{transition:background-color .3s ease-in-out}.background-hover-light-grey-5:hover{background-color:#f7f7f7!important}.background-hover-bw-9{transition:background-color .3s ease-in-out}.background-hover-bw-9:hover{background-color:#dadada!important}.background-hover-green-special-filter{transition:background-color .3s ease-in-out}.background-hover-green-special-filter:hover{background-color:#007a6e!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-50{border-radius:50px}.br-60{border-radius:60px}.br-circle{border-radius:50%}.padding-1{padding:1px}.padding-l-1{padding-left:1px}.padding-r-1{padding-right:1px}.padding-t-1{padding-top:1px}.padding-b-1{padding-bottom:1px}.padding-2{padding:2px}.padding-l-2{padding-left:2px}.padding-r-2{padding-right:2px}.padding-t-2{padding-top:2px}.padding-b-2{padding-bottom:2px}.padding-3{padding:3px}.padding-l-3{padding-left:3px}.padding-r-3{padding-right:3px}.padding-t-3{padding-top:3px}.padding-b-3{padding-bottom:3px}.padding-4{padding:4px}.padding-l-4{padding-left:4px}.padding-r-4{padding-right:4px}.padding-t-4{padding-top:4px}.padding-b-4{padding-bottom:4px}.padding-6{padding:6px}.padding-l-6{padding-left:6px}.padding-r-6{padding-right:6px}.padding-t-6{padding-top:6px}.padding-b-6{padding-bottom:6px}.padding-8{padding:8px}.padding-l-8{padding-left:8px}.padding-r-8{padding-right:8px}.padding-t-8{padding-top:8px}.padding-b-8{padding-bottom:8px}.padding-9{padding:9px}.padding-l-9{padding-left:9px}.padding-r-9{padding-right:9px}.padding-t-9{padding-top:9px}.padding-b-9{padding-bottom:9px}.padding-10{padding:10px}.padding-l-10{padding-left:10px}.padding-r-10{padding-right:10px}.padding-t-10{padding-top:10px}.padding-b-10{padding-bottom:10px}.padding-12{padding:12px}.padding-l-12{padding-left:12px}.padding-r-12{padding-right:12px}.padding-t-12{padding-top:12px}.padding-b-12{padding-bottom:12px}.padding-14{padding:14px}.padding-l-14{padding-left:14px}.padding-r-14{padding-right:14px}.padding-t-14{padding-top:14px}.padding-b-14{padding-bottom:14px}.padding-15{padding:15px}.padding-l-15{padding-left:15px}.padding-r-15{padding-right:15px}.padding-t-15{padding-top:15px}.padding-b-15{padding-bottom:15px}.padding-18{padding:18px}.padding-l-18{padding-left:18px}.padding-r-18{padding-right:18px}.padding-t-18{padding-top:18px}.padding-b-18{padding-bottom:18px}.padding-30{padding:30px}.padding-l-30{padding-left:30px}.padding-r-30{padding-right:30px}.padding-t-30{padding-top:30px}.padding-b-30{padding-bottom:30px}.padding-y-1{padding-top:1px;padding-bottom:1px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-3{padding-top:3px;padding-bottom:3px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-y-6{padding-top:6px;padding-bottom:6px}.padding-y-8{padding-top:8px;padding-bottom:8px}.padding-y-9{padding-top:9px;padding-bottom:9px}.padding-y-10{padding-top:10px;padding-bottom:10px}.padding-y-12{padding-top:12px;padding-bottom:12px}.padding-y-14{padding-top:14px;padding-bottom:14px}.padding-y-15{padding-top:15px;padding-bottom:15px}.padding-y-18{padding-top:18px;padding-bottom:18px}.padding-y-30{padding-top:30px;padding-bottom:30px}.padding-x-2{padding-left:2px;padding-right:2px}.padding-x-3{padding-left:3px;padding-right:3px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.padding-x-6{padding-left:6px;padding-right:6px}.padding-x-8{padding-left:8px;padding-right:8px}.padding-x-10{padding-left:10px;padding-right:10px}.padding-x-12{padding-left:12px;padding-right:12px}.margin--4{margin:-4px}.margin-y--4{margin-top:-4px;margin-bottom:-4px}.margin-x--4{margin-left:-4px;margin-right:-4px}.margin-t--4{margin-top:-4px}.margin-r--4{margin-right:-4px}.margin-b--4{margin-bottom:-4px}.margin-l--4{margin-left:-4px}.margin--2{margin:-2px}.margin-y--2{margin-top:-2px;margin-bottom:-2px}.margin-x--2{margin-left:-2px;margin-right:-2px}.margin-t--2{margin-top:-2px}.margin-r--2{margin-right:-2px}.margin-b--2{margin-bottom:-2px}.margin-l--2{margin-left:-2px}.margin-1{margin:1px}.margin-y-1{margin-top:1px;margin-bottom:1px}.margin-x-1{margin-left:1px;margin-right:1px}.margin-t-1{margin-top:1px}.margin-r-1{margin-right:1px}.margin-b-1{margin-bottom:1px}.margin-l-1{margin-left:1px}.margin-2{margin:2px}.margin-y-2{margin-top:2px;margin-bottom:2px}.margin-x-2{margin-left:2px;margin-right:2px}.margin-t-2{margin-top:2px}.margin-r-2{margin-right:2px}.margin-b-2{margin-bottom:2px}.margin-l-2{margin-left:2px}.margin-4{margin:4px}.margin-y-4{margin-top:4px;margin-bottom:4px}.margin-x-4{margin-left:4px;margin-right:4px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-l-4{margin-left:4px}.margin-5{margin:5px}.margin-y-5{margin-top:5px;margin-bottom:5px}.margin-x-5{margin-left:5px;margin-right:5px}.margin-t-5{margin-top:5px}.margin-r-5{margin-right:5px}.margin-b-5{margin-bottom:5px}.margin-l-5{margin-left:5px}.margin-6{margin:6px}.margin-y-6{margin-top:6px;margin-bottom:6px}.margin-x-6{margin-left:6px;margin-right:6px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-l-6{margin-left:6px}.margin-7{margin:7px}.margin-y-7{margin-top:7px;margin-bottom:7px}.margin-x-7{margin-left:7px;margin-right:7px}.margin-t-7{margin-top:7px}.margin-r-7{margin-right:7px}.margin-b-7{margin-bottom:7px}.margin-l-7{margin-left:7px}.margin-8{margin:8px}.margin-y-8{margin-top:8px;margin-bottom:8px}.margin-x-8{margin-left:8px;margin-right:8px}.margin-t-8{margin-top:8px}.margin-r-8{margin-right:8px}.margin-b-8{margin-bottom:8px}.margin-l-8{margin-left:8px}.margin-10{margin:10px}.margin-y-10{margin-top:10px;margin-bottom:10px}.margin-x-10{margin-left:10px;margin-right:10px}.margin-t-10{margin-top:10px}.margin-r-10{margin-right:10px}.margin-b-10{margin-bottom:10px}.margin-l-10{margin-left:10px}.margin-15{margin:15px}.margin-y-15{margin-top:15px;margin-bottom:15px}.margin-x-15{margin-left:15px;margin-right:15px}.margin-t-15{margin-top:15px}.margin-r-15{margin-right:15px}.margin-b-15{margin-bottom:15px}.margin-l-15{margin-left:15px}.margin-22{margin:22px}.margin-y-22{margin-top:22px;margin-bottom:22px}.margin-x-22{margin-left:22px;margin-right:22px}.margin-t-22{margin-top:22px}.margin-r-22{margin-right:22px}.margin-b-22{margin-bottom:22px}.margin-l-22{margin-left:22px}.margin-24{margin:24px}.margin-y-24{margin-top:24px;margin-bottom:24px}.margin-x-24{margin-left:24px;margin-right:24px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.margin-l-24{margin-left:24px}.gap-xs{gap:xspx}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-20{gap:20px}.gap-px-4{gap:4px}.grid-gap-8{grid-gap:8px}.w-1{width:1px}.h-1{height:1px}.w-2{width:2px}.h-2{height:2px}.w-4{width:4px}.h-4{height:4px}.w-10{width:10px}.h-10{height:10px}.w-14{width:14px}.h-14{height:14px}.w-15{width:15px}.h-15{height:15px}.w-18{width:18px}.h-18{height:18px}.w-22{width:22px}.h-22{height:22px}.w-26{width:26px}.h-26{height:26px}.w-31{width:31px}.h-31{height:31px}.w-32{width:32px}.h-32{height:32px}.w-36{width:36px}.h-36{height:36px}.w-116{width:116px}.h-116{height:116px}.w-120{width:120px}.h-120{height:120px}.w-fit-content{width:fit-content!important}.right-100{right:100%}.left-100{left:100%}.top--1{top:-1px}.top-2{top:2px}.top--14{top:-14px}.z-index--1{z-index:-1}.z-index-0{z-index:0}.z-index-1{z-index:1}.filter-dropdown-popover{width:260px;position:relative;top:-4px;left:-4px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}.h-7{height:7px!important;min-height:7px!important}.h-8{height:8px!important;min-height:8px!important}.h-9{height:9px!important;min-height:9px!important}.h-10{height:10px!important;min-height:10px!important}.h-11{height:11px!important;min-height:11px!important}.h-12{height:12px!important;min-height:12px!important}.h-14{height:14px!important;min-height:14px!important}.h-15{height:15px!important;min-height:15px!important}.h-16{height:16px!important;min-height:16px!important}.h-18{height:18px!important;min-height:18px!important}.h-22{height:22px!important;min-height:22px!important}.h-24{height:24px!important;min-height:24px!important}.h-26{height:26px!important;min-height:26px!important}.h-28{height:28px!important;min-height:28px!important}.h-30{height:30px!important;min-height:30px!important}.h-34{height:34px!important;min-height:34px!important}.h-37{height:37px!important;min-height:37px!important}.h-40{height:40px!important;min-height:40px!important}.h-42{height:42px!important;min-height:42px!important}.h-44{height:44px!important;min-height:44px!important}.h-52{height:52px!important;min-height:52px!important}.h-80{height:80px!important;min-height:80px!important}.h-160{height:160px!important;min-height:160px!important}.h-231{height:231px!important;min-height:231px!important}.h-486{height:486px!important;min-height:486px!important}.h-800{height:800px!important;min-height:800px!important}.h-960{height:960px!important;min-height:960px!important}.w-2{width:2px!important;min-width:2px!important}.w-7{width:7px!important;min-width:7px!important}.w-8{width:8px!important;min-width:8px!important}.w-10{width:10px!important;min-width:10px!important}.w-12{width:12px!important;min-width:12px!important}.w-14{width:14px!important;min-width:14px!important}.w-15{width:15px!important;min-width:15px!important}.w-16{width:16px!important;min-width:16px!important}.w-18{width:18px!important;min-width:18px!important}.w-22{width:22px!important;min-width:22px!important}.w-24{width:24px!important;min-width:24px!important}.w-26{width:26px!important;min-width:26px!important}.w-29{width:29px!important;min-width:29px!important}.w-30{width:30px!important;min-width:30px!important}.w-36{width:36px!important;min-width:36px!important}.w-40{width:40px!important;min-width:40px!important}.w-42{width:42px!important;min-width:42px!important}.w-46{width:46px!important;min-width:46px!important}.w-49{width:49px!important;min-width:49px!important}.w-57{width:57px!important;min-width:57px!important}.w-60{width:60px!important;min-width:60px!important}.w-68{width:68px!important;min-width:68px!important}.w-70{width:70px!important;min-width:70px!important}.w-71{width:71px!important;min-width:71px!important}.w-78{width:78px!important;min-width:78px!important}.w-80{width:80px!important;min-width:80px!important}.w-83{width:83px!important;min-width:83px!important}.w-84{width:84px!important;min-width:84px!important}.w-88{width:88px!important;min-width:88px!important}.w-90{width:90px!important;min-width:90px!important}.w-91{width:91px!important;min-width:91px!important}.w-93{width:93px!important;min-width:93px!important}.w-96{width:96px!important;min-width:96px!important}.w-98{width:98px!important;min-width:98px!important}.w-101{width:101px!important;min-width:101px!important}.w-106{width:106px!important;min-width:106px!important}.w-108{width:108px!important;min-width:108px!important}.w-116{width:116px!important;min-width:116px!important}.w-118{width:118px!important;min-width:118px!important}.w-126{width:126px!important;min-width:126px!important}.w-144{width:144px!important;min-width:144px!important}.w-155{width:155px!important;min-width:155px!important}.w-172{width:172px!important;min-width:172px!important}.w-179{width:179px!important;min-width:179px!important}.w-180{width:180px!important;min-width:180px!important}.w-202{width:202px!important;min-width:202px!important}.w-214{width:214px!important;min-width:214px!important}.w-223{width:223px!important;min-width:223px!important}.w-252{width:252px!important;min-width:252px!important}.w-264{width:264px!important;min-width:264px!important}.w-268{width:268px!important;min-width:268px!important}.w-272{width:272px!important;min-width:272px!important}.w-276{width:276px!important;min-width:276px!important}.w-277{width:277px!important;min-width:277px!important}.w-300{width:300px!important;min-width:300px!important}.w-334{width:334px!important;min-width:334px!important}.w-442{width:442px!important;min-width:442px!important}.w-462{width:462px!important;min-width:462px!important}.w-612{width:612px!important;min-width:612px!important}.w-616{width:616px!important;min-width:616px!important}.w-620{width:620px!important;min-width:620px!important}.min-w-0{min-width:0}.min-w-16{min-width:16px}.min-w-18{min-width:18px}.min-w-40{min-width:40px}.min-w-100{min-width:100px}.min-h-100{min-height:100px}.flex-1{flex:1}.w-33{width:33%}.w-40p{width:40%}.w-90p{width:90%}.w-100p{width:100%}.ca-full-width{width:100%!important}.shadow-100{box-shadow:0 0 4px #0003}.shadow-300{box-shadow:0 0 6px #0003}.opacity-40{opacity:.4}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.transition-width{transition:width .25s cubic-bezier(.46,.03,.51,.95);overflow-x:hidden}.transition-transform{transition:transform .25s cubic-bezier(.46,.03,.51,.95)}.transition-transform-100{transition:transform .1s cubic-bezier(.46,.03,.51,.95)}.transition-transform-400{transition:transform .4s cubic-bezier(.46,.03,.51,.95)}.transition-width-transform{transition-duration:.25s;transition-timing-function:cubic-bezier(.46,.03,.51,.95);transition-property:transform,width}.transition-background{transition:background .2s cubic-bezier(.46,.03,.51,.95)}.transition-background-100{transition:background .1s cubic-bezier(.46,.03,.51,.95)}.transition-background-color-300{transition:background,color .3s cubic-bezier(.46,.03,.51,.95)}.transition-fill-100 svg path{transition:fill .1s cubic-bezier(.46,.03,.51,.95)}.transition-duration-250{transition-duration:.25s}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.pointer-events-none{pointer-events:none}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}.place-items-center{justify-content:center;align-items:center}.prevent-text-selection{-ms-user-select:none;-webkit-user-select:none;user-select:none;-moz-user-select:none}.highlight-text-45632{background-color:#3b73ed33;color:#92b1f5;transition:all .3s ease-in-out}.last-fuel-price{grid-template-columns:repeat(2,1fr);grid-gap:12px}.last-fuel-price-item .total-value{margin-top:2px}.last-fuel-price-item.disabled{pointer-events:none!important}.last-fuel-price-item.disabled .last-fuel-price-item-progress-bar-box{background:#91919133!important}.last-fuel-price-item.disabled .last-fuel-price-item-progress-bar .progress-icon{display:none!important}.last-fuel-price-item .last-fuel-price-item-progress{margin-top:12px}.last-fuel-price-item .last-fuel-price-item-progress-bar{position:relative;grid-template-columns:repeat(5,1fr);grid-gap:2px;margin-bottom:6px}.last-fuel-price-item .last-fuel-price-item-progress-bar-box{height:8px}.last-fuel-price-item .last-fuel-price-item-progress-bar-box:first-of-type{border-top-left-radius:2px;border-bottom-left-radius:2px}.last-fuel-price-item .last-fuel-price-item-progress-bar-box:last-of-type{border-top-right-radius:2px;border-bottom-right-radius:2px}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon{position:absolute;top:50%;line-height:1px;transform:translateY(-50%) translate(-50%)}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon svg circle,.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon svg g{fill:#fff}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-1 svg g{stroke:#56b4ac}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-2 svg g{stroke:#77bf56}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-3 svg g{stroke:#fab15c}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-4 svg g{stroke:#ff906d}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-5 svg g{stroke:#e66767}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-outdated svg g{stroke:#dadada}.last-fuel-price.map-view{grid-template-columns:1fr}.last-fuel-price.map-view .last-fuel-price-item-progress{margin:0}.last-fuel-price.map-view .last-fuel-price-item-progress-bar{grid-template-columns:repeat(5,1fr);margin-top:4px;order:2}.last-fuel-price.map-view .last-fuel-price-item.disabled .last-fuel-price-item-progress .progress-icon.fuel-color-outdated{display:block!important}\n"], dependencies: [{ kind: "ngmodule", type:
|
|
16041
16041
|
// modules
|
|
16042
16042
|
CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: AngularSvgIconModule }, { kind: "component", type: i2.SvgIconComponent, selector: "svg-icon", inputs: ["src", "name", "stretch", "applyClass", "applyCss", "svgClass", "class", "viewBox", "svgAriaLabel", "svgStyle"] }] }); }
|
|
16043
16043
|
}
|
|
@@ -16047,7 +16047,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
16047
16047
|
// modules
|
|
16048
16048
|
CommonModule,
|
|
16049
16049
|
AngularSvgIconModule,
|
|
16050
|
-
], template: "<div\n class=\"d-grid align-items-center last-fuel-price\"\n [class.map-view]=\"isMapView\"\n>\n @for (\n fuelPrice of lastFuelPriceConfig;\n let i = $index;\n track fuelPrice.title\n ) {\n @let isSingleTransaction =\n fuelPrice?.totalValue === fuelPrice?.minValue &&\n fuelPrice?.minValue === fuelPrice?.maxValue;\n\n @let isDisabled =\n isSingleTransaction ||\n fuelPrice?.isOutdated ||\n !fuelPrice?.totalValue;\n\n @let hasNoPurchaseCompanyWide =\n !fuelPrice?.minValue && !fuelPrice?.maxValue;\n\n <div\n class=\"d-flex flex-column justify-content-center last-fuel-price-item\"\n [ngClass]=\"{ disabled: isDisabled }\"\n >\n @if (!fuelPrice.isMapView) {\n <p\n class=\"m-0 ta-font-bold text-size-11\"\n [ngClass]=\"\n isDisabled ? 'text-color-bw6-2' : 'text-color-black'\n \"\n >\n {{ fuelPrice?.title }}\n </p>\n\n <span\n class=\"ta-font-medium text-size-18 total-value\"\n [ngClass]=\"\n isDisabled\n ? 'text-color-light-grey-2'\n : 'text-color-black'\n \"\n >\n {{\n fuelPrice.totalValue\n ? eUnit.DOLLAR_SIGN + fuelPrice?.totalValue\n : hasNoPurchaseCompanyWide\n ? eStringPlaceholder.NA\n : eStringPlaceholder.NONE\n }}\n </span>\n }\n\n <!-- Progress -->\n\n <div\n class=\"d-flex flex-column justify-content-center last-fuel-price-item-progress\"\n >\n <div\n class=\"d-grid align-items-center last-fuel-price-item-progress-bar\"\n >\n @for (\n fuelPriceColor of lastFuelPriceColors;\n track fuelPriceColor\n ) {\n <div\n class=\"last-fuel-price-item-progress-bar-box\"\n [ngStyle]=\"{\n 'background-color': fuelPriceColor,\n }\"\n ></div>\n }\n\n <!-- Progress Icon -->\n\n <svg-icon\n class=\"svg-size-22 progress-icon\"\n [ngClass]=\"fuelPrice?.svgClass\"\n [ngStyle]=\"{\n left:\n fuelPrice?.svgPosition + eUnit.PERCENTAGE_SIGN,\n }\"\n [src]=\"lastFuelPriceSvgRoutes.progressIconRoute\"\n ></svg-icon>\n </div>\n\n <div class=\"d-flex align-items-center justify-content-between\">\n <span\n class=\"ta-font-medium text-size-11\"\n [ngClass]=\"\n isDisabled\n ? 'text-color-muted'\n : 'text-color-black-2'\n \"\n >${{ fuelPrice?.minValue ?? eStringPlaceholder.NA }}\n </span>\n\n <span\n class=\"ta-font-medium text-size-11\"\n [ngClass]=\"\n isDisabled\n ? 'text-color-muted'\n : 'text-color-black-2'\n \"\n >${{ fuelPrice?.maxValue ?? eStringPlaceholder.NA }}\n </span>\n </div>\n </div>\n </div>\n }\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:420px!important}.pickup-delivery-popover .popover-body{position:relative;left:-4px;top:1px}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.load-pickup-delivery-popover{top:-34px!important;max-width:400px!important}.gps_dropdown_popover{top:-38px;max-width:748px!important}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.dropdown-menu-popover.bs-popover-end-top .dropdown-container{transform:translate(-4px,-4px)}.dropdown-menu-popover.bs-popover-bottom-end .dropdown-container{transform:translate(3px,-3px)}.dropdown-menu-popover.bs-popover-end-bottom .dropdown-container{transform:translate(-3px,3px)}.dropdown-menu-popover.bs-popover-top-end .dropdown-container{transform:translate(3px,3px)}.dropdown-menu-popover.ca-pickup-delivery-dropdown-popover.bs-popover-end-top .dropdown-container{transform:translateY(-6px)}.dropdown-details-title-card-popover .dropdown-container{transform:translateY(-4px)}.fleet-filter-popover.bs-popover-bottom-start .fleet-filter-dropdown-container{transform:translate(-4px,-4px)!important}.fleet-filter-popover.bs-popover-top-start .fleet-filter-dropdown-container{transform:translate(-4px,4px)!important}.fleet-filter-sort-popover.bs-popover-end-top{transform:translate(158px,-3px)!important}.factoring-dropdown-popover.bs-popover-bottom-end .factoring-dropdown-container{transform:translate(4px,-4px)!important}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:1}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{white-space:nowrap;max-width:none;border-radius:3px;font-size:11px;font-weight:600}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;line-height:14px;font-weight:600;border-radius:3px;padding:2px 6px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-5{color:#3074d3!important}.text-color-blue-5::-moz-selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-5::selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-11{color:#3b73ed!important}.text-color-blue-11::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-11::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-14{color:#3b73ed!important}.text-color-blue-14::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-14::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow-4{color:#fbc88b!important}.text-color-yellow-4::-moz-selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-4::selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-5{color:#f89b2e!important}.text-color-yellow-5::-moz-selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-yellow-5::selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-special-filter-purple{color:#9e47ec!important}.text-color-special-filter-purple::-moz-selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-special-filter-purple::selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-grey-9{color:#b7b7b7!important}.text-color-grey-9::-moz-selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-grey-9::selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3{color:#ffffffb3!important}.text-color-white-3::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-color-orange-1{color:#ff7043!important}.text-color-orange-1::-moz-selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-1::selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-2{color:#f77d3b!important}.text-color-orange-2::-moz-selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-2::selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-3{color:#ffb097!important}.text-color-orange-3::-moz-selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-orange-3::selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-brown-1{color:#865e3a!important}.text-color-brown-1::-moz-selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-brown-1::selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-light-blue-2{color:#1ab5e6!important}.text-color-light-blue-2::-moz-selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-color-light-blue-2::selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-hover-white{transition:color .3s ease-in-out ease-in-out}.text-hover-white:hover{color:#fff!important}.text-hover-black{transition:color .3s ease-in-out ease-in-out}.text-hover-black:hover{color:#424242!important}.text-hover-blue-15{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-15:hover{color:#0b49d1!important}.text-hover-blue-18{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-18:hover{color:#3b73ed!important}.text-hover-bw6-2{transition:color .3s ease-in-out ease-in-out}.text-hover-bw6-2:hover{color:#6c6c6c!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-20{font-size:20px!important;line-height:24px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.font-size-7{font-size:7px!important}.font-size-8{font-size:8px!important}.font-size-11{font-size:11px!important}.line-height-12{line-height:12px!important}.line-height-15{line-height:15px!important}.line-height-18{line-height:18px!important}.line-height-20{line-height:20px!important}.svg-fill-dark-2 svg path,.svg-fill-dark-2 svg circle{fill:#91919133!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-black-2 svg path,.svg-fill-black-2 svg circle{fill:#2f2f2f!important}.svg-fill-black-9 svg path,.svg-fill-black-9 svg circle{fill:#1d1d1d!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-white-3 svg path,.svg-fill-white-3 svg circle{fill:#ebebeb!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-grey-2 svg path,.svg-fill-grey-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw6-2 svg path,.svg-fill-bw6-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-9 svg path,.svg-fill-blue-9 svg circle{fill:#0b49d1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-green-6 svg path,.svg-fill-green-6 svg circle{fill:#77bf56!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-yellow-8 svg path,.svg-fill-yellow-8 svg circle{fill:#daad4f!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-fill-red-13 svg path,.svg-fill-red-13 svg circle{fill:#ed9292!important}.svg-fill-red-14 svg path,.svg-fill-red-14 svg circle{fill:#c20c0c!important}.svg-fill-red-15 svg path,.svg-fill-red-15 svg circle{fill:#f4bebe!important}.svg-fill-red-18 svg path,.svg-fill-red-18 svg circle{fill:#e668a0!important}.svg-fill-orange-4 svg path,.svg-fill-orange-4 svg circle{fill:#ff906d!important}.svg-fill-brown svg path,.svg-fill-brown svg circle{fill:#865e3a!important}.svg-fill-purple-4 svg path,.svg-fill-purple-4 svg circle{fill:#9e47ec!important}.svg-fill-first-path-child-green svg path:first-child{fill:#56b4ac!important}.svg-fill-first-path-child-green-6 svg path:first-child{fill:#77bf56!important}.svg-fill-first-path-child-yellow-1 svg path:first-child{fill:#fab15c!important}.svg-fill-first-path-child-orange-4 svg path:first-child{fill:#ff906d!important}.svg-fill-first-path-child-red-10 svg path:first-child{fill:#e66767!important}.svg-fill-first-path-child-light-grey-2 svg path:first-child{fill:#aaa!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey svg path{transition:fill .3s ease-in-out}.svg-hover-grey:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-9 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-9:hover svg path{fill:#0b49d1!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#6f9ee033!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-17 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-17:hover svg path{fill:#bed0f9!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-bw-9 svg path{transition:fill .3s ease-in-out}.svg-hover-bw-9:hover svg path{fill:#dadada!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-6 svg{width:6px;height:6px}.svg-size-7 svg{width:7px;height:7px}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-17 svg{width:17px;height:17px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-23 svg{width:23px;height:23px}.svg-size-26 svg{width:26px;height:26px}.svg-size-30-26 svg{width:30px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.svg-size-90 svg{width:90px;height:90px}.svg-rect-fill-blue-8{fill:#6692f1!important}.svg-rect-fill-blue-8 svg rect{fill:#6692f1!important}.svg-rect-fill-yellow-1{fill:#fab15c!important}.svg-rect-fill-yellow-1 svg rect{fill:#fab15c!important}.svg-rect-fill-red-10{fill:#e66767!important}.svg-rect-fill-red-10 svg rect{fill:#e66767!important}.svg-rect-fill-muted{fill:#919191!important}.svg-rect-fill-muted svg rect{fill:#919191!important}.svg-rect-fill-dark-2{fill:#91919133!important}.svg-rect-fill-dark-2 svg rect{fill:#91919133!important}.svg-rect-hover-blue-14{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14:hover{fill:#3b73ed!important}.svg-rect-hover-blue-14:hover svg rect{fill:#3b73ed!important}.svg-rect-hover-yellow-5{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5:hover{fill:#f89b2e!important}.svg-rect-hover-yellow-5:hover svg rect{fill:#f89b2e!important}.svg-rect-hover-red-11{transition:fill .3s ease-in-out}.svg-rect-hover-red-11 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-red-11:hover{fill:#df3c3c!important}.svg-rect-hover-red-11:hover svg rect{fill:#df3c3c!important}.svg-rect-hover-bw6-2{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2:hover{fill:#6c6c6c!important}.svg-rect-hover-bw6-2:hover svg rect{fill:#6c6c6c!important}.svg-rect-hover-dark-2{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2:hover{fill:#91919133!important}.svg-rect-hover-dark-2:hover svg rect{fill:#91919133!important}.background-transparent{background-color:transparent}.background-white{background-color:#fff}.background-white-7{background-color:#ffffff20}.background-muted{background:#919191}.background-muted-o20{background:#91919133}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-black-3{background-color:#1d1d1d}.background-gray{background-color:#e5e5e5}.background-gray-2{background-color:#6c6c6c}.background-gray-7{background-color:#ccc3}.background-gray-12{background-color:#eee}.background-gray-20{background-color:#c9c9c9}.background-light-gray-2{background-color:#aaa}.background-light-gray-6{background-color:#ccc}.background-light-gray-7{background-color:#fbfbfb}.background-grey{background-color:#919191}.background-grey-4{background-color:#ccc}.background-blue-5{background-color:#3074d3}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-blue-15{background-color:#0b49d1}.background-blue-18{background-color:#3b73ed}.background-blue-19{background-color:#92b1f5}.background-blue-20{background-color:#3b73ed33}.background-green-0{background-color:#56b4ac}.background-green-2{background-color:#259f94}.background-green-3{background-color:#b6dfdb}.background-green-4,.background-green-6{background-color:#86c9c3}.background-green-special-filter{background-color:#007a6e}.background-dark-2{background-color:#91919133}.background-dark-3{background-color:#91919166}.background-red-19{background-color:#df3d85}.background-red-11{background-color:#df3c3c}.background-purple-4{background-color:#9e47ec}.background-gold-bold{background-color:#cf961d}.background-gold-subtle{background-color:#e4c481}.background-orange-3{background-color:#ffb097}.background-orange-4{background-color:#ff906d}.background-orange-7{background-color:#ffcfc0}.background-yellow-1{background-color:#fab15c}.background-yellow-5{background-color:#f89b2e}.background-yellow-7{background-color:#f89b2e33}.background-yellow-8{background-color:#daad4f}.background-bw5{background-color:#919191}.background-bw6-2{background-color:#6c6c6c}.background-brown-bold{background-color:#865e3a}.background-bw2{background-color:#eee}.background-bw-9{background-color:#dadada}.background-bw10{background-color:#eee0}.background-hover-white{transition:background-color .3s ease-in-out}.background-hover-white:hover{background-color:#fff!important}.background-hover-white-4{transition:background-color .3s ease-in-out}.background-hover-white-4:hover{background-color:#fff3!important}.background-hover-black{transition:background-color .3s ease-in-out}.background-hover-black:hover{background-color:#424242!important}.background-hover-black-1{transition:background-color .3s ease-in-out}.background-hover-black-1:hover{background-color:#424242!important}.background-hover-black-2{transition:background-color .3s ease-in-out}.background-hover-black-2:hover{background-color:#2f2f2f!important}.background-hover-grey{transition:background-color .3s ease-in-out}.background-hover-grey:hover{background-color:#919191!important}.background-hover-grey-2{transition:background-color .3s ease-in-out}.background-hover-grey-2:hover{background-color:#6c6c6c!important}.background-hover-grey-6{transition:background-color .3s ease-in-out}.background-hover-grey-6:hover{background-color:#91919120!important}.background-hover-dark-2{transition:background-color .3s ease-in-out}.background-hover-dark-2:hover{background-color:#91919133!important}.background-hover-dark-3{transition:background-color .3s ease-in-out}.background-hover-dark-3:hover{background-color:#91919166!important}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-bw6{transition:background-color .3s ease-in-out}.background-hover-bw6:hover{background-color:#606060!important}.background-hover-bw6-2{transition:background-color .3s ease-in-out}.background-hover-bw6-2:hover{background-color:#6c6c6c!important}.background-hover-blue-11{transition:background-color .3s ease-in-out}.background-hover-blue-11:hover{background-color:#6f9ee066!important}.background-hover-blue-13{transition:background-color .3s ease-in-out}.background-hover-blue-13:hover{background-color:#6692f1!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.background-hover-blue-16{transition:background-color .3s ease-in-out}.background-hover-blue-16:hover{background-color:#e9effd!important}.background-hover-blue-17{transition:background-color .3s ease-in-out}.background-hover-blue-17:hover{background-color:#bed0f9!important}.background-hover-blue-19{transition:background-color .3s ease-in-out}.background-hover-blue-19:hover{background-color:#92b1f5!important}.background-hover-blue-20{transition:background-color .3s ease-in-out}.background-hover-blue-20:hover{background-color:#3b73ed33!important}.background-hover-blue-21{transition:background-color .3s ease-in-out}.background-hover-blue-21:hover{background-color:#3b73ed66!important}.background-hover-red-15{transition:background-color .3s ease-in-out}.background-hover-red-15:hover{background-color:#f4bebe!important}.background-hover-red-14{transition:background-color .3s ease-in-out}.background-hover-red-14:hover{background-color:#c20c0c!important}.background-hover-gray{transition:background-color .3s ease-in-out}.background-hover-gray:hover{background-color:#e5e5e5!important}.background-hover-light-grey{transition:background-color .3s ease-in-out}.background-hover-light-grey:hover{background-color:#e5e5e5!important}.background-hover-light-grey-5{transition:background-color .3s ease-in-out}.background-hover-light-grey-5:hover{background-color:#f7f7f7!important}.background-hover-bw-9{transition:background-color .3s ease-in-out}.background-hover-bw-9:hover{background-color:#dadada!important}.background-hover-green-special-filter{transition:background-color .3s ease-in-out}.background-hover-green-special-filter:hover{background-color:#007a6e!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-50{border-radius:50px}.br-60{border-radius:60px}.br-circle{border-radius:50%}.padding-1{padding:1px}.padding-l-1{padding-left:1px}.padding-r-1{padding-right:1px}.padding-t-1{padding-top:1px}.padding-b-1{padding-bottom:1px}.padding-2{padding:2px}.padding-l-2{padding-left:2px}.padding-r-2{padding-right:2px}.padding-t-2{padding-top:2px}.padding-b-2{padding-bottom:2px}.padding-3{padding:3px}.padding-l-3{padding-left:3px}.padding-r-3{padding-right:3px}.padding-t-3{padding-top:3px}.padding-b-3{padding-bottom:3px}.padding-4{padding:4px}.padding-l-4{padding-left:4px}.padding-r-4{padding-right:4px}.padding-t-4{padding-top:4px}.padding-b-4{padding-bottom:4px}.padding-6{padding:6px}.padding-l-6{padding-left:6px}.padding-r-6{padding-right:6px}.padding-t-6{padding-top:6px}.padding-b-6{padding-bottom:6px}.padding-8{padding:8px}.padding-l-8{padding-left:8px}.padding-r-8{padding-right:8px}.padding-t-8{padding-top:8px}.padding-b-8{padding-bottom:8px}.padding-9{padding:9px}.padding-l-9{padding-left:9px}.padding-r-9{padding-right:9px}.padding-t-9{padding-top:9px}.padding-b-9{padding-bottom:9px}.padding-10{padding:10px}.padding-l-10{padding-left:10px}.padding-r-10{padding-right:10px}.padding-t-10{padding-top:10px}.padding-b-10{padding-bottom:10px}.padding-12{padding:12px}.padding-l-12{padding-left:12px}.padding-r-12{padding-right:12px}.padding-t-12{padding-top:12px}.padding-b-12{padding-bottom:12px}.padding-14{padding:14px}.padding-l-14{padding-left:14px}.padding-r-14{padding-right:14px}.padding-t-14{padding-top:14px}.padding-b-14{padding-bottom:14px}.padding-15{padding:15px}.padding-l-15{padding-left:15px}.padding-r-15{padding-right:15px}.padding-t-15{padding-top:15px}.padding-b-15{padding-bottom:15px}.padding-18{padding:18px}.padding-l-18{padding-left:18px}.padding-r-18{padding-right:18px}.padding-t-18{padding-top:18px}.padding-b-18{padding-bottom:18px}.padding-30{padding:30px}.padding-l-30{padding-left:30px}.padding-r-30{padding-right:30px}.padding-t-30{padding-top:30px}.padding-b-30{padding-bottom:30px}.padding-y-1{padding-top:1px;padding-bottom:1px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-3{padding-top:3px;padding-bottom:3px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-y-6{padding-top:6px;padding-bottom:6px}.padding-y-8{padding-top:8px;padding-bottom:8px}.padding-y-9{padding-top:9px;padding-bottom:9px}.padding-y-10{padding-top:10px;padding-bottom:10px}.padding-y-12{padding-top:12px;padding-bottom:12px}.padding-y-14{padding-top:14px;padding-bottom:14px}.padding-y-15{padding-top:15px;padding-bottom:15px}.padding-y-18{padding-top:18px;padding-bottom:18px}.padding-y-30{padding-top:30px;padding-bottom:30px}.padding-x-2{padding-left:2px;padding-right:2px}.padding-x-3{padding-left:3px;padding-right:3px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.padding-x-6{padding-left:6px;padding-right:6px}.padding-x-8{padding-left:8px;padding-right:8px}.padding-x-10{padding-left:10px;padding-right:10px}.padding-x-12{padding-left:12px;padding-right:12px}.margin--4{margin:-4px}.margin-y--4{margin-top:-4px;margin-bottom:-4px}.margin-x--4{margin-left:-4px;margin-right:-4px}.margin-t--4{margin-top:-4px}.margin-r--4{margin-right:-4px}.margin-b--4{margin-bottom:-4px}.margin-l--4{margin-left:-4px}.margin--2{margin:-2px}.margin-y--2{margin-top:-2px;margin-bottom:-2px}.margin-x--2{margin-left:-2px;margin-right:-2px}.margin-t--2{margin-top:-2px}.margin-r--2{margin-right:-2px}.margin-b--2{margin-bottom:-2px}.margin-l--2{margin-left:-2px}.margin-1{margin:1px}.margin-y-1{margin-top:1px;margin-bottom:1px}.margin-x-1{margin-left:1px;margin-right:1px}.margin-t-1{margin-top:1px}.margin-r-1{margin-right:1px}.margin-b-1{margin-bottom:1px}.margin-l-1{margin-left:1px}.margin-2{margin:2px}.margin-y-2{margin-top:2px;margin-bottom:2px}.margin-x-2{margin-left:2px;margin-right:2px}.margin-t-2{margin-top:2px}.margin-r-2{margin-right:2px}.margin-b-2{margin-bottom:2px}.margin-l-2{margin-left:2px}.margin-4{margin:4px}.margin-y-4{margin-top:4px;margin-bottom:4px}.margin-x-4{margin-left:4px;margin-right:4px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-l-4{margin-left:4px}.margin-5{margin:5px}.margin-y-5{margin-top:5px;margin-bottom:5px}.margin-x-5{margin-left:5px;margin-right:5px}.margin-t-5{margin-top:5px}.margin-r-5{margin-right:5px}.margin-b-5{margin-bottom:5px}.margin-l-5{margin-left:5px}.margin-6{margin:6px}.margin-y-6{margin-top:6px;margin-bottom:6px}.margin-x-6{margin-left:6px;margin-right:6px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-l-6{margin-left:6px}.margin-7{margin:7px}.margin-y-7{margin-top:7px;margin-bottom:7px}.margin-x-7{margin-left:7px;margin-right:7px}.margin-t-7{margin-top:7px}.margin-r-7{margin-right:7px}.margin-b-7{margin-bottom:7px}.margin-l-7{margin-left:7px}.margin-8{margin:8px}.margin-y-8{margin-top:8px;margin-bottom:8px}.margin-x-8{margin-left:8px;margin-right:8px}.margin-t-8{margin-top:8px}.margin-r-8{margin-right:8px}.margin-b-8{margin-bottom:8px}.margin-l-8{margin-left:8px}.margin-10{margin:10px}.margin-y-10{margin-top:10px;margin-bottom:10px}.margin-x-10{margin-left:10px;margin-right:10px}.margin-t-10{margin-top:10px}.margin-r-10{margin-right:10px}.margin-b-10{margin-bottom:10px}.margin-l-10{margin-left:10px}.margin-15{margin:15px}.margin-y-15{margin-top:15px;margin-bottom:15px}.margin-x-15{margin-left:15px;margin-right:15px}.margin-t-15{margin-top:15px}.margin-r-15{margin-right:15px}.margin-b-15{margin-bottom:15px}.margin-l-15{margin-left:15px}.margin-22{margin:22px}.margin-y-22{margin-top:22px;margin-bottom:22px}.margin-x-22{margin-left:22px;margin-right:22px}.margin-t-22{margin-top:22px}.margin-r-22{margin-right:22px}.margin-b-22{margin-bottom:22px}.margin-l-22{margin-left:22px}.margin-24{margin:24px}.margin-y-24{margin-top:24px;margin-bottom:24px}.margin-x-24{margin-left:24px;margin-right:24px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.margin-l-24{margin-left:24px}.gap-xs{gap:xspx}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-20{gap:20px}.gap-px-4{gap:4px}.grid-gap-8{grid-gap:8px}.w-1{width:1px}.h-1{height:1px}.w-2{width:2px}.h-2{height:2px}.w-4{width:4px}.h-4{height:4px}.w-10{width:10px}.h-10{height:10px}.w-14{width:14px}.h-14{height:14px}.w-15{width:15px}.h-15{height:15px}.w-18{width:18px}.h-18{height:18px}.w-22{width:22px}.h-22{height:22px}.w-26{width:26px}.h-26{height:26px}.w-31{width:31px}.h-31{height:31px}.w-32{width:32px}.h-32{height:32px}.w-36{width:36px}.h-36{height:36px}.w-116{width:116px}.h-116{height:116px}.w-120{width:120px}.h-120{height:120px}.w-fit-content{width:fit-content!important}.right-100{right:100%}.left-100{left:100%}.top--1{top:-1px}.top-2{top:2px}.top--14{top:-14px}.z-index--1{z-index:-1}.z-index-0{z-index:0}.z-index-1{z-index:1}.filter-dropdown-popover{width:260px;position:relative;top:-4px;left:-4px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}.h-7{height:7px!important;min-height:7px!important}.h-8{height:8px!important;min-height:8px!important}.h-9{height:9px!important;min-height:9px!important}.h-10{height:10px!important;min-height:10px!important}.h-11{height:11px!important;min-height:11px!important}.h-12{height:12px!important;min-height:12px!important}.h-14{height:14px!important;min-height:14px!important}.h-15{height:15px!important;min-height:15px!important}.h-16{height:16px!important;min-height:16px!important}.h-18{height:18px!important;min-height:18px!important}.h-22{height:22px!important;min-height:22px!important}.h-24{height:24px!important;min-height:24px!important}.h-26{height:26px!important;min-height:26px!important}.h-28{height:28px!important;min-height:28px!important}.h-30{height:30px!important;min-height:30px!important}.h-34{height:34px!important;min-height:34px!important}.h-37{height:37px!important;min-height:37px!important}.h-40{height:40px!important;min-height:40px!important}.h-42{height:42px!important;min-height:42px!important}.h-44{height:44px!important;min-height:44px!important}.h-52{height:52px!important;min-height:52px!important}.h-80{height:80px!important;min-height:80px!important}.h-160{height:160px!important;min-height:160px!important}.h-231{height:231px!important;min-height:231px!important}.h-486{height:486px!important;min-height:486px!important}.h-800{height:800px!important;min-height:800px!important}.h-960{height:960px!important;min-height:960px!important}.w-2{width:2px!important;min-width:2px!important}.w-7{width:7px!important;min-width:7px!important}.w-8{width:8px!important;min-width:8px!important}.w-10{width:10px!important;min-width:10px!important}.w-12{width:12px!important;min-width:12px!important}.w-14{width:14px!important;min-width:14px!important}.w-15{width:15px!important;min-width:15px!important}.w-16{width:16px!important;min-width:16px!important}.w-18{width:18px!important;min-width:18px!important}.w-22{width:22px!important;min-width:22px!important}.w-24{width:24px!important;min-width:24px!important}.w-26{width:26px!important;min-width:26px!important}.w-29{width:29px!important;min-width:29px!important}.w-30{width:30px!important;min-width:30px!important}.w-36{width:36px!important;min-width:36px!important}.w-40{width:40px!important;min-width:40px!important}.w-42{width:42px!important;min-width:42px!important}.w-46{width:46px!important;min-width:46px!important}.w-49{width:49px!important;min-width:49px!important}.w-57{width:57px!important;min-width:57px!important}.w-60{width:60px!important;min-width:60px!important}.w-68{width:68px!important;min-width:68px!important}.w-70{width:70px!important;min-width:70px!important}.w-71{width:71px!important;min-width:71px!important}.w-78{width:78px!important;min-width:78px!important}.w-80{width:80px!important;min-width:80px!important}.w-83{width:83px!important;min-width:83px!important}.w-84{width:84px!important;min-width:84px!important}.w-88{width:88px!important;min-width:88px!important}.w-90{width:90px!important;min-width:90px!important}.w-91{width:91px!important;min-width:91px!important}.w-93{width:93px!important;min-width:93px!important}.w-96{width:96px!important;min-width:96px!important}.w-98{width:98px!important;min-width:98px!important}.w-101{width:101px!important;min-width:101px!important}.w-106{width:106px!important;min-width:106px!important}.w-108{width:108px!important;min-width:108px!important}.w-116{width:116px!important;min-width:116px!important}.w-118{width:118px!important;min-width:118px!important}.w-126{width:126px!important;min-width:126px!important}.w-144{width:144px!important;min-width:144px!important}.w-155{width:155px!important;min-width:155px!important}.w-172{width:172px!important;min-width:172px!important}.w-179{width:179px!important;min-width:179px!important}.w-180{width:180px!important;min-width:180px!important}.w-202{width:202px!important;min-width:202px!important}.w-214{width:214px!important;min-width:214px!important}.w-223{width:223px!important;min-width:223px!important}.w-252{width:252px!important;min-width:252px!important}.w-264{width:264px!important;min-width:264px!important}.w-268{width:268px!important;min-width:268px!important}.w-272{width:272px!important;min-width:272px!important}.w-276{width:276px!important;min-width:276px!important}.w-277{width:277px!important;min-width:277px!important}.w-300{width:300px!important;min-width:300px!important}.w-334{width:334px!important;min-width:334px!important}.w-442{width:442px!important;min-width:442px!important}.w-462{width:462px!important;min-width:462px!important}.w-612{width:612px!important;min-width:612px!important}.w-616{width:616px!important;min-width:616px!important}.w-620{width:620px!important;min-width:620px!important}.min-w-0{min-width:0}.min-w-16{min-width:16px}.min-w-18{min-width:18px}.min-w-40{min-width:40px}.min-w-100{min-width:100px}.min-h-100{min-height:100px}.flex-1{flex:1}.w-33{width:33%}.w-40p{width:40%}.w-90p{width:90%}.w-100p{width:100%}.ca-full-width{width:100%!important}.shadow-100{box-shadow:0 0 4px #0003}.shadow-300{box-shadow:0 0 6px #0003}.opacity-40{opacity:.4}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.transition-width{transition:width .25s cubic-bezier(.46,.03,.51,.95);overflow-x:hidden}.transition-transform{transition:transform .25s cubic-bezier(.46,.03,.51,.95)}.transition-transform-100{transition:transform .1s cubic-bezier(.46,.03,.51,.95)}.transition-transform-400{transition:transform .4s cubic-bezier(.46,.03,.51,.95)}.transition-width-transform{transition-duration:.25s;transition-timing-function:cubic-bezier(.46,.03,.51,.95);transition-property:transform,width}.transition-background{transition:background .2s cubic-bezier(.46,.03,.51,.95)}.transition-background-100{transition:background .1s cubic-bezier(.46,.03,.51,.95)}.transition-background-color-300{transition:background,color .3s cubic-bezier(.46,.03,.51,.95)}.transition-fill-100 svg path{transition:fill .1s cubic-bezier(.46,.03,.51,.95)}.transition-duration-250{transition-duration:.25s}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.pointer-events-none{pointer-events:none}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}.place-items-center{justify-content:center;align-items:center}.prevent-text-selection{-ms-user-select:none;-webkit-user-select:none;user-select:none;-moz-user-select:none}.highlight-text-45632{background-color:#3b73ed33;color:#92b1f5;transition:all .3s ease-in-out}.last-fuel-price{grid-template-columns:repeat(2,202px);grid-gap:12px}.last-fuel-price-item .total-value{margin-top:2px}.last-fuel-price-item.disabled{pointer-events:none!important}.last-fuel-price-item.disabled .last-fuel-price-item-progress-bar-box{background:#91919133!important}.last-fuel-price-item.disabled .last-fuel-price-item-progress-bar .progress-icon{display:none!important}.last-fuel-price-item .last-fuel-price-item-progress{margin-top:12px}.last-fuel-price-item .last-fuel-price-item-progress-bar{position:relative;grid-template-columns:repeat(5,39px);grid-gap:2px;margin-bottom:6px}.last-fuel-price-item .last-fuel-price-item-progress-bar-box{height:8px}.last-fuel-price-item .last-fuel-price-item-progress-bar-box:first-of-type{border-top-left-radius:2px;border-bottom-left-radius:2px}.last-fuel-price-item .last-fuel-price-item-progress-bar-box:last-of-type{border-top-right-radius:2px;border-bottom-right-radius:2px}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon{position:absolute;top:50%;line-height:1px;transform:translateY(-50%) translate(-50%)}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon svg circle,.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon svg g{fill:#fff}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-1 svg g{stroke:#56b4ac}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-2 svg g{stroke:#77bf56}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-3 svg g{stroke:#fab15c}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-4 svg g{stroke:#ff906d}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-5 svg g{stroke:#e66767}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-outdated svg g{stroke:#dadada}.last-fuel-price.map-view{grid-template-columns:repeat(1,253px)}.last-fuel-price.map-view .last-fuel-price-item-progress{margin:0}.last-fuel-price.map-view .last-fuel-price-item-progress-bar{grid-template-columns:repeat(5,49px);margin-top:4px;order:2}.last-fuel-price.map-view .last-fuel-price-item.disabled .last-fuel-price-item-progress .progress-icon.fuel-color-outdated{display:block!important}\n"] }]
|
|
16050
|
+
], template: "<div\n class=\"d-grid align-items-center last-fuel-price\"\n [class.map-view]=\"isMapView\"\n>\n @for (\n fuelPrice of lastFuelPriceConfig;\n let i = $index;\n track fuelPrice.title\n ) {\n @let isSingleTransaction =\n fuelPrice?.totalValue === fuelPrice?.minValue &&\n fuelPrice?.minValue === fuelPrice?.maxValue;\n\n @let isDisabled =\n isSingleTransaction ||\n fuelPrice?.isOutdated ||\n !fuelPrice?.totalValue;\n\n @let hasNoPurchaseCompanyWide =\n !fuelPrice?.minValue && !fuelPrice?.maxValue;\n\n <div\n class=\"d-flex flex-column justify-content-center last-fuel-price-item\"\n [ngClass]=\"{ disabled: isDisabled }\"\n >\n @if (!fuelPrice.isMapView) {\n <p\n class=\"m-0 ta-font-bold text-size-11\"\n [ngClass]=\"\n isDisabled ? 'text-color-bw6-2' : 'text-color-black'\n \"\n >\n {{ fuelPrice?.title }}\n </p>\n\n <span\n class=\"ta-font-medium text-size-18 total-value\"\n [ngClass]=\"\n isDisabled\n ? 'text-color-light-grey-2'\n : 'text-color-black'\n \"\n >\n {{\n fuelPrice.totalValue\n ? eUnit.DOLLAR_SIGN + fuelPrice?.totalValue\n : hasNoPurchaseCompanyWide\n ? eStringPlaceholder.NA\n : eStringPlaceholder.NONE\n }}\n </span>\n }\n\n <!-- Progress -->\n\n <div\n class=\"d-flex flex-column justify-content-center last-fuel-price-item-progress\"\n >\n <div\n class=\"d-grid align-items-center last-fuel-price-item-progress-bar\"\n >\n @for (\n fuelPriceColor of lastFuelPriceColors;\n track fuelPriceColor\n ) {\n <div\n class=\"last-fuel-price-item-progress-bar-box\"\n [ngStyle]=\"{\n 'background-color': fuelPriceColor,\n }\"\n ></div>\n }\n\n <!-- Progress Icon -->\n\n <svg-icon\n class=\"svg-size-22 progress-icon\"\n [ngClass]=\"fuelPrice?.svgClass\"\n [ngStyle]=\"{\n left:\n fuelPrice?.svgPosition + eUnit.PERCENTAGE_SIGN,\n }\"\n [src]=\"lastFuelPriceSvgRoutes.progressIconRoute\"\n ></svg-icon>\n </div>\n\n <div class=\"d-flex align-items-center justify-content-between\">\n <span\n class=\"ta-font-medium text-size-11\"\n [ngClass]=\"\n isDisabled\n ? 'text-color-muted'\n : 'text-color-black-2'\n \"\n >${{ fuelPrice?.minValue ?? eStringPlaceholder.NA }}\n </span>\n\n <span\n class=\"ta-font-medium text-size-11\"\n [ngClass]=\"\n isDisabled\n ? 'text-color-muted'\n : 'text-color-black-2'\n \"\n >${{ fuelPrice?.maxValue ?? eStringPlaceholder.NA }}\n </span>\n </div>\n </div>\n </div>\n }\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:420px!important}.pickup-delivery-popover .popover-body{position:relative;left:-4px;top:1px}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.load-pickup-delivery-popover{top:-34px!important;max-width:400px!important}.gps_dropdown_popover{top:-38px;max-width:748px!important}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.dropdown-menu-popover.bs-popover-end-top .dropdown-container{transform:translate(-4px,-4px)}.dropdown-menu-popover.bs-popover-bottom-end .dropdown-container{transform:translate(3px,-3px)}.dropdown-menu-popover.bs-popover-end-bottom .dropdown-container{transform:translate(-3px,3px)}.dropdown-menu-popover.bs-popover-top-end .dropdown-container{transform:translate(3px,3px)}.dropdown-menu-popover.ca-pickup-delivery-dropdown-popover.bs-popover-end-top .dropdown-container{transform:translateY(-6px)}.dropdown-details-title-card-popover .dropdown-container{transform:translateY(-4px)}.fleet-filter-popover.bs-popover-bottom-start .fleet-filter-dropdown-container{transform:translate(-4px,-4px)!important}.fleet-filter-popover.bs-popover-top-start .fleet-filter-dropdown-container{transform:translate(-4px,4px)!important}.fleet-filter-sort-popover.bs-popover-end-top{transform:translate(158px,-3px)!important}.factoring-dropdown-popover.bs-popover-bottom-end .factoring-dropdown-container{transform:translate(4px,-4px)!important}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:1}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{white-space:nowrap;max-width:none;border-radius:3px;font-size:11px;font-weight:600}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;line-height:14px;font-weight:600;border-radius:3px;padding:2px 6px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-5{color:#3074d3!important}.text-color-blue-5::-moz-selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-5::selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-11{color:#3b73ed!important}.text-color-blue-11::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-11::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-14{color:#3b73ed!important}.text-color-blue-14::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-14::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow-4{color:#fbc88b!important}.text-color-yellow-4::-moz-selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-4::selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-5{color:#f89b2e!important}.text-color-yellow-5::-moz-selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-yellow-5::selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-special-filter-purple{color:#9e47ec!important}.text-color-special-filter-purple::-moz-selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-special-filter-purple::selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-grey-9{color:#b7b7b7!important}.text-color-grey-9::-moz-selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-grey-9::selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3{color:#ffffffb3!important}.text-color-white-3::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-color-orange-1{color:#ff7043!important}.text-color-orange-1::-moz-selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-1::selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-2{color:#f77d3b!important}.text-color-orange-2::-moz-selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-2::selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-3{color:#ffb097!important}.text-color-orange-3::-moz-selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-orange-3::selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-brown-1{color:#865e3a!important}.text-color-brown-1::-moz-selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-brown-1::selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-light-blue-2{color:#1ab5e6!important}.text-color-light-blue-2::-moz-selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-color-light-blue-2::selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-hover-white{transition:color .3s ease-in-out ease-in-out}.text-hover-white:hover{color:#fff!important}.text-hover-black{transition:color .3s ease-in-out ease-in-out}.text-hover-black:hover{color:#424242!important}.text-hover-blue-15{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-15:hover{color:#0b49d1!important}.text-hover-blue-18{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-18:hover{color:#3b73ed!important}.text-hover-bw6-2{transition:color .3s ease-in-out ease-in-out}.text-hover-bw6-2:hover{color:#6c6c6c!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-20{font-size:20px!important;line-height:24px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.font-size-7{font-size:7px!important}.font-size-8{font-size:8px!important}.font-size-11{font-size:11px!important}.line-height-12{line-height:12px!important}.line-height-15{line-height:15px!important}.line-height-18{line-height:18px!important}.line-height-20{line-height:20px!important}.svg-fill-dark-2 svg path,.svg-fill-dark-2 svg circle{fill:#91919133!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-black-2 svg path,.svg-fill-black-2 svg circle{fill:#2f2f2f!important}.svg-fill-black-9 svg path,.svg-fill-black-9 svg circle{fill:#1d1d1d!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-white-3 svg path,.svg-fill-white-3 svg circle{fill:#ebebeb!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-grey-2 svg path,.svg-fill-grey-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw6-2 svg path,.svg-fill-bw6-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-9 svg path,.svg-fill-blue-9 svg circle{fill:#0b49d1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-green-6 svg path,.svg-fill-green-6 svg circle{fill:#77bf56!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-yellow-8 svg path,.svg-fill-yellow-8 svg circle{fill:#daad4f!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-fill-red-13 svg path,.svg-fill-red-13 svg circle{fill:#ed9292!important}.svg-fill-red-14 svg path,.svg-fill-red-14 svg circle{fill:#c20c0c!important}.svg-fill-red-15 svg path,.svg-fill-red-15 svg circle{fill:#f4bebe!important}.svg-fill-red-18 svg path,.svg-fill-red-18 svg circle{fill:#e668a0!important}.svg-fill-orange-4 svg path,.svg-fill-orange-4 svg circle{fill:#ff906d!important}.svg-fill-brown svg path,.svg-fill-brown svg circle{fill:#865e3a!important}.svg-fill-purple-4 svg path,.svg-fill-purple-4 svg circle{fill:#9e47ec!important}.svg-fill-first-path-child-green svg path:first-child{fill:#56b4ac!important}.svg-fill-first-path-child-green-6 svg path:first-child{fill:#77bf56!important}.svg-fill-first-path-child-yellow-1 svg path:first-child{fill:#fab15c!important}.svg-fill-first-path-child-orange-4 svg path:first-child{fill:#ff906d!important}.svg-fill-first-path-child-red-10 svg path:first-child{fill:#e66767!important}.svg-fill-first-path-child-light-grey-2 svg path:first-child{fill:#aaa!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey svg path{transition:fill .3s ease-in-out}.svg-hover-grey:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-9 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-9:hover svg path{fill:#0b49d1!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#6f9ee033!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-17 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-17:hover svg path{fill:#bed0f9!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-bw-9 svg path{transition:fill .3s ease-in-out}.svg-hover-bw-9:hover svg path{fill:#dadada!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-6 svg{width:6px;height:6px}.svg-size-7 svg{width:7px;height:7px}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-17 svg{width:17px;height:17px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-23 svg{width:23px;height:23px}.svg-size-26 svg{width:26px;height:26px}.svg-size-30-26 svg{width:30px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.svg-size-90 svg{width:90px;height:90px}.svg-rect-fill-blue-8{fill:#6692f1!important}.svg-rect-fill-blue-8 svg rect{fill:#6692f1!important}.svg-rect-fill-yellow-1{fill:#fab15c!important}.svg-rect-fill-yellow-1 svg rect{fill:#fab15c!important}.svg-rect-fill-red-10{fill:#e66767!important}.svg-rect-fill-red-10 svg rect{fill:#e66767!important}.svg-rect-fill-muted{fill:#919191!important}.svg-rect-fill-muted svg rect{fill:#919191!important}.svg-rect-fill-dark-2{fill:#91919133!important}.svg-rect-fill-dark-2 svg rect{fill:#91919133!important}.svg-rect-hover-blue-14{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14:hover{fill:#3b73ed!important}.svg-rect-hover-blue-14:hover svg rect{fill:#3b73ed!important}.svg-rect-hover-yellow-5{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5:hover{fill:#f89b2e!important}.svg-rect-hover-yellow-5:hover svg rect{fill:#f89b2e!important}.svg-rect-hover-red-11{transition:fill .3s ease-in-out}.svg-rect-hover-red-11 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-red-11:hover{fill:#df3c3c!important}.svg-rect-hover-red-11:hover svg rect{fill:#df3c3c!important}.svg-rect-hover-bw6-2{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2:hover{fill:#6c6c6c!important}.svg-rect-hover-bw6-2:hover svg rect{fill:#6c6c6c!important}.svg-rect-hover-dark-2{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2:hover{fill:#91919133!important}.svg-rect-hover-dark-2:hover svg rect{fill:#91919133!important}.background-transparent{background-color:transparent}.background-white{background-color:#fff}.background-white-7{background-color:#ffffff20}.background-muted{background:#919191}.background-muted-o20{background:#91919133}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-black-3{background-color:#1d1d1d}.background-gray{background-color:#e5e5e5}.background-gray-2{background-color:#6c6c6c}.background-gray-7{background-color:#ccc3}.background-gray-12{background-color:#eee}.background-gray-20{background-color:#c9c9c9}.background-light-gray-2{background-color:#aaa}.background-light-gray-6{background-color:#ccc}.background-light-gray-7{background-color:#fbfbfb}.background-grey{background-color:#919191}.background-grey-4{background-color:#ccc}.background-blue-5{background-color:#3074d3}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-blue-15{background-color:#0b49d1}.background-blue-18{background-color:#3b73ed}.background-blue-19{background-color:#92b1f5}.background-blue-20{background-color:#3b73ed33}.background-green-0{background-color:#56b4ac}.background-green-2{background-color:#259f94}.background-green-3{background-color:#b6dfdb}.background-green-4,.background-green-6{background-color:#86c9c3}.background-green-special-filter{background-color:#007a6e}.background-dark-2{background-color:#91919133}.background-dark-3{background-color:#91919166}.background-red-19{background-color:#df3d85}.background-red-11{background-color:#df3c3c}.background-purple-4{background-color:#9e47ec}.background-gold-bold{background-color:#cf961d}.background-gold-subtle{background-color:#e4c481}.background-orange-3{background-color:#ffb097}.background-orange-4{background-color:#ff906d}.background-orange-7{background-color:#ffcfc0}.background-yellow-1{background-color:#fab15c}.background-yellow-5{background-color:#f89b2e}.background-yellow-7{background-color:#f89b2e33}.background-yellow-8{background-color:#daad4f}.background-bw5{background-color:#919191}.background-bw6-2{background-color:#6c6c6c}.background-brown-bold{background-color:#865e3a}.background-bw2{background-color:#eee}.background-bw-9{background-color:#dadada}.background-bw10{background-color:#eee0}.background-hover-white{transition:background-color .3s ease-in-out}.background-hover-white:hover{background-color:#fff!important}.background-hover-white-4{transition:background-color .3s ease-in-out}.background-hover-white-4:hover{background-color:#fff3!important}.background-hover-black{transition:background-color .3s ease-in-out}.background-hover-black:hover{background-color:#424242!important}.background-hover-black-1{transition:background-color .3s ease-in-out}.background-hover-black-1:hover{background-color:#424242!important}.background-hover-black-2{transition:background-color .3s ease-in-out}.background-hover-black-2:hover{background-color:#2f2f2f!important}.background-hover-grey{transition:background-color .3s ease-in-out}.background-hover-grey:hover{background-color:#919191!important}.background-hover-grey-2{transition:background-color .3s ease-in-out}.background-hover-grey-2:hover{background-color:#6c6c6c!important}.background-hover-grey-6{transition:background-color .3s ease-in-out}.background-hover-grey-6:hover{background-color:#91919120!important}.background-hover-dark-2{transition:background-color .3s ease-in-out}.background-hover-dark-2:hover{background-color:#91919133!important}.background-hover-dark-3{transition:background-color .3s ease-in-out}.background-hover-dark-3:hover{background-color:#91919166!important}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-bw6{transition:background-color .3s ease-in-out}.background-hover-bw6:hover{background-color:#606060!important}.background-hover-bw6-2{transition:background-color .3s ease-in-out}.background-hover-bw6-2:hover{background-color:#6c6c6c!important}.background-hover-blue-11{transition:background-color .3s ease-in-out}.background-hover-blue-11:hover{background-color:#6f9ee066!important}.background-hover-blue-13{transition:background-color .3s ease-in-out}.background-hover-blue-13:hover{background-color:#6692f1!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.background-hover-blue-16{transition:background-color .3s ease-in-out}.background-hover-blue-16:hover{background-color:#e9effd!important}.background-hover-blue-17{transition:background-color .3s ease-in-out}.background-hover-blue-17:hover{background-color:#bed0f9!important}.background-hover-blue-19{transition:background-color .3s ease-in-out}.background-hover-blue-19:hover{background-color:#92b1f5!important}.background-hover-blue-20{transition:background-color .3s ease-in-out}.background-hover-blue-20:hover{background-color:#3b73ed33!important}.background-hover-blue-21{transition:background-color .3s ease-in-out}.background-hover-blue-21:hover{background-color:#3b73ed66!important}.background-hover-red-15{transition:background-color .3s ease-in-out}.background-hover-red-15:hover{background-color:#f4bebe!important}.background-hover-red-14{transition:background-color .3s ease-in-out}.background-hover-red-14:hover{background-color:#c20c0c!important}.background-hover-gray{transition:background-color .3s ease-in-out}.background-hover-gray:hover{background-color:#e5e5e5!important}.background-hover-light-grey{transition:background-color .3s ease-in-out}.background-hover-light-grey:hover{background-color:#e5e5e5!important}.background-hover-light-grey-5{transition:background-color .3s ease-in-out}.background-hover-light-grey-5:hover{background-color:#f7f7f7!important}.background-hover-bw-9{transition:background-color .3s ease-in-out}.background-hover-bw-9:hover{background-color:#dadada!important}.background-hover-green-special-filter{transition:background-color .3s ease-in-out}.background-hover-green-special-filter:hover{background-color:#007a6e!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-50{border-radius:50px}.br-60{border-radius:60px}.br-circle{border-radius:50%}.padding-1{padding:1px}.padding-l-1{padding-left:1px}.padding-r-1{padding-right:1px}.padding-t-1{padding-top:1px}.padding-b-1{padding-bottom:1px}.padding-2{padding:2px}.padding-l-2{padding-left:2px}.padding-r-2{padding-right:2px}.padding-t-2{padding-top:2px}.padding-b-2{padding-bottom:2px}.padding-3{padding:3px}.padding-l-3{padding-left:3px}.padding-r-3{padding-right:3px}.padding-t-3{padding-top:3px}.padding-b-3{padding-bottom:3px}.padding-4{padding:4px}.padding-l-4{padding-left:4px}.padding-r-4{padding-right:4px}.padding-t-4{padding-top:4px}.padding-b-4{padding-bottom:4px}.padding-6{padding:6px}.padding-l-6{padding-left:6px}.padding-r-6{padding-right:6px}.padding-t-6{padding-top:6px}.padding-b-6{padding-bottom:6px}.padding-8{padding:8px}.padding-l-8{padding-left:8px}.padding-r-8{padding-right:8px}.padding-t-8{padding-top:8px}.padding-b-8{padding-bottom:8px}.padding-9{padding:9px}.padding-l-9{padding-left:9px}.padding-r-9{padding-right:9px}.padding-t-9{padding-top:9px}.padding-b-9{padding-bottom:9px}.padding-10{padding:10px}.padding-l-10{padding-left:10px}.padding-r-10{padding-right:10px}.padding-t-10{padding-top:10px}.padding-b-10{padding-bottom:10px}.padding-12{padding:12px}.padding-l-12{padding-left:12px}.padding-r-12{padding-right:12px}.padding-t-12{padding-top:12px}.padding-b-12{padding-bottom:12px}.padding-14{padding:14px}.padding-l-14{padding-left:14px}.padding-r-14{padding-right:14px}.padding-t-14{padding-top:14px}.padding-b-14{padding-bottom:14px}.padding-15{padding:15px}.padding-l-15{padding-left:15px}.padding-r-15{padding-right:15px}.padding-t-15{padding-top:15px}.padding-b-15{padding-bottom:15px}.padding-18{padding:18px}.padding-l-18{padding-left:18px}.padding-r-18{padding-right:18px}.padding-t-18{padding-top:18px}.padding-b-18{padding-bottom:18px}.padding-30{padding:30px}.padding-l-30{padding-left:30px}.padding-r-30{padding-right:30px}.padding-t-30{padding-top:30px}.padding-b-30{padding-bottom:30px}.padding-y-1{padding-top:1px;padding-bottom:1px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-3{padding-top:3px;padding-bottom:3px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-y-6{padding-top:6px;padding-bottom:6px}.padding-y-8{padding-top:8px;padding-bottom:8px}.padding-y-9{padding-top:9px;padding-bottom:9px}.padding-y-10{padding-top:10px;padding-bottom:10px}.padding-y-12{padding-top:12px;padding-bottom:12px}.padding-y-14{padding-top:14px;padding-bottom:14px}.padding-y-15{padding-top:15px;padding-bottom:15px}.padding-y-18{padding-top:18px;padding-bottom:18px}.padding-y-30{padding-top:30px;padding-bottom:30px}.padding-x-2{padding-left:2px;padding-right:2px}.padding-x-3{padding-left:3px;padding-right:3px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.padding-x-6{padding-left:6px;padding-right:6px}.padding-x-8{padding-left:8px;padding-right:8px}.padding-x-10{padding-left:10px;padding-right:10px}.padding-x-12{padding-left:12px;padding-right:12px}.margin--4{margin:-4px}.margin-y--4{margin-top:-4px;margin-bottom:-4px}.margin-x--4{margin-left:-4px;margin-right:-4px}.margin-t--4{margin-top:-4px}.margin-r--4{margin-right:-4px}.margin-b--4{margin-bottom:-4px}.margin-l--4{margin-left:-4px}.margin--2{margin:-2px}.margin-y--2{margin-top:-2px;margin-bottom:-2px}.margin-x--2{margin-left:-2px;margin-right:-2px}.margin-t--2{margin-top:-2px}.margin-r--2{margin-right:-2px}.margin-b--2{margin-bottom:-2px}.margin-l--2{margin-left:-2px}.margin-1{margin:1px}.margin-y-1{margin-top:1px;margin-bottom:1px}.margin-x-1{margin-left:1px;margin-right:1px}.margin-t-1{margin-top:1px}.margin-r-1{margin-right:1px}.margin-b-1{margin-bottom:1px}.margin-l-1{margin-left:1px}.margin-2{margin:2px}.margin-y-2{margin-top:2px;margin-bottom:2px}.margin-x-2{margin-left:2px;margin-right:2px}.margin-t-2{margin-top:2px}.margin-r-2{margin-right:2px}.margin-b-2{margin-bottom:2px}.margin-l-2{margin-left:2px}.margin-4{margin:4px}.margin-y-4{margin-top:4px;margin-bottom:4px}.margin-x-4{margin-left:4px;margin-right:4px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-l-4{margin-left:4px}.margin-5{margin:5px}.margin-y-5{margin-top:5px;margin-bottom:5px}.margin-x-5{margin-left:5px;margin-right:5px}.margin-t-5{margin-top:5px}.margin-r-5{margin-right:5px}.margin-b-5{margin-bottom:5px}.margin-l-5{margin-left:5px}.margin-6{margin:6px}.margin-y-6{margin-top:6px;margin-bottom:6px}.margin-x-6{margin-left:6px;margin-right:6px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-l-6{margin-left:6px}.margin-7{margin:7px}.margin-y-7{margin-top:7px;margin-bottom:7px}.margin-x-7{margin-left:7px;margin-right:7px}.margin-t-7{margin-top:7px}.margin-r-7{margin-right:7px}.margin-b-7{margin-bottom:7px}.margin-l-7{margin-left:7px}.margin-8{margin:8px}.margin-y-8{margin-top:8px;margin-bottom:8px}.margin-x-8{margin-left:8px;margin-right:8px}.margin-t-8{margin-top:8px}.margin-r-8{margin-right:8px}.margin-b-8{margin-bottom:8px}.margin-l-8{margin-left:8px}.margin-10{margin:10px}.margin-y-10{margin-top:10px;margin-bottom:10px}.margin-x-10{margin-left:10px;margin-right:10px}.margin-t-10{margin-top:10px}.margin-r-10{margin-right:10px}.margin-b-10{margin-bottom:10px}.margin-l-10{margin-left:10px}.margin-15{margin:15px}.margin-y-15{margin-top:15px;margin-bottom:15px}.margin-x-15{margin-left:15px;margin-right:15px}.margin-t-15{margin-top:15px}.margin-r-15{margin-right:15px}.margin-b-15{margin-bottom:15px}.margin-l-15{margin-left:15px}.margin-22{margin:22px}.margin-y-22{margin-top:22px;margin-bottom:22px}.margin-x-22{margin-left:22px;margin-right:22px}.margin-t-22{margin-top:22px}.margin-r-22{margin-right:22px}.margin-b-22{margin-bottom:22px}.margin-l-22{margin-left:22px}.margin-24{margin:24px}.margin-y-24{margin-top:24px;margin-bottom:24px}.margin-x-24{margin-left:24px;margin-right:24px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.margin-l-24{margin-left:24px}.gap-xs{gap:xspx}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-20{gap:20px}.gap-px-4{gap:4px}.grid-gap-8{grid-gap:8px}.w-1{width:1px}.h-1{height:1px}.w-2{width:2px}.h-2{height:2px}.w-4{width:4px}.h-4{height:4px}.w-10{width:10px}.h-10{height:10px}.w-14{width:14px}.h-14{height:14px}.w-15{width:15px}.h-15{height:15px}.w-18{width:18px}.h-18{height:18px}.w-22{width:22px}.h-22{height:22px}.w-26{width:26px}.h-26{height:26px}.w-31{width:31px}.h-31{height:31px}.w-32{width:32px}.h-32{height:32px}.w-36{width:36px}.h-36{height:36px}.w-116{width:116px}.h-116{height:116px}.w-120{width:120px}.h-120{height:120px}.w-fit-content{width:fit-content!important}.right-100{right:100%}.left-100{left:100%}.top--1{top:-1px}.top-2{top:2px}.top--14{top:-14px}.z-index--1{z-index:-1}.z-index-0{z-index:0}.z-index-1{z-index:1}.filter-dropdown-popover{width:260px;position:relative;top:-4px;left:-4px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}.h-7{height:7px!important;min-height:7px!important}.h-8{height:8px!important;min-height:8px!important}.h-9{height:9px!important;min-height:9px!important}.h-10{height:10px!important;min-height:10px!important}.h-11{height:11px!important;min-height:11px!important}.h-12{height:12px!important;min-height:12px!important}.h-14{height:14px!important;min-height:14px!important}.h-15{height:15px!important;min-height:15px!important}.h-16{height:16px!important;min-height:16px!important}.h-18{height:18px!important;min-height:18px!important}.h-22{height:22px!important;min-height:22px!important}.h-24{height:24px!important;min-height:24px!important}.h-26{height:26px!important;min-height:26px!important}.h-28{height:28px!important;min-height:28px!important}.h-30{height:30px!important;min-height:30px!important}.h-34{height:34px!important;min-height:34px!important}.h-37{height:37px!important;min-height:37px!important}.h-40{height:40px!important;min-height:40px!important}.h-42{height:42px!important;min-height:42px!important}.h-44{height:44px!important;min-height:44px!important}.h-52{height:52px!important;min-height:52px!important}.h-80{height:80px!important;min-height:80px!important}.h-160{height:160px!important;min-height:160px!important}.h-231{height:231px!important;min-height:231px!important}.h-486{height:486px!important;min-height:486px!important}.h-800{height:800px!important;min-height:800px!important}.h-960{height:960px!important;min-height:960px!important}.w-2{width:2px!important;min-width:2px!important}.w-7{width:7px!important;min-width:7px!important}.w-8{width:8px!important;min-width:8px!important}.w-10{width:10px!important;min-width:10px!important}.w-12{width:12px!important;min-width:12px!important}.w-14{width:14px!important;min-width:14px!important}.w-15{width:15px!important;min-width:15px!important}.w-16{width:16px!important;min-width:16px!important}.w-18{width:18px!important;min-width:18px!important}.w-22{width:22px!important;min-width:22px!important}.w-24{width:24px!important;min-width:24px!important}.w-26{width:26px!important;min-width:26px!important}.w-29{width:29px!important;min-width:29px!important}.w-30{width:30px!important;min-width:30px!important}.w-36{width:36px!important;min-width:36px!important}.w-40{width:40px!important;min-width:40px!important}.w-42{width:42px!important;min-width:42px!important}.w-46{width:46px!important;min-width:46px!important}.w-49{width:49px!important;min-width:49px!important}.w-57{width:57px!important;min-width:57px!important}.w-60{width:60px!important;min-width:60px!important}.w-68{width:68px!important;min-width:68px!important}.w-70{width:70px!important;min-width:70px!important}.w-71{width:71px!important;min-width:71px!important}.w-78{width:78px!important;min-width:78px!important}.w-80{width:80px!important;min-width:80px!important}.w-83{width:83px!important;min-width:83px!important}.w-84{width:84px!important;min-width:84px!important}.w-88{width:88px!important;min-width:88px!important}.w-90{width:90px!important;min-width:90px!important}.w-91{width:91px!important;min-width:91px!important}.w-93{width:93px!important;min-width:93px!important}.w-96{width:96px!important;min-width:96px!important}.w-98{width:98px!important;min-width:98px!important}.w-101{width:101px!important;min-width:101px!important}.w-106{width:106px!important;min-width:106px!important}.w-108{width:108px!important;min-width:108px!important}.w-116{width:116px!important;min-width:116px!important}.w-118{width:118px!important;min-width:118px!important}.w-126{width:126px!important;min-width:126px!important}.w-144{width:144px!important;min-width:144px!important}.w-155{width:155px!important;min-width:155px!important}.w-172{width:172px!important;min-width:172px!important}.w-179{width:179px!important;min-width:179px!important}.w-180{width:180px!important;min-width:180px!important}.w-202{width:202px!important;min-width:202px!important}.w-214{width:214px!important;min-width:214px!important}.w-223{width:223px!important;min-width:223px!important}.w-252{width:252px!important;min-width:252px!important}.w-264{width:264px!important;min-width:264px!important}.w-268{width:268px!important;min-width:268px!important}.w-272{width:272px!important;min-width:272px!important}.w-276{width:276px!important;min-width:276px!important}.w-277{width:277px!important;min-width:277px!important}.w-300{width:300px!important;min-width:300px!important}.w-334{width:334px!important;min-width:334px!important}.w-442{width:442px!important;min-width:442px!important}.w-462{width:462px!important;min-width:462px!important}.w-612{width:612px!important;min-width:612px!important}.w-616{width:616px!important;min-width:616px!important}.w-620{width:620px!important;min-width:620px!important}.min-w-0{min-width:0}.min-w-16{min-width:16px}.min-w-18{min-width:18px}.min-w-40{min-width:40px}.min-w-100{min-width:100px}.min-h-100{min-height:100px}.flex-1{flex:1}.w-33{width:33%}.w-40p{width:40%}.w-90p{width:90%}.w-100p{width:100%}.ca-full-width{width:100%!important}.shadow-100{box-shadow:0 0 4px #0003}.shadow-300{box-shadow:0 0 6px #0003}.opacity-40{opacity:.4}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.transition-width{transition:width .25s cubic-bezier(.46,.03,.51,.95);overflow-x:hidden}.transition-transform{transition:transform .25s cubic-bezier(.46,.03,.51,.95)}.transition-transform-100{transition:transform .1s cubic-bezier(.46,.03,.51,.95)}.transition-transform-400{transition:transform .4s cubic-bezier(.46,.03,.51,.95)}.transition-width-transform{transition-duration:.25s;transition-timing-function:cubic-bezier(.46,.03,.51,.95);transition-property:transform,width}.transition-background{transition:background .2s cubic-bezier(.46,.03,.51,.95)}.transition-background-100{transition:background .1s cubic-bezier(.46,.03,.51,.95)}.transition-background-color-300{transition:background,color .3s cubic-bezier(.46,.03,.51,.95)}.transition-fill-100 svg path{transition:fill .1s cubic-bezier(.46,.03,.51,.95)}.transition-duration-250{transition-duration:.25s}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.pointer-events-none{pointer-events:none}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}.place-items-center{justify-content:center;align-items:center}.prevent-text-selection{-ms-user-select:none;-webkit-user-select:none;user-select:none;-moz-user-select:none}.highlight-text-45632{background-color:#3b73ed33;color:#92b1f5;transition:all .3s ease-in-out}.last-fuel-price{grid-template-columns:repeat(2,1fr);grid-gap:12px}.last-fuel-price-item .total-value{margin-top:2px}.last-fuel-price-item.disabled{pointer-events:none!important}.last-fuel-price-item.disabled .last-fuel-price-item-progress-bar-box{background:#91919133!important}.last-fuel-price-item.disabled .last-fuel-price-item-progress-bar .progress-icon{display:none!important}.last-fuel-price-item .last-fuel-price-item-progress{margin-top:12px}.last-fuel-price-item .last-fuel-price-item-progress-bar{position:relative;grid-template-columns:repeat(5,1fr);grid-gap:2px;margin-bottom:6px}.last-fuel-price-item .last-fuel-price-item-progress-bar-box{height:8px}.last-fuel-price-item .last-fuel-price-item-progress-bar-box:first-of-type{border-top-left-radius:2px;border-bottom-left-radius:2px}.last-fuel-price-item .last-fuel-price-item-progress-bar-box:last-of-type{border-top-right-radius:2px;border-bottom-right-radius:2px}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon{position:absolute;top:50%;line-height:1px;transform:translateY(-50%) translate(-50%)}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon svg circle,.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon svg g{fill:#fff}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-1 svg g{stroke:#56b4ac}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-2 svg g{stroke:#77bf56}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-3 svg g{stroke:#fab15c}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-4 svg g{stroke:#ff906d}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-5 svg g{stroke:#e66767}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-outdated svg g{stroke:#dadada}.last-fuel-price.map-view{grid-template-columns:1fr}.last-fuel-price.map-view .last-fuel-price-item-progress{margin:0}.last-fuel-price.map-view .last-fuel-price-item-progress-bar{grid-template-columns:repeat(5,1fr);margin-top:4px;order:2}.last-fuel-price.map-view .last-fuel-price-item.disabled .last-fuel-price-item-progress .progress-icon.fuel-color-outdated{display:block!important}\n"] }]
|
|
16051
16051
|
}], ctorParameters: () => [], propDecorators: { lastFuelPriceData: [{
|
|
16052
16052
|
type: Input
|
|
16053
16053
|
}] } });
|
|
@@ -32103,18 +32103,106 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
32103
32103
|
type: Input
|
|
32104
32104
|
}] } });
|
|
32105
32105
|
|
|
32106
|
+
var eModalButtonClassType;
|
|
32107
|
+
(function (eModalButtonClassType) {
|
|
32108
|
+
eModalButtonClassType["PRIMARY_POSITIVE"] = "primary-positive";
|
|
32109
|
+
eModalButtonClassType["PRIMARY_NEUTRAL"] = "primary-neutral";
|
|
32110
|
+
eModalButtonClassType["PRIMARY_NEGATIVE"] = "primary-negative";
|
|
32111
|
+
eModalButtonClassType["PRIMARY_WHITE"] = "primary-white";
|
|
32112
|
+
eModalButtonClassType["SECONDARY_POSITIVE"] = "secondary-positive";
|
|
32113
|
+
eModalButtonClassType["SECONDARY_NEUTRAL"] = "secondary-neutral";
|
|
32114
|
+
eModalButtonClassType["SECONDARY_NEGATIVE"] = "secondary-negative";
|
|
32115
|
+
eModalButtonClassType["PLAIN_TEXT"] = "plain-text";
|
|
32116
|
+
eModalButtonClassType["SPECIAL_POSITIVE"] = "special-positive";
|
|
32117
|
+
eModalButtonClassType["SPECIAL_NEUTRAL"] = "special-neutral";
|
|
32118
|
+
})(eModalButtonClassType || (eModalButtonClassType = {}));
|
|
32119
|
+
|
|
32120
|
+
var eModalButtonSize;
|
|
32121
|
+
(function (eModalButtonSize) {
|
|
32122
|
+
eModalButtonSize["SMALL"] = "modal-small";
|
|
32123
|
+
eModalButtonSize["NORMAL"] = "modal-normal";
|
|
32124
|
+
eModalButtonSize["FULL_WIDTH"] = "modal-full-width";
|
|
32125
|
+
eModalButtonSize["BIG_FULL_WIDTH"] = "modal-big-full-width";
|
|
32126
|
+
eModalButtonSize["SPECIAL_SMALL"] = "special-small";
|
|
32127
|
+
eModalButtonSize["SPECIAL_DEFAULT"] = "special-default";
|
|
32128
|
+
})(eModalButtonSize || (eModalButtonSize = {}));
|
|
32129
|
+
|
|
32130
|
+
class ModalButtonClassPipe {
|
|
32131
|
+
transform(type, size, isValid) {
|
|
32132
|
+
return {
|
|
32133
|
+
[`${type}-btn`]: true,
|
|
32134
|
+
[`${size}-btn`]: true,
|
|
32135
|
+
valid: isValid,
|
|
32136
|
+
};
|
|
32137
|
+
}
|
|
32138
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ModalButtonClassPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
32139
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: ModalButtonClassPipe, isStandalone: true, name: "modalButtonClass" }); }
|
|
32140
|
+
}
|
|
32141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ModalButtonClassPipe, decorators: [{
|
|
32142
|
+
type: Pipe,
|
|
32143
|
+
args: [{
|
|
32144
|
+
name: 'modalButtonClass',
|
|
32145
|
+
standalone: true,
|
|
32146
|
+
}]
|
|
32147
|
+
}] });
|
|
32148
|
+
|
|
32149
|
+
class CaModalButtonComponent {
|
|
32150
|
+
constructor() {
|
|
32151
|
+
this.size = eModalButtonSize.NORMAL;
|
|
32152
|
+
this.loadingText = 'Loading';
|
|
32153
|
+
this.isValid = true;
|
|
32154
|
+
this.isSpinnerShown = false;
|
|
32155
|
+
this.isModalButton = false;
|
|
32156
|
+
this.hasBothSpinnerAndText = false;
|
|
32157
|
+
}
|
|
32158
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CaModalButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
32159
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: CaModalButtonComponent, isStandalone: true, selector: "app-ca-modal-button", inputs: { type: "type", size: "size", text: "text", loadingText: "loadingText", isValid: "isValid", isSpinnerShown: "isSpinnerShown", isModalButton: "isModalButton", hasBothSpinnerAndText: "hasBothSpinnerAndText" }, ngImport: i0, template: "@if (isModalButton) {\n <ng-container *ngTemplateOutlet=\"modalButtonTemplate\"></ng-container>\n} @else {\n <ng-container *ngTemplateOutlet=\"buttonTemplate\"></ng-container>\n}\n\n<ng-template #modalButtonTemplate>\n <div class=\"d-block\" [class.cursor-wait]=\"isSpinnerShown\">\n <button\n class=\"ca-modal-btn ca-font-bold text-size-14 has-animation\"\n [class.loading]=\"isSpinnerShown\"\n [ngClass]=\"type | modalButtonClass: size : isValid\"\n type=\"button\"\n [disabled]=\"isSpinnerShown\"\n >\n <span class=\"button-text has-animation\">\n @if (isSpinnerShown) {\n {{ loadingText\n }}<span class=\"loading-dots\">\n <span class=\"dot\">.</span>\n <span class=\"dot\">.</span>\n <span class=\"dot\">.</span>\n </span>\n } @else {\n {{ text }}\n }\n </span>\n </button>\n </div>\n</ng-template>\n\n<ng-template #buttonTemplate>\n <button\n class=\"d-flex align-items-center justify-content-center ca-font-bold text-size-14 ca-modal-btn\"\n [class.text-and-spinner-shown]=\"isSpinnerShown && hasBothSpinnerAndText\"\n [ngClass]=\"type | modalButtonClass: size : isValid\"\n type=\"button\"\n [disabled]=\"isSpinnerShown\"\n >\n <span\n class=\"button-text\"\n [class.hidden-text]=\"isSpinnerShown && !hasBothSpinnerAndText\"\n >\n {{ text }}\n </span>\n @if (isSpinnerShown) {\n @if (hasBothSpinnerAndText) {\n <span class=\"spinner-wrapper\">\n <app-ca-spinner\n [size]=\"'small'\"\n [color]=\"'white'\"\n ></app-ca-spinner>\n </span>\n } @else {\n <span class=\"spinner-absolute\">\n <app-ca-spinner\n [size]=\"'small'\"\n [color]=\"'white'\"\n ></app-ca-spinner>\n </span>\n }\n }\n </button>\n</ng-template>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:420px!important}.pickup-delivery-popover .popover-body{position:relative;left:-4px;top:1px}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.load-pickup-delivery-popover{top:-34px!important;max-width:400px!important}.gps_dropdown_popover{top:-38px;max-width:748px!important}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.dropdown-menu-popover.bs-popover-end-top .dropdown-container{transform:translate(-4px,-4px)}.dropdown-menu-popover.bs-popover-bottom-end .dropdown-container{transform:translate(3px,-3px)}.dropdown-menu-popover.bs-popover-end-bottom .dropdown-container{transform:translate(-3px,3px)}.dropdown-menu-popover.bs-popover-top-end .dropdown-container{transform:translate(3px,3px)}.dropdown-menu-popover.ca-pickup-delivery-dropdown-popover.bs-popover-end-top .dropdown-container{transform:translateY(-6px)}.dropdown-details-title-card-popover .dropdown-container{transform:translateY(-4px)}.fleet-filter-popover.bs-popover-bottom-start .fleet-filter-dropdown-container{transform:translate(-4px,-4px)!important}.fleet-filter-popover.bs-popover-top-start .fleet-filter-dropdown-container{transform:translate(-4px,4px)!important}.fleet-filter-sort-popover.bs-popover-end-top{transform:translate(158px,-3px)!important}.factoring-dropdown-popover.bs-popover-bottom-end .factoring-dropdown-container{transform:translate(4px,-4px)!important}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:1}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{white-space:nowrap;max-width:none;border-radius:3px;font-size:11px;font-weight:600}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;line-height:14px;font-weight:600;border-radius:3px;padding:2px 6px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-5{color:#3074d3!important}.text-color-blue-5::-moz-selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-5::selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-11{color:#3b73ed!important}.text-color-blue-11::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-11::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-14{color:#3b73ed!important}.text-color-blue-14::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-14::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow-4{color:#fbc88b!important}.text-color-yellow-4::-moz-selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-4::selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-5{color:#f89b2e!important}.text-color-yellow-5::-moz-selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-yellow-5::selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-special-filter-purple{color:#9e47ec!important}.text-color-special-filter-purple::-moz-selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-special-filter-purple::selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-grey-9{color:#b7b7b7!important}.text-color-grey-9::-moz-selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-grey-9::selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3{color:#ffffffb3!important}.text-color-white-3::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-color-orange-1{color:#ff7043!important}.text-color-orange-1::-moz-selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-1::selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-2{color:#f77d3b!important}.text-color-orange-2::-moz-selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-2::selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-3{color:#ffb097!important}.text-color-orange-3::-moz-selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-orange-3::selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-brown-1{color:#865e3a!important}.text-color-brown-1::-moz-selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-brown-1::selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-light-blue-2{color:#1ab5e6!important}.text-color-light-blue-2::-moz-selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-color-light-blue-2::selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-hover-white{transition:color .3s ease-in-out ease-in-out}.text-hover-white:hover{color:#fff!important}.text-hover-black{transition:color .3s ease-in-out ease-in-out}.text-hover-black:hover{color:#424242!important}.text-hover-blue-15{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-15:hover{color:#0b49d1!important}.text-hover-blue-18{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-18:hover{color:#3b73ed!important}.text-hover-bw6-2{transition:color .3s ease-in-out ease-in-out}.text-hover-bw6-2:hover{color:#6c6c6c!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-20{font-size:20px!important;line-height:24px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.font-size-7{font-size:7px!important}.font-size-8{font-size:8px!important}.font-size-11{font-size:11px!important}.line-height-12{line-height:12px!important}.line-height-15{line-height:15px!important}.line-height-18{line-height:18px!important}.line-height-20{line-height:20px!important}.svg-fill-dark-2 svg path,.svg-fill-dark-2 svg circle{fill:#91919133!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-black-2 svg path,.svg-fill-black-2 svg circle{fill:#2f2f2f!important}.svg-fill-black-9 svg path,.svg-fill-black-9 svg circle{fill:#1d1d1d!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-white-3 svg path,.svg-fill-white-3 svg circle{fill:#ebebeb!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-grey-2 svg path,.svg-fill-grey-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw6-2 svg path,.svg-fill-bw6-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-9 svg path,.svg-fill-blue-9 svg circle{fill:#0b49d1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-green-6 svg path,.svg-fill-green-6 svg circle{fill:#77bf56!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-yellow-8 svg path,.svg-fill-yellow-8 svg circle{fill:#daad4f!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-fill-red-13 svg path,.svg-fill-red-13 svg circle{fill:#ed9292!important}.svg-fill-red-14 svg path,.svg-fill-red-14 svg circle{fill:#c20c0c!important}.svg-fill-red-15 svg path,.svg-fill-red-15 svg circle{fill:#f4bebe!important}.svg-fill-red-18 svg path,.svg-fill-red-18 svg circle{fill:#e668a0!important}.svg-fill-orange-4 svg path,.svg-fill-orange-4 svg circle{fill:#ff906d!important}.svg-fill-brown svg path,.svg-fill-brown svg circle{fill:#865e3a!important}.svg-fill-purple-4 svg path,.svg-fill-purple-4 svg circle{fill:#9e47ec!important}.svg-fill-first-path-child-green svg path:first-child{fill:#56b4ac!important}.svg-fill-first-path-child-green-6 svg path:first-child{fill:#77bf56!important}.svg-fill-first-path-child-yellow-1 svg path:first-child{fill:#fab15c!important}.svg-fill-first-path-child-orange-4 svg path:first-child{fill:#ff906d!important}.svg-fill-first-path-child-red-10 svg path:first-child{fill:#e66767!important}.svg-fill-first-path-child-light-grey-2 svg path:first-child{fill:#aaa!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey svg path{transition:fill .3s ease-in-out}.svg-hover-grey:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-9 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-9:hover svg path{fill:#0b49d1!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#6f9ee033!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-17 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-17:hover svg path{fill:#bed0f9!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-bw-9 svg path{transition:fill .3s ease-in-out}.svg-hover-bw-9:hover svg path{fill:#dadada!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-6 svg{width:6px;height:6px}.svg-size-7 svg{width:7px;height:7px}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-17 svg{width:17px;height:17px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-23 svg{width:23px;height:23px}.svg-size-26 svg{width:26px;height:26px}.svg-size-30-26 svg{width:30px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.svg-size-90 svg{width:90px;height:90px}.svg-rect-fill-blue-8{fill:#6692f1!important}.svg-rect-fill-blue-8 svg rect{fill:#6692f1!important}.svg-rect-fill-yellow-1{fill:#fab15c!important}.svg-rect-fill-yellow-1 svg rect{fill:#fab15c!important}.svg-rect-fill-red-10{fill:#e66767!important}.svg-rect-fill-red-10 svg rect{fill:#e66767!important}.svg-rect-fill-muted{fill:#919191!important}.svg-rect-fill-muted svg rect{fill:#919191!important}.svg-rect-fill-dark-2{fill:#91919133!important}.svg-rect-fill-dark-2 svg rect{fill:#91919133!important}.svg-rect-hover-blue-14{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14:hover{fill:#3b73ed!important}.svg-rect-hover-blue-14:hover svg rect{fill:#3b73ed!important}.svg-rect-hover-yellow-5{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5:hover{fill:#f89b2e!important}.svg-rect-hover-yellow-5:hover svg rect{fill:#f89b2e!important}.svg-rect-hover-red-11{transition:fill .3s ease-in-out}.svg-rect-hover-red-11 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-red-11:hover{fill:#df3c3c!important}.svg-rect-hover-red-11:hover svg rect{fill:#df3c3c!important}.svg-rect-hover-bw6-2{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2:hover{fill:#6c6c6c!important}.svg-rect-hover-bw6-2:hover svg rect{fill:#6c6c6c!important}.svg-rect-hover-dark-2{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2:hover{fill:#91919133!important}.svg-rect-hover-dark-2:hover svg rect{fill:#91919133!important}.background-transparent{background-color:transparent}.background-white{background-color:#fff}.background-white-7{background-color:#ffffff20}.background-muted{background:#919191}.background-muted-o20{background:#91919133}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-black-3{background-color:#1d1d1d}.background-gray{background-color:#e5e5e5}.background-gray-2{background-color:#6c6c6c}.background-gray-7{background-color:#ccc3}.background-gray-12{background-color:#eee}.background-gray-20{background-color:#c9c9c9}.background-light-gray-2{background-color:#aaa}.background-light-gray-6{background-color:#ccc}.background-light-gray-7{background-color:#fbfbfb}.background-grey{background-color:#919191}.background-grey-4{background-color:#ccc}.background-blue-5{background-color:#3074d3}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-blue-15{background-color:#0b49d1}.background-blue-18{background-color:#3b73ed}.background-blue-19{background-color:#92b1f5}.background-blue-20{background-color:#3b73ed33}.background-green-0{background-color:#56b4ac}.background-green-2{background-color:#259f94}.background-green-3{background-color:#b6dfdb}.background-green-4,.background-green-6{background-color:#86c9c3}.background-green-special-filter{background-color:#007a6e}.background-dark-2{background-color:#91919133}.background-dark-3{background-color:#91919166}.background-red-19{background-color:#df3d85}.background-red-11{background-color:#df3c3c}.background-purple-4{background-color:#9e47ec}.background-gold-bold{background-color:#cf961d}.background-gold-subtle{background-color:#e4c481}.background-orange-3{background-color:#ffb097}.background-orange-4{background-color:#ff906d}.background-orange-7{background-color:#ffcfc0}.background-yellow-1{background-color:#fab15c}.background-yellow-5{background-color:#f89b2e}.background-yellow-7{background-color:#f89b2e33}.background-yellow-8{background-color:#daad4f}.background-bw5{background-color:#919191}.background-bw6-2{background-color:#6c6c6c}.background-brown-bold{background-color:#865e3a}.background-bw2{background-color:#eee}.background-bw-9{background-color:#dadada}.background-bw10{background-color:#eee0}.background-hover-white{transition:background-color .3s ease-in-out}.background-hover-white:hover{background-color:#fff!important}.background-hover-white-4{transition:background-color .3s ease-in-out}.background-hover-white-4:hover{background-color:#fff3!important}.background-hover-black{transition:background-color .3s ease-in-out}.background-hover-black:hover{background-color:#424242!important}.background-hover-black-1{transition:background-color .3s ease-in-out}.background-hover-black-1:hover{background-color:#424242!important}.background-hover-black-2{transition:background-color .3s ease-in-out}.background-hover-black-2:hover{background-color:#2f2f2f!important}.background-hover-grey{transition:background-color .3s ease-in-out}.background-hover-grey:hover{background-color:#919191!important}.background-hover-grey-2{transition:background-color .3s ease-in-out}.background-hover-grey-2:hover{background-color:#6c6c6c!important}.background-hover-grey-6{transition:background-color .3s ease-in-out}.background-hover-grey-6:hover{background-color:#91919120!important}.background-hover-dark-2{transition:background-color .3s ease-in-out}.background-hover-dark-2:hover{background-color:#91919133!important}.background-hover-dark-3{transition:background-color .3s ease-in-out}.background-hover-dark-3:hover{background-color:#91919166!important}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-bw6{transition:background-color .3s ease-in-out}.background-hover-bw6:hover{background-color:#606060!important}.background-hover-bw6-2{transition:background-color .3s ease-in-out}.background-hover-bw6-2:hover{background-color:#6c6c6c!important}.background-hover-blue-11{transition:background-color .3s ease-in-out}.background-hover-blue-11:hover{background-color:#6f9ee066!important}.background-hover-blue-13{transition:background-color .3s ease-in-out}.background-hover-blue-13:hover{background-color:#6692f1!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.background-hover-blue-16{transition:background-color .3s ease-in-out}.background-hover-blue-16:hover{background-color:#e9effd!important}.background-hover-blue-17{transition:background-color .3s ease-in-out}.background-hover-blue-17:hover{background-color:#bed0f9!important}.background-hover-blue-19{transition:background-color .3s ease-in-out}.background-hover-blue-19:hover{background-color:#92b1f5!important}.background-hover-blue-20{transition:background-color .3s ease-in-out}.background-hover-blue-20:hover{background-color:#3b73ed33!important}.background-hover-blue-21{transition:background-color .3s ease-in-out}.background-hover-blue-21:hover{background-color:#3b73ed66!important}.background-hover-red-15{transition:background-color .3s ease-in-out}.background-hover-red-15:hover{background-color:#f4bebe!important}.background-hover-red-14{transition:background-color .3s ease-in-out}.background-hover-red-14:hover{background-color:#c20c0c!important}.background-hover-gray{transition:background-color .3s ease-in-out}.background-hover-gray:hover{background-color:#e5e5e5!important}.background-hover-light-grey{transition:background-color .3s ease-in-out}.background-hover-light-grey:hover{background-color:#e5e5e5!important}.background-hover-light-grey-5{transition:background-color .3s ease-in-out}.background-hover-light-grey-5:hover{background-color:#f7f7f7!important}.background-hover-bw-9{transition:background-color .3s ease-in-out}.background-hover-bw-9:hover{background-color:#dadada!important}.background-hover-green-special-filter{transition:background-color .3s ease-in-out}.background-hover-green-special-filter:hover{background-color:#007a6e!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-50{border-radius:50px}.br-60{border-radius:60px}.br-circle{border-radius:50%}.padding-1{padding:1px}.padding-l-1{padding-left:1px}.padding-r-1{padding-right:1px}.padding-t-1{padding-top:1px}.padding-b-1{padding-bottom:1px}.padding-2{padding:2px}.padding-l-2{padding-left:2px}.padding-r-2{padding-right:2px}.padding-t-2{padding-top:2px}.padding-b-2{padding-bottom:2px}.padding-3{padding:3px}.padding-l-3{padding-left:3px}.padding-r-3{padding-right:3px}.padding-t-3{padding-top:3px}.padding-b-3{padding-bottom:3px}.padding-4{padding:4px}.padding-l-4{padding-left:4px}.padding-r-4{padding-right:4px}.padding-t-4{padding-top:4px}.padding-b-4{padding-bottom:4px}.padding-6{padding:6px}.padding-l-6{padding-left:6px}.padding-r-6{padding-right:6px}.padding-t-6{padding-top:6px}.padding-b-6{padding-bottom:6px}.padding-8{padding:8px}.padding-l-8{padding-left:8px}.padding-r-8{padding-right:8px}.padding-t-8{padding-top:8px}.padding-b-8{padding-bottom:8px}.padding-9{padding:9px}.padding-l-9{padding-left:9px}.padding-r-9{padding-right:9px}.padding-t-9{padding-top:9px}.padding-b-9{padding-bottom:9px}.padding-10{padding:10px}.padding-l-10{padding-left:10px}.padding-r-10{padding-right:10px}.padding-t-10{padding-top:10px}.padding-b-10{padding-bottom:10px}.padding-12{padding:12px}.padding-l-12{padding-left:12px}.padding-r-12{padding-right:12px}.padding-t-12{padding-top:12px}.padding-b-12{padding-bottom:12px}.padding-14{padding:14px}.padding-l-14{padding-left:14px}.padding-r-14{padding-right:14px}.padding-t-14{padding-top:14px}.padding-b-14{padding-bottom:14px}.padding-15{padding:15px}.padding-l-15{padding-left:15px}.padding-r-15{padding-right:15px}.padding-t-15{padding-top:15px}.padding-b-15{padding-bottom:15px}.padding-18{padding:18px}.padding-l-18{padding-left:18px}.padding-r-18{padding-right:18px}.padding-t-18{padding-top:18px}.padding-b-18{padding-bottom:18px}.padding-30{padding:30px}.padding-l-30{padding-left:30px}.padding-r-30{padding-right:30px}.padding-t-30{padding-top:30px}.padding-b-30{padding-bottom:30px}.padding-y-1{padding-top:1px;padding-bottom:1px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-3{padding-top:3px;padding-bottom:3px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-y-6{padding-top:6px;padding-bottom:6px}.padding-y-8{padding-top:8px;padding-bottom:8px}.padding-y-9{padding-top:9px;padding-bottom:9px}.padding-y-10{padding-top:10px;padding-bottom:10px}.padding-y-12{padding-top:12px;padding-bottom:12px}.padding-y-14{padding-top:14px;padding-bottom:14px}.padding-y-15{padding-top:15px;padding-bottom:15px}.padding-y-18{padding-top:18px;padding-bottom:18px}.padding-y-30{padding-top:30px;padding-bottom:30px}.padding-x-2{padding-left:2px;padding-right:2px}.padding-x-3{padding-left:3px;padding-right:3px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.padding-x-6{padding-left:6px;padding-right:6px}.padding-x-8{padding-left:8px;padding-right:8px}.padding-x-10{padding-left:10px;padding-right:10px}.padding-x-12{padding-left:12px;padding-right:12px}.margin--4{margin:-4px}.margin-y--4{margin-top:-4px;margin-bottom:-4px}.margin-x--4{margin-left:-4px;margin-right:-4px}.margin-t--4{margin-top:-4px}.margin-r--4{margin-right:-4px}.margin-b--4{margin-bottom:-4px}.margin-l--4{margin-left:-4px}.margin--2{margin:-2px}.margin-y--2{margin-top:-2px;margin-bottom:-2px}.margin-x--2{margin-left:-2px;margin-right:-2px}.margin-t--2{margin-top:-2px}.margin-r--2{margin-right:-2px}.margin-b--2{margin-bottom:-2px}.margin-l--2{margin-left:-2px}.margin-1{margin:1px}.margin-y-1{margin-top:1px;margin-bottom:1px}.margin-x-1{margin-left:1px;margin-right:1px}.margin-t-1{margin-top:1px}.margin-r-1{margin-right:1px}.margin-b-1{margin-bottom:1px}.margin-l-1{margin-left:1px}.margin-2{margin:2px}.margin-y-2{margin-top:2px;margin-bottom:2px}.margin-x-2{margin-left:2px;margin-right:2px}.margin-t-2{margin-top:2px}.margin-r-2{margin-right:2px}.margin-b-2{margin-bottom:2px}.margin-l-2{margin-left:2px}.margin-4{margin:4px}.margin-y-4{margin-top:4px;margin-bottom:4px}.margin-x-4{margin-left:4px;margin-right:4px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-l-4{margin-left:4px}.margin-5{margin:5px}.margin-y-5{margin-top:5px;margin-bottom:5px}.margin-x-5{margin-left:5px;margin-right:5px}.margin-t-5{margin-top:5px}.margin-r-5{margin-right:5px}.margin-b-5{margin-bottom:5px}.margin-l-5{margin-left:5px}.margin-6{margin:6px}.margin-y-6{margin-top:6px;margin-bottom:6px}.margin-x-6{margin-left:6px;margin-right:6px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-l-6{margin-left:6px}.margin-7{margin:7px}.margin-y-7{margin-top:7px;margin-bottom:7px}.margin-x-7{margin-left:7px;margin-right:7px}.margin-t-7{margin-top:7px}.margin-r-7{margin-right:7px}.margin-b-7{margin-bottom:7px}.margin-l-7{margin-left:7px}.margin-8{margin:8px}.margin-y-8{margin-top:8px;margin-bottom:8px}.margin-x-8{margin-left:8px;margin-right:8px}.margin-t-8{margin-top:8px}.margin-r-8{margin-right:8px}.margin-b-8{margin-bottom:8px}.margin-l-8{margin-left:8px}.margin-10{margin:10px}.margin-y-10{margin-top:10px;margin-bottom:10px}.margin-x-10{margin-left:10px;margin-right:10px}.margin-t-10{margin-top:10px}.margin-r-10{margin-right:10px}.margin-b-10{margin-bottom:10px}.margin-l-10{margin-left:10px}.margin-15{margin:15px}.margin-y-15{margin-top:15px;margin-bottom:15px}.margin-x-15{margin-left:15px;margin-right:15px}.margin-t-15{margin-top:15px}.margin-r-15{margin-right:15px}.margin-b-15{margin-bottom:15px}.margin-l-15{margin-left:15px}.margin-22{margin:22px}.margin-y-22{margin-top:22px;margin-bottom:22px}.margin-x-22{margin-left:22px;margin-right:22px}.margin-t-22{margin-top:22px}.margin-r-22{margin-right:22px}.margin-b-22{margin-bottom:22px}.margin-l-22{margin-left:22px}.margin-24{margin:24px}.margin-y-24{margin-top:24px;margin-bottom:24px}.margin-x-24{margin-left:24px;margin-right:24px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.margin-l-24{margin-left:24px}.gap-xs{gap:xspx}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-20{gap:20px}.gap-px-4{gap:4px}.grid-gap-8{grid-gap:8px}.w-1{width:1px}.h-1{height:1px}.w-2{width:2px}.h-2{height:2px}.w-4{width:4px}.h-4{height:4px}.w-10{width:10px}.h-10{height:10px}.w-14{width:14px}.h-14{height:14px}.w-15{width:15px}.h-15{height:15px}.w-18{width:18px}.h-18{height:18px}.w-22{width:22px}.h-22{height:22px}.w-26{width:26px}.h-26{height:26px}.w-31{width:31px}.h-31{height:31px}.w-32{width:32px}.h-32{height:32px}.w-36{width:36px}.h-36{height:36px}.w-116{width:116px}.h-116{height:116px}.w-120{width:120px}.h-120{height:120px}.w-fit-content{width:fit-content!important}.right-100{right:100%}.left-100{left:100%}.top--1{top:-1px}.top-2{top:2px}.top--14{top:-14px}.z-index--1{z-index:-1}.z-index-0{z-index:0}.z-index-1{z-index:1}.filter-dropdown-popover{width:260px;position:relative;top:-4px;left:-4px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}.h-7{height:7px!important;min-height:7px!important}.h-8{height:8px!important;min-height:8px!important}.h-9{height:9px!important;min-height:9px!important}.h-10{height:10px!important;min-height:10px!important}.h-11{height:11px!important;min-height:11px!important}.h-12{height:12px!important;min-height:12px!important}.h-14{height:14px!important;min-height:14px!important}.h-15{height:15px!important;min-height:15px!important}.h-16{height:16px!important;min-height:16px!important}.h-18{height:18px!important;min-height:18px!important}.h-22{height:22px!important;min-height:22px!important}.h-24{height:24px!important;min-height:24px!important}.h-26{height:26px!important;min-height:26px!important}.h-28{height:28px!important;min-height:28px!important}.h-30{height:30px!important;min-height:30px!important}.h-34{height:34px!important;min-height:34px!important}.h-37{height:37px!important;min-height:37px!important}.h-40{height:40px!important;min-height:40px!important}.h-42{height:42px!important;min-height:42px!important}.h-44{height:44px!important;min-height:44px!important}.h-52{height:52px!important;min-height:52px!important}.h-80{height:80px!important;min-height:80px!important}.h-160{height:160px!important;min-height:160px!important}.h-231{height:231px!important;min-height:231px!important}.h-486{height:486px!important;min-height:486px!important}.h-800{height:800px!important;min-height:800px!important}.h-960{height:960px!important;min-height:960px!important}.w-2{width:2px!important;min-width:2px!important}.w-7{width:7px!important;min-width:7px!important}.w-8{width:8px!important;min-width:8px!important}.w-10{width:10px!important;min-width:10px!important}.w-12{width:12px!important;min-width:12px!important}.w-14{width:14px!important;min-width:14px!important}.w-15{width:15px!important;min-width:15px!important}.w-16{width:16px!important;min-width:16px!important}.w-18{width:18px!important;min-width:18px!important}.w-22{width:22px!important;min-width:22px!important}.w-24{width:24px!important;min-width:24px!important}.w-26{width:26px!important;min-width:26px!important}.w-29{width:29px!important;min-width:29px!important}.w-30{width:30px!important;min-width:30px!important}.w-36{width:36px!important;min-width:36px!important}.w-40{width:40px!important;min-width:40px!important}.w-42{width:42px!important;min-width:42px!important}.w-46{width:46px!important;min-width:46px!important}.w-49{width:49px!important;min-width:49px!important}.w-57{width:57px!important;min-width:57px!important}.w-60{width:60px!important;min-width:60px!important}.w-68{width:68px!important;min-width:68px!important}.w-70{width:70px!important;min-width:70px!important}.w-71{width:71px!important;min-width:71px!important}.w-78{width:78px!important;min-width:78px!important}.w-80{width:80px!important;min-width:80px!important}.w-83{width:83px!important;min-width:83px!important}.w-84{width:84px!important;min-width:84px!important}.w-88{width:88px!important;min-width:88px!important}.w-90{width:90px!important;min-width:90px!important}.w-91{width:91px!important;min-width:91px!important}.w-93{width:93px!important;min-width:93px!important}.w-96{width:96px!important;min-width:96px!important}.w-98{width:98px!important;min-width:98px!important}.w-101{width:101px!important;min-width:101px!important}.w-106{width:106px!important;min-width:106px!important}.w-108{width:108px!important;min-width:108px!important}.w-116{width:116px!important;min-width:116px!important}.w-118{width:118px!important;min-width:118px!important}.w-126{width:126px!important;min-width:126px!important}.w-144{width:144px!important;min-width:144px!important}.w-155{width:155px!important;min-width:155px!important}.w-172{width:172px!important;min-width:172px!important}.w-179{width:179px!important;min-width:179px!important}.w-180{width:180px!important;min-width:180px!important}.w-202{width:202px!important;min-width:202px!important}.w-214{width:214px!important;min-width:214px!important}.w-223{width:223px!important;min-width:223px!important}.w-252{width:252px!important;min-width:252px!important}.w-264{width:264px!important;min-width:264px!important}.w-268{width:268px!important;min-width:268px!important}.w-272{width:272px!important;min-width:272px!important}.w-276{width:276px!important;min-width:276px!important}.w-277{width:277px!important;min-width:277px!important}.w-300{width:300px!important;min-width:300px!important}.w-334{width:334px!important;min-width:334px!important}.w-442{width:442px!important;min-width:442px!important}.w-462{width:462px!important;min-width:462px!important}.w-612{width:612px!important;min-width:612px!important}.w-616{width:616px!important;min-width:616px!important}.w-620{width:620px!important;min-width:620px!important}.min-w-0{min-width:0}.min-w-16{min-width:16px}.min-w-18{min-width:18px}.min-w-40{min-width:40px}.min-w-100{min-width:100px}.min-h-100{min-height:100px}.flex-1{flex:1}.w-33{width:33%}.w-40p{width:40%}.w-90p{width:90%}.w-100p{width:100%}.ca-full-width{width:100%!important}.shadow-100{box-shadow:0 0 4px #0003}.shadow-300{box-shadow:0 0 6px #0003}.opacity-40{opacity:.4}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.transition-width{transition:width .25s cubic-bezier(.46,.03,.51,.95);overflow-x:hidden}.transition-transform{transition:transform .25s cubic-bezier(.46,.03,.51,.95)}.transition-transform-100{transition:transform .1s cubic-bezier(.46,.03,.51,.95)}.transition-transform-400{transition:transform .4s cubic-bezier(.46,.03,.51,.95)}.transition-width-transform{transition-duration:.25s;transition-timing-function:cubic-bezier(.46,.03,.51,.95);transition-property:transform,width}.transition-background{transition:background .2s cubic-bezier(.46,.03,.51,.95)}.transition-background-100{transition:background .1s cubic-bezier(.46,.03,.51,.95)}.transition-background-color-300{transition:background,color .3s cubic-bezier(.46,.03,.51,.95)}.transition-fill-100 svg path{transition:fill .1s cubic-bezier(.46,.03,.51,.95)}.transition-duration-250{transition-duration:.25s}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.pointer-events-none{pointer-events:none}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}.place-items-center{justify-content:center;align-items:center}.prevent-text-selection{-ms-user-select:none;-webkit-user-select:none;user-select:none;-moz-user-select:none}.highlight-text-45632{background-color:#3b73ed33;color:#92b1f5;transition:all .3s ease-in-out}.cursor-wait{cursor:wait}.ca-modal-btn{position:relative;outline:none;border:none;border-radius:2px;height:32px;margin:0;padding:6px 12px;background:#f7f7f7;color:#ccc;cursor:pointer;pointer-events:none;transition:background .3s ease-in-out,color .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ca-modal-btn.has-animation{transition:all .15s cubic-bezier(.46,.03,.51,.95)}.ca-modal-btn.has-animation:hover{transform:scaleX(1.054) scaleY(1.25)}.ca-modal-btn.has-animation:hover .button-text{transform:scaleX(.9487666034) scaleY(.8)}.ca-modal-btn.has-animation:active{transform:scaleX(1.027) scaleY(1.125)}.ca-modal-btn.has-animation:active .button-text{transform:scaleX(.9737098345) scaleY(.8888888889)}.ca-modal-btn.has-animation.loading{cursor:wait;transform:scaleX(1.027) scaleY(1.125);pointer-events:none}.ca-modal-btn.has-animation.loading .button-text{transform:scaleX(.9737098345) scaleY(.8888888889)}.ca-modal-btn .button-text.has-animation{display:inline-block;transition:transform .15s cubic-bezier(.46,.03,.51,.95)}.ca-modal-btn .button-text.hidden-text{visibility:hidden}.ca-modal-btn .button-text .loading-dots{display:inline-block}.ca-modal-btn .button-text .loading-dots .dot{display:inline-block;font-family:serif;animation:dot-cycle 1.5s infinite}.ca-modal-btn .button-text .loading-dots .dot:nth-child(1){animation-name:dot-cycle-1}.ca-modal-btn .button-text .loading-dots .dot:nth-child(2){animation-name:dot-cycle-2}.ca-modal-btn .button-text .loading-dots .dot:nth-child(3){animation-name:dot-cycle-3}.ca-modal-btn .spinner-absolute{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ca-modal-btn .spinner-wrapper{position:absolute;right:22px}.ca-modal-btn.valid{pointer-events:all}.ca-modal-btn.modal-small-btn{min-width:100px}.ca-modal-btn.modal-normal-btn{min-width:150px}.ca-modal-btn.modal-full-width-btn{width:100%}.ca-modal-btn.modal-big-full-width-btn{height:62px;width:100%}.ca-modal-btn.special-small-btn{height:22px;width:100%;font-size:11px!important;line-height:14px!important}.ca-modal-btn.special-default-btn{height:26px;min-width:100px}.ca-modal-btn.primary-positive-btn.valid{background:#3b73ed;color:#fff}.ca-modal-btn.primary-positive-btn.valid.text-and-spinner-shown{background:#0b49d1;color:#92b1f5}.ca-modal-btn.primary-positive-btn.valid:hover{background:#0b49d1}.ca-modal-btn.primary-positive-btn.valid.has-animation:active,.ca-modal-btn.primary-positive-btn.valid.has-animation.loading{background:#00179e}.ca-modal-btn.secondary-positive-btn.valid{background:#eee;color:#3b73ed}.ca-modal-btn.secondary-positive-btn.valid:hover{background:#0b49d1;color:#fff}.ca-modal-btn.secondary-positive-btn.valid.has-animation:active,.ca-modal-btn.secondary-positive-btn.valid.has-animation.loading{background:#00179e;color:#fff}.ca-modal-btn.primary-neutral-btn.valid{background:#6c6c6c;color:#fff}.ca-modal-btn.primary-neutral-btn.valid:hover{background:#424242}.ca-modal-btn.primary-neutral-btn.valid.has-animation:active,.ca-modal-btn.primary-neutral-btn.valid.has-animation.loading{background:#1d1d1d;color:#fff}.ca-modal-btn.secondary-neutral-btn.valid{background:#eee;color:#424242}.ca-modal-btn.secondary-neutral-btn.valid:hover{background:#424242;color:#fff}.ca-modal-btn.secondary-neutral-btn.valid.has-animation:active,.ca-modal-btn.secondary-neutral-btn.valid.has-animation.loading{background:#1d1d1d;color:#fff}.ca-modal-btn.primary-negative-btn.valid{background:#df3c3c;color:#fff}.ca-modal-btn.primary-negative-btn.valid:hover{background:#c20c0c}.ca-modal-btn.primary-negative-btn.valid.has-animation:active,.ca-modal-btn.primary-negative-btn.valid.has-animation.loading{background:#8f0000}.ca-modal-btn.secondary-negative-btn.valid{background:#eee;color:#df3c3c}.ca-modal-btn.secondary-negative-btn.valid:hover{background:#c20c0c;color:#fff}.ca-modal-btn.secondary-negative-btn.valid.has-animation:active,.ca-modal-btn.secondary-negative-btn.valid.has-animation.loading{background:#8f0000;color:#fff}.ca-modal-btn.plain-text-btn.valid{background:transparent;color:#3b73ed}.ca-modal-btn.plain-text-btn.valid:hover{background:transparent;color:#0b49d1}.ca-modal-btn.primary-white-btn.valid{background:#fff;color:#3b73ed}.ca-modal-btn.primary-white-btn.valid:hover{background:#3b73ed;color:#fff}.ca-modal-btn.special-positive-btn{padding:4px 8px!important}.ca-modal-btn.special-positive-btn.valid{background:#3b73ed;color:#fff}.ca-modal-btn.special-positive-btn.valid:hover{background:#fff;color:#0b49d1}.ca-modal-btn.special-neutral-btn{padding:4px!important}.ca-modal-btn.special-neutral-btn.valid{background:#eee;color:#6c6c6c}.ca-modal-btn.special-neutral-btn.valid:hover{background:#dadada;color:#424242}@keyframes dot-cycle-1{0%,14.28%{opacity:1}14.29%,57.14%{opacity:0}57.15%,to{opacity:1}}@keyframes dot-cycle-2{0%,28.57%{opacity:1}28.58%,71.42%{opacity:0}71.43%,to{opacity:1}}@keyframes dot-cycle-3{0%,42.85%{opacity:1}42.86%,85.71%{opacity:0}85.72%,to{opacity:1}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type:
|
|
32160
|
+
// components
|
|
32161
|
+
CaSpinnerComponent, selector: "app-ca-spinner", inputs: ["size", "color", "isBarSpinner"] }, { kind: "pipe", type:
|
|
32162
|
+
// pipes
|
|
32163
|
+
ModalButtonClassPipe, name: "modalButtonClass" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
32164
|
+
}
|
|
32165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CaModalButtonComponent, decorators: [{
|
|
32166
|
+
type: Component,
|
|
32167
|
+
args: [{ selector: 'app-ca-modal-button', changeDetection: ChangeDetectionStrategy.OnPush, imports: [
|
|
32168
|
+
CommonModule,
|
|
32169
|
+
// components
|
|
32170
|
+
CaSpinnerComponent,
|
|
32171
|
+
// pipes
|
|
32172
|
+
ModalButtonClassPipe,
|
|
32173
|
+
], template: "@if (isModalButton) {\n <ng-container *ngTemplateOutlet=\"modalButtonTemplate\"></ng-container>\n} @else {\n <ng-container *ngTemplateOutlet=\"buttonTemplate\"></ng-container>\n}\n\n<ng-template #modalButtonTemplate>\n <div class=\"d-block\" [class.cursor-wait]=\"isSpinnerShown\">\n <button\n class=\"ca-modal-btn ca-font-bold text-size-14 has-animation\"\n [class.loading]=\"isSpinnerShown\"\n [ngClass]=\"type | modalButtonClass: size : isValid\"\n type=\"button\"\n [disabled]=\"isSpinnerShown\"\n >\n <span class=\"button-text has-animation\">\n @if (isSpinnerShown) {\n {{ loadingText\n }}<span class=\"loading-dots\">\n <span class=\"dot\">.</span>\n <span class=\"dot\">.</span>\n <span class=\"dot\">.</span>\n </span>\n } @else {\n {{ text }}\n }\n </span>\n </button>\n </div>\n</ng-template>\n\n<ng-template #buttonTemplate>\n <button\n class=\"d-flex align-items-center justify-content-center ca-font-bold text-size-14 ca-modal-btn\"\n [class.text-and-spinner-shown]=\"isSpinnerShown && hasBothSpinnerAndText\"\n [ngClass]=\"type | modalButtonClass: size : isValid\"\n type=\"button\"\n [disabled]=\"isSpinnerShown\"\n >\n <span\n class=\"button-text\"\n [class.hidden-text]=\"isSpinnerShown && !hasBothSpinnerAndText\"\n >\n {{ text }}\n </span>\n @if (isSpinnerShown) {\n @if (hasBothSpinnerAndText) {\n <span class=\"spinner-wrapper\">\n <app-ca-spinner\n [size]=\"'small'\"\n [color]=\"'white'\"\n ></app-ca-spinner>\n </span>\n } @else {\n <span class=\"spinner-absolute\">\n <app-ca-spinner\n [size]=\"'small'\"\n [color]=\"'white'\"\n ></app-ca-spinner>\n </span>\n }\n }\n </button>\n</ng-template>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:420px!important}.pickup-delivery-popover .popover-body{position:relative;left:-4px;top:1px}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.load-pickup-delivery-popover{top:-34px!important;max-width:400px!important}.gps_dropdown_popover{top:-38px;max-width:748px!important}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.dropdown-menu-popover.bs-popover-end-top .dropdown-container{transform:translate(-4px,-4px)}.dropdown-menu-popover.bs-popover-bottom-end .dropdown-container{transform:translate(3px,-3px)}.dropdown-menu-popover.bs-popover-end-bottom .dropdown-container{transform:translate(-3px,3px)}.dropdown-menu-popover.bs-popover-top-end .dropdown-container{transform:translate(3px,3px)}.dropdown-menu-popover.ca-pickup-delivery-dropdown-popover.bs-popover-end-top .dropdown-container{transform:translateY(-6px)}.dropdown-details-title-card-popover .dropdown-container{transform:translateY(-4px)}.fleet-filter-popover.bs-popover-bottom-start .fleet-filter-dropdown-container{transform:translate(-4px,-4px)!important}.fleet-filter-popover.bs-popover-top-start .fleet-filter-dropdown-container{transform:translate(-4px,4px)!important}.fleet-filter-sort-popover.bs-popover-end-top{transform:translate(158px,-3px)!important}.factoring-dropdown-popover.bs-popover-bottom-end .factoring-dropdown-container{transform:translate(4px,-4px)!important}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:1}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{white-space:nowrap;max-width:none;border-radius:3px;font-size:11px;font-weight:600}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;line-height:14px;font-weight:600;border-radius:3px;padding:2px 6px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-5{color:#3074d3!important}.text-color-blue-5::-moz-selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-5::selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-11{color:#3b73ed!important}.text-color-blue-11::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-11::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-14{color:#3b73ed!important}.text-color-blue-14::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-14::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow-4{color:#fbc88b!important}.text-color-yellow-4::-moz-selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-4::selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-5{color:#f89b2e!important}.text-color-yellow-5::-moz-selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-yellow-5::selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-special-filter-purple{color:#9e47ec!important}.text-color-special-filter-purple::-moz-selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-special-filter-purple::selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-grey-9{color:#b7b7b7!important}.text-color-grey-9::-moz-selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-grey-9::selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3{color:#ffffffb3!important}.text-color-white-3::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-color-orange-1{color:#ff7043!important}.text-color-orange-1::-moz-selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-1::selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-2{color:#f77d3b!important}.text-color-orange-2::-moz-selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-2::selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-3{color:#ffb097!important}.text-color-orange-3::-moz-selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-orange-3::selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-brown-1{color:#865e3a!important}.text-color-brown-1::-moz-selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-brown-1::selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-light-blue-2{color:#1ab5e6!important}.text-color-light-blue-2::-moz-selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-color-light-blue-2::selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-hover-white{transition:color .3s ease-in-out ease-in-out}.text-hover-white:hover{color:#fff!important}.text-hover-black{transition:color .3s ease-in-out ease-in-out}.text-hover-black:hover{color:#424242!important}.text-hover-blue-15{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-15:hover{color:#0b49d1!important}.text-hover-blue-18{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-18:hover{color:#3b73ed!important}.text-hover-bw6-2{transition:color .3s ease-in-out ease-in-out}.text-hover-bw6-2:hover{color:#6c6c6c!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-20{font-size:20px!important;line-height:24px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.font-size-7{font-size:7px!important}.font-size-8{font-size:8px!important}.font-size-11{font-size:11px!important}.line-height-12{line-height:12px!important}.line-height-15{line-height:15px!important}.line-height-18{line-height:18px!important}.line-height-20{line-height:20px!important}.svg-fill-dark-2 svg path,.svg-fill-dark-2 svg circle{fill:#91919133!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-black-2 svg path,.svg-fill-black-2 svg circle{fill:#2f2f2f!important}.svg-fill-black-9 svg path,.svg-fill-black-9 svg circle{fill:#1d1d1d!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-white-3 svg path,.svg-fill-white-3 svg circle{fill:#ebebeb!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-grey-2 svg path,.svg-fill-grey-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw6-2 svg path,.svg-fill-bw6-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-9 svg path,.svg-fill-blue-9 svg circle{fill:#0b49d1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-green-6 svg path,.svg-fill-green-6 svg circle{fill:#77bf56!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-yellow-8 svg path,.svg-fill-yellow-8 svg circle{fill:#daad4f!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-fill-red-13 svg path,.svg-fill-red-13 svg circle{fill:#ed9292!important}.svg-fill-red-14 svg path,.svg-fill-red-14 svg circle{fill:#c20c0c!important}.svg-fill-red-15 svg path,.svg-fill-red-15 svg circle{fill:#f4bebe!important}.svg-fill-red-18 svg path,.svg-fill-red-18 svg circle{fill:#e668a0!important}.svg-fill-orange-4 svg path,.svg-fill-orange-4 svg circle{fill:#ff906d!important}.svg-fill-brown svg path,.svg-fill-brown svg circle{fill:#865e3a!important}.svg-fill-purple-4 svg path,.svg-fill-purple-4 svg circle{fill:#9e47ec!important}.svg-fill-first-path-child-green svg path:first-child{fill:#56b4ac!important}.svg-fill-first-path-child-green-6 svg path:first-child{fill:#77bf56!important}.svg-fill-first-path-child-yellow-1 svg path:first-child{fill:#fab15c!important}.svg-fill-first-path-child-orange-4 svg path:first-child{fill:#ff906d!important}.svg-fill-first-path-child-red-10 svg path:first-child{fill:#e66767!important}.svg-fill-first-path-child-light-grey-2 svg path:first-child{fill:#aaa!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey svg path{transition:fill .3s ease-in-out}.svg-hover-grey:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-9 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-9:hover svg path{fill:#0b49d1!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#6f9ee033!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-17 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-17:hover svg path{fill:#bed0f9!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-bw-9 svg path{transition:fill .3s ease-in-out}.svg-hover-bw-9:hover svg path{fill:#dadada!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-6 svg{width:6px;height:6px}.svg-size-7 svg{width:7px;height:7px}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-17 svg{width:17px;height:17px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-23 svg{width:23px;height:23px}.svg-size-26 svg{width:26px;height:26px}.svg-size-30-26 svg{width:30px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.svg-size-90 svg{width:90px;height:90px}.svg-rect-fill-blue-8{fill:#6692f1!important}.svg-rect-fill-blue-8 svg rect{fill:#6692f1!important}.svg-rect-fill-yellow-1{fill:#fab15c!important}.svg-rect-fill-yellow-1 svg rect{fill:#fab15c!important}.svg-rect-fill-red-10{fill:#e66767!important}.svg-rect-fill-red-10 svg rect{fill:#e66767!important}.svg-rect-fill-muted{fill:#919191!important}.svg-rect-fill-muted svg rect{fill:#919191!important}.svg-rect-fill-dark-2{fill:#91919133!important}.svg-rect-fill-dark-2 svg rect{fill:#91919133!important}.svg-rect-hover-blue-14{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14:hover{fill:#3b73ed!important}.svg-rect-hover-blue-14:hover svg rect{fill:#3b73ed!important}.svg-rect-hover-yellow-5{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5:hover{fill:#f89b2e!important}.svg-rect-hover-yellow-5:hover svg rect{fill:#f89b2e!important}.svg-rect-hover-red-11{transition:fill .3s ease-in-out}.svg-rect-hover-red-11 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-red-11:hover{fill:#df3c3c!important}.svg-rect-hover-red-11:hover svg rect{fill:#df3c3c!important}.svg-rect-hover-bw6-2{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2:hover{fill:#6c6c6c!important}.svg-rect-hover-bw6-2:hover svg rect{fill:#6c6c6c!important}.svg-rect-hover-dark-2{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2:hover{fill:#91919133!important}.svg-rect-hover-dark-2:hover svg rect{fill:#91919133!important}.background-transparent{background-color:transparent}.background-white{background-color:#fff}.background-white-7{background-color:#ffffff20}.background-muted{background:#919191}.background-muted-o20{background:#91919133}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-black-3{background-color:#1d1d1d}.background-gray{background-color:#e5e5e5}.background-gray-2{background-color:#6c6c6c}.background-gray-7{background-color:#ccc3}.background-gray-12{background-color:#eee}.background-gray-20{background-color:#c9c9c9}.background-light-gray-2{background-color:#aaa}.background-light-gray-6{background-color:#ccc}.background-light-gray-7{background-color:#fbfbfb}.background-grey{background-color:#919191}.background-grey-4{background-color:#ccc}.background-blue-5{background-color:#3074d3}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-blue-15{background-color:#0b49d1}.background-blue-18{background-color:#3b73ed}.background-blue-19{background-color:#92b1f5}.background-blue-20{background-color:#3b73ed33}.background-green-0{background-color:#56b4ac}.background-green-2{background-color:#259f94}.background-green-3{background-color:#b6dfdb}.background-green-4,.background-green-6{background-color:#86c9c3}.background-green-special-filter{background-color:#007a6e}.background-dark-2{background-color:#91919133}.background-dark-3{background-color:#91919166}.background-red-19{background-color:#df3d85}.background-red-11{background-color:#df3c3c}.background-purple-4{background-color:#9e47ec}.background-gold-bold{background-color:#cf961d}.background-gold-subtle{background-color:#e4c481}.background-orange-3{background-color:#ffb097}.background-orange-4{background-color:#ff906d}.background-orange-7{background-color:#ffcfc0}.background-yellow-1{background-color:#fab15c}.background-yellow-5{background-color:#f89b2e}.background-yellow-7{background-color:#f89b2e33}.background-yellow-8{background-color:#daad4f}.background-bw5{background-color:#919191}.background-bw6-2{background-color:#6c6c6c}.background-brown-bold{background-color:#865e3a}.background-bw2{background-color:#eee}.background-bw-9{background-color:#dadada}.background-bw10{background-color:#eee0}.background-hover-white{transition:background-color .3s ease-in-out}.background-hover-white:hover{background-color:#fff!important}.background-hover-white-4{transition:background-color .3s ease-in-out}.background-hover-white-4:hover{background-color:#fff3!important}.background-hover-black{transition:background-color .3s ease-in-out}.background-hover-black:hover{background-color:#424242!important}.background-hover-black-1{transition:background-color .3s ease-in-out}.background-hover-black-1:hover{background-color:#424242!important}.background-hover-black-2{transition:background-color .3s ease-in-out}.background-hover-black-2:hover{background-color:#2f2f2f!important}.background-hover-grey{transition:background-color .3s ease-in-out}.background-hover-grey:hover{background-color:#919191!important}.background-hover-grey-2{transition:background-color .3s ease-in-out}.background-hover-grey-2:hover{background-color:#6c6c6c!important}.background-hover-grey-6{transition:background-color .3s ease-in-out}.background-hover-grey-6:hover{background-color:#91919120!important}.background-hover-dark-2{transition:background-color .3s ease-in-out}.background-hover-dark-2:hover{background-color:#91919133!important}.background-hover-dark-3{transition:background-color .3s ease-in-out}.background-hover-dark-3:hover{background-color:#91919166!important}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-bw6{transition:background-color .3s ease-in-out}.background-hover-bw6:hover{background-color:#606060!important}.background-hover-bw6-2{transition:background-color .3s ease-in-out}.background-hover-bw6-2:hover{background-color:#6c6c6c!important}.background-hover-blue-11{transition:background-color .3s ease-in-out}.background-hover-blue-11:hover{background-color:#6f9ee066!important}.background-hover-blue-13{transition:background-color .3s ease-in-out}.background-hover-blue-13:hover{background-color:#6692f1!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.background-hover-blue-16{transition:background-color .3s ease-in-out}.background-hover-blue-16:hover{background-color:#e9effd!important}.background-hover-blue-17{transition:background-color .3s ease-in-out}.background-hover-blue-17:hover{background-color:#bed0f9!important}.background-hover-blue-19{transition:background-color .3s ease-in-out}.background-hover-blue-19:hover{background-color:#92b1f5!important}.background-hover-blue-20{transition:background-color .3s ease-in-out}.background-hover-blue-20:hover{background-color:#3b73ed33!important}.background-hover-blue-21{transition:background-color .3s ease-in-out}.background-hover-blue-21:hover{background-color:#3b73ed66!important}.background-hover-red-15{transition:background-color .3s ease-in-out}.background-hover-red-15:hover{background-color:#f4bebe!important}.background-hover-red-14{transition:background-color .3s ease-in-out}.background-hover-red-14:hover{background-color:#c20c0c!important}.background-hover-gray{transition:background-color .3s ease-in-out}.background-hover-gray:hover{background-color:#e5e5e5!important}.background-hover-light-grey{transition:background-color .3s ease-in-out}.background-hover-light-grey:hover{background-color:#e5e5e5!important}.background-hover-light-grey-5{transition:background-color .3s ease-in-out}.background-hover-light-grey-5:hover{background-color:#f7f7f7!important}.background-hover-bw-9{transition:background-color .3s ease-in-out}.background-hover-bw-9:hover{background-color:#dadada!important}.background-hover-green-special-filter{transition:background-color .3s ease-in-out}.background-hover-green-special-filter:hover{background-color:#007a6e!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-50{border-radius:50px}.br-60{border-radius:60px}.br-circle{border-radius:50%}.padding-1{padding:1px}.padding-l-1{padding-left:1px}.padding-r-1{padding-right:1px}.padding-t-1{padding-top:1px}.padding-b-1{padding-bottom:1px}.padding-2{padding:2px}.padding-l-2{padding-left:2px}.padding-r-2{padding-right:2px}.padding-t-2{padding-top:2px}.padding-b-2{padding-bottom:2px}.padding-3{padding:3px}.padding-l-3{padding-left:3px}.padding-r-3{padding-right:3px}.padding-t-3{padding-top:3px}.padding-b-3{padding-bottom:3px}.padding-4{padding:4px}.padding-l-4{padding-left:4px}.padding-r-4{padding-right:4px}.padding-t-4{padding-top:4px}.padding-b-4{padding-bottom:4px}.padding-6{padding:6px}.padding-l-6{padding-left:6px}.padding-r-6{padding-right:6px}.padding-t-6{padding-top:6px}.padding-b-6{padding-bottom:6px}.padding-8{padding:8px}.padding-l-8{padding-left:8px}.padding-r-8{padding-right:8px}.padding-t-8{padding-top:8px}.padding-b-8{padding-bottom:8px}.padding-9{padding:9px}.padding-l-9{padding-left:9px}.padding-r-9{padding-right:9px}.padding-t-9{padding-top:9px}.padding-b-9{padding-bottom:9px}.padding-10{padding:10px}.padding-l-10{padding-left:10px}.padding-r-10{padding-right:10px}.padding-t-10{padding-top:10px}.padding-b-10{padding-bottom:10px}.padding-12{padding:12px}.padding-l-12{padding-left:12px}.padding-r-12{padding-right:12px}.padding-t-12{padding-top:12px}.padding-b-12{padding-bottom:12px}.padding-14{padding:14px}.padding-l-14{padding-left:14px}.padding-r-14{padding-right:14px}.padding-t-14{padding-top:14px}.padding-b-14{padding-bottom:14px}.padding-15{padding:15px}.padding-l-15{padding-left:15px}.padding-r-15{padding-right:15px}.padding-t-15{padding-top:15px}.padding-b-15{padding-bottom:15px}.padding-18{padding:18px}.padding-l-18{padding-left:18px}.padding-r-18{padding-right:18px}.padding-t-18{padding-top:18px}.padding-b-18{padding-bottom:18px}.padding-30{padding:30px}.padding-l-30{padding-left:30px}.padding-r-30{padding-right:30px}.padding-t-30{padding-top:30px}.padding-b-30{padding-bottom:30px}.padding-y-1{padding-top:1px;padding-bottom:1px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-3{padding-top:3px;padding-bottom:3px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-y-6{padding-top:6px;padding-bottom:6px}.padding-y-8{padding-top:8px;padding-bottom:8px}.padding-y-9{padding-top:9px;padding-bottom:9px}.padding-y-10{padding-top:10px;padding-bottom:10px}.padding-y-12{padding-top:12px;padding-bottom:12px}.padding-y-14{padding-top:14px;padding-bottom:14px}.padding-y-15{padding-top:15px;padding-bottom:15px}.padding-y-18{padding-top:18px;padding-bottom:18px}.padding-y-30{padding-top:30px;padding-bottom:30px}.padding-x-2{padding-left:2px;padding-right:2px}.padding-x-3{padding-left:3px;padding-right:3px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.padding-x-6{padding-left:6px;padding-right:6px}.padding-x-8{padding-left:8px;padding-right:8px}.padding-x-10{padding-left:10px;padding-right:10px}.padding-x-12{padding-left:12px;padding-right:12px}.margin--4{margin:-4px}.margin-y--4{margin-top:-4px;margin-bottom:-4px}.margin-x--4{margin-left:-4px;margin-right:-4px}.margin-t--4{margin-top:-4px}.margin-r--4{margin-right:-4px}.margin-b--4{margin-bottom:-4px}.margin-l--4{margin-left:-4px}.margin--2{margin:-2px}.margin-y--2{margin-top:-2px;margin-bottom:-2px}.margin-x--2{margin-left:-2px;margin-right:-2px}.margin-t--2{margin-top:-2px}.margin-r--2{margin-right:-2px}.margin-b--2{margin-bottom:-2px}.margin-l--2{margin-left:-2px}.margin-1{margin:1px}.margin-y-1{margin-top:1px;margin-bottom:1px}.margin-x-1{margin-left:1px;margin-right:1px}.margin-t-1{margin-top:1px}.margin-r-1{margin-right:1px}.margin-b-1{margin-bottom:1px}.margin-l-1{margin-left:1px}.margin-2{margin:2px}.margin-y-2{margin-top:2px;margin-bottom:2px}.margin-x-2{margin-left:2px;margin-right:2px}.margin-t-2{margin-top:2px}.margin-r-2{margin-right:2px}.margin-b-2{margin-bottom:2px}.margin-l-2{margin-left:2px}.margin-4{margin:4px}.margin-y-4{margin-top:4px;margin-bottom:4px}.margin-x-4{margin-left:4px;margin-right:4px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-l-4{margin-left:4px}.margin-5{margin:5px}.margin-y-5{margin-top:5px;margin-bottom:5px}.margin-x-5{margin-left:5px;margin-right:5px}.margin-t-5{margin-top:5px}.margin-r-5{margin-right:5px}.margin-b-5{margin-bottom:5px}.margin-l-5{margin-left:5px}.margin-6{margin:6px}.margin-y-6{margin-top:6px;margin-bottom:6px}.margin-x-6{margin-left:6px;margin-right:6px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-l-6{margin-left:6px}.margin-7{margin:7px}.margin-y-7{margin-top:7px;margin-bottom:7px}.margin-x-7{margin-left:7px;margin-right:7px}.margin-t-7{margin-top:7px}.margin-r-7{margin-right:7px}.margin-b-7{margin-bottom:7px}.margin-l-7{margin-left:7px}.margin-8{margin:8px}.margin-y-8{margin-top:8px;margin-bottom:8px}.margin-x-8{margin-left:8px;margin-right:8px}.margin-t-8{margin-top:8px}.margin-r-8{margin-right:8px}.margin-b-8{margin-bottom:8px}.margin-l-8{margin-left:8px}.margin-10{margin:10px}.margin-y-10{margin-top:10px;margin-bottom:10px}.margin-x-10{margin-left:10px;margin-right:10px}.margin-t-10{margin-top:10px}.margin-r-10{margin-right:10px}.margin-b-10{margin-bottom:10px}.margin-l-10{margin-left:10px}.margin-15{margin:15px}.margin-y-15{margin-top:15px;margin-bottom:15px}.margin-x-15{margin-left:15px;margin-right:15px}.margin-t-15{margin-top:15px}.margin-r-15{margin-right:15px}.margin-b-15{margin-bottom:15px}.margin-l-15{margin-left:15px}.margin-22{margin:22px}.margin-y-22{margin-top:22px;margin-bottom:22px}.margin-x-22{margin-left:22px;margin-right:22px}.margin-t-22{margin-top:22px}.margin-r-22{margin-right:22px}.margin-b-22{margin-bottom:22px}.margin-l-22{margin-left:22px}.margin-24{margin:24px}.margin-y-24{margin-top:24px;margin-bottom:24px}.margin-x-24{margin-left:24px;margin-right:24px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.margin-l-24{margin-left:24px}.gap-xs{gap:xspx}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-20{gap:20px}.gap-px-4{gap:4px}.grid-gap-8{grid-gap:8px}.w-1{width:1px}.h-1{height:1px}.w-2{width:2px}.h-2{height:2px}.w-4{width:4px}.h-4{height:4px}.w-10{width:10px}.h-10{height:10px}.w-14{width:14px}.h-14{height:14px}.w-15{width:15px}.h-15{height:15px}.w-18{width:18px}.h-18{height:18px}.w-22{width:22px}.h-22{height:22px}.w-26{width:26px}.h-26{height:26px}.w-31{width:31px}.h-31{height:31px}.w-32{width:32px}.h-32{height:32px}.w-36{width:36px}.h-36{height:36px}.w-116{width:116px}.h-116{height:116px}.w-120{width:120px}.h-120{height:120px}.w-fit-content{width:fit-content!important}.right-100{right:100%}.left-100{left:100%}.top--1{top:-1px}.top-2{top:2px}.top--14{top:-14px}.z-index--1{z-index:-1}.z-index-0{z-index:0}.z-index-1{z-index:1}.filter-dropdown-popover{width:260px;position:relative;top:-4px;left:-4px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}.h-7{height:7px!important;min-height:7px!important}.h-8{height:8px!important;min-height:8px!important}.h-9{height:9px!important;min-height:9px!important}.h-10{height:10px!important;min-height:10px!important}.h-11{height:11px!important;min-height:11px!important}.h-12{height:12px!important;min-height:12px!important}.h-14{height:14px!important;min-height:14px!important}.h-15{height:15px!important;min-height:15px!important}.h-16{height:16px!important;min-height:16px!important}.h-18{height:18px!important;min-height:18px!important}.h-22{height:22px!important;min-height:22px!important}.h-24{height:24px!important;min-height:24px!important}.h-26{height:26px!important;min-height:26px!important}.h-28{height:28px!important;min-height:28px!important}.h-30{height:30px!important;min-height:30px!important}.h-34{height:34px!important;min-height:34px!important}.h-37{height:37px!important;min-height:37px!important}.h-40{height:40px!important;min-height:40px!important}.h-42{height:42px!important;min-height:42px!important}.h-44{height:44px!important;min-height:44px!important}.h-52{height:52px!important;min-height:52px!important}.h-80{height:80px!important;min-height:80px!important}.h-160{height:160px!important;min-height:160px!important}.h-231{height:231px!important;min-height:231px!important}.h-486{height:486px!important;min-height:486px!important}.h-800{height:800px!important;min-height:800px!important}.h-960{height:960px!important;min-height:960px!important}.w-2{width:2px!important;min-width:2px!important}.w-7{width:7px!important;min-width:7px!important}.w-8{width:8px!important;min-width:8px!important}.w-10{width:10px!important;min-width:10px!important}.w-12{width:12px!important;min-width:12px!important}.w-14{width:14px!important;min-width:14px!important}.w-15{width:15px!important;min-width:15px!important}.w-16{width:16px!important;min-width:16px!important}.w-18{width:18px!important;min-width:18px!important}.w-22{width:22px!important;min-width:22px!important}.w-24{width:24px!important;min-width:24px!important}.w-26{width:26px!important;min-width:26px!important}.w-29{width:29px!important;min-width:29px!important}.w-30{width:30px!important;min-width:30px!important}.w-36{width:36px!important;min-width:36px!important}.w-40{width:40px!important;min-width:40px!important}.w-42{width:42px!important;min-width:42px!important}.w-46{width:46px!important;min-width:46px!important}.w-49{width:49px!important;min-width:49px!important}.w-57{width:57px!important;min-width:57px!important}.w-60{width:60px!important;min-width:60px!important}.w-68{width:68px!important;min-width:68px!important}.w-70{width:70px!important;min-width:70px!important}.w-71{width:71px!important;min-width:71px!important}.w-78{width:78px!important;min-width:78px!important}.w-80{width:80px!important;min-width:80px!important}.w-83{width:83px!important;min-width:83px!important}.w-84{width:84px!important;min-width:84px!important}.w-88{width:88px!important;min-width:88px!important}.w-90{width:90px!important;min-width:90px!important}.w-91{width:91px!important;min-width:91px!important}.w-93{width:93px!important;min-width:93px!important}.w-96{width:96px!important;min-width:96px!important}.w-98{width:98px!important;min-width:98px!important}.w-101{width:101px!important;min-width:101px!important}.w-106{width:106px!important;min-width:106px!important}.w-108{width:108px!important;min-width:108px!important}.w-116{width:116px!important;min-width:116px!important}.w-118{width:118px!important;min-width:118px!important}.w-126{width:126px!important;min-width:126px!important}.w-144{width:144px!important;min-width:144px!important}.w-155{width:155px!important;min-width:155px!important}.w-172{width:172px!important;min-width:172px!important}.w-179{width:179px!important;min-width:179px!important}.w-180{width:180px!important;min-width:180px!important}.w-202{width:202px!important;min-width:202px!important}.w-214{width:214px!important;min-width:214px!important}.w-223{width:223px!important;min-width:223px!important}.w-252{width:252px!important;min-width:252px!important}.w-264{width:264px!important;min-width:264px!important}.w-268{width:268px!important;min-width:268px!important}.w-272{width:272px!important;min-width:272px!important}.w-276{width:276px!important;min-width:276px!important}.w-277{width:277px!important;min-width:277px!important}.w-300{width:300px!important;min-width:300px!important}.w-334{width:334px!important;min-width:334px!important}.w-442{width:442px!important;min-width:442px!important}.w-462{width:462px!important;min-width:462px!important}.w-612{width:612px!important;min-width:612px!important}.w-616{width:616px!important;min-width:616px!important}.w-620{width:620px!important;min-width:620px!important}.min-w-0{min-width:0}.min-w-16{min-width:16px}.min-w-18{min-width:18px}.min-w-40{min-width:40px}.min-w-100{min-width:100px}.min-h-100{min-height:100px}.flex-1{flex:1}.w-33{width:33%}.w-40p{width:40%}.w-90p{width:90%}.w-100p{width:100%}.ca-full-width{width:100%!important}.shadow-100{box-shadow:0 0 4px #0003}.shadow-300{box-shadow:0 0 6px #0003}.opacity-40{opacity:.4}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.transition-width{transition:width .25s cubic-bezier(.46,.03,.51,.95);overflow-x:hidden}.transition-transform{transition:transform .25s cubic-bezier(.46,.03,.51,.95)}.transition-transform-100{transition:transform .1s cubic-bezier(.46,.03,.51,.95)}.transition-transform-400{transition:transform .4s cubic-bezier(.46,.03,.51,.95)}.transition-width-transform{transition-duration:.25s;transition-timing-function:cubic-bezier(.46,.03,.51,.95);transition-property:transform,width}.transition-background{transition:background .2s cubic-bezier(.46,.03,.51,.95)}.transition-background-100{transition:background .1s cubic-bezier(.46,.03,.51,.95)}.transition-background-color-300{transition:background,color .3s cubic-bezier(.46,.03,.51,.95)}.transition-fill-100 svg path{transition:fill .1s cubic-bezier(.46,.03,.51,.95)}.transition-duration-250{transition-duration:.25s}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.pointer-events-none{pointer-events:none}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}.place-items-center{justify-content:center;align-items:center}.prevent-text-selection{-ms-user-select:none;-webkit-user-select:none;user-select:none;-moz-user-select:none}.highlight-text-45632{background-color:#3b73ed33;color:#92b1f5;transition:all .3s ease-in-out}.cursor-wait{cursor:wait}.ca-modal-btn{position:relative;outline:none;border:none;border-radius:2px;height:32px;margin:0;padding:6px 12px;background:#f7f7f7;color:#ccc;cursor:pointer;pointer-events:none;transition:background .3s ease-in-out,color .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ca-modal-btn.has-animation{transition:all .15s cubic-bezier(.46,.03,.51,.95)}.ca-modal-btn.has-animation:hover{transform:scaleX(1.054) scaleY(1.25)}.ca-modal-btn.has-animation:hover .button-text{transform:scaleX(.9487666034) scaleY(.8)}.ca-modal-btn.has-animation:active{transform:scaleX(1.027) scaleY(1.125)}.ca-modal-btn.has-animation:active .button-text{transform:scaleX(.9737098345) scaleY(.8888888889)}.ca-modal-btn.has-animation.loading{cursor:wait;transform:scaleX(1.027) scaleY(1.125);pointer-events:none}.ca-modal-btn.has-animation.loading .button-text{transform:scaleX(.9737098345) scaleY(.8888888889)}.ca-modal-btn .button-text.has-animation{display:inline-block;transition:transform .15s cubic-bezier(.46,.03,.51,.95)}.ca-modal-btn .button-text.hidden-text{visibility:hidden}.ca-modal-btn .button-text .loading-dots{display:inline-block}.ca-modal-btn .button-text .loading-dots .dot{display:inline-block;font-family:serif;animation:dot-cycle 1.5s infinite}.ca-modal-btn .button-text .loading-dots .dot:nth-child(1){animation-name:dot-cycle-1}.ca-modal-btn .button-text .loading-dots .dot:nth-child(2){animation-name:dot-cycle-2}.ca-modal-btn .button-text .loading-dots .dot:nth-child(3){animation-name:dot-cycle-3}.ca-modal-btn .spinner-absolute{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ca-modal-btn .spinner-wrapper{position:absolute;right:22px}.ca-modal-btn.valid{pointer-events:all}.ca-modal-btn.modal-small-btn{min-width:100px}.ca-modal-btn.modal-normal-btn{min-width:150px}.ca-modal-btn.modal-full-width-btn{width:100%}.ca-modal-btn.modal-big-full-width-btn{height:62px;width:100%}.ca-modal-btn.special-small-btn{height:22px;width:100%;font-size:11px!important;line-height:14px!important}.ca-modal-btn.special-default-btn{height:26px;min-width:100px}.ca-modal-btn.primary-positive-btn.valid{background:#3b73ed;color:#fff}.ca-modal-btn.primary-positive-btn.valid.text-and-spinner-shown{background:#0b49d1;color:#92b1f5}.ca-modal-btn.primary-positive-btn.valid:hover{background:#0b49d1}.ca-modal-btn.primary-positive-btn.valid.has-animation:active,.ca-modal-btn.primary-positive-btn.valid.has-animation.loading{background:#00179e}.ca-modal-btn.secondary-positive-btn.valid{background:#eee;color:#3b73ed}.ca-modal-btn.secondary-positive-btn.valid:hover{background:#0b49d1;color:#fff}.ca-modal-btn.secondary-positive-btn.valid.has-animation:active,.ca-modal-btn.secondary-positive-btn.valid.has-animation.loading{background:#00179e;color:#fff}.ca-modal-btn.primary-neutral-btn.valid{background:#6c6c6c;color:#fff}.ca-modal-btn.primary-neutral-btn.valid:hover{background:#424242}.ca-modal-btn.primary-neutral-btn.valid.has-animation:active,.ca-modal-btn.primary-neutral-btn.valid.has-animation.loading{background:#1d1d1d;color:#fff}.ca-modal-btn.secondary-neutral-btn.valid{background:#eee;color:#424242}.ca-modal-btn.secondary-neutral-btn.valid:hover{background:#424242;color:#fff}.ca-modal-btn.secondary-neutral-btn.valid.has-animation:active,.ca-modal-btn.secondary-neutral-btn.valid.has-animation.loading{background:#1d1d1d;color:#fff}.ca-modal-btn.primary-negative-btn.valid{background:#df3c3c;color:#fff}.ca-modal-btn.primary-negative-btn.valid:hover{background:#c20c0c}.ca-modal-btn.primary-negative-btn.valid.has-animation:active,.ca-modal-btn.primary-negative-btn.valid.has-animation.loading{background:#8f0000}.ca-modal-btn.secondary-negative-btn.valid{background:#eee;color:#df3c3c}.ca-modal-btn.secondary-negative-btn.valid:hover{background:#c20c0c;color:#fff}.ca-modal-btn.secondary-negative-btn.valid.has-animation:active,.ca-modal-btn.secondary-negative-btn.valid.has-animation.loading{background:#8f0000;color:#fff}.ca-modal-btn.plain-text-btn.valid{background:transparent;color:#3b73ed}.ca-modal-btn.plain-text-btn.valid:hover{background:transparent;color:#0b49d1}.ca-modal-btn.primary-white-btn.valid{background:#fff;color:#3b73ed}.ca-modal-btn.primary-white-btn.valid:hover{background:#3b73ed;color:#fff}.ca-modal-btn.special-positive-btn{padding:4px 8px!important}.ca-modal-btn.special-positive-btn.valid{background:#3b73ed;color:#fff}.ca-modal-btn.special-positive-btn.valid:hover{background:#fff;color:#0b49d1}.ca-modal-btn.special-neutral-btn{padding:4px!important}.ca-modal-btn.special-neutral-btn.valid{background:#eee;color:#6c6c6c}.ca-modal-btn.special-neutral-btn.valid:hover{background:#dadada;color:#424242}@keyframes dot-cycle-1{0%,14.28%{opacity:1}14.29%,57.14%{opacity:0}57.15%,to{opacity:1}}@keyframes dot-cycle-2{0%,28.57%{opacity:1}28.58%,71.42%{opacity:0}71.43%,to{opacity:1}}@keyframes dot-cycle-3{0%,42.85%{opacity:1}42.86%,85.71%{opacity:0}85.72%,to{opacity:1}}\n"] }]
|
|
32174
|
+
}], propDecorators: { type: [{
|
|
32175
|
+
type: Input
|
|
32176
|
+
}], size: [{
|
|
32177
|
+
type: Input
|
|
32178
|
+
}], text: [{
|
|
32179
|
+
type: Input
|
|
32180
|
+
}], loadingText: [{
|
|
32181
|
+
type: Input
|
|
32182
|
+
}], isValid: [{
|
|
32183
|
+
type: Input
|
|
32184
|
+
}], isSpinnerShown: [{
|
|
32185
|
+
type: Input
|
|
32186
|
+
}], isModalButton: [{
|
|
32187
|
+
type: Input
|
|
32188
|
+
}], hasBothSpinnerAndText: [{
|
|
32189
|
+
type: Input
|
|
32190
|
+
}] } });
|
|
32191
|
+
|
|
32106
32192
|
class CaDeleteModalComponent {
|
|
32107
32193
|
constructor(ngbActiveModal) {
|
|
32108
32194
|
this.ngbActiveModal = ngbActiveModal;
|
|
32109
32195
|
this.sharedSvgRoutes = SharedSvgRoutes;
|
|
32196
|
+
this.eModalButtonClassType = eModalButtonClassType;
|
|
32197
|
+
this.eModalButtonSize = eModalButtonSize;
|
|
32110
32198
|
}
|
|
32111
32199
|
onModalAction(isDoAction) {
|
|
32112
32200
|
this.ngbActiveModal.close(isDoAction);
|
|
32113
32201
|
}
|
|
32114
32202
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CaDeleteModalComponent, deps: [{ token: i3.NgbActiveModal }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
32115
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: CaDeleteModalComponent, isStandalone: true, selector: "app-ca-delete-modal", inputs: { modalData: "modalData", template: "template" }, ngImport: i0, template: "<app-ca-modal\n [customClass]=\"'modal-container-XS'\"\n [customHeaderTemplate]=\"headerContent\"\n [footerTemplate]=\"footerTemplate\"\n>\n <div origin>\n <div class=\"m-t-2\">\n <div class=\"divider divider--dark divider--small\"></div>\n </div>\n <div class=\"d-flex p-t-12 p-b-8\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"trashIcon\"></ng-container>\n </div>\n</app-ca-modal>\n\n<ng-template #headerContent>\n <div class=\"d-flex align-items-center gap-6 p-t-2\">\n <ng-container *ngTemplateOutlet=\"headerSvgTemplate\"></ng-container>\n <div\n class=\"ta-font-extra-bold h-22 font-size-18 text-color-black line-height-1 m-t-1\"\n >\n {{ modalData?.title }}\n </div>\n @if (modalData?.count) {\n <div\n class=\"d-flex align-items-center position-relative top--1 justify-content-center w-22 h-22 background-bw6-2 ta-font-extra-bold text-size-14 text-color-white br-50\"\n >\n {{ modalData?.count }}\n </div>\n }\n </div>\n</ng-template>\n\n<ng-template #footerTemplate>\n <div class=\"modal-footer modal-footer-payroll\">\n <div class=\"divider divider--dark divider--small m-0\"></div>\n <div class=\"d-flex gap-12 m-0 w-100\">\n <button\n
|
|
32203
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: CaDeleteModalComponent, isStandalone: true, selector: "app-ca-delete-modal", inputs: { modalData: "modalData", template: "template" }, ngImport: i0, template: "<app-ca-modal\n [customClass]=\"'modal-container-XS'\"\n [customHeaderTemplate]=\"headerContent\"\n [footerTemplate]=\"footerTemplate\"\n>\n <div origin>\n <div class=\"m-t-2\">\n <div class=\"divider divider--dark divider--small\"></div>\n </div>\n <div class=\"d-flex p-t-12 p-b-8\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"trashIcon\"></ng-container>\n </div>\n</app-ca-modal>\n\n<ng-template #headerContent>\n <div class=\"d-flex align-items-center gap-6 p-t-2\">\n <ng-container *ngTemplateOutlet=\"headerSvgTemplate\"></ng-container>\n <div\n class=\"ta-font-extra-bold h-22 font-size-18 text-color-black line-height-1 m-t-1\"\n >\n {{ modalData?.title }}\n </div>\n @if (modalData?.count) {\n <div\n class=\"d-flex align-items-center position-relative top--1 justify-content-center w-22 h-22 background-bw6-2 ta-font-extra-bold text-size-14 text-color-white br-50\"\n >\n {{ modalData?.count }}\n </div>\n }\n </div>\n</ng-template>\n\n<ng-template #footerTemplate>\n <div class=\"modal-footer modal-footer-payroll\">\n <div class=\"divider divider--dark divider--small m-0\"></div>\n <div class=\"d-flex gap-12 m-0 w-100\">\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.SECONDARY_NEUTRAL\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n [isModalButton]=\"true\"\n [text]=\"'No'\"\n (click)=\"onModalAction()\"\n ></app-ca-modal-button>\n\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.PRIMARY_NEGATIVE\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n [isModalButton]=\"true\"\n [text]=\"'Yes'\"\n (click)=\"onModalAction(true)\"\n ></app-ca-modal-button>\n </div>\n </div>\n</ng-template>\n\n<ng-template #trashIcon>\n <div class=\"trash-icon-container position-absolute right-12 top--38\">\n <svg-icon\n class=\"svg-size-90 p-l-10 background-white\"\n [src]=\"sharedSvgRoutes.CONFIRMATION_TRASH_MODAL_ICON\"\n ></svg-icon>\n </div>\n</ng-template>\n\n<ng-template #headerSvgTemplate>\n <svg-icon\n class=\"d-flex svg-size-18 modal-header-svg\"\n [src]=\"sharedSvgRoutes.CONFIRMATION_DELETE_ICON\"\n ></svg-icon>\n</ng-template>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AngularSvgIconModule }, { kind: "component", type: i2.SvgIconComponent, selector: "svg-icon", inputs: ["src", "name", "stretch", "applyClass", "applyCss", "svgClass", "class", "viewBox", "svgAriaLabel", "svgStyle"] }, { kind: "component", type:
|
|
32116
32204
|
// Components
|
|
32117
|
-
CaModalComponent, selector: "app-ca-modal", inputs: ["customClass", "partClass", "modalTitle", "customHeaderTemplate", "headerSvgTemplate", "leftHeaderTemplate", "rightHeaderTemplate", "footerTemplate", "additionalPartTemplate"] }] }); }
|
|
32205
|
+
CaModalComponent, selector: "app-ca-modal", inputs: ["customClass", "partClass", "modalTitle", "customHeaderTemplate", "headerSvgTemplate", "leftHeaderTemplate", "rightHeaderTemplate", "footerTemplate", "additionalPartTemplate"] }, { kind: "component", type: CaModalButtonComponent, selector: "app-ca-modal-button", inputs: ["type", "size", "text", "loadingText", "isValid", "isSpinnerShown", "isModalButton", "hasBothSpinnerAndText"] }] }); }
|
|
32118
32206
|
}
|
|
32119
32207
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CaDeleteModalComponent, decorators: [{
|
|
32120
32208
|
type: Component,
|
|
@@ -32123,7 +32211,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
32123
32211
|
AngularSvgIconModule,
|
|
32124
32212
|
// Components
|
|
32125
32213
|
CaModalComponent,
|
|
32126
|
-
|
|
32214
|
+
CaModalButtonComponent,
|
|
32215
|
+
], template: "<app-ca-modal\n [customClass]=\"'modal-container-XS'\"\n [customHeaderTemplate]=\"headerContent\"\n [footerTemplate]=\"footerTemplate\"\n>\n <div origin>\n <div class=\"m-t-2\">\n <div class=\"divider divider--dark divider--small\"></div>\n </div>\n <div class=\"d-flex p-t-12 p-b-8\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"trashIcon\"></ng-container>\n </div>\n</app-ca-modal>\n\n<ng-template #headerContent>\n <div class=\"d-flex align-items-center gap-6 p-t-2\">\n <ng-container *ngTemplateOutlet=\"headerSvgTemplate\"></ng-container>\n <div\n class=\"ta-font-extra-bold h-22 font-size-18 text-color-black line-height-1 m-t-1\"\n >\n {{ modalData?.title }}\n </div>\n @if (modalData?.count) {\n <div\n class=\"d-flex align-items-center position-relative top--1 justify-content-center w-22 h-22 background-bw6-2 ta-font-extra-bold text-size-14 text-color-white br-50\"\n >\n {{ modalData?.count }}\n </div>\n }\n </div>\n</ng-template>\n\n<ng-template #footerTemplate>\n <div class=\"modal-footer modal-footer-payroll\">\n <div class=\"divider divider--dark divider--small m-0\"></div>\n <div class=\"d-flex gap-12 m-0 w-100\">\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.SECONDARY_NEUTRAL\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n [isModalButton]=\"true\"\n [text]=\"'No'\"\n (click)=\"onModalAction()\"\n ></app-ca-modal-button>\n\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.PRIMARY_NEGATIVE\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n [isModalButton]=\"true\"\n [text]=\"'Yes'\"\n (click)=\"onModalAction(true)\"\n ></app-ca-modal-button>\n </div>\n </div>\n</ng-template>\n\n<ng-template #trashIcon>\n <div class=\"trash-icon-container position-absolute right-12 top--38\">\n <svg-icon\n class=\"svg-size-90 p-l-10 background-white\"\n [src]=\"sharedSvgRoutes.CONFIRMATION_TRASH_MODAL_ICON\"\n ></svg-icon>\n </div>\n</ng-template>\n\n<ng-template #headerSvgTemplate>\n <svg-icon\n class=\"d-flex svg-size-18 modal-header-svg\"\n [src]=\"sharedSvgRoutes.CONFIRMATION_DELETE_ICON\"\n ></svg-icon>\n</ng-template>\n" }]
|
|
32127
32216
|
}], ctorParameters: () => [{ type: i3.NgbActiveModal }], propDecorators: { modalData: [{
|
|
32128
32217
|
type: Input
|
|
32129
32218
|
}], template: [{
|
|
@@ -32510,14 +32599,16 @@ class CaActivateModalComponent {
|
|
|
32510
32599
|
this.ngbActiveModal = ngbActiveModal;
|
|
32511
32600
|
this.isOpenBusinessModal = false;
|
|
32512
32601
|
this.sharedSvgRoutes = SharedSvgRoutes;
|
|
32602
|
+
this.eModalButtonClassType = eModalButtonClassType;
|
|
32603
|
+
this.eModalButtonSize = eModalButtonSize;
|
|
32513
32604
|
}
|
|
32514
32605
|
onModalAction(isDoAction) {
|
|
32515
32606
|
this.ngbActiveModal.close(isDoAction);
|
|
32516
32607
|
}
|
|
32517
32608
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CaActivateModalComponent, deps: [{ token: i3.NgbActiveModal }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
32518
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: CaActivateModalComponent, isStandalone: true, selector: "app-ca-active-modal", inputs: { modalData: "modalData", template: "template", isOpenBusinessModal: "isOpenBusinessModal" }, ngImport: i0, template: "<app-ca-modal\n [customClass]=\"'modal-container-XS'\"\n [customHeaderTemplate]=\"headerContent\"\n [footerTemplate]=\"footerTemplate\"\n>\n <div origin>\n <div class=\"m-t-2\">\n <div class=\"divider divider--dark divider--small\"></div>\n </div>\n <div class=\"d-flex p-t-12 p-b-8\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"modalRightIcon\"></ng-container>\n </div>\n</app-ca-modal>\n\n<ng-template #headerContent>\n <div class=\"d-flex align-items-center gap-6 p-t-2\">\n <ng-container *ngTemplateOutlet=\"headerSvgTemplate\"></ng-container>\n <div\n class=\"ta-font-extra-bold h-22 font-size-18 text-color-black line-height-1 m-t-1\"\n >\n {{ modalData.title }}\n </div>\n @if (modalData.count) {\n <div\n class=\"d-flex align-items-center justify-content-center w-22 h-22 background-bw6-2 ta-font-extra-bold text-size-14 text-color-white br-50\"\n >\n {{ modalData.count }}\n </div>\n }\n </div>\n</ng-template>\n\n<ng-template #footerTemplate>\n <div class=\"modal-footer modal-footer-payroll\">\n <div class=\"divider divider--dark divider--small m-0\"></div>\n <div class=\"d-flex gap-12 m-0 w-100\">\n <button\n
|
|
32609
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: CaActivateModalComponent, isStandalone: true, selector: "app-ca-active-modal", inputs: { modalData: "modalData", template: "template", isOpenBusinessModal: "isOpenBusinessModal" }, ngImport: i0, template: "<app-ca-modal\n [customClass]=\"'modal-container-XS'\"\n [customHeaderTemplate]=\"headerContent\"\n [footerTemplate]=\"footerTemplate\"\n>\n <div origin>\n <div class=\"m-t-2\">\n <div class=\"divider divider--dark divider--small\"></div>\n </div>\n <div class=\"d-flex p-t-12 p-b-8\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"modalRightIcon\"></ng-container>\n </div>\n</app-ca-modal>\n\n<ng-template #headerContent>\n <div class=\"d-flex align-items-center gap-6 p-t-2\">\n <ng-container *ngTemplateOutlet=\"headerSvgTemplate\"></ng-container>\n <div\n class=\"ta-font-extra-bold h-22 font-size-18 text-color-black line-height-1 m-t-1\"\n >\n {{ modalData.title }}\n </div>\n @if (modalData.count) {\n <div\n class=\"d-flex align-items-center justify-content-center w-22 h-22 background-bw6-2 ta-font-extra-bold text-size-14 text-color-white br-50\"\n >\n {{ modalData.count }}\n </div>\n }\n </div>\n</ng-template>\n\n<ng-template #footerTemplate>\n <div class=\"modal-footer modal-footer-payroll\">\n <div class=\"divider divider--dark divider--small m-0\"></div>\n <div class=\"d-flex gap-12 m-0 w-100\">\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.SECONDARY_NEUTRAL\"\n [text]=\"'No'\"\n [isModalButton]=\"true\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n (click)=\"onModalAction()\"\n ></app-ca-modal-button>\n\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.PRIMARY_POSITIVE\"\n [text]=\"'Yes'\"\n [isModalButton]=\"true\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n (click)=\"onModalAction(true)\"\n ></app-ca-modal-button>\n </div>\n </div>\n</ng-template>\n\n<ng-template #modalRightIcon>\n <div class=\"trash-icon-container position-absolute right-12 top--38\">\n <svg-icon\n class=\"svg-size-90 p-l-10 background-white\"\n [src]=\"\n isOpenBusinessModal\n ? sharedSvgRoutes.CONFIRMATION_MODAL_OPEN_ICON\n : sharedSvgRoutes.CONFIRMATION_MODAL_ACTIVATE_ICON\n \"\n ></svg-icon>\n </div>\n</ng-template>\n\n<ng-template #headerSvgTemplate>\n <svg-icon\n class=\"d-flex svg-fill-blue-13 svg-size-18 modal-header-svg\"\n [src]=\"sharedSvgRoutes.CONFIRMATION_CHECKMARK_ICON\"\n ></svg-icon>\n</ng-template>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AngularSvgIconModule }, { kind: "component", type: i2.SvgIconComponent, selector: "svg-icon", inputs: ["src", "name", "stretch", "applyClass", "applyCss", "svgClass", "class", "viewBox", "svgAriaLabel", "svgStyle"] }, { kind: "component", type:
|
|
32519
32610
|
// Components
|
|
32520
|
-
CaModalComponent, selector: "app-ca-modal", inputs: ["customClass", "partClass", "modalTitle", "customHeaderTemplate", "headerSvgTemplate", "leftHeaderTemplate", "rightHeaderTemplate", "footerTemplate", "additionalPartTemplate"] }] }); }
|
|
32611
|
+
CaModalComponent, selector: "app-ca-modal", inputs: ["customClass", "partClass", "modalTitle", "customHeaderTemplate", "headerSvgTemplate", "leftHeaderTemplate", "rightHeaderTemplate", "footerTemplate", "additionalPartTemplate"] }, { kind: "component", type: CaModalButtonComponent, selector: "app-ca-modal-button", inputs: ["type", "size", "text", "loadingText", "isValid", "isSpinnerShown", "isModalButton", "hasBothSpinnerAndText"] }] }); }
|
|
32521
32612
|
}
|
|
32522
32613
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CaActivateModalComponent, decorators: [{
|
|
32523
32614
|
type: Component,
|
|
@@ -32526,7 +32617,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
32526
32617
|
AngularSvgIconModule,
|
|
32527
32618
|
// Components
|
|
32528
32619
|
CaModalComponent,
|
|
32529
|
-
|
|
32620
|
+
CaModalButtonComponent,
|
|
32621
|
+
], template: "<app-ca-modal\n [customClass]=\"'modal-container-XS'\"\n [customHeaderTemplate]=\"headerContent\"\n [footerTemplate]=\"footerTemplate\"\n>\n <div origin>\n <div class=\"m-t-2\">\n <div class=\"divider divider--dark divider--small\"></div>\n </div>\n <div class=\"d-flex p-t-12 p-b-8\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"modalRightIcon\"></ng-container>\n </div>\n</app-ca-modal>\n\n<ng-template #headerContent>\n <div class=\"d-flex align-items-center gap-6 p-t-2\">\n <ng-container *ngTemplateOutlet=\"headerSvgTemplate\"></ng-container>\n <div\n class=\"ta-font-extra-bold h-22 font-size-18 text-color-black line-height-1 m-t-1\"\n >\n {{ modalData.title }}\n </div>\n @if (modalData.count) {\n <div\n class=\"d-flex align-items-center justify-content-center w-22 h-22 background-bw6-2 ta-font-extra-bold text-size-14 text-color-white br-50\"\n >\n {{ modalData.count }}\n </div>\n }\n </div>\n</ng-template>\n\n<ng-template #footerTemplate>\n <div class=\"modal-footer modal-footer-payroll\">\n <div class=\"divider divider--dark divider--small m-0\"></div>\n <div class=\"d-flex gap-12 m-0 w-100\">\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.SECONDARY_NEUTRAL\"\n [text]=\"'No'\"\n [isModalButton]=\"true\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n (click)=\"onModalAction()\"\n ></app-ca-modal-button>\n\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.PRIMARY_POSITIVE\"\n [text]=\"'Yes'\"\n [isModalButton]=\"true\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n (click)=\"onModalAction(true)\"\n ></app-ca-modal-button>\n </div>\n </div>\n</ng-template>\n\n<ng-template #modalRightIcon>\n <div class=\"trash-icon-container position-absolute right-12 top--38\">\n <svg-icon\n class=\"svg-size-90 p-l-10 background-white\"\n [src]=\"\n isOpenBusinessModal\n ? sharedSvgRoutes.CONFIRMATION_MODAL_OPEN_ICON\n : sharedSvgRoutes.CONFIRMATION_MODAL_ACTIVATE_ICON\n \"\n ></svg-icon>\n </div>\n</ng-template>\n\n<ng-template #headerSvgTemplate>\n <svg-icon\n class=\"d-flex svg-fill-blue-13 svg-size-18 modal-header-svg\"\n [src]=\"sharedSvgRoutes.CONFIRMATION_CHECKMARK_ICON\"\n ></svg-icon>\n</ng-template>\n" }]
|
|
32530
32622
|
}], ctorParameters: () => [{ type: i3.NgbActiveModal }], propDecorators: { modalData: [{
|
|
32531
32623
|
type: Input
|
|
32532
32624
|
}], template: [{
|
|
@@ -32538,23 +32630,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
32538
32630
|
class ConfirmationModalButtonConstants {
|
|
32539
32631
|
static { this.NO_BUTTON = {
|
|
32540
32632
|
label: 'No',
|
|
32541
|
-
|
|
32542
|
-
actionValue: undefined
|
|
32633
|
+
type: eModalButtonClassType.SECONDARY_NEUTRAL,
|
|
32634
|
+
actionValue: undefined,
|
|
32543
32635
|
}; }
|
|
32544
32636
|
static { this.YES_BUTTON = {
|
|
32545
32637
|
label: 'Yes',
|
|
32546
|
-
|
|
32547
|
-
actionValue: true
|
|
32638
|
+
type: eModalButtonClassType.PRIMARY_NEUTRAL,
|
|
32639
|
+
actionValue: true,
|
|
32548
32640
|
}; }
|
|
32549
32641
|
static { this.CANCEL_BUTTON = {
|
|
32550
32642
|
label: 'Cancel',
|
|
32551
|
-
|
|
32552
|
-
actionValue: undefined
|
|
32643
|
+
type: eModalButtonClassType.SECONDARY_NEUTRAL,
|
|
32644
|
+
actionValue: undefined,
|
|
32553
32645
|
}; }
|
|
32554
32646
|
static { this.REMOVE_BUTTON = {
|
|
32555
32647
|
label: 'Remove',
|
|
32556
|
-
|
|
32557
|
-
actionValue: true
|
|
32648
|
+
type: eModalButtonClassType.PRIMARY_NEGATIVE,
|
|
32649
|
+
actionValue: true,
|
|
32558
32650
|
}; }
|
|
32559
32651
|
}
|
|
32560
32652
|
|
|
@@ -32565,17 +32657,19 @@ class CaDeactivateModalComponent {
|
|
|
32565
32657
|
this.isInfoIcon = false;
|
|
32566
32658
|
this.modalButtons = [
|
|
32567
32659
|
ConfirmationModalButtonConstants.NO_BUTTON,
|
|
32568
|
-
ConfirmationModalButtonConstants.YES_BUTTON
|
|
32660
|
+
ConfirmationModalButtonConstants.YES_BUTTON,
|
|
32569
32661
|
];
|
|
32570
32662
|
this.sharedSvgRoutes = SharedSvgRoutes;
|
|
32663
|
+
this.eModalButtonClassType = eModalButtonClassType;
|
|
32664
|
+
this.eModalButtonSize = eModalButtonSize;
|
|
32571
32665
|
}
|
|
32572
32666
|
onModalAction(isDoAction) {
|
|
32573
32667
|
this.ngbActiveModal.close(isDoAction);
|
|
32574
32668
|
}
|
|
32575
32669
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CaDeactivateModalComponent, deps: [{ token: i3.NgbActiveModal }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
32576
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: CaDeactivateModalComponent, isStandalone: true, selector: "app-ca-deactivate-modal", inputs: { modalData: "modalData", template: "template", isCloseBusinessModal: "isCloseBusinessModal", isInfoIcon: "isInfoIcon", modalButtons: "modalButtons" }, ngImport: i0, template: "<app-ca-modal\n [customClass]=\"'modal-container-XS'\"\n [customHeaderTemplate]=\"headerContent\"\n [footerTemplate]=\"footerTemplate\"\n>\n <div origin>\n <div class=\"m-t-2\">\n <div class=\"divider divider--dark divider--small\"></div>\n </div>\n <div class=\"d-flex p-t-12 p-b-8\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"modalRightIcon\"></ng-container>\n </div>\n</app-ca-modal>\n\n<ng-template #headerContent>\n <div class=\"d-flex align-items-center gap-6 p-t-2\">\n <ng-container *ngTemplateOutlet=\"headerSvgTemplate\"></ng-container>\n <div\n class=\"ta-font-extra-bold h-22 font-size-18 text-color-black line-height-1 m-t-1\"\n >\n {{ modalData?.title }}\n </div>\n @if (modalData?.count) {\n <div\n class=\"d-flex align-items-center justify-content-center w-22 h-22 background-bw6-2 ta-font-extra-bold text-size-14 text-color-white br-50\"\n >\n {{ modalData?.count }}\n </div>\n }\n </div>\n</ng-template>\n\n<ng-template #footerTemplate>\n <div class=\"modal-footer modal-footer-payroll\">\n <div class=\"divider divider--dark divider--small\"></div>\n <div class=\"d-flex gap-12 m-0 w-100\">\n @for (button of modalButtons; track $index) {\n <button\n
|
|
32670
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: CaDeactivateModalComponent, isStandalone: true, selector: "app-ca-deactivate-modal", inputs: { modalData: "modalData", template: "template", isCloseBusinessModal: "isCloseBusinessModal", isInfoIcon: "isInfoIcon", modalButtons: "modalButtons" }, ngImport: i0, template: "<app-ca-modal\n [customClass]=\"'modal-container-XS'\"\n [customHeaderTemplate]=\"headerContent\"\n [footerTemplate]=\"footerTemplate\"\n>\n <div origin>\n <div class=\"m-t-2\">\n <div class=\"divider divider--dark divider--small\"></div>\n </div>\n <div class=\"d-flex p-t-12 p-b-8\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"modalRightIcon\"></ng-container>\n </div>\n</app-ca-modal>\n\n<ng-template #headerContent>\n <div class=\"d-flex align-items-center gap-6 p-t-2\">\n <ng-container *ngTemplateOutlet=\"headerSvgTemplate\"></ng-container>\n <div\n class=\"ta-font-extra-bold h-22 font-size-18 text-color-black line-height-1 m-t-1\"\n >\n {{ modalData?.title }}\n </div>\n @if (modalData?.count) {\n <div\n class=\"d-flex align-items-center justify-content-center w-22 h-22 background-bw6-2 ta-font-extra-bold text-size-14 text-color-white br-50\"\n >\n {{ modalData?.count }}\n </div>\n }\n </div>\n</ng-template>\n\n<ng-template #footerTemplate>\n <div class=\"modal-footer modal-footer-payroll\">\n <div class=\"divider divider--dark divider--small\"></div>\n <div class=\"d-flex gap-12 m-0 w-100\">\n @for (button of modalButtons; track $index) {\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"button.type\"\n [text]=\"button.label\"\n [isModalButton]=\"true\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n (click)=\"onModalAction(button.actionValue)\"\n ></app-ca-modal-button>\n }\n </div>\n </div>\n</ng-template>\n\n<ng-template #modalRightIcon>\n <div class=\"trash-icon-container position-absolute right-12 top--38\">\n <svg-icon\n class=\"svg-size-90 p-l-10 background-white\"\n [src]=\"\n isCloseBusinessModal || isInfoIcon\n ? sharedSvgRoutes.CONFIRMATION_MODAL_CLOSE_ICON\n : sharedSvgRoutes.CONFIRMATION_MODAL_DEACTIVATE_ICON\n \"\n ></svg-icon>\n </div>\n</ng-template>\n\n<ng-template #headerSvgTemplate>\n <svg-icon\n class=\"d-flex svg-size-18 modal-header-svg\"\n [ngClass]=\"{ 'svg-fill-red-10': isCloseBusinessModal }\"\n [src]=\"\n isCloseBusinessModal && !isInfoIcon\n ? sharedSvgRoutes.CLOSE_ICON_NORMAL\n : sharedSvgRoutes.CONFIRMATION_INFO_ICON\n \"\n ></svg-icon>\n</ng-template>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AngularSvgIconModule }, { kind: "component", type: i2.SvgIconComponent, selector: "svg-icon", inputs: ["src", "name", "stretch", "applyClass", "applyCss", "svgClass", "class", "viewBox", "svgAriaLabel", "svgStyle"] }, { kind: "component", type:
|
|
32577
32671
|
// Components
|
|
32578
|
-
CaModalComponent, selector: "app-ca-modal", inputs: ["customClass", "partClass", "modalTitle", "customHeaderTemplate", "headerSvgTemplate", "leftHeaderTemplate", "rightHeaderTemplate", "footerTemplate", "additionalPartTemplate"] }] }); }
|
|
32672
|
+
CaModalComponent, selector: "app-ca-modal", inputs: ["customClass", "partClass", "modalTitle", "customHeaderTemplate", "headerSvgTemplate", "leftHeaderTemplate", "rightHeaderTemplate", "footerTemplate", "additionalPartTemplate"] }, { kind: "component", type: CaModalButtonComponent, selector: "app-ca-modal-button", inputs: ["type", "size", "text", "loadingText", "isValid", "isSpinnerShown", "isModalButton", "hasBothSpinnerAndText"] }] }); }
|
|
32579
32673
|
}
|
|
32580
32674
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CaDeactivateModalComponent, decorators: [{
|
|
32581
32675
|
type: Component,
|
|
@@ -32584,7 +32678,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
32584
32678
|
AngularSvgIconModule,
|
|
32585
32679
|
// Components
|
|
32586
32680
|
CaModalComponent,
|
|
32587
|
-
|
|
32681
|
+
CaModalButtonComponent,
|
|
32682
|
+
], template: "<app-ca-modal\n [customClass]=\"'modal-container-XS'\"\n [customHeaderTemplate]=\"headerContent\"\n [footerTemplate]=\"footerTemplate\"\n>\n <div origin>\n <div class=\"m-t-2\">\n <div class=\"divider divider--dark divider--small\"></div>\n </div>\n <div class=\"d-flex p-t-12 p-b-8\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"modalRightIcon\"></ng-container>\n </div>\n</app-ca-modal>\n\n<ng-template #headerContent>\n <div class=\"d-flex align-items-center gap-6 p-t-2\">\n <ng-container *ngTemplateOutlet=\"headerSvgTemplate\"></ng-container>\n <div\n class=\"ta-font-extra-bold h-22 font-size-18 text-color-black line-height-1 m-t-1\"\n >\n {{ modalData?.title }}\n </div>\n @if (modalData?.count) {\n <div\n class=\"d-flex align-items-center justify-content-center w-22 h-22 background-bw6-2 ta-font-extra-bold text-size-14 text-color-white br-50\"\n >\n {{ modalData?.count }}\n </div>\n }\n </div>\n</ng-template>\n\n<ng-template #footerTemplate>\n <div class=\"modal-footer modal-footer-payroll\">\n <div class=\"divider divider--dark divider--small\"></div>\n <div class=\"d-flex gap-12 m-0 w-100\">\n @for (button of modalButtons; track $index) {\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"button.type\"\n [text]=\"button.label\"\n [isModalButton]=\"true\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n (click)=\"onModalAction(button.actionValue)\"\n ></app-ca-modal-button>\n }\n </div>\n </div>\n</ng-template>\n\n<ng-template #modalRightIcon>\n <div class=\"trash-icon-container position-absolute right-12 top--38\">\n <svg-icon\n class=\"svg-size-90 p-l-10 background-white\"\n [src]=\"\n isCloseBusinessModal || isInfoIcon\n ? sharedSvgRoutes.CONFIRMATION_MODAL_CLOSE_ICON\n : sharedSvgRoutes.CONFIRMATION_MODAL_DEACTIVATE_ICON\n \"\n ></svg-icon>\n </div>\n</ng-template>\n\n<ng-template #headerSvgTemplate>\n <svg-icon\n class=\"d-flex svg-size-18 modal-header-svg\"\n [ngClass]=\"{ 'svg-fill-red-10': isCloseBusinessModal }\"\n [src]=\"\n isCloseBusinessModal && !isInfoIcon\n ? sharedSvgRoutes.CLOSE_ICON_NORMAL\n : sharedSvgRoutes.CONFIRMATION_INFO_ICON\n \"\n ></svg-icon>\n</ng-template>\n" }]
|
|
32588
32683
|
}], ctorParameters: () => [{ type: i3.NgbActiveModal }], propDecorators: { modalData: [{
|
|
32589
32684
|
type: Input
|
|
32590
32685
|
}], template: [{
|
|
@@ -32602,14 +32697,16 @@ class CaMoveModalComponent {
|
|
|
32602
32697
|
this.ngbActiveModal = ngbActiveModal;
|
|
32603
32698
|
this.isRemoveModal = false;
|
|
32604
32699
|
this.sharedSvgRoutes = SharedSvgRoutes;
|
|
32700
|
+
this.eModalButtonClassType = eModalButtonClassType;
|
|
32701
|
+
this.eModalButtonSize = eModalButtonSize;
|
|
32605
32702
|
}
|
|
32606
32703
|
onModalAction(isDoAction) {
|
|
32607
32704
|
this.ngbActiveModal.close(isDoAction);
|
|
32608
32705
|
}
|
|
32609
32706
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CaMoveModalComponent, deps: [{ token: i3.NgbActiveModal }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
32610
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: CaMoveModalComponent, isStandalone: true, selector: "app-ca-move-modal", inputs: { modalData: "modalData", template: "template", isRemoveModal: "isRemoveModal" }, ngImport: i0, template: "<app-ca-modal\n [customClass]=\"'modal-container-XS'\"\n [customHeaderTemplate]=\"headerContent\"\n [footerTemplate]=\"footerTemplate\"\n>\n <div origin>\n <div class=\"m-t-2\">\n <div class=\"divider divider--dark divider--small\"></div>\n </div>\n <div class=\"d-flex p-t-12 p-b-8\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"modalRightIcon\"></ng-container>\n </div>\n</app-ca-modal>\n\n<ng-template #headerContent>\n <div class=\"d-flex align-items-center gap-6 p-t-2\">\n <ng-container *ngTemplateOutlet=\"headerSvgTemplate\"></ng-container>\n <div\n class=\"ta-font-extra-bold h-22 font-size-18 text-color-black line-height-1 m-t-1\"\n >\n {{ modalData.title }}\n </div>\n @if (modalData.count) {\n <div\n class=\"d-flex align-items-center justify-content-center w-22 h-22 background-bw6-2 ta-font-extra-bold text-size-14 text-color-white br-50\"\n >\n {{ modalData.count }}\n </div>\n }\n </div>\n</ng-template>\n\n<ng-template #footerTemplate>\n <div class=\"modal-footer modal-footer-payroll\">\n <div class=\"divider divider--dark divider--small\"></div>\n <div class=\"d-flex gap-12 m-0 w-100\">\n <button\n
|
|
32707
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: CaMoveModalComponent, isStandalone: true, selector: "app-ca-move-modal", inputs: { modalData: "modalData", template: "template", isRemoveModal: "isRemoveModal" }, ngImport: i0, template: "<app-ca-modal\n [customClass]=\"'modal-container-XS'\"\n [customHeaderTemplate]=\"headerContent\"\n [footerTemplate]=\"footerTemplate\"\n>\n <div origin>\n <div class=\"m-t-2\">\n <div class=\"divider divider--dark divider--small\"></div>\n </div>\n <div class=\"d-flex p-t-12 p-b-8\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"modalRightIcon\"></ng-container>\n </div>\n</app-ca-modal>\n\n<ng-template #headerContent>\n <div class=\"d-flex align-items-center gap-6 p-t-2\">\n <ng-container *ngTemplateOutlet=\"headerSvgTemplate\"></ng-container>\n <div\n class=\"ta-font-extra-bold h-22 font-size-18 text-color-black line-height-1 m-t-1\"\n >\n {{ modalData.title }}\n </div>\n @if (modalData.count) {\n <div\n class=\"d-flex align-items-center justify-content-center w-22 h-22 background-bw6-2 ta-font-extra-bold text-size-14 text-color-white br-50\"\n >\n {{ modalData.count }}\n </div>\n }\n </div>\n</ng-template>\n\n<ng-template #footerTemplate>\n <div class=\"modal-footer modal-footer-payroll\">\n <div class=\"divider divider--dark divider--small\"></div>\n <div class=\"d-flex gap-12 m-0 w-100\">\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.SECONDARY_NEUTRAL\"\n [text]=\"'No'\"\n [isModalButton]=\"true\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n (click)=\"onModalAction()\"\n ></app-ca-modal-button>\n\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.PRIMARY_NEUTRAL\"\n [text]=\"'Yes'\"\n [isModalButton]=\"true\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n (click)=\"onModalAction(true)\"\n ></app-ca-modal-button>\n </div>\n </div>\n</ng-template>\n\n<ng-template #modalRightIcon>\n <div class=\"trash-icon-container position-absolute right-12 top--38\">\n <svg-icon\n class=\"svg-size-90 p-l-10 background-white\"\n [src]=\"\n isRemoveModal\n ? sharedSvgRoutes.CONFIRMATION_MODAL_REMOVE_ICON\n : sharedSvgRoutes.CONFIRMATION_MODAL_MOVE_ICON\n \"\n ></svg-icon>\n </div>\n</ng-template>\n\n<ng-template #headerSvgTemplate>\n <svg-icon\n class=\"d-flex svg-fill-yellow-1 svg-size-18 modal-header-svg\"\n [src]=\"sharedSvgRoutes.CONFIRMATION_INFO_ICON\"\n ></svg-icon>\n</ng-template>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AngularSvgIconModule }, { kind: "component", type: i2.SvgIconComponent, selector: "svg-icon", inputs: ["src", "name", "stretch", "applyClass", "applyCss", "svgClass", "class", "viewBox", "svgAriaLabel", "svgStyle"] }, { kind: "component", type:
|
|
32611
32708
|
// Components
|
|
32612
|
-
CaModalComponent, selector: "app-ca-modal", inputs: ["customClass", "partClass", "modalTitle", "customHeaderTemplate", "headerSvgTemplate", "leftHeaderTemplate", "rightHeaderTemplate", "footerTemplate", "additionalPartTemplate"] }] }); }
|
|
32709
|
+
CaModalComponent, selector: "app-ca-modal", inputs: ["customClass", "partClass", "modalTitle", "customHeaderTemplate", "headerSvgTemplate", "leftHeaderTemplate", "rightHeaderTemplate", "footerTemplate", "additionalPartTemplate"] }, { kind: "component", type: CaModalButtonComponent, selector: "app-ca-modal-button", inputs: ["type", "size", "text", "loadingText", "isValid", "isSpinnerShown", "isModalButton", "hasBothSpinnerAndText"] }] }); }
|
|
32613
32710
|
}
|
|
32614
32711
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CaMoveModalComponent, decorators: [{
|
|
32615
32712
|
type: Component,
|
|
@@ -32618,7 +32715,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
32618
32715
|
AngularSvgIconModule,
|
|
32619
32716
|
// Components
|
|
32620
32717
|
CaModalComponent,
|
|
32621
|
-
|
|
32718
|
+
CaModalButtonComponent,
|
|
32719
|
+
], template: "<app-ca-modal\n [customClass]=\"'modal-container-XS'\"\n [customHeaderTemplate]=\"headerContent\"\n [footerTemplate]=\"footerTemplate\"\n>\n <div origin>\n <div class=\"m-t-2\">\n <div class=\"divider divider--dark divider--small\"></div>\n </div>\n <div class=\"d-flex p-t-12 p-b-8\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"modalRightIcon\"></ng-container>\n </div>\n</app-ca-modal>\n\n<ng-template #headerContent>\n <div class=\"d-flex align-items-center gap-6 p-t-2\">\n <ng-container *ngTemplateOutlet=\"headerSvgTemplate\"></ng-container>\n <div\n class=\"ta-font-extra-bold h-22 font-size-18 text-color-black line-height-1 m-t-1\"\n >\n {{ modalData.title }}\n </div>\n @if (modalData.count) {\n <div\n class=\"d-flex align-items-center justify-content-center w-22 h-22 background-bw6-2 ta-font-extra-bold text-size-14 text-color-white br-50\"\n >\n {{ modalData.count }}\n </div>\n }\n </div>\n</ng-template>\n\n<ng-template #footerTemplate>\n <div class=\"modal-footer modal-footer-payroll\">\n <div class=\"divider divider--dark divider--small\"></div>\n <div class=\"d-flex gap-12 m-0 w-100\">\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.SECONDARY_NEUTRAL\"\n [text]=\"'No'\"\n [isModalButton]=\"true\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n (click)=\"onModalAction()\"\n ></app-ca-modal-button>\n\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.PRIMARY_NEUTRAL\"\n [text]=\"'Yes'\"\n [isModalButton]=\"true\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n (click)=\"onModalAction(true)\"\n ></app-ca-modal-button>\n </div>\n </div>\n</ng-template>\n\n<ng-template #modalRightIcon>\n <div class=\"trash-icon-container position-absolute right-12 top--38\">\n <svg-icon\n class=\"svg-size-90 p-l-10 background-white\"\n [src]=\"\n isRemoveModal\n ? sharedSvgRoutes.CONFIRMATION_MODAL_REMOVE_ICON\n : sharedSvgRoutes.CONFIRMATION_MODAL_MOVE_ICON\n \"\n ></svg-icon>\n </div>\n</ng-template>\n\n<ng-template #headerSvgTemplate>\n <svg-icon\n class=\"d-flex svg-fill-yellow-1 svg-size-18 modal-header-svg\"\n [src]=\"sharedSvgRoutes.CONFIRMATION_INFO_ICON\"\n ></svg-icon>\n</ng-template>\n" }]
|
|
32622
32720
|
}], ctorParameters: () => [{ type: i3.NgbActiveModal }], propDecorators: { modalData: [{
|
|
32623
32721
|
type: Input
|
|
32624
32722
|
}], template: [{
|
|
@@ -32631,14 +32729,16 @@ class CaResetTableModalComponent {
|
|
|
32631
32729
|
constructor(ngbActiveModal) {
|
|
32632
32730
|
this.ngbActiveModal = ngbActiveModal;
|
|
32633
32731
|
this.sharedSvgRoutes = SharedSvgRoutes;
|
|
32732
|
+
this.eModalButtonClassType = eModalButtonClassType;
|
|
32733
|
+
this.eModalButtonSize = eModalButtonSize;
|
|
32634
32734
|
}
|
|
32635
32735
|
onModalAction(isDoAction) {
|
|
32636
32736
|
this.ngbActiveModal.close(isDoAction);
|
|
32637
32737
|
}
|
|
32638
32738
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CaResetTableModalComponent, deps: [{ token: i3.NgbActiveModal }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
32639
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: CaResetTableModalComponent, isStandalone: true, selector: "app-ca-reset-table-modal", inputs: { modalData: "modalData", template: "template" }, ngImport: i0, template: "<app-ca-modal\n [customClass]=\"'modal-container-XS'\"\n [customHeaderTemplate]=\"headerContent\"\n [footerTemplate]=\"footerTemplate\"\n>\n <div origin>\n <div class=\"m-t-2\">\n <div class=\"divider divider--dark divider--small\"></div>\n </div>\n <div class=\"d-flex p-t-12 p-b-8\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"modalRightIcon\"></ng-container>\n </div>\n</app-ca-modal>\n\n<ng-template #headerContent>\n <div class=\"d-flex align-items-center gap-6 p-t-2\">\n <ng-container *ngTemplateOutlet=\"headerSvgTemplate\"></ng-container>\n <div\n class=\"ta-font-extra-bold h-22 font-size-18 text-color-black line-height-1 m-t-1\"\n >\n {{ modalData?.title }}\n </div>\n @if (modalData?.count) {\n <div\n class=\"d-flex align-items-center justify-content-center w-22 h-22 background-bw6-2 ta-font-extra-bold text-size-14 text-color-white br-50\"\n >\n {{ modalData?.count }}\n </div>\n }\n </div>\n</ng-template>\n\n<ng-template #footerTemplate>\n <div class=\"modal-footer modal-footer-payroll\">\n <div class=\"divider divider--dark divider--small\"></div>\n <div class=\"d-flex gap-12 m-0 w-100\">\n <button\n
|
|
32739
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: CaResetTableModalComponent, isStandalone: true, selector: "app-ca-reset-table-modal", inputs: { modalData: "modalData", template: "template" }, ngImport: i0, template: "<app-ca-modal\n [customClass]=\"'modal-container-XS'\"\n [customHeaderTemplate]=\"headerContent\"\n [footerTemplate]=\"footerTemplate\"\n>\n <div origin>\n <div class=\"m-t-2\">\n <div class=\"divider divider--dark divider--small\"></div>\n </div>\n <div class=\"d-flex p-t-12 p-b-8\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"modalRightIcon\"></ng-container>\n </div>\n</app-ca-modal>\n\n<ng-template #headerContent>\n <div class=\"d-flex align-items-center gap-6 p-t-2\">\n <ng-container *ngTemplateOutlet=\"headerSvgTemplate\"></ng-container>\n <div\n class=\"ta-font-extra-bold h-22 font-size-18 text-color-black line-height-1 m-t-1\"\n >\n {{ modalData?.title }}\n </div>\n @if (modalData?.count) {\n <div\n class=\"d-flex align-items-center justify-content-center w-22 h-22 background-bw6-2 ta-font-extra-bold text-size-14 text-color-white br-50\"\n >\n {{ modalData?.count }}\n </div>\n }\n </div>\n</ng-template>\n\n<ng-template #footerTemplate>\n <div class=\"modal-footer modal-footer-payroll\">\n <div class=\"divider divider--dark divider--small\"></div>\n <div class=\"d-flex gap-12 m-0 w-100\">\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.SECONDARY_NEUTRAL\"\n [text]=\"'No'\"\n [isModalButton]=\"true\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n (click)=\"onModalAction()\"\n ></app-ca-modal-button>\n\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.PRIMARY_NEUTRAL\"\n [text]=\"'Yes'\"\n [isModalButton]=\"true\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n (click)=\"onModalAction(true)\"\n ></app-ca-modal-button>\n </div>\n </div>\n</ng-template>\n\n<ng-template #modalRightIcon>\n <div class=\"trash-icon-container position-absolute right-12 top--38\">\n <svg-icon\n class=\"svg-size-90 p-l-10 background-white\"\n [src]=\"sharedSvgRoutes.CONFIRMATION_MODAL_TABEL_RESET_ICON\"\n ></svg-icon>\n </div>\n</ng-template>\n\n<ng-template #headerSvgTemplate>\n <svg-icon\n class=\"d-flex svg-size-18 modal-header-svg\"\n [src]=\"sharedSvgRoutes.CONFIRMATION_RESET_ICON\"\n ></svg-icon>\n</ng-template>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AngularSvgIconModule }, { kind: "component", type: i2.SvgIconComponent, selector: "svg-icon", inputs: ["src", "name", "stretch", "applyClass", "applyCss", "svgClass", "class", "viewBox", "svgAriaLabel", "svgStyle"] }, { kind: "component", type:
|
|
32640
32740
|
// Components
|
|
32641
|
-
CaModalComponent, selector: "app-ca-modal", inputs: ["customClass", "partClass", "modalTitle", "customHeaderTemplate", "headerSvgTemplate", "leftHeaderTemplate", "rightHeaderTemplate", "footerTemplate", "additionalPartTemplate"] }] }); }
|
|
32741
|
+
CaModalComponent, selector: "app-ca-modal", inputs: ["customClass", "partClass", "modalTitle", "customHeaderTemplate", "headerSvgTemplate", "leftHeaderTemplate", "rightHeaderTemplate", "footerTemplate", "additionalPartTemplate"] }, { kind: "component", type: CaModalButtonComponent, selector: "app-ca-modal-button", inputs: ["type", "size", "text", "loadingText", "isValid", "isSpinnerShown", "isModalButton", "hasBothSpinnerAndText"] }] }); }
|
|
32642
32742
|
}
|
|
32643
32743
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CaResetTableModalComponent, decorators: [{
|
|
32644
32744
|
type: Component,
|
|
@@ -32647,7 +32747,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
32647
32747
|
AngularSvgIconModule,
|
|
32648
32748
|
// Components
|
|
32649
32749
|
CaModalComponent,
|
|
32650
|
-
|
|
32750
|
+
CaModalButtonComponent,
|
|
32751
|
+
], template: "<app-ca-modal\n [customClass]=\"'modal-container-XS'\"\n [customHeaderTemplate]=\"headerContent\"\n [footerTemplate]=\"footerTemplate\"\n>\n <div origin>\n <div class=\"m-t-2\">\n <div class=\"divider divider--dark divider--small\"></div>\n </div>\n <div class=\"d-flex p-t-12 p-b-8\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"modalRightIcon\"></ng-container>\n </div>\n</app-ca-modal>\n\n<ng-template #headerContent>\n <div class=\"d-flex align-items-center gap-6 p-t-2\">\n <ng-container *ngTemplateOutlet=\"headerSvgTemplate\"></ng-container>\n <div\n class=\"ta-font-extra-bold h-22 font-size-18 text-color-black line-height-1 m-t-1\"\n >\n {{ modalData?.title }}\n </div>\n @if (modalData?.count) {\n <div\n class=\"d-flex align-items-center justify-content-center w-22 h-22 background-bw6-2 ta-font-extra-bold text-size-14 text-color-white br-50\"\n >\n {{ modalData?.count }}\n </div>\n }\n </div>\n</ng-template>\n\n<ng-template #footerTemplate>\n <div class=\"modal-footer modal-footer-payroll\">\n <div class=\"divider divider--dark divider--small\"></div>\n <div class=\"d-flex gap-12 m-0 w-100\">\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.SECONDARY_NEUTRAL\"\n [text]=\"'No'\"\n [isModalButton]=\"true\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n (click)=\"onModalAction()\"\n ></app-ca-modal-button>\n\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.PRIMARY_NEUTRAL\"\n [text]=\"'Yes'\"\n [isModalButton]=\"true\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n (click)=\"onModalAction(true)\"\n ></app-ca-modal-button>\n </div>\n </div>\n</ng-template>\n\n<ng-template #modalRightIcon>\n <div class=\"trash-icon-container position-absolute right-12 top--38\">\n <svg-icon\n class=\"svg-size-90 p-l-10 background-white\"\n [src]=\"sharedSvgRoutes.CONFIRMATION_MODAL_TABEL_RESET_ICON\"\n ></svg-icon>\n </div>\n</ng-template>\n\n<ng-template #headerSvgTemplate>\n <svg-icon\n class=\"d-flex svg-size-18 modal-header-svg\"\n [src]=\"sharedSvgRoutes.CONFIRMATION_RESET_ICON\"\n ></svg-icon>\n</ng-template>\n" }]
|
|
32651
32752
|
}], ctorParameters: () => [{ type: i3.NgbActiveModal }], propDecorators: { modalData: [{
|
|
32652
32753
|
type: Input
|
|
32653
32754
|
}], template: [{
|
|
@@ -32658,14 +32759,16 @@ class CaVoidModalComponent {
|
|
|
32658
32759
|
constructor(ngbActiveModal) {
|
|
32659
32760
|
this.ngbActiveModal = ngbActiveModal;
|
|
32660
32761
|
this.sharedSvgRoutes = SharedSvgRoutes;
|
|
32762
|
+
this.eModalButtonClassType = eModalButtonClassType;
|
|
32763
|
+
this.eModalButtonSize = eModalButtonSize;
|
|
32661
32764
|
}
|
|
32662
32765
|
onModalAction(isDoAction) {
|
|
32663
32766
|
this.ngbActiveModal.close(isDoAction);
|
|
32664
32767
|
}
|
|
32665
32768
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CaVoidModalComponent, deps: [{ token: i3.NgbActiveModal }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
32666
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: CaVoidModalComponent, isStandalone: true, selector: "app-ca-void-modal", inputs: { modalData: "modalData", template: "template" }, ngImport: i0, template: "<app-ca-modal\n [customClass]=\"'modal-container-XS'\"\n [customHeaderTemplate]=\"headerContent\"\n [footerTemplate]=\"footerTemplate\"\n>\n <div origin>\n <div class=\"m-t-2\">\n <div class=\"divider divider--dark divider--small\"></div>\n </div>\n <div class=\"d-flex p-t-12 p-b-8\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"modalRightIcon\"></ng-container>\n </div>\n</app-ca-modal>\n\n<ng-template #headerContent>\n <div class=\"d-flex align-items-center gap-6 p-t-2\">\n <ng-container *ngTemplateOutlet=\"headerSvgTemplate\"></ng-container>\n <div\n class=\"ta-font-extra-bold h-22 font-size-18 text-color-black line-height-1 m-t-1\"\n >\n {{ modalData?.title }}\n </div>\n @if (modalData?.count) {\n <div\n class=\"d-flex align-items-center justify-content-center w-22 h-22 background-bw6-2 ta-font-extra-bold text-size-14 text-color-white br-50\"\n >\n {{ modalData?.count }}\n </div>\n }\n </div>\n</ng-template>\n\n<ng-template #footerTemplate>\n <div class=\"modal-footer modal-footer-payroll\">\n <div class=\"divider divider--dark divider--small\"></div>\n <div class=\"d-flex gap-12 m-0 w-100\">\n <button\n
|
|
32769
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: CaVoidModalComponent, isStandalone: true, selector: "app-ca-void-modal", inputs: { modalData: "modalData", template: "template" }, ngImport: i0, template: "<app-ca-modal\n [customClass]=\"'modal-container-XS'\"\n [customHeaderTemplate]=\"headerContent\"\n [footerTemplate]=\"footerTemplate\"\n>\n <div origin>\n <div class=\"m-t-2\">\n <div class=\"divider divider--dark divider--small\"></div>\n </div>\n <div class=\"d-flex p-t-12 p-b-8\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"modalRightIcon\"></ng-container>\n </div>\n</app-ca-modal>\n\n<ng-template #headerContent>\n <div class=\"d-flex align-items-center gap-6 p-t-2\">\n <ng-container *ngTemplateOutlet=\"headerSvgTemplate\"></ng-container>\n <div\n class=\"ta-font-extra-bold h-22 font-size-18 text-color-black line-height-1 m-t-1\"\n >\n {{ modalData?.title }}\n </div>\n @if (modalData?.count) {\n <div\n class=\"d-flex align-items-center justify-content-center w-22 h-22 background-bw6-2 ta-font-extra-bold text-size-14 text-color-white br-50\"\n >\n {{ modalData?.count }}\n </div>\n }\n </div>\n</ng-template>\n\n<ng-template #footerTemplate>\n <div class=\"modal-footer modal-footer-payroll\">\n <div class=\"divider divider--dark divider--small\"></div>\n <div class=\"d-flex gap-12 m-0 w-100\">\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.SECONDARY_NEUTRAL\"\n [text]=\"'No'\"\n [isModalButton]=\"true\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n (click)=\"onModalAction()\"\n ></app-ca-modal-button>\n\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.PRIMARY_NEUTRAL\"\n [text]=\"'Yes'\"\n [isModalButton]=\"true\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n (click)=\"onModalAction(true)\"\n ></app-ca-modal-button>\n </div>\n </div>\n</ng-template>\n\n<ng-template #modalRightIcon>\n <div class=\"trash-icon-container position-absolute right-12 top--38\">\n <svg-icon\n class=\"svg-size-90 p-l-10 background-white\"\n [src]=\"sharedSvgRoutes.CONFIRMATION_MODAL_VOID_ICON\"\n ></svg-icon>\n </div>\n</ng-template>\n\n<ng-template #headerSvgTemplate>\n <svg-icon\n class=\"d-flex svg-size-18 modal-header-svg\"\n [src]=\"sharedSvgRoutes.CONFIRMATION_VOID_ICON\"\n ></svg-icon>\n</ng-template>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AngularSvgIconModule }, { kind: "component", type: i2.SvgIconComponent, selector: "svg-icon", inputs: ["src", "name", "stretch", "applyClass", "applyCss", "svgClass", "class", "viewBox", "svgAriaLabel", "svgStyle"] }, { kind: "component", type:
|
|
32667
32770
|
// Components
|
|
32668
|
-
CaModalComponent, selector: "app-ca-modal", inputs: ["customClass", "partClass", "modalTitle", "customHeaderTemplate", "headerSvgTemplate", "leftHeaderTemplate", "rightHeaderTemplate", "footerTemplate", "additionalPartTemplate"] }] }); }
|
|
32771
|
+
CaModalComponent, selector: "app-ca-modal", inputs: ["customClass", "partClass", "modalTitle", "customHeaderTemplate", "headerSvgTemplate", "leftHeaderTemplate", "rightHeaderTemplate", "footerTemplate", "additionalPartTemplate"] }, { kind: "component", type: CaModalButtonComponent, selector: "app-ca-modal-button", inputs: ["type", "size", "text", "loadingText", "isValid", "isSpinnerShown", "isModalButton", "hasBothSpinnerAndText"] }] }); }
|
|
32669
32772
|
}
|
|
32670
32773
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CaVoidModalComponent, decorators: [{
|
|
32671
32774
|
type: Component,
|
|
@@ -32674,7 +32777,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
32674
32777
|
AngularSvgIconModule,
|
|
32675
32778
|
// Components
|
|
32676
32779
|
CaModalComponent,
|
|
32677
|
-
|
|
32780
|
+
CaModalButtonComponent,
|
|
32781
|
+
], template: "<app-ca-modal\n [customClass]=\"'modal-container-XS'\"\n [customHeaderTemplate]=\"headerContent\"\n [footerTemplate]=\"footerTemplate\"\n>\n <div origin>\n <div class=\"m-t-2\">\n <div class=\"divider divider--dark divider--small\"></div>\n </div>\n <div class=\"d-flex p-t-12 p-b-8\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"modalRightIcon\"></ng-container>\n </div>\n</app-ca-modal>\n\n<ng-template #headerContent>\n <div class=\"d-flex align-items-center gap-6 p-t-2\">\n <ng-container *ngTemplateOutlet=\"headerSvgTemplate\"></ng-container>\n <div\n class=\"ta-font-extra-bold h-22 font-size-18 text-color-black line-height-1 m-t-1\"\n >\n {{ modalData?.title }}\n </div>\n @if (modalData?.count) {\n <div\n class=\"d-flex align-items-center justify-content-center w-22 h-22 background-bw6-2 ta-font-extra-bold text-size-14 text-color-white br-50\"\n >\n {{ modalData?.count }}\n </div>\n }\n </div>\n</ng-template>\n\n<ng-template #footerTemplate>\n <div class=\"modal-footer modal-footer-payroll\">\n <div class=\"divider divider--dark divider--small\"></div>\n <div class=\"d-flex gap-12 m-0 w-100\">\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.SECONDARY_NEUTRAL\"\n [text]=\"'No'\"\n [isModalButton]=\"true\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n (click)=\"onModalAction()\"\n ></app-ca-modal-button>\n\n <app-ca-modal-button\n class=\"flex-1\"\n [type]=\"eModalButtonClassType.PRIMARY_NEUTRAL\"\n [text]=\"'Yes'\"\n [isModalButton]=\"true\"\n [size]=\"eModalButtonSize.FULL_WIDTH\"\n (click)=\"onModalAction(true)\"\n ></app-ca-modal-button>\n </div>\n </div>\n</ng-template>\n\n<ng-template #modalRightIcon>\n <div class=\"trash-icon-container position-absolute right-12 top--38\">\n <svg-icon\n class=\"svg-size-90 p-l-10 background-white\"\n [src]=\"sharedSvgRoutes.CONFIRMATION_MODAL_VOID_ICON\"\n ></svg-icon>\n </div>\n</ng-template>\n\n<ng-template #headerSvgTemplate>\n <svg-icon\n class=\"d-flex svg-size-18 modal-header-svg\"\n [src]=\"sharedSvgRoutes.CONFIRMATION_VOID_ICON\"\n ></svg-icon>\n</ng-template>\n" }]
|
|
32678
32782
|
}], ctorParameters: () => [{ type: i3.NgbActiveModal }], propDecorators: { modalData: [{
|
|
32679
32783
|
type: Input
|
|
32680
32784
|
}], template: [{
|
|
@@ -33090,7 +33194,7 @@ class CaToastMessagesComponent {
|
|
|
33090
33194
|
clearTimeout(this.autoCloseTimer);
|
|
33091
33195
|
}
|
|
33092
33196
|
else {
|
|
33093
|
-
this.startAutoCloseTimer();
|
|
33197
|
+
this.startAutoCloseTimer(500);
|
|
33094
33198
|
}
|
|
33095
33199
|
}
|
|
33096
33200
|
startCloseAnimation() {
|
|
@@ -33101,32 +33205,32 @@ class CaToastMessagesComponent {
|
|
|
33101
33205
|
this.removeToast.emit();
|
|
33102
33206
|
}
|
|
33103
33207
|
}
|
|
33104
|
-
startAutoCloseTimer() {
|
|
33208
|
+
startAutoCloseTimer(closeDelay = 3000) {
|
|
33105
33209
|
this.autoCloseTimer = setTimeout(() => {
|
|
33106
33210
|
this.startCloseAnimation();
|
|
33107
|
-
},
|
|
33211
|
+
}, closeDelay);
|
|
33108
33212
|
}
|
|
33109
33213
|
onTryAgain() {
|
|
33110
33214
|
this.tryAgain.emit();
|
|
33111
33215
|
this.startCloseAnimation();
|
|
33112
33216
|
}
|
|
33113
33217
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CaToastMessagesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
33114
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: CaToastMessagesComponent, isStandalone: true, selector: "app-ca-toast-messages", inputs: { type: "type", toastTitle: "toastTitle", toastMessage: "toastMessage", additionalMessage: "additionalMessage", isFailedMessage: "isFailedMessage", isStorybookExample: "isStorybookExample", toastIndex: "toastIndex", toastLength: "toastLength" }, outputs: { removeToast: "removeToast", tryAgain: "tryAgain" }, ngImport: i0, template: "<div\n class=\"br-3 p-1 position-fixed toast-container-main z-1056\"\n [@fadeSlide]=\"isVisible ? 'in' : 'out'\"\n (@fadeSlide.done)=\"onAnimationDone()\"\n (mouseenter)=\"handleToastHover(true)\"\n (mouseleave)=\"handleToastHover(!isFailedMessage && _toastIndex === this._toastLength -1 ? false: true)\"\n [ngClass]=\"[\n type | toastBackground : isFailedMessage,\n _toastIndex | toastStack : _toastLength\n ]\"\n [class.no-borders]=\"isStorybookExample\"\n>\n @if(isHoverActive) {\n <div\n class=\"toast-close br-2 position-absolute top-1 end-1 w-22 h-22 c-pointer d-flex align-items-center justify-content-center\"\n [ngClass]=\"\n isFailedMessage ? 'background-hover-bw2': 'background-hover-white-4'\n \"\n (click)=\"startCloseAnimation()\"\n >\n <svg-icon\n [src]=\"sharedSvgRoutes.CLOSE_ICON_NORMAL\"\n class=\"svg-size-14 w-22 h-22 d-flex align-items-center justify-content-center\"\n [ngClass]=\"isFailedMessage ? 'svg-fill-grey svg-hover-black' : 'svg-fill-white-3 svg-hover-white'\"\n ></svg-icon>\n </div>\n }\n\n <div class=\"padding-y-4 padding-x-8\">\n <div\n class=\"text-size-11 ca-font-bold\"\n [ngClass]=\"isFailedMessage ? 'text-color-red-11': 'text-color-white-3'\"\n >\n {{ toastTitle }}\n </div>\n <div\n class=\"text-size-14 ca-font-semi-bold padding-t-2 text-truncate\"\n [ngClass]=\"isFailedMessage ? 'text-color-black-2' : 'text-color-white'\"\n >\n {{toastMessage}} @if(additionalMessage) {\n <span class=\"text-color-white-4 ca-font-regular\"\n >{{additionalMessage}}</span\n >\n }\n </div>\n </div>\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:420px!important}.pickup-delivery-popover .popover-body{position:relative;left:-4px;top:1px}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.load-pickup-delivery-popover{top:-34px!important;max-width:400px!important}.gps_dropdown_popover{top:-38px;max-width:748px!important}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.dropdown-menu-popover.bs-popover-end-top .dropdown-container{transform:translate(-4px,-4px)}.dropdown-menu-popover.bs-popover-bottom-end .dropdown-container{transform:translate(3px,-3px)}.dropdown-menu-popover.bs-popover-end-bottom .dropdown-container{transform:translate(-3px,3px)}.dropdown-menu-popover.bs-popover-top-end .dropdown-container{transform:translate(3px,3px)}.dropdown-menu-popover.ca-pickup-delivery-dropdown-popover.bs-popover-end-top .dropdown-container{transform:translateY(-6px)}.dropdown-details-title-card-popover .dropdown-container{transform:translateY(-4px)}.fleet-filter-popover.bs-popover-bottom-start .fleet-filter-dropdown-container{transform:translate(-4px,-4px)!important}.fleet-filter-popover.bs-popover-top-start .fleet-filter-dropdown-container{transform:translate(-4px,4px)!important}.fleet-filter-sort-popover.bs-popover-end-top{transform:translate(158px,-3px)!important}.factoring-dropdown-popover.bs-popover-bottom-end .factoring-dropdown-container{transform:translate(4px,-4px)!important}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:1}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{white-space:nowrap;max-width:none;border-radius:3px;font-size:11px;font-weight:600}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;line-height:14px;font-weight:600;border-radius:3px;padding:2px 6px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-5{color:#3074d3!important}.text-color-blue-5::-moz-selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-5::selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-11{color:#3b73ed!important}.text-color-blue-11::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-11::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-14{color:#3b73ed!important}.text-color-blue-14::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-14::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow-4{color:#fbc88b!important}.text-color-yellow-4::-moz-selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-4::selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-5{color:#f89b2e!important}.text-color-yellow-5::-moz-selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-yellow-5::selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-special-filter-purple{color:#9e47ec!important}.text-color-special-filter-purple::-moz-selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-special-filter-purple::selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-grey-9{color:#b7b7b7!important}.text-color-grey-9::-moz-selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-grey-9::selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3{color:#ffffffb3!important}.text-color-white-3::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-color-orange-1{color:#ff7043!important}.text-color-orange-1::-moz-selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-1::selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-2{color:#f77d3b!important}.text-color-orange-2::-moz-selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-2::selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-3{color:#ffb097!important}.text-color-orange-3::-moz-selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-orange-3::selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-brown-1{color:#865e3a!important}.text-color-brown-1::-moz-selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-brown-1::selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-light-blue-2{color:#1ab5e6!important}.text-color-light-blue-2::-moz-selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-color-light-blue-2::selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-hover-white{transition:color .3s ease-in-out ease-in-out}.text-hover-white:hover{color:#fff!important}.text-hover-black{transition:color .3s ease-in-out ease-in-out}.text-hover-black:hover{color:#424242!important}.text-hover-blue-15{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-15:hover{color:#0b49d1!important}.text-hover-blue-18{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-18:hover{color:#3b73ed!important}.text-hover-bw6-2{transition:color .3s ease-in-out ease-in-out}.text-hover-bw6-2:hover{color:#6c6c6c!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-20{font-size:20px!important;line-height:24px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.font-size-7{font-size:7px!important}.font-size-8{font-size:8px!important}.font-size-11{font-size:11px!important}.line-height-12{line-height:12px!important}.line-height-15{line-height:15px!important}.line-height-18{line-height:18px!important}.line-height-20{line-height:20px!important}.svg-fill-dark-2 svg path,.svg-fill-dark-2 svg circle{fill:#91919133!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-black-2 svg path,.svg-fill-black-2 svg circle{fill:#2f2f2f!important}.svg-fill-black-9 svg path,.svg-fill-black-9 svg circle{fill:#1d1d1d!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-white-3 svg path,.svg-fill-white-3 svg circle{fill:#ebebeb!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-grey-2 svg path,.svg-fill-grey-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw6-2 svg path,.svg-fill-bw6-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-9 svg path,.svg-fill-blue-9 svg circle{fill:#0b49d1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-green-6 svg path,.svg-fill-green-6 svg circle{fill:#77bf56!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-yellow-8 svg path,.svg-fill-yellow-8 svg circle{fill:#daad4f!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-fill-red-13 svg path,.svg-fill-red-13 svg circle{fill:#ed9292!important}.svg-fill-red-14 svg path,.svg-fill-red-14 svg circle{fill:#c20c0c!important}.svg-fill-red-15 svg path,.svg-fill-red-15 svg circle{fill:#f4bebe!important}.svg-fill-red-18 svg path,.svg-fill-red-18 svg circle{fill:#e668a0!important}.svg-fill-orange-4 svg path,.svg-fill-orange-4 svg circle{fill:#ff906d!important}.svg-fill-brown svg path,.svg-fill-brown svg circle{fill:#865e3a!important}.svg-fill-purple-4 svg path,.svg-fill-purple-4 svg circle{fill:#9e47ec!important}.svg-fill-first-path-child-green svg path:first-child{fill:#56b4ac!important}.svg-fill-first-path-child-green-6 svg path:first-child{fill:#77bf56!important}.svg-fill-first-path-child-yellow-1 svg path:first-child{fill:#fab15c!important}.svg-fill-first-path-child-orange-4 svg path:first-child{fill:#ff906d!important}.svg-fill-first-path-child-red-10 svg path:first-child{fill:#e66767!important}.svg-fill-first-path-child-light-grey-2 svg path:first-child{fill:#aaa!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey svg path{transition:fill .3s ease-in-out}.svg-hover-grey:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-9 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-9:hover svg path{fill:#0b49d1!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#6f9ee033!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-17 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-17:hover svg path{fill:#bed0f9!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-bw-9 svg path{transition:fill .3s ease-in-out}.svg-hover-bw-9:hover svg path{fill:#dadada!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-6 svg{width:6px;height:6px}.svg-size-7 svg{width:7px;height:7px}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-17 svg{width:17px;height:17px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-23 svg{width:23px;height:23px}.svg-size-26 svg{width:26px;height:26px}.svg-size-30-26 svg{width:30px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.svg-size-90 svg{width:90px;height:90px}.svg-rect-fill-blue-8{fill:#6692f1!important}.svg-rect-fill-blue-8 svg rect{fill:#6692f1!important}.svg-rect-fill-yellow-1{fill:#fab15c!important}.svg-rect-fill-yellow-1 svg rect{fill:#fab15c!important}.svg-rect-fill-red-10{fill:#e66767!important}.svg-rect-fill-red-10 svg rect{fill:#e66767!important}.svg-rect-fill-muted{fill:#919191!important}.svg-rect-fill-muted svg rect{fill:#919191!important}.svg-rect-fill-dark-2{fill:#91919133!important}.svg-rect-fill-dark-2 svg rect{fill:#91919133!important}.svg-rect-hover-blue-14{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14:hover{fill:#3b73ed!important}.svg-rect-hover-blue-14:hover svg rect{fill:#3b73ed!important}.svg-rect-hover-yellow-5{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5:hover{fill:#f89b2e!important}.svg-rect-hover-yellow-5:hover svg rect{fill:#f89b2e!important}.svg-rect-hover-red-11{transition:fill .3s ease-in-out}.svg-rect-hover-red-11 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-red-11:hover{fill:#df3c3c!important}.svg-rect-hover-red-11:hover svg rect{fill:#df3c3c!important}.svg-rect-hover-bw6-2{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2:hover{fill:#6c6c6c!important}.svg-rect-hover-bw6-2:hover svg rect{fill:#6c6c6c!important}.svg-rect-hover-dark-2{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2:hover{fill:#91919133!important}.svg-rect-hover-dark-2:hover svg rect{fill:#91919133!important}.background-transparent{background-color:transparent}.background-white{background-color:#fff}.background-white-7{background-color:#ffffff20}.background-muted{background:#919191}.background-muted-o20{background:#91919133}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-black-3{background-color:#1d1d1d}.background-gray{background-color:#e5e5e5}.background-gray-2{background-color:#6c6c6c}.background-gray-7{background-color:#ccc3}.background-gray-12{background-color:#eee}.background-gray-20{background-color:#c9c9c9}.background-light-gray-2{background-color:#aaa}.background-light-gray-6{background-color:#ccc}.background-light-gray-7{background-color:#fbfbfb}.background-grey{background-color:#919191}.background-grey-4{background-color:#ccc}.background-blue-5{background-color:#3074d3}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-blue-15{background-color:#0b49d1}.background-blue-18{background-color:#3b73ed}.background-blue-19{background-color:#92b1f5}.background-blue-20{background-color:#3b73ed33}.background-green-0{background-color:#56b4ac}.background-green-2{background-color:#259f94}.background-green-3{background-color:#b6dfdb}.background-green-4,.background-green-6{background-color:#86c9c3}.background-green-special-filter{background-color:#007a6e}.background-dark-2{background-color:#91919133}.background-dark-3{background-color:#91919166}.background-red-19{background-color:#df3d85}.background-red-11{background-color:#df3c3c}.background-purple-4{background-color:#9e47ec}.background-gold-bold{background-color:#cf961d}.background-gold-subtle{background-color:#e4c481}.background-orange-3{background-color:#ffb097}.background-orange-4{background-color:#ff906d}.background-orange-7{background-color:#ffcfc0}.background-yellow-1{background-color:#fab15c}.background-yellow-5{background-color:#f89b2e}.background-yellow-7{background-color:#f89b2e33}.background-yellow-8{background-color:#daad4f}.background-bw5{background-color:#919191}.background-bw6-2{background-color:#6c6c6c}.background-brown-bold{background-color:#865e3a}.background-bw2{background-color:#eee}.background-bw-9{background-color:#dadada}.background-bw10{background-color:#eee0}.background-hover-white{transition:background-color .3s ease-in-out}.background-hover-white:hover{background-color:#fff!important}.background-hover-white-4{transition:background-color .3s ease-in-out}.background-hover-white-4:hover{background-color:#fff3!important}.background-hover-black{transition:background-color .3s ease-in-out}.background-hover-black:hover{background-color:#424242!important}.background-hover-black-1{transition:background-color .3s ease-in-out}.background-hover-black-1:hover{background-color:#424242!important}.background-hover-black-2{transition:background-color .3s ease-in-out}.background-hover-black-2:hover{background-color:#2f2f2f!important}.background-hover-grey{transition:background-color .3s ease-in-out}.background-hover-grey:hover{background-color:#919191!important}.background-hover-grey-2{transition:background-color .3s ease-in-out}.background-hover-grey-2:hover{background-color:#6c6c6c!important}.background-hover-grey-6{transition:background-color .3s ease-in-out}.background-hover-grey-6:hover{background-color:#91919120!important}.background-hover-dark-2{transition:background-color .3s ease-in-out}.background-hover-dark-2:hover{background-color:#91919133!important}.background-hover-dark-3{transition:background-color .3s ease-in-out}.background-hover-dark-3:hover{background-color:#91919166!important}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-bw6{transition:background-color .3s ease-in-out}.background-hover-bw6:hover{background-color:#606060!important}.background-hover-bw6-2{transition:background-color .3s ease-in-out}.background-hover-bw6-2:hover{background-color:#6c6c6c!important}.background-hover-blue-11{transition:background-color .3s ease-in-out}.background-hover-blue-11:hover{background-color:#6f9ee066!important}.background-hover-blue-13{transition:background-color .3s ease-in-out}.background-hover-blue-13:hover{background-color:#6692f1!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.background-hover-blue-16{transition:background-color .3s ease-in-out}.background-hover-blue-16:hover{background-color:#e9effd!important}.background-hover-blue-17{transition:background-color .3s ease-in-out}.background-hover-blue-17:hover{background-color:#bed0f9!important}.background-hover-blue-19{transition:background-color .3s ease-in-out}.background-hover-blue-19:hover{background-color:#92b1f5!important}.background-hover-blue-20{transition:background-color .3s ease-in-out}.background-hover-blue-20:hover{background-color:#3b73ed33!important}.background-hover-blue-21{transition:background-color .3s ease-in-out}.background-hover-blue-21:hover{background-color:#3b73ed66!important}.background-hover-red-15{transition:background-color .3s ease-in-out}.background-hover-red-15:hover{background-color:#f4bebe!important}.background-hover-red-14{transition:background-color .3s ease-in-out}.background-hover-red-14:hover{background-color:#c20c0c!important}.background-hover-gray{transition:background-color .3s ease-in-out}.background-hover-gray:hover{background-color:#e5e5e5!important}.background-hover-light-grey{transition:background-color .3s ease-in-out}.background-hover-light-grey:hover{background-color:#e5e5e5!important}.background-hover-light-grey-5{transition:background-color .3s ease-in-out}.background-hover-light-grey-5:hover{background-color:#f7f7f7!important}.background-hover-bw-9{transition:background-color .3s ease-in-out}.background-hover-bw-9:hover{background-color:#dadada!important}.background-hover-green-special-filter{transition:background-color .3s ease-in-out}.background-hover-green-special-filter:hover{background-color:#007a6e!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-50{border-radius:50px}.br-60{border-radius:60px}.br-circle{border-radius:50%}.padding-1{padding:1px}.padding-l-1{padding-left:1px}.padding-r-1{padding-right:1px}.padding-t-1{padding-top:1px}.padding-b-1{padding-bottom:1px}.padding-2{padding:2px}.padding-l-2{padding-left:2px}.padding-r-2{padding-right:2px}.padding-t-2{padding-top:2px}.padding-b-2{padding-bottom:2px}.padding-3{padding:3px}.padding-l-3{padding-left:3px}.padding-r-3{padding-right:3px}.padding-t-3{padding-top:3px}.padding-b-3{padding-bottom:3px}.padding-4{padding:4px}.padding-l-4{padding-left:4px}.padding-r-4{padding-right:4px}.padding-t-4{padding-top:4px}.padding-b-4{padding-bottom:4px}.padding-6{padding:6px}.padding-l-6{padding-left:6px}.padding-r-6{padding-right:6px}.padding-t-6{padding-top:6px}.padding-b-6{padding-bottom:6px}.padding-8{padding:8px}.padding-l-8{padding-left:8px}.padding-r-8{padding-right:8px}.padding-t-8{padding-top:8px}.padding-b-8{padding-bottom:8px}.padding-9{padding:9px}.padding-l-9{padding-left:9px}.padding-r-9{padding-right:9px}.padding-t-9{padding-top:9px}.padding-b-9{padding-bottom:9px}.padding-10{padding:10px}.padding-l-10{padding-left:10px}.padding-r-10{padding-right:10px}.padding-t-10{padding-top:10px}.padding-b-10{padding-bottom:10px}.padding-12{padding:12px}.padding-l-12{padding-left:12px}.padding-r-12{padding-right:12px}.padding-t-12{padding-top:12px}.padding-b-12{padding-bottom:12px}.padding-14{padding:14px}.padding-l-14{padding-left:14px}.padding-r-14{padding-right:14px}.padding-t-14{padding-top:14px}.padding-b-14{padding-bottom:14px}.padding-15{padding:15px}.padding-l-15{padding-left:15px}.padding-r-15{padding-right:15px}.padding-t-15{padding-top:15px}.padding-b-15{padding-bottom:15px}.padding-18{padding:18px}.padding-l-18{padding-left:18px}.padding-r-18{padding-right:18px}.padding-t-18{padding-top:18px}.padding-b-18{padding-bottom:18px}.padding-30{padding:30px}.padding-l-30{padding-left:30px}.padding-r-30{padding-right:30px}.padding-t-30{padding-top:30px}.padding-b-30{padding-bottom:30px}.padding-y-1{padding-top:1px;padding-bottom:1px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-3{padding-top:3px;padding-bottom:3px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-y-6{padding-top:6px;padding-bottom:6px}.padding-y-8{padding-top:8px;padding-bottom:8px}.padding-y-9{padding-top:9px;padding-bottom:9px}.padding-y-10{padding-top:10px;padding-bottom:10px}.padding-y-12{padding-top:12px;padding-bottom:12px}.padding-y-14{padding-top:14px;padding-bottom:14px}.padding-y-15{padding-top:15px;padding-bottom:15px}.padding-y-18{padding-top:18px;padding-bottom:18px}.padding-y-30{padding-top:30px;padding-bottom:30px}.padding-x-2{padding-left:2px;padding-right:2px}.padding-x-3{padding-left:3px;padding-right:3px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.padding-x-6{padding-left:6px;padding-right:6px}.padding-x-8{padding-left:8px;padding-right:8px}.padding-x-10{padding-left:10px;padding-right:10px}.padding-x-12{padding-left:12px;padding-right:12px}.margin--4{margin:-4px}.margin-y--4{margin-top:-4px;margin-bottom:-4px}.margin-x--4{margin-left:-4px;margin-right:-4px}.margin-t--4{margin-top:-4px}.margin-r--4{margin-right:-4px}.margin-b--4{margin-bottom:-4px}.margin-l--4{margin-left:-4px}.margin--2{margin:-2px}.margin-y--2{margin-top:-2px;margin-bottom:-2px}.margin-x--2{margin-left:-2px;margin-right:-2px}.margin-t--2{margin-top:-2px}.margin-r--2{margin-right:-2px}.margin-b--2{margin-bottom:-2px}.margin-l--2{margin-left:-2px}.margin-1{margin:1px}.margin-y-1{margin-top:1px;margin-bottom:1px}.margin-x-1{margin-left:1px;margin-right:1px}.margin-t-1{margin-top:1px}.margin-r-1{margin-right:1px}.margin-b-1{margin-bottom:1px}.margin-l-1{margin-left:1px}.margin-2{margin:2px}.margin-y-2{margin-top:2px;margin-bottom:2px}.margin-x-2{margin-left:2px;margin-right:2px}.margin-t-2{margin-top:2px}.margin-r-2{margin-right:2px}.margin-b-2{margin-bottom:2px}.margin-l-2{margin-left:2px}.margin-4{margin:4px}.margin-y-4{margin-top:4px;margin-bottom:4px}.margin-x-4{margin-left:4px;margin-right:4px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-l-4{margin-left:4px}.margin-5{margin:5px}.margin-y-5{margin-top:5px;margin-bottom:5px}.margin-x-5{margin-left:5px;margin-right:5px}.margin-t-5{margin-top:5px}.margin-r-5{margin-right:5px}.margin-b-5{margin-bottom:5px}.margin-l-5{margin-left:5px}.margin-6{margin:6px}.margin-y-6{margin-top:6px;margin-bottom:6px}.margin-x-6{margin-left:6px;margin-right:6px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-l-6{margin-left:6px}.margin-7{margin:7px}.margin-y-7{margin-top:7px;margin-bottom:7px}.margin-x-7{margin-left:7px;margin-right:7px}.margin-t-7{margin-top:7px}.margin-r-7{margin-right:7px}.margin-b-7{margin-bottom:7px}.margin-l-7{margin-left:7px}.margin-8{margin:8px}.margin-y-8{margin-top:8px;margin-bottom:8px}.margin-x-8{margin-left:8px;margin-right:8px}.margin-t-8{margin-top:8px}.margin-r-8{margin-right:8px}.margin-b-8{margin-bottom:8px}.margin-l-8{margin-left:8px}.margin-10{margin:10px}.margin-y-10{margin-top:10px;margin-bottom:10px}.margin-x-10{margin-left:10px;margin-right:10px}.margin-t-10{margin-top:10px}.margin-r-10{margin-right:10px}.margin-b-10{margin-bottom:10px}.margin-l-10{margin-left:10px}.margin-15{margin:15px}.margin-y-15{margin-top:15px;margin-bottom:15px}.margin-x-15{margin-left:15px;margin-right:15px}.margin-t-15{margin-top:15px}.margin-r-15{margin-right:15px}.margin-b-15{margin-bottom:15px}.margin-l-15{margin-left:15px}.margin-22{margin:22px}.margin-y-22{margin-top:22px;margin-bottom:22px}.margin-x-22{margin-left:22px;margin-right:22px}.margin-t-22{margin-top:22px}.margin-r-22{margin-right:22px}.margin-b-22{margin-bottom:22px}.margin-l-22{margin-left:22px}.margin-24{margin:24px}.margin-y-24{margin-top:24px;margin-bottom:24px}.margin-x-24{margin-left:24px;margin-right:24px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.margin-l-24{margin-left:24px}.gap-xs{gap:xspx}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-20{gap:20px}.gap-px-4{gap:4px}.grid-gap-8{grid-gap:8px}.w-1{width:1px}.h-1{height:1px}.w-2{width:2px}.h-2{height:2px}.w-4{width:4px}.h-4{height:4px}.w-10{width:10px}.h-10{height:10px}.w-14{width:14px}.h-14{height:14px}.w-15{width:15px}.h-15{height:15px}.w-18{width:18px}.h-18{height:18px}.w-22{width:22px}.h-22{height:22px}.w-26{width:26px}.h-26{height:26px}.w-31{width:31px}.h-31{height:31px}.w-32{width:32px}.h-32{height:32px}.w-36{width:36px}.h-36{height:36px}.w-116{width:116px}.h-116{height:116px}.w-120{width:120px}.h-120{height:120px}.w-fit-content{width:fit-content!important}.right-100{right:100%}.left-100{left:100%}.top--1{top:-1px}.top-2{top:2px}.top--14{top:-14px}.z-index--1{z-index:-1}.z-index-0{z-index:0}.z-index-1{z-index:1}.filter-dropdown-popover{width:260px;position:relative;top:-4px;left:-4px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}.h-7{height:7px!important;min-height:7px!important}.h-8{height:8px!important;min-height:8px!important}.h-9{height:9px!important;min-height:9px!important}.h-10{height:10px!important;min-height:10px!important}.h-11{height:11px!important;min-height:11px!important}.h-12{height:12px!important;min-height:12px!important}.h-14{height:14px!important;min-height:14px!important}.h-15{height:15px!important;min-height:15px!important}.h-16{height:16px!important;min-height:16px!important}.h-18{height:18px!important;min-height:18px!important}.h-22{height:22px!important;min-height:22px!important}.h-24{height:24px!important;min-height:24px!important}.h-26{height:26px!important;min-height:26px!important}.h-28{height:28px!important;min-height:28px!important}.h-30{height:30px!important;min-height:30px!important}.h-34{height:34px!important;min-height:34px!important}.h-37{height:37px!important;min-height:37px!important}.h-40{height:40px!important;min-height:40px!important}.h-42{height:42px!important;min-height:42px!important}.h-44{height:44px!important;min-height:44px!important}.h-52{height:52px!important;min-height:52px!important}.h-80{height:80px!important;min-height:80px!important}.h-160{height:160px!important;min-height:160px!important}.h-231{height:231px!important;min-height:231px!important}.h-486{height:486px!important;min-height:486px!important}.h-800{height:800px!important;min-height:800px!important}.h-960{height:960px!important;min-height:960px!important}.w-2{width:2px!important;min-width:2px!important}.w-7{width:7px!important;min-width:7px!important}.w-8{width:8px!important;min-width:8px!important}.w-10{width:10px!important;min-width:10px!important}.w-12{width:12px!important;min-width:12px!important}.w-14{width:14px!important;min-width:14px!important}.w-15{width:15px!important;min-width:15px!important}.w-16{width:16px!important;min-width:16px!important}.w-18{width:18px!important;min-width:18px!important}.w-22{width:22px!important;min-width:22px!important}.w-24{width:24px!important;min-width:24px!important}.w-26{width:26px!important;min-width:26px!important}.w-29{width:29px!important;min-width:29px!important}.w-30{width:30px!important;min-width:30px!important}.w-36{width:36px!important;min-width:36px!important}.w-40{width:40px!important;min-width:40px!important}.w-42{width:42px!important;min-width:42px!important}.w-46{width:46px!important;min-width:46px!important}.w-49{width:49px!important;min-width:49px!important}.w-57{width:57px!important;min-width:57px!important}.w-60{width:60px!important;min-width:60px!important}.w-68{width:68px!important;min-width:68px!important}.w-70{width:70px!important;min-width:70px!important}.w-71{width:71px!important;min-width:71px!important}.w-78{width:78px!important;min-width:78px!important}.w-80{width:80px!important;min-width:80px!important}.w-83{width:83px!important;min-width:83px!important}.w-84{width:84px!important;min-width:84px!important}.w-88{width:88px!important;min-width:88px!important}.w-90{width:90px!important;min-width:90px!important}.w-91{width:91px!important;min-width:91px!important}.w-93{width:93px!important;min-width:93px!important}.w-96{width:96px!important;min-width:96px!important}.w-98{width:98px!important;min-width:98px!important}.w-101{width:101px!important;min-width:101px!important}.w-106{width:106px!important;min-width:106px!important}.w-108{width:108px!important;min-width:108px!important}.w-116{width:116px!important;min-width:116px!important}.w-118{width:118px!important;min-width:118px!important}.w-126{width:126px!important;min-width:126px!important}.w-144{width:144px!important;min-width:144px!important}.w-155{width:155px!important;min-width:155px!important}.w-172{width:172px!important;min-width:172px!important}.w-179{width:179px!important;min-width:179px!important}.w-180{width:180px!important;min-width:180px!important}.w-202{width:202px!important;min-width:202px!important}.w-214{width:214px!important;min-width:214px!important}.w-223{width:223px!important;min-width:223px!important}.w-252{width:252px!important;min-width:252px!important}.w-264{width:264px!important;min-width:264px!important}.w-268{width:268px!important;min-width:268px!important}.w-272{width:272px!important;min-width:272px!important}.w-276{width:276px!important;min-width:276px!important}.w-277{width:277px!important;min-width:277px!important}.w-300{width:300px!important;min-width:300px!important}.w-334{width:334px!important;min-width:334px!important}.w-442{width:442px!important;min-width:442px!important}.w-462{width:462px!important;min-width:462px!important}.w-612{width:612px!important;min-width:612px!important}.w-616{width:616px!important;min-width:616px!important}.w-620{width:620px!important;min-width:620px!important}.min-w-0{min-width:0}.min-w-16{min-width:16px}.min-w-18{min-width:18px}.min-w-40{min-width:40px}.min-w-100{min-width:100px}.min-h-100{min-height:100px}.flex-1{flex:1}.w-33{width:33%}.w-40p{width:40%}.w-90p{width:90%}.w-100p{width:100%}.ca-full-width{width:100%!important}.shadow-100{box-shadow:0 0 4px #0003}.shadow-300{box-shadow:0 0 6px #0003}.opacity-40{opacity:.4}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.transition-width{transition:width .25s cubic-bezier(.46,.03,.51,.95);overflow-x:hidden}.transition-transform{transition:transform .25s cubic-bezier(.46,.03,.51,.95)}.transition-transform-100{transition:transform .1s cubic-bezier(.46,.03,.51,.95)}.transition-transform-400{transition:transform .4s cubic-bezier(.46,.03,.51,.95)}.transition-width-transform{transition-duration:.25s;transition-timing-function:cubic-bezier(.46,.03,.51,.95);transition-property:transform,width}.transition-background{transition:background .2s cubic-bezier(.46,.03,.51,.95)}.transition-background-100{transition:background .1s cubic-bezier(.46,.03,.51,.95)}.transition-background-color-300{transition:background,color .3s cubic-bezier(.46,.03,.51,.95)}.transition-fill-100 svg path{transition:fill .1s cubic-bezier(.46,.03,.51,.95)}.transition-duration-250{transition-duration:.25s}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.pointer-events-none{pointer-events:none}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}.place-items-center{justify-content:center;align-items:center}.prevent-text-selection{-ms-user-select:none;-webkit-user-select:none;user-select:none;-moz-user-select:none}.highlight-text-45632{background-color:#3b73ed33;color:#92b1f5;transition:all .3s ease-in-out}.toast-container-main{bottom:32px;left:50%;transform:translate(-50%);transition:width .3s ease-in-out,bottom .3s ease-in-out}.toast-container-main.bottom-26{bottom:26px!important}.toast-container-main.bottom-22{bottom:22px!important}.toast-container-main.no-borders{position:relative!important;bottom:auto;left:auto;transform:none}.toast-container-main .toast-close{top:4px;right:4px}.z-1056{z-index:1056!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: AngularSvgIconModule }, { kind: "component", type: i2.SvgIconComponent, selector: "svg-icon", inputs: ["src", "name", "stretch", "applyClass", "applyCss", "svgClass", "class", "viewBox", "svgAriaLabel", "svgStyle"] }, { kind: "pipe", type: ToastBackgroundPipe, name: "toastBackground" }, { kind: "pipe", type: ToastStackPipe, name: "toastStack" }], animations: [
|
|
33218
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: CaToastMessagesComponent, isStandalone: true, selector: "app-ca-toast-messages", inputs: { type: "type", toastTitle: "toastTitle", toastMessage: "toastMessage", additionalMessage: "additionalMessage", isFailedMessage: "isFailedMessage", isStorybookExample: "isStorybookExample", toastIndex: "toastIndex", toastLength: "toastLength" }, outputs: { removeToast: "removeToast", tryAgain: "tryAgain" }, ngImport: i0, template: "<div\n class=\"br-3 p-1 position-fixed toast-container-main z-1056\"\n [@fadeSlide]=\"isVisible ? 'in' : 'out'\"\n (@fadeSlide.done)=\"onAnimationDone()\"\n (mouseenter)=\"handleToastHover(true)\"\n (mouseleave)=\"handleToastHover(!isFailedMessage && _toastIndex === this._toastLength -1 ? false: true)\"\n [ngClass]=\"[\n type | toastBackground : isFailedMessage,\n _toastIndex | toastStack : _toastLength\n ]\"\n [class.no-borders]=\"isStorybookExample\"\n>\n @if(isHoverActive) {\n <div\n class=\"toast-close br-2 position-absolute top-1 end-1 w-22 h-22 c-pointer d-flex align-items-center justify-content-center\"\n [ngClass]=\"\n isFailedMessage ? 'background-hover-bw2': 'background-hover-white-4'\n \"\n (click)=\"startCloseAnimation()\"\n >\n <svg-icon\n [src]=\"sharedSvgRoutes.CLOSE_ICON_NORMAL\"\n class=\"svg-size-14 w-22 h-22 d-flex align-items-center justify-content-center\"\n [ngClass]=\"isFailedMessage ? 'svg-fill-grey svg-hover-black' : 'svg-fill-white-3 svg-hover-white'\"\n ></svg-icon>\n </div>\n }\n\n <div class=\"padding-y-4 padding-x-8\">\n <div\n class=\"text-size-11 ca-font-bold\"\n [ngClass]=\"isFailedMessage ? 'text-color-red-11': 'text-color-white-3'\"\n >\n {{ toastTitle }}\n </div>\n <div\n class=\"text-size-14 ca-font-semi-bold padding-t-2 text-truncate\"\n [ngClass]=\"isFailedMessage ? 'text-color-black-2' : 'text-color-white'\"\n >\n {{toastMessage}} @if(additionalMessage) {\n <span class=\"text-color-white-4 ca-font-regular\"\n >{{additionalMessage}}</span\n >\n }\n </div>\n </div>\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:420px!important}.pickup-delivery-popover .popover-body{position:relative;left:-4px;top:1px}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.load-pickup-delivery-popover{top:-34px!important;max-width:400px!important}.gps_dropdown_popover{top:-38px;max-width:748px!important}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.dropdown-menu-popover.bs-popover-end-top .dropdown-container{transform:translate(-4px,-4px)}.dropdown-menu-popover.bs-popover-bottom-end .dropdown-container{transform:translate(3px,-3px)}.dropdown-menu-popover.bs-popover-end-bottom .dropdown-container{transform:translate(-3px,3px)}.dropdown-menu-popover.bs-popover-top-end .dropdown-container{transform:translate(3px,3px)}.dropdown-menu-popover.ca-pickup-delivery-dropdown-popover.bs-popover-end-top .dropdown-container{transform:translateY(-6px)}.dropdown-details-title-card-popover .dropdown-container{transform:translateY(-4px)}.fleet-filter-popover.bs-popover-bottom-start .fleet-filter-dropdown-container{transform:translate(-4px,-4px)!important}.fleet-filter-popover.bs-popover-top-start .fleet-filter-dropdown-container{transform:translate(-4px,4px)!important}.fleet-filter-sort-popover.bs-popover-end-top{transform:translate(158px,-3px)!important}.factoring-dropdown-popover.bs-popover-bottom-end .factoring-dropdown-container{transform:translate(4px,-4px)!important}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:1}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{white-space:nowrap;max-width:none;border-radius:3px;font-size:11px;font-weight:600}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;line-height:14px;font-weight:600;border-radius:3px;padding:2px 6px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-5{color:#3074d3!important}.text-color-blue-5::-moz-selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-5::selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-11{color:#3b73ed!important}.text-color-blue-11::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-11::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-14{color:#3b73ed!important}.text-color-blue-14::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-14::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow-4{color:#fbc88b!important}.text-color-yellow-4::-moz-selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-4::selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-5{color:#f89b2e!important}.text-color-yellow-5::-moz-selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-yellow-5::selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-special-filter-purple{color:#9e47ec!important}.text-color-special-filter-purple::-moz-selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-special-filter-purple::selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-grey-9{color:#b7b7b7!important}.text-color-grey-9::-moz-selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-grey-9::selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3{color:#ffffffb3!important}.text-color-white-3::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-color-orange-1{color:#ff7043!important}.text-color-orange-1::-moz-selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-1::selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-2{color:#f77d3b!important}.text-color-orange-2::-moz-selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-2::selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-3{color:#ffb097!important}.text-color-orange-3::-moz-selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-orange-3::selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-brown-1{color:#865e3a!important}.text-color-brown-1::-moz-selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-brown-1::selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-light-blue-2{color:#1ab5e6!important}.text-color-light-blue-2::-moz-selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-color-light-blue-2::selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-hover-white{transition:color .3s ease-in-out ease-in-out}.text-hover-white:hover{color:#fff!important}.text-hover-black{transition:color .3s ease-in-out ease-in-out}.text-hover-black:hover{color:#424242!important}.text-hover-blue-15{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-15:hover{color:#0b49d1!important}.text-hover-blue-18{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-18:hover{color:#3b73ed!important}.text-hover-bw6-2{transition:color .3s ease-in-out ease-in-out}.text-hover-bw6-2:hover{color:#6c6c6c!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-20{font-size:20px!important;line-height:24px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.font-size-7{font-size:7px!important}.font-size-8{font-size:8px!important}.font-size-11{font-size:11px!important}.line-height-12{line-height:12px!important}.line-height-15{line-height:15px!important}.line-height-18{line-height:18px!important}.line-height-20{line-height:20px!important}.svg-fill-dark-2 svg path,.svg-fill-dark-2 svg circle{fill:#91919133!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-black-2 svg path,.svg-fill-black-2 svg circle{fill:#2f2f2f!important}.svg-fill-black-9 svg path,.svg-fill-black-9 svg circle{fill:#1d1d1d!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-white-3 svg path,.svg-fill-white-3 svg circle{fill:#ebebeb!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-grey-2 svg path,.svg-fill-grey-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw6-2 svg path,.svg-fill-bw6-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-9 svg path,.svg-fill-blue-9 svg circle{fill:#0b49d1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-green-6 svg path,.svg-fill-green-6 svg circle{fill:#77bf56!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-yellow-8 svg path,.svg-fill-yellow-8 svg circle{fill:#daad4f!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-fill-red-13 svg path,.svg-fill-red-13 svg circle{fill:#ed9292!important}.svg-fill-red-14 svg path,.svg-fill-red-14 svg circle{fill:#c20c0c!important}.svg-fill-red-15 svg path,.svg-fill-red-15 svg circle{fill:#f4bebe!important}.svg-fill-red-18 svg path,.svg-fill-red-18 svg circle{fill:#e668a0!important}.svg-fill-orange-4 svg path,.svg-fill-orange-4 svg circle{fill:#ff906d!important}.svg-fill-brown svg path,.svg-fill-brown svg circle{fill:#865e3a!important}.svg-fill-purple-4 svg path,.svg-fill-purple-4 svg circle{fill:#9e47ec!important}.svg-fill-first-path-child-green svg path:first-child{fill:#56b4ac!important}.svg-fill-first-path-child-green-6 svg path:first-child{fill:#77bf56!important}.svg-fill-first-path-child-yellow-1 svg path:first-child{fill:#fab15c!important}.svg-fill-first-path-child-orange-4 svg path:first-child{fill:#ff906d!important}.svg-fill-first-path-child-red-10 svg path:first-child{fill:#e66767!important}.svg-fill-first-path-child-light-grey-2 svg path:first-child{fill:#aaa!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey svg path{transition:fill .3s ease-in-out}.svg-hover-grey:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-9 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-9:hover svg path{fill:#0b49d1!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#6f9ee033!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-17 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-17:hover svg path{fill:#bed0f9!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-bw-9 svg path{transition:fill .3s ease-in-out}.svg-hover-bw-9:hover svg path{fill:#dadada!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-6 svg{width:6px;height:6px}.svg-size-7 svg{width:7px;height:7px}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-17 svg{width:17px;height:17px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-23 svg{width:23px;height:23px}.svg-size-26 svg{width:26px;height:26px}.svg-size-30-26 svg{width:30px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.svg-size-90 svg{width:90px;height:90px}.svg-rect-fill-blue-8{fill:#6692f1!important}.svg-rect-fill-blue-8 svg rect{fill:#6692f1!important}.svg-rect-fill-yellow-1{fill:#fab15c!important}.svg-rect-fill-yellow-1 svg rect{fill:#fab15c!important}.svg-rect-fill-red-10{fill:#e66767!important}.svg-rect-fill-red-10 svg rect{fill:#e66767!important}.svg-rect-fill-muted{fill:#919191!important}.svg-rect-fill-muted svg rect{fill:#919191!important}.svg-rect-fill-dark-2{fill:#91919133!important}.svg-rect-fill-dark-2 svg rect{fill:#91919133!important}.svg-rect-hover-blue-14{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14:hover{fill:#3b73ed!important}.svg-rect-hover-blue-14:hover svg rect{fill:#3b73ed!important}.svg-rect-hover-yellow-5{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5:hover{fill:#f89b2e!important}.svg-rect-hover-yellow-5:hover svg rect{fill:#f89b2e!important}.svg-rect-hover-red-11{transition:fill .3s ease-in-out}.svg-rect-hover-red-11 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-red-11:hover{fill:#df3c3c!important}.svg-rect-hover-red-11:hover svg rect{fill:#df3c3c!important}.svg-rect-hover-bw6-2{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2:hover{fill:#6c6c6c!important}.svg-rect-hover-bw6-2:hover svg rect{fill:#6c6c6c!important}.svg-rect-hover-dark-2{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2:hover{fill:#91919133!important}.svg-rect-hover-dark-2:hover svg rect{fill:#91919133!important}.background-transparent{background-color:transparent}.background-white{background-color:#fff}.background-white-7{background-color:#ffffff20}.background-muted{background:#919191}.background-muted-o20{background:#91919133}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-black-3{background-color:#1d1d1d}.background-gray{background-color:#e5e5e5}.background-gray-2{background-color:#6c6c6c}.background-gray-7{background-color:#ccc3}.background-gray-12{background-color:#eee}.background-gray-20{background-color:#c9c9c9}.background-light-gray-2{background-color:#aaa}.background-light-gray-6{background-color:#ccc}.background-light-gray-7{background-color:#fbfbfb}.background-grey{background-color:#919191}.background-grey-4{background-color:#ccc}.background-blue-5{background-color:#3074d3}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-blue-15{background-color:#0b49d1}.background-blue-18{background-color:#3b73ed}.background-blue-19{background-color:#92b1f5}.background-blue-20{background-color:#3b73ed33}.background-green-0{background-color:#56b4ac}.background-green-2{background-color:#259f94}.background-green-3{background-color:#b6dfdb}.background-green-4,.background-green-6{background-color:#86c9c3}.background-green-special-filter{background-color:#007a6e}.background-dark-2{background-color:#91919133}.background-dark-3{background-color:#91919166}.background-red-19{background-color:#df3d85}.background-red-11{background-color:#df3c3c}.background-purple-4{background-color:#9e47ec}.background-gold-bold{background-color:#cf961d}.background-gold-subtle{background-color:#e4c481}.background-orange-3{background-color:#ffb097}.background-orange-4{background-color:#ff906d}.background-orange-7{background-color:#ffcfc0}.background-yellow-1{background-color:#fab15c}.background-yellow-5{background-color:#f89b2e}.background-yellow-7{background-color:#f89b2e33}.background-yellow-8{background-color:#daad4f}.background-bw5{background-color:#919191}.background-bw6-2{background-color:#6c6c6c}.background-brown-bold{background-color:#865e3a}.background-bw2{background-color:#eee}.background-bw-9{background-color:#dadada}.background-bw10{background-color:#eee0}.background-hover-white{transition:background-color .3s ease-in-out}.background-hover-white:hover{background-color:#fff!important}.background-hover-white-4{transition:background-color .3s ease-in-out}.background-hover-white-4:hover{background-color:#fff3!important}.background-hover-black{transition:background-color .3s ease-in-out}.background-hover-black:hover{background-color:#424242!important}.background-hover-black-1{transition:background-color .3s ease-in-out}.background-hover-black-1:hover{background-color:#424242!important}.background-hover-black-2{transition:background-color .3s ease-in-out}.background-hover-black-2:hover{background-color:#2f2f2f!important}.background-hover-grey{transition:background-color .3s ease-in-out}.background-hover-grey:hover{background-color:#919191!important}.background-hover-grey-2{transition:background-color .3s ease-in-out}.background-hover-grey-2:hover{background-color:#6c6c6c!important}.background-hover-grey-6{transition:background-color .3s ease-in-out}.background-hover-grey-6:hover{background-color:#91919120!important}.background-hover-dark-2{transition:background-color .3s ease-in-out}.background-hover-dark-2:hover{background-color:#91919133!important}.background-hover-dark-3{transition:background-color .3s ease-in-out}.background-hover-dark-3:hover{background-color:#91919166!important}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-bw6{transition:background-color .3s ease-in-out}.background-hover-bw6:hover{background-color:#606060!important}.background-hover-bw6-2{transition:background-color .3s ease-in-out}.background-hover-bw6-2:hover{background-color:#6c6c6c!important}.background-hover-blue-11{transition:background-color .3s ease-in-out}.background-hover-blue-11:hover{background-color:#6f9ee066!important}.background-hover-blue-13{transition:background-color .3s ease-in-out}.background-hover-blue-13:hover{background-color:#6692f1!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.background-hover-blue-16{transition:background-color .3s ease-in-out}.background-hover-blue-16:hover{background-color:#e9effd!important}.background-hover-blue-17{transition:background-color .3s ease-in-out}.background-hover-blue-17:hover{background-color:#bed0f9!important}.background-hover-blue-19{transition:background-color .3s ease-in-out}.background-hover-blue-19:hover{background-color:#92b1f5!important}.background-hover-blue-20{transition:background-color .3s ease-in-out}.background-hover-blue-20:hover{background-color:#3b73ed33!important}.background-hover-blue-21{transition:background-color .3s ease-in-out}.background-hover-blue-21:hover{background-color:#3b73ed66!important}.background-hover-red-15{transition:background-color .3s ease-in-out}.background-hover-red-15:hover{background-color:#f4bebe!important}.background-hover-red-14{transition:background-color .3s ease-in-out}.background-hover-red-14:hover{background-color:#c20c0c!important}.background-hover-gray{transition:background-color .3s ease-in-out}.background-hover-gray:hover{background-color:#e5e5e5!important}.background-hover-light-grey{transition:background-color .3s ease-in-out}.background-hover-light-grey:hover{background-color:#e5e5e5!important}.background-hover-light-grey-5{transition:background-color .3s ease-in-out}.background-hover-light-grey-5:hover{background-color:#f7f7f7!important}.background-hover-bw-9{transition:background-color .3s ease-in-out}.background-hover-bw-9:hover{background-color:#dadada!important}.background-hover-green-special-filter{transition:background-color .3s ease-in-out}.background-hover-green-special-filter:hover{background-color:#007a6e!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-50{border-radius:50px}.br-60{border-radius:60px}.br-circle{border-radius:50%}.padding-1{padding:1px}.padding-l-1{padding-left:1px}.padding-r-1{padding-right:1px}.padding-t-1{padding-top:1px}.padding-b-1{padding-bottom:1px}.padding-2{padding:2px}.padding-l-2{padding-left:2px}.padding-r-2{padding-right:2px}.padding-t-2{padding-top:2px}.padding-b-2{padding-bottom:2px}.padding-3{padding:3px}.padding-l-3{padding-left:3px}.padding-r-3{padding-right:3px}.padding-t-3{padding-top:3px}.padding-b-3{padding-bottom:3px}.padding-4{padding:4px}.padding-l-4{padding-left:4px}.padding-r-4{padding-right:4px}.padding-t-4{padding-top:4px}.padding-b-4{padding-bottom:4px}.padding-6{padding:6px}.padding-l-6{padding-left:6px}.padding-r-6{padding-right:6px}.padding-t-6{padding-top:6px}.padding-b-6{padding-bottom:6px}.padding-8{padding:8px}.padding-l-8{padding-left:8px}.padding-r-8{padding-right:8px}.padding-t-8{padding-top:8px}.padding-b-8{padding-bottom:8px}.padding-9{padding:9px}.padding-l-9{padding-left:9px}.padding-r-9{padding-right:9px}.padding-t-9{padding-top:9px}.padding-b-9{padding-bottom:9px}.padding-10{padding:10px}.padding-l-10{padding-left:10px}.padding-r-10{padding-right:10px}.padding-t-10{padding-top:10px}.padding-b-10{padding-bottom:10px}.padding-12{padding:12px}.padding-l-12{padding-left:12px}.padding-r-12{padding-right:12px}.padding-t-12{padding-top:12px}.padding-b-12{padding-bottom:12px}.padding-14{padding:14px}.padding-l-14{padding-left:14px}.padding-r-14{padding-right:14px}.padding-t-14{padding-top:14px}.padding-b-14{padding-bottom:14px}.padding-15{padding:15px}.padding-l-15{padding-left:15px}.padding-r-15{padding-right:15px}.padding-t-15{padding-top:15px}.padding-b-15{padding-bottom:15px}.padding-18{padding:18px}.padding-l-18{padding-left:18px}.padding-r-18{padding-right:18px}.padding-t-18{padding-top:18px}.padding-b-18{padding-bottom:18px}.padding-30{padding:30px}.padding-l-30{padding-left:30px}.padding-r-30{padding-right:30px}.padding-t-30{padding-top:30px}.padding-b-30{padding-bottom:30px}.padding-y-1{padding-top:1px;padding-bottom:1px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-3{padding-top:3px;padding-bottom:3px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-y-6{padding-top:6px;padding-bottom:6px}.padding-y-8{padding-top:8px;padding-bottom:8px}.padding-y-9{padding-top:9px;padding-bottom:9px}.padding-y-10{padding-top:10px;padding-bottom:10px}.padding-y-12{padding-top:12px;padding-bottom:12px}.padding-y-14{padding-top:14px;padding-bottom:14px}.padding-y-15{padding-top:15px;padding-bottom:15px}.padding-y-18{padding-top:18px;padding-bottom:18px}.padding-y-30{padding-top:30px;padding-bottom:30px}.padding-x-2{padding-left:2px;padding-right:2px}.padding-x-3{padding-left:3px;padding-right:3px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.padding-x-6{padding-left:6px;padding-right:6px}.padding-x-8{padding-left:8px;padding-right:8px}.padding-x-10{padding-left:10px;padding-right:10px}.padding-x-12{padding-left:12px;padding-right:12px}.margin--4{margin:-4px}.margin-y--4{margin-top:-4px;margin-bottom:-4px}.margin-x--4{margin-left:-4px;margin-right:-4px}.margin-t--4{margin-top:-4px}.margin-r--4{margin-right:-4px}.margin-b--4{margin-bottom:-4px}.margin-l--4{margin-left:-4px}.margin--2{margin:-2px}.margin-y--2{margin-top:-2px;margin-bottom:-2px}.margin-x--2{margin-left:-2px;margin-right:-2px}.margin-t--2{margin-top:-2px}.margin-r--2{margin-right:-2px}.margin-b--2{margin-bottom:-2px}.margin-l--2{margin-left:-2px}.margin-1{margin:1px}.margin-y-1{margin-top:1px;margin-bottom:1px}.margin-x-1{margin-left:1px;margin-right:1px}.margin-t-1{margin-top:1px}.margin-r-1{margin-right:1px}.margin-b-1{margin-bottom:1px}.margin-l-1{margin-left:1px}.margin-2{margin:2px}.margin-y-2{margin-top:2px;margin-bottom:2px}.margin-x-2{margin-left:2px;margin-right:2px}.margin-t-2{margin-top:2px}.margin-r-2{margin-right:2px}.margin-b-2{margin-bottom:2px}.margin-l-2{margin-left:2px}.margin-4{margin:4px}.margin-y-4{margin-top:4px;margin-bottom:4px}.margin-x-4{margin-left:4px;margin-right:4px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-l-4{margin-left:4px}.margin-5{margin:5px}.margin-y-5{margin-top:5px;margin-bottom:5px}.margin-x-5{margin-left:5px;margin-right:5px}.margin-t-5{margin-top:5px}.margin-r-5{margin-right:5px}.margin-b-5{margin-bottom:5px}.margin-l-5{margin-left:5px}.margin-6{margin:6px}.margin-y-6{margin-top:6px;margin-bottom:6px}.margin-x-6{margin-left:6px;margin-right:6px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-l-6{margin-left:6px}.margin-7{margin:7px}.margin-y-7{margin-top:7px;margin-bottom:7px}.margin-x-7{margin-left:7px;margin-right:7px}.margin-t-7{margin-top:7px}.margin-r-7{margin-right:7px}.margin-b-7{margin-bottom:7px}.margin-l-7{margin-left:7px}.margin-8{margin:8px}.margin-y-8{margin-top:8px;margin-bottom:8px}.margin-x-8{margin-left:8px;margin-right:8px}.margin-t-8{margin-top:8px}.margin-r-8{margin-right:8px}.margin-b-8{margin-bottom:8px}.margin-l-8{margin-left:8px}.margin-10{margin:10px}.margin-y-10{margin-top:10px;margin-bottom:10px}.margin-x-10{margin-left:10px;margin-right:10px}.margin-t-10{margin-top:10px}.margin-r-10{margin-right:10px}.margin-b-10{margin-bottom:10px}.margin-l-10{margin-left:10px}.margin-15{margin:15px}.margin-y-15{margin-top:15px;margin-bottom:15px}.margin-x-15{margin-left:15px;margin-right:15px}.margin-t-15{margin-top:15px}.margin-r-15{margin-right:15px}.margin-b-15{margin-bottom:15px}.margin-l-15{margin-left:15px}.margin-22{margin:22px}.margin-y-22{margin-top:22px;margin-bottom:22px}.margin-x-22{margin-left:22px;margin-right:22px}.margin-t-22{margin-top:22px}.margin-r-22{margin-right:22px}.margin-b-22{margin-bottom:22px}.margin-l-22{margin-left:22px}.margin-24{margin:24px}.margin-y-24{margin-top:24px;margin-bottom:24px}.margin-x-24{margin-left:24px;margin-right:24px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.margin-l-24{margin-left:24px}.gap-xs{gap:xspx}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-20{gap:20px}.gap-px-4{gap:4px}.grid-gap-8{grid-gap:8px}.w-1{width:1px}.h-1{height:1px}.w-2{width:2px}.h-2{height:2px}.w-4{width:4px}.h-4{height:4px}.w-10{width:10px}.h-10{height:10px}.w-14{width:14px}.h-14{height:14px}.w-15{width:15px}.h-15{height:15px}.w-18{width:18px}.h-18{height:18px}.w-22{width:22px}.h-22{height:22px}.w-26{width:26px}.h-26{height:26px}.w-31{width:31px}.h-31{height:31px}.w-32{width:32px}.h-32{height:32px}.w-36{width:36px}.h-36{height:36px}.w-116{width:116px}.h-116{height:116px}.w-120{width:120px}.h-120{height:120px}.w-fit-content{width:fit-content!important}.right-100{right:100%}.left-100{left:100%}.top--1{top:-1px}.top-2{top:2px}.top--14{top:-14px}.z-index--1{z-index:-1}.z-index-0{z-index:0}.z-index-1{z-index:1}.filter-dropdown-popover{width:260px;position:relative;top:-4px;left:-4px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}.h-7{height:7px!important;min-height:7px!important}.h-8{height:8px!important;min-height:8px!important}.h-9{height:9px!important;min-height:9px!important}.h-10{height:10px!important;min-height:10px!important}.h-11{height:11px!important;min-height:11px!important}.h-12{height:12px!important;min-height:12px!important}.h-14{height:14px!important;min-height:14px!important}.h-15{height:15px!important;min-height:15px!important}.h-16{height:16px!important;min-height:16px!important}.h-18{height:18px!important;min-height:18px!important}.h-22{height:22px!important;min-height:22px!important}.h-24{height:24px!important;min-height:24px!important}.h-26{height:26px!important;min-height:26px!important}.h-28{height:28px!important;min-height:28px!important}.h-30{height:30px!important;min-height:30px!important}.h-34{height:34px!important;min-height:34px!important}.h-37{height:37px!important;min-height:37px!important}.h-40{height:40px!important;min-height:40px!important}.h-42{height:42px!important;min-height:42px!important}.h-44{height:44px!important;min-height:44px!important}.h-52{height:52px!important;min-height:52px!important}.h-80{height:80px!important;min-height:80px!important}.h-160{height:160px!important;min-height:160px!important}.h-231{height:231px!important;min-height:231px!important}.h-486{height:486px!important;min-height:486px!important}.h-800{height:800px!important;min-height:800px!important}.h-960{height:960px!important;min-height:960px!important}.w-2{width:2px!important;min-width:2px!important}.w-7{width:7px!important;min-width:7px!important}.w-8{width:8px!important;min-width:8px!important}.w-10{width:10px!important;min-width:10px!important}.w-12{width:12px!important;min-width:12px!important}.w-14{width:14px!important;min-width:14px!important}.w-15{width:15px!important;min-width:15px!important}.w-16{width:16px!important;min-width:16px!important}.w-18{width:18px!important;min-width:18px!important}.w-22{width:22px!important;min-width:22px!important}.w-24{width:24px!important;min-width:24px!important}.w-26{width:26px!important;min-width:26px!important}.w-29{width:29px!important;min-width:29px!important}.w-30{width:30px!important;min-width:30px!important}.w-36{width:36px!important;min-width:36px!important}.w-40{width:40px!important;min-width:40px!important}.w-42{width:42px!important;min-width:42px!important}.w-46{width:46px!important;min-width:46px!important}.w-49{width:49px!important;min-width:49px!important}.w-57{width:57px!important;min-width:57px!important}.w-60{width:60px!important;min-width:60px!important}.w-68{width:68px!important;min-width:68px!important}.w-70{width:70px!important;min-width:70px!important}.w-71{width:71px!important;min-width:71px!important}.w-78{width:78px!important;min-width:78px!important}.w-80{width:80px!important;min-width:80px!important}.w-83{width:83px!important;min-width:83px!important}.w-84{width:84px!important;min-width:84px!important}.w-88{width:88px!important;min-width:88px!important}.w-90{width:90px!important;min-width:90px!important}.w-91{width:91px!important;min-width:91px!important}.w-93{width:93px!important;min-width:93px!important}.w-96{width:96px!important;min-width:96px!important}.w-98{width:98px!important;min-width:98px!important}.w-101{width:101px!important;min-width:101px!important}.w-106{width:106px!important;min-width:106px!important}.w-108{width:108px!important;min-width:108px!important}.w-116{width:116px!important;min-width:116px!important}.w-118{width:118px!important;min-width:118px!important}.w-126{width:126px!important;min-width:126px!important}.w-144{width:144px!important;min-width:144px!important}.w-155{width:155px!important;min-width:155px!important}.w-172{width:172px!important;min-width:172px!important}.w-179{width:179px!important;min-width:179px!important}.w-180{width:180px!important;min-width:180px!important}.w-202{width:202px!important;min-width:202px!important}.w-214{width:214px!important;min-width:214px!important}.w-223{width:223px!important;min-width:223px!important}.w-252{width:252px!important;min-width:252px!important}.w-264{width:264px!important;min-width:264px!important}.w-268{width:268px!important;min-width:268px!important}.w-272{width:272px!important;min-width:272px!important}.w-276{width:276px!important;min-width:276px!important}.w-277{width:277px!important;min-width:277px!important}.w-300{width:300px!important;min-width:300px!important}.w-334{width:334px!important;min-width:334px!important}.w-442{width:442px!important;min-width:442px!important}.w-462{width:462px!important;min-width:462px!important}.w-612{width:612px!important;min-width:612px!important}.w-616{width:616px!important;min-width:616px!important}.w-620{width:620px!important;min-width:620px!important}.min-w-0{min-width:0}.min-w-16{min-width:16px}.min-w-18{min-width:18px}.min-w-40{min-width:40px}.min-w-100{min-width:100px}.min-h-100{min-height:100px}.flex-1{flex:1}.w-33{width:33%}.w-40p{width:40%}.w-90p{width:90%}.w-100p{width:100%}.ca-full-width{width:100%!important}.shadow-100{box-shadow:0 0 4px #0003}.shadow-300{box-shadow:0 0 6px #0003}.opacity-40{opacity:.4}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.transition-width{transition:width .25s cubic-bezier(.46,.03,.51,.95);overflow-x:hidden}.transition-transform{transition:transform .25s cubic-bezier(.46,.03,.51,.95)}.transition-transform-100{transition:transform .1s cubic-bezier(.46,.03,.51,.95)}.transition-transform-400{transition:transform .4s cubic-bezier(.46,.03,.51,.95)}.transition-width-transform{transition-duration:.25s;transition-timing-function:cubic-bezier(.46,.03,.51,.95);transition-property:transform,width}.transition-background{transition:background .2s cubic-bezier(.46,.03,.51,.95)}.transition-background-100{transition:background .1s cubic-bezier(.46,.03,.51,.95)}.transition-background-color-300{transition:background,color .3s cubic-bezier(.46,.03,.51,.95)}.transition-fill-100 svg path{transition:fill .1s cubic-bezier(.46,.03,.51,.95)}.transition-duration-250{transition-duration:.25s}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.pointer-events-none{pointer-events:none}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}.place-items-center{justify-content:center;align-items:center}.prevent-text-selection{-ms-user-select:none;-webkit-user-select:none;user-select:none;-moz-user-select:none}.highlight-text-45632{background-color:#3b73ed33;color:#92b1f5;transition:all .3s ease-in-out}.toast-container-main{bottom:32px;left:50%;transform:translate(-50%);transform-origin:bottom center;transition:width .3s ease-in-out,bottom .3s ease-in-out,background-color .1s cubic-bezier(.46,.03,.51,.95)}.toast-container-main.bottom-26{bottom:26px!important}.toast-container-main.bottom-22{bottom:22px!important}.toast-container-main.no-borders{position:relative!important;bottom:auto;left:auto;transform:none}.toast-container-main .toast-close{top:4px;right:4px;transition-duration:50ms;transition-timing-function:cubic-bezier(.46,.03,.51,.95);transition-property:background-color,fill}.z-1056{z-index:1056!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: AngularSvgIconModule }, { kind: "component", type: i2.SvgIconComponent, selector: "svg-icon", inputs: ["src", "name", "stretch", "applyClass", "applyCss", "svgClass", "class", "viewBox", "svgAriaLabel", "svgStyle"] }, { kind: "pipe", type: ToastBackgroundPipe, name: "toastBackground" }, { kind: "pipe", type: ToastStackPipe, name: "toastStack" }], animations: [
|
|
33115
33219
|
trigger('fadeSlide', [
|
|
33116
33220
|
transition('void => in', [
|
|
33117
33221
|
style({
|
|
33118
33222
|
opacity: 0,
|
|
33119
|
-
transform: 'translateX(-50%) translateY(20px)',
|
|
33223
|
+
transform: 'translateX(-50%) translateY(20px) scale(0.8)',
|
|
33120
33224
|
}),
|
|
33121
|
-
animate('300ms
|
|
33225
|
+
animate('300ms cubic-bezier(0.19, 1, 0.22, 1)', style({
|
|
33122
33226
|
opacity: 1,
|
|
33123
|
-
transform: 'translateX(-50%) translateY(0)',
|
|
33227
|
+
transform: 'translateX(-50%) translateY(0) scale(1)',
|
|
33124
33228
|
})),
|
|
33125
33229
|
]),
|
|
33126
33230
|
transition('in => out', [
|
|
33127
|
-
animate('300ms
|
|
33231
|
+
animate('300ms cubic-bezier(0.19, 1, 0.22, 1)', style({
|
|
33128
33232
|
opacity: 0,
|
|
33129
|
-
transform: 'translateX(-50%) translateY(20px)',
|
|
33233
|
+
transform: 'translateX(-50%) translateY(20px) scale(0.8)',
|
|
33130
33234
|
})),
|
|
33131
33235
|
]),
|
|
33132
33236
|
]),
|
|
@@ -33144,21 +33248,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
33144
33248
|
transition('void => in', [
|
|
33145
33249
|
style({
|
|
33146
33250
|
opacity: 0,
|
|
33147
|
-
transform: 'translateX(-50%) translateY(20px)',
|
|
33251
|
+
transform: 'translateX(-50%) translateY(20px) scale(0.8)',
|
|
33148
33252
|
}),
|
|
33149
|
-
animate('300ms
|
|
33253
|
+
animate('300ms cubic-bezier(0.19, 1, 0.22, 1)', style({
|
|
33150
33254
|
opacity: 1,
|
|
33151
|
-
transform: 'translateX(-50%) translateY(0)',
|
|
33255
|
+
transform: 'translateX(-50%) translateY(0) scale(1)',
|
|
33152
33256
|
})),
|
|
33153
33257
|
]),
|
|
33154
33258
|
transition('in => out', [
|
|
33155
|
-
animate('300ms
|
|
33259
|
+
animate('300ms cubic-bezier(0.19, 1, 0.22, 1)', style({
|
|
33156
33260
|
opacity: 0,
|
|
33157
|
-
transform: 'translateX(-50%) translateY(20px)',
|
|
33261
|
+
transform: 'translateX(-50%) translateY(20px) scale(0.8)',
|
|
33158
33262
|
})),
|
|
33159
33263
|
]),
|
|
33160
33264
|
]),
|
|
33161
|
-
], template: "<div\n class=\"br-3 p-1 position-fixed toast-container-main z-1056\"\n [@fadeSlide]=\"isVisible ? 'in' : 'out'\"\n (@fadeSlide.done)=\"onAnimationDone()\"\n (mouseenter)=\"handleToastHover(true)\"\n (mouseleave)=\"handleToastHover(!isFailedMessage && _toastIndex === this._toastLength -1 ? false: true)\"\n [ngClass]=\"[\n type | toastBackground : isFailedMessage,\n _toastIndex | toastStack : _toastLength\n ]\"\n [class.no-borders]=\"isStorybookExample\"\n>\n @if(isHoverActive) {\n <div\n class=\"toast-close br-2 position-absolute top-1 end-1 w-22 h-22 c-pointer d-flex align-items-center justify-content-center\"\n [ngClass]=\"\n isFailedMessage ? 'background-hover-bw2': 'background-hover-white-4'\n \"\n (click)=\"startCloseAnimation()\"\n >\n <svg-icon\n [src]=\"sharedSvgRoutes.CLOSE_ICON_NORMAL\"\n class=\"svg-size-14 w-22 h-22 d-flex align-items-center justify-content-center\"\n [ngClass]=\"isFailedMessage ? 'svg-fill-grey svg-hover-black' : 'svg-fill-white-3 svg-hover-white'\"\n ></svg-icon>\n </div>\n }\n\n <div class=\"padding-y-4 padding-x-8\">\n <div\n class=\"text-size-11 ca-font-bold\"\n [ngClass]=\"isFailedMessage ? 'text-color-red-11': 'text-color-white-3'\"\n >\n {{ toastTitle }}\n </div>\n <div\n class=\"text-size-14 ca-font-semi-bold padding-t-2 text-truncate\"\n [ngClass]=\"isFailedMessage ? 'text-color-black-2' : 'text-color-white'\"\n >\n {{toastMessage}} @if(additionalMessage) {\n <span class=\"text-color-white-4 ca-font-regular\"\n >{{additionalMessage}}</span\n >\n }\n </div>\n </div>\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:420px!important}.pickup-delivery-popover .popover-body{position:relative;left:-4px;top:1px}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.load-pickup-delivery-popover{top:-34px!important;max-width:400px!important}.gps_dropdown_popover{top:-38px;max-width:748px!important}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.dropdown-menu-popover.bs-popover-end-top .dropdown-container{transform:translate(-4px,-4px)}.dropdown-menu-popover.bs-popover-bottom-end .dropdown-container{transform:translate(3px,-3px)}.dropdown-menu-popover.bs-popover-end-bottom .dropdown-container{transform:translate(-3px,3px)}.dropdown-menu-popover.bs-popover-top-end .dropdown-container{transform:translate(3px,3px)}.dropdown-menu-popover.ca-pickup-delivery-dropdown-popover.bs-popover-end-top .dropdown-container{transform:translateY(-6px)}.dropdown-details-title-card-popover .dropdown-container{transform:translateY(-4px)}.fleet-filter-popover.bs-popover-bottom-start .fleet-filter-dropdown-container{transform:translate(-4px,-4px)!important}.fleet-filter-popover.bs-popover-top-start .fleet-filter-dropdown-container{transform:translate(-4px,4px)!important}.fleet-filter-sort-popover.bs-popover-end-top{transform:translate(158px,-3px)!important}.factoring-dropdown-popover.bs-popover-bottom-end .factoring-dropdown-container{transform:translate(4px,-4px)!important}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:1}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{white-space:nowrap;max-width:none;border-radius:3px;font-size:11px;font-weight:600}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;line-height:14px;font-weight:600;border-radius:3px;padding:2px 6px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-5{color:#3074d3!important}.text-color-blue-5::-moz-selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-5::selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-11{color:#3b73ed!important}.text-color-blue-11::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-11::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-14{color:#3b73ed!important}.text-color-blue-14::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-14::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow-4{color:#fbc88b!important}.text-color-yellow-4::-moz-selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-4::selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-5{color:#f89b2e!important}.text-color-yellow-5::-moz-selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-yellow-5::selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-special-filter-purple{color:#9e47ec!important}.text-color-special-filter-purple::-moz-selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-special-filter-purple::selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-grey-9{color:#b7b7b7!important}.text-color-grey-9::-moz-selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-grey-9::selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3{color:#ffffffb3!important}.text-color-white-3::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-color-orange-1{color:#ff7043!important}.text-color-orange-1::-moz-selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-1::selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-2{color:#f77d3b!important}.text-color-orange-2::-moz-selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-2::selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-3{color:#ffb097!important}.text-color-orange-3::-moz-selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-orange-3::selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-brown-1{color:#865e3a!important}.text-color-brown-1::-moz-selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-brown-1::selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-light-blue-2{color:#1ab5e6!important}.text-color-light-blue-2::-moz-selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-color-light-blue-2::selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-hover-white{transition:color .3s ease-in-out ease-in-out}.text-hover-white:hover{color:#fff!important}.text-hover-black{transition:color .3s ease-in-out ease-in-out}.text-hover-black:hover{color:#424242!important}.text-hover-blue-15{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-15:hover{color:#0b49d1!important}.text-hover-blue-18{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-18:hover{color:#3b73ed!important}.text-hover-bw6-2{transition:color .3s ease-in-out ease-in-out}.text-hover-bw6-2:hover{color:#6c6c6c!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-20{font-size:20px!important;line-height:24px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.font-size-7{font-size:7px!important}.font-size-8{font-size:8px!important}.font-size-11{font-size:11px!important}.line-height-12{line-height:12px!important}.line-height-15{line-height:15px!important}.line-height-18{line-height:18px!important}.line-height-20{line-height:20px!important}.svg-fill-dark-2 svg path,.svg-fill-dark-2 svg circle{fill:#91919133!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-black-2 svg path,.svg-fill-black-2 svg circle{fill:#2f2f2f!important}.svg-fill-black-9 svg path,.svg-fill-black-9 svg circle{fill:#1d1d1d!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-white-3 svg path,.svg-fill-white-3 svg circle{fill:#ebebeb!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-grey-2 svg path,.svg-fill-grey-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw6-2 svg path,.svg-fill-bw6-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-9 svg path,.svg-fill-blue-9 svg circle{fill:#0b49d1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-green-6 svg path,.svg-fill-green-6 svg circle{fill:#77bf56!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-yellow-8 svg path,.svg-fill-yellow-8 svg circle{fill:#daad4f!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-fill-red-13 svg path,.svg-fill-red-13 svg circle{fill:#ed9292!important}.svg-fill-red-14 svg path,.svg-fill-red-14 svg circle{fill:#c20c0c!important}.svg-fill-red-15 svg path,.svg-fill-red-15 svg circle{fill:#f4bebe!important}.svg-fill-red-18 svg path,.svg-fill-red-18 svg circle{fill:#e668a0!important}.svg-fill-orange-4 svg path,.svg-fill-orange-4 svg circle{fill:#ff906d!important}.svg-fill-brown svg path,.svg-fill-brown svg circle{fill:#865e3a!important}.svg-fill-purple-4 svg path,.svg-fill-purple-4 svg circle{fill:#9e47ec!important}.svg-fill-first-path-child-green svg path:first-child{fill:#56b4ac!important}.svg-fill-first-path-child-green-6 svg path:first-child{fill:#77bf56!important}.svg-fill-first-path-child-yellow-1 svg path:first-child{fill:#fab15c!important}.svg-fill-first-path-child-orange-4 svg path:first-child{fill:#ff906d!important}.svg-fill-first-path-child-red-10 svg path:first-child{fill:#e66767!important}.svg-fill-first-path-child-light-grey-2 svg path:first-child{fill:#aaa!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey svg path{transition:fill .3s ease-in-out}.svg-hover-grey:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-9 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-9:hover svg path{fill:#0b49d1!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#6f9ee033!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-17 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-17:hover svg path{fill:#bed0f9!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-bw-9 svg path{transition:fill .3s ease-in-out}.svg-hover-bw-9:hover svg path{fill:#dadada!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-6 svg{width:6px;height:6px}.svg-size-7 svg{width:7px;height:7px}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-17 svg{width:17px;height:17px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-23 svg{width:23px;height:23px}.svg-size-26 svg{width:26px;height:26px}.svg-size-30-26 svg{width:30px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.svg-size-90 svg{width:90px;height:90px}.svg-rect-fill-blue-8{fill:#6692f1!important}.svg-rect-fill-blue-8 svg rect{fill:#6692f1!important}.svg-rect-fill-yellow-1{fill:#fab15c!important}.svg-rect-fill-yellow-1 svg rect{fill:#fab15c!important}.svg-rect-fill-red-10{fill:#e66767!important}.svg-rect-fill-red-10 svg rect{fill:#e66767!important}.svg-rect-fill-muted{fill:#919191!important}.svg-rect-fill-muted svg rect{fill:#919191!important}.svg-rect-fill-dark-2{fill:#91919133!important}.svg-rect-fill-dark-2 svg rect{fill:#91919133!important}.svg-rect-hover-blue-14{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14:hover{fill:#3b73ed!important}.svg-rect-hover-blue-14:hover svg rect{fill:#3b73ed!important}.svg-rect-hover-yellow-5{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5:hover{fill:#f89b2e!important}.svg-rect-hover-yellow-5:hover svg rect{fill:#f89b2e!important}.svg-rect-hover-red-11{transition:fill .3s ease-in-out}.svg-rect-hover-red-11 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-red-11:hover{fill:#df3c3c!important}.svg-rect-hover-red-11:hover svg rect{fill:#df3c3c!important}.svg-rect-hover-bw6-2{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2:hover{fill:#6c6c6c!important}.svg-rect-hover-bw6-2:hover svg rect{fill:#6c6c6c!important}.svg-rect-hover-dark-2{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2:hover{fill:#91919133!important}.svg-rect-hover-dark-2:hover svg rect{fill:#91919133!important}.background-transparent{background-color:transparent}.background-white{background-color:#fff}.background-white-7{background-color:#ffffff20}.background-muted{background:#919191}.background-muted-o20{background:#91919133}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-black-3{background-color:#1d1d1d}.background-gray{background-color:#e5e5e5}.background-gray-2{background-color:#6c6c6c}.background-gray-7{background-color:#ccc3}.background-gray-12{background-color:#eee}.background-gray-20{background-color:#c9c9c9}.background-light-gray-2{background-color:#aaa}.background-light-gray-6{background-color:#ccc}.background-light-gray-7{background-color:#fbfbfb}.background-grey{background-color:#919191}.background-grey-4{background-color:#ccc}.background-blue-5{background-color:#3074d3}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-blue-15{background-color:#0b49d1}.background-blue-18{background-color:#3b73ed}.background-blue-19{background-color:#92b1f5}.background-blue-20{background-color:#3b73ed33}.background-green-0{background-color:#56b4ac}.background-green-2{background-color:#259f94}.background-green-3{background-color:#b6dfdb}.background-green-4,.background-green-6{background-color:#86c9c3}.background-green-special-filter{background-color:#007a6e}.background-dark-2{background-color:#91919133}.background-dark-3{background-color:#91919166}.background-red-19{background-color:#df3d85}.background-red-11{background-color:#df3c3c}.background-purple-4{background-color:#9e47ec}.background-gold-bold{background-color:#cf961d}.background-gold-subtle{background-color:#e4c481}.background-orange-3{background-color:#ffb097}.background-orange-4{background-color:#ff906d}.background-orange-7{background-color:#ffcfc0}.background-yellow-1{background-color:#fab15c}.background-yellow-5{background-color:#f89b2e}.background-yellow-7{background-color:#f89b2e33}.background-yellow-8{background-color:#daad4f}.background-bw5{background-color:#919191}.background-bw6-2{background-color:#6c6c6c}.background-brown-bold{background-color:#865e3a}.background-bw2{background-color:#eee}.background-bw-9{background-color:#dadada}.background-bw10{background-color:#eee0}.background-hover-white{transition:background-color .3s ease-in-out}.background-hover-white:hover{background-color:#fff!important}.background-hover-white-4{transition:background-color .3s ease-in-out}.background-hover-white-4:hover{background-color:#fff3!important}.background-hover-black{transition:background-color .3s ease-in-out}.background-hover-black:hover{background-color:#424242!important}.background-hover-black-1{transition:background-color .3s ease-in-out}.background-hover-black-1:hover{background-color:#424242!important}.background-hover-black-2{transition:background-color .3s ease-in-out}.background-hover-black-2:hover{background-color:#2f2f2f!important}.background-hover-grey{transition:background-color .3s ease-in-out}.background-hover-grey:hover{background-color:#919191!important}.background-hover-grey-2{transition:background-color .3s ease-in-out}.background-hover-grey-2:hover{background-color:#6c6c6c!important}.background-hover-grey-6{transition:background-color .3s ease-in-out}.background-hover-grey-6:hover{background-color:#91919120!important}.background-hover-dark-2{transition:background-color .3s ease-in-out}.background-hover-dark-2:hover{background-color:#91919133!important}.background-hover-dark-3{transition:background-color .3s ease-in-out}.background-hover-dark-3:hover{background-color:#91919166!important}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-bw6{transition:background-color .3s ease-in-out}.background-hover-bw6:hover{background-color:#606060!important}.background-hover-bw6-2{transition:background-color .3s ease-in-out}.background-hover-bw6-2:hover{background-color:#6c6c6c!important}.background-hover-blue-11{transition:background-color .3s ease-in-out}.background-hover-blue-11:hover{background-color:#6f9ee066!important}.background-hover-blue-13{transition:background-color .3s ease-in-out}.background-hover-blue-13:hover{background-color:#6692f1!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.background-hover-blue-16{transition:background-color .3s ease-in-out}.background-hover-blue-16:hover{background-color:#e9effd!important}.background-hover-blue-17{transition:background-color .3s ease-in-out}.background-hover-blue-17:hover{background-color:#bed0f9!important}.background-hover-blue-19{transition:background-color .3s ease-in-out}.background-hover-blue-19:hover{background-color:#92b1f5!important}.background-hover-blue-20{transition:background-color .3s ease-in-out}.background-hover-blue-20:hover{background-color:#3b73ed33!important}.background-hover-blue-21{transition:background-color .3s ease-in-out}.background-hover-blue-21:hover{background-color:#3b73ed66!important}.background-hover-red-15{transition:background-color .3s ease-in-out}.background-hover-red-15:hover{background-color:#f4bebe!important}.background-hover-red-14{transition:background-color .3s ease-in-out}.background-hover-red-14:hover{background-color:#c20c0c!important}.background-hover-gray{transition:background-color .3s ease-in-out}.background-hover-gray:hover{background-color:#e5e5e5!important}.background-hover-light-grey{transition:background-color .3s ease-in-out}.background-hover-light-grey:hover{background-color:#e5e5e5!important}.background-hover-light-grey-5{transition:background-color .3s ease-in-out}.background-hover-light-grey-5:hover{background-color:#f7f7f7!important}.background-hover-bw-9{transition:background-color .3s ease-in-out}.background-hover-bw-9:hover{background-color:#dadada!important}.background-hover-green-special-filter{transition:background-color .3s ease-in-out}.background-hover-green-special-filter:hover{background-color:#007a6e!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-50{border-radius:50px}.br-60{border-radius:60px}.br-circle{border-radius:50%}.padding-1{padding:1px}.padding-l-1{padding-left:1px}.padding-r-1{padding-right:1px}.padding-t-1{padding-top:1px}.padding-b-1{padding-bottom:1px}.padding-2{padding:2px}.padding-l-2{padding-left:2px}.padding-r-2{padding-right:2px}.padding-t-2{padding-top:2px}.padding-b-2{padding-bottom:2px}.padding-3{padding:3px}.padding-l-3{padding-left:3px}.padding-r-3{padding-right:3px}.padding-t-3{padding-top:3px}.padding-b-3{padding-bottom:3px}.padding-4{padding:4px}.padding-l-4{padding-left:4px}.padding-r-4{padding-right:4px}.padding-t-4{padding-top:4px}.padding-b-4{padding-bottom:4px}.padding-6{padding:6px}.padding-l-6{padding-left:6px}.padding-r-6{padding-right:6px}.padding-t-6{padding-top:6px}.padding-b-6{padding-bottom:6px}.padding-8{padding:8px}.padding-l-8{padding-left:8px}.padding-r-8{padding-right:8px}.padding-t-8{padding-top:8px}.padding-b-8{padding-bottom:8px}.padding-9{padding:9px}.padding-l-9{padding-left:9px}.padding-r-9{padding-right:9px}.padding-t-9{padding-top:9px}.padding-b-9{padding-bottom:9px}.padding-10{padding:10px}.padding-l-10{padding-left:10px}.padding-r-10{padding-right:10px}.padding-t-10{padding-top:10px}.padding-b-10{padding-bottom:10px}.padding-12{padding:12px}.padding-l-12{padding-left:12px}.padding-r-12{padding-right:12px}.padding-t-12{padding-top:12px}.padding-b-12{padding-bottom:12px}.padding-14{padding:14px}.padding-l-14{padding-left:14px}.padding-r-14{padding-right:14px}.padding-t-14{padding-top:14px}.padding-b-14{padding-bottom:14px}.padding-15{padding:15px}.padding-l-15{padding-left:15px}.padding-r-15{padding-right:15px}.padding-t-15{padding-top:15px}.padding-b-15{padding-bottom:15px}.padding-18{padding:18px}.padding-l-18{padding-left:18px}.padding-r-18{padding-right:18px}.padding-t-18{padding-top:18px}.padding-b-18{padding-bottom:18px}.padding-30{padding:30px}.padding-l-30{padding-left:30px}.padding-r-30{padding-right:30px}.padding-t-30{padding-top:30px}.padding-b-30{padding-bottom:30px}.padding-y-1{padding-top:1px;padding-bottom:1px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-3{padding-top:3px;padding-bottom:3px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-y-6{padding-top:6px;padding-bottom:6px}.padding-y-8{padding-top:8px;padding-bottom:8px}.padding-y-9{padding-top:9px;padding-bottom:9px}.padding-y-10{padding-top:10px;padding-bottom:10px}.padding-y-12{padding-top:12px;padding-bottom:12px}.padding-y-14{padding-top:14px;padding-bottom:14px}.padding-y-15{padding-top:15px;padding-bottom:15px}.padding-y-18{padding-top:18px;padding-bottom:18px}.padding-y-30{padding-top:30px;padding-bottom:30px}.padding-x-2{padding-left:2px;padding-right:2px}.padding-x-3{padding-left:3px;padding-right:3px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.padding-x-6{padding-left:6px;padding-right:6px}.padding-x-8{padding-left:8px;padding-right:8px}.padding-x-10{padding-left:10px;padding-right:10px}.padding-x-12{padding-left:12px;padding-right:12px}.margin--4{margin:-4px}.margin-y--4{margin-top:-4px;margin-bottom:-4px}.margin-x--4{margin-left:-4px;margin-right:-4px}.margin-t--4{margin-top:-4px}.margin-r--4{margin-right:-4px}.margin-b--4{margin-bottom:-4px}.margin-l--4{margin-left:-4px}.margin--2{margin:-2px}.margin-y--2{margin-top:-2px;margin-bottom:-2px}.margin-x--2{margin-left:-2px;margin-right:-2px}.margin-t--2{margin-top:-2px}.margin-r--2{margin-right:-2px}.margin-b--2{margin-bottom:-2px}.margin-l--2{margin-left:-2px}.margin-1{margin:1px}.margin-y-1{margin-top:1px;margin-bottom:1px}.margin-x-1{margin-left:1px;margin-right:1px}.margin-t-1{margin-top:1px}.margin-r-1{margin-right:1px}.margin-b-1{margin-bottom:1px}.margin-l-1{margin-left:1px}.margin-2{margin:2px}.margin-y-2{margin-top:2px;margin-bottom:2px}.margin-x-2{margin-left:2px;margin-right:2px}.margin-t-2{margin-top:2px}.margin-r-2{margin-right:2px}.margin-b-2{margin-bottom:2px}.margin-l-2{margin-left:2px}.margin-4{margin:4px}.margin-y-4{margin-top:4px;margin-bottom:4px}.margin-x-4{margin-left:4px;margin-right:4px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-l-4{margin-left:4px}.margin-5{margin:5px}.margin-y-5{margin-top:5px;margin-bottom:5px}.margin-x-5{margin-left:5px;margin-right:5px}.margin-t-5{margin-top:5px}.margin-r-5{margin-right:5px}.margin-b-5{margin-bottom:5px}.margin-l-5{margin-left:5px}.margin-6{margin:6px}.margin-y-6{margin-top:6px;margin-bottom:6px}.margin-x-6{margin-left:6px;margin-right:6px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-l-6{margin-left:6px}.margin-7{margin:7px}.margin-y-7{margin-top:7px;margin-bottom:7px}.margin-x-7{margin-left:7px;margin-right:7px}.margin-t-7{margin-top:7px}.margin-r-7{margin-right:7px}.margin-b-7{margin-bottom:7px}.margin-l-7{margin-left:7px}.margin-8{margin:8px}.margin-y-8{margin-top:8px;margin-bottom:8px}.margin-x-8{margin-left:8px;margin-right:8px}.margin-t-8{margin-top:8px}.margin-r-8{margin-right:8px}.margin-b-8{margin-bottom:8px}.margin-l-8{margin-left:8px}.margin-10{margin:10px}.margin-y-10{margin-top:10px;margin-bottom:10px}.margin-x-10{margin-left:10px;margin-right:10px}.margin-t-10{margin-top:10px}.margin-r-10{margin-right:10px}.margin-b-10{margin-bottom:10px}.margin-l-10{margin-left:10px}.margin-15{margin:15px}.margin-y-15{margin-top:15px;margin-bottom:15px}.margin-x-15{margin-left:15px;margin-right:15px}.margin-t-15{margin-top:15px}.margin-r-15{margin-right:15px}.margin-b-15{margin-bottom:15px}.margin-l-15{margin-left:15px}.margin-22{margin:22px}.margin-y-22{margin-top:22px;margin-bottom:22px}.margin-x-22{margin-left:22px;margin-right:22px}.margin-t-22{margin-top:22px}.margin-r-22{margin-right:22px}.margin-b-22{margin-bottom:22px}.margin-l-22{margin-left:22px}.margin-24{margin:24px}.margin-y-24{margin-top:24px;margin-bottom:24px}.margin-x-24{margin-left:24px;margin-right:24px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.margin-l-24{margin-left:24px}.gap-xs{gap:xspx}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-20{gap:20px}.gap-px-4{gap:4px}.grid-gap-8{grid-gap:8px}.w-1{width:1px}.h-1{height:1px}.w-2{width:2px}.h-2{height:2px}.w-4{width:4px}.h-4{height:4px}.w-10{width:10px}.h-10{height:10px}.w-14{width:14px}.h-14{height:14px}.w-15{width:15px}.h-15{height:15px}.w-18{width:18px}.h-18{height:18px}.w-22{width:22px}.h-22{height:22px}.w-26{width:26px}.h-26{height:26px}.w-31{width:31px}.h-31{height:31px}.w-32{width:32px}.h-32{height:32px}.w-36{width:36px}.h-36{height:36px}.w-116{width:116px}.h-116{height:116px}.w-120{width:120px}.h-120{height:120px}.w-fit-content{width:fit-content!important}.right-100{right:100%}.left-100{left:100%}.top--1{top:-1px}.top-2{top:2px}.top--14{top:-14px}.z-index--1{z-index:-1}.z-index-0{z-index:0}.z-index-1{z-index:1}.filter-dropdown-popover{width:260px;position:relative;top:-4px;left:-4px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}.h-7{height:7px!important;min-height:7px!important}.h-8{height:8px!important;min-height:8px!important}.h-9{height:9px!important;min-height:9px!important}.h-10{height:10px!important;min-height:10px!important}.h-11{height:11px!important;min-height:11px!important}.h-12{height:12px!important;min-height:12px!important}.h-14{height:14px!important;min-height:14px!important}.h-15{height:15px!important;min-height:15px!important}.h-16{height:16px!important;min-height:16px!important}.h-18{height:18px!important;min-height:18px!important}.h-22{height:22px!important;min-height:22px!important}.h-24{height:24px!important;min-height:24px!important}.h-26{height:26px!important;min-height:26px!important}.h-28{height:28px!important;min-height:28px!important}.h-30{height:30px!important;min-height:30px!important}.h-34{height:34px!important;min-height:34px!important}.h-37{height:37px!important;min-height:37px!important}.h-40{height:40px!important;min-height:40px!important}.h-42{height:42px!important;min-height:42px!important}.h-44{height:44px!important;min-height:44px!important}.h-52{height:52px!important;min-height:52px!important}.h-80{height:80px!important;min-height:80px!important}.h-160{height:160px!important;min-height:160px!important}.h-231{height:231px!important;min-height:231px!important}.h-486{height:486px!important;min-height:486px!important}.h-800{height:800px!important;min-height:800px!important}.h-960{height:960px!important;min-height:960px!important}.w-2{width:2px!important;min-width:2px!important}.w-7{width:7px!important;min-width:7px!important}.w-8{width:8px!important;min-width:8px!important}.w-10{width:10px!important;min-width:10px!important}.w-12{width:12px!important;min-width:12px!important}.w-14{width:14px!important;min-width:14px!important}.w-15{width:15px!important;min-width:15px!important}.w-16{width:16px!important;min-width:16px!important}.w-18{width:18px!important;min-width:18px!important}.w-22{width:22px!important;min-width:22px!important}.w-24{width:24px!important;min-width:24px!important}.w-26{width:26px!important;min-width:26px!important}.w-29{width:29px!important;min-width:29px!important}.w-30{width:30px!important;min-width:30px!important}.w-36{width:36px!important;min-width:36px!important}.w-40{width:40px!important;min-width:40px!important}.w-42{width:42px!important;min-width:42px!important}.w-46{width:46px!important;min-width:46px!important}.w-49{width:49px!important;min-width:49px!important}.w-57{width:57px!important;min-width:57px!important}.w-60{width:60px!important;min-width:60px!important}.w-68{width:68px!important;min-width:68px!important}.w-70{width:70px!important;min-width:70px!important}.w-71{width:71px!important;min-width:71px!important}.w-78{width:78px!important;min-width:78px!important}.w-80{width:80px!important;min-width:80px!important}.w-83{width:83px!important;min-width:83px!important}.w-84{width:84px!important;min-width:84px!important}.w-88{width:88px!important;min-width:88px!important}.w-90{width:90px!important;min-width:90px!important}.w-91{width:91px!important;min-width:91px!important}.w-93{width:93px!important;min-width:93px!important}.w-96{width:96px!important;min-width:96px!important}.w-98{width:98px!important;min-width:98px!important}.w-101{width:101px!important;min-width:101px!important}.w-106{width:106px!important;min-width:106px!important}.w-108{width:108px!important;min-width:108px!important}.w-116{width:116px!important;min-width:116px!important}.w-118{width:118px!important;min-width:118px!important}.w-126{width:126px!important;min-width:126px!important}.w-144{width:144px!important;min-width:144px!important}.w-155{width:155px!important;min-width:155px!important}.w-172{width:172px!important;min-width:172px!important}.w-179{width:179px!important;min-width:179px!important}.w-180{width:180px!important;min-width:180px!important}.w-202{width:202px!important;min-width:202px!important}.w-214{width:214px!important;min-width:214px!important}.w-223{width:223px!important;min-width:223px!important}.w-252{width:252px!important;min-width:252px!important}.w-264{width:264px!important;min-width:264px!important}.w-268{width:268px!important;min-width:268px!important}.w-272{width:272px!important;min-width:272px!important}.w-276{width:276px!important;min-width:276px!important}.w-277{width:277px!important;min-width:277px!important}.w-300{width:300px!important;min-width:300px!important}.w-334{width:334px!important;min-width:334px!important}.w-442{width:442px!important;min-width:442px!important}.w-462{width:462px!important;min-width:462px!important}.w-612{width:612px!important;min-width:612px!important}.w-616{width:616px!important;min-width:616px!important}.w-620{width:620px!important;min-width:620px!important}.min-w-0{min-width:0}.min-w-16{min-width:16px}.min-w-18{min-width:18px}.min-w-40{min-width:40px}.min-w-100{min-width:100px}.min-h-100{min-height:100px}.flex-1{flex:1}.w-33{width:33%}.w-40p{width:40%}.w-90p{width:90%}.w-100p{width:100%}.ca-full-width{width:100%!important}.shadow-100{box-shadow:0 0 4px #0003}.shadow-300{box-shadow:0 0 6px #0003}.opacity-40{opacity:.4}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.transition-width{transition:width .25s cubic-bezier(.46,.03,.51,.95);overflow-x:hidden}.transition-transform{transition:transform .25s cubic-bezier(.46,.03,.51,.95)}.transition-transform-100{transition:transform .1s cubic-bezier(.46,.03,.51,.95)}.transition-transform-400{transition:transform .4s cubic-bezier(.46,.03,.51,.95)}.transition-width-transform{transition-duration:.25s;transition-timing-function:cubic-bezier(.46,.03,.51,.95);transition-property:transform,width}.transition-background{transition:background .2s cubic-bezier(.46,.03,.51,.95)}.transition-background-100{transition:background .1s cubic-bezier(.46,.03,.51,.95)}.transition-background-color-300{transition:background,color .3s cubic-bezier(.46,.03,.51,.95)}.transition-fill-100 svg path{transition:fill .1s cubic-bezier(.46,.03,.51,.95)}.transition-duration-250{transition-duration:.25s}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.pointer-events-none{pointer-events:none}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}.place-items-center{justify-content:center;align-items:center}.prevent-text-selection{-ms-user-select:none;-webkit-user-select:none;user-select:none;-moz-user-select:none}.highlight-text-45632{background-color:#3b73ed33;color:#92b1f5;transition:all .3s ease-in-out}.toast-container-main{bottom:32px;left:50%;transform:translate(-50%);transition:width .3s ease-in-out,bottom .3s ease-in-out}.toast-container-main.bottom-26{bottom:26px!important}.toast-container-main.bottom-22{bottom:22px!important}.toast-container-main.no-borders{position:relative!important;bottom:auto;left:auto;transform:none}.toast-container-main .toast-close{top:4px;right:4px}.z-1056{z-index:1056!important}\n"] }]
|
|
33265
|
+
], template: "<div\n class=\"br-3 p-1 position-fixed toast-container-main z-1056\"\n [@fadeSlide]=\"isVisible ? 'in' : 'out'\"\n (@fadeSlide.done)=\"onAnimationDone()\"\n (mouseenter)=\"handleToastHover(true)\"\n (mouseleave)=\"handleToastHover(!isFailedMessage && _toastIndex === this._toastLength -1 ? false: true)\"\n [ngClass]=\"[\n type | toastBackground : isFailedMessage,\n _toastIndex | toastStack : _toastLength\n ]\"\n [class.no-borders]=\"isStorybookExample\"\n>\n @if(isHoverActive) {\n <div\n class=\"toast-close br-2 position-absolute top-1 end-1 w-22 h-22 c-pointer d-flex align-items-center justify-content-center\"\n [ngClass]=\"\n isFailedMessage ? 'background-hover-bw2': 'background-hover-white-4'\n \"\n (click)=\"startCloseAnimation()\"\n >\n <svg-icon\n [src]=\"sharedSvgRoutes.CLOSE_ICON_NORMAL\"\n class=\"svg-size-14 w-22 h-22 d-flex align-items-center justify-content-center\"\n [ngClass]=\"isFailedMessage ? 'svg-fill-grey svg-hover-black' : 'svg-fill-white-3 svg-hover-white'\"\n ></svg-icon>\n </div>\n }\n\n <div class=\"padding-y-4 padding-x-8\">\n <div\n class=\"text-size-11 ca-font-bold\"\n [ngClass]=\"isFailedMessage ? 'text-color-red-11': 'text-color-white-3'\"\n >\n {{ toastTitle }}\n </div>\n <div\n class=\"text-size-14 ca-font-semi-bold padding-t-2 text-truncate\"\n [ngClass]=\"isFailedMessage ? 'text-color-black-2' : 'text-color-white'\"\n >\n {{toastMessage}} @if(additionalMessage) {\n <span class=\"text-color-white-4 ca-font-regular\"\n >{{additionalMessage}}</span\n >\n }\n </div>\n </div>\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:420px!important}.pickup-delivery-popover .popover-body{position:relative;left:-4px;top:1px}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.load-pickup-delivery-popover{top:-34px!important;max-width:400px!important}.gps_dropdown_popover{top:-38px;max-width:748px!important}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.dropdown-menu-popover.bs-popover-end-top .dropdown-container{transform:translate(-4px,-4px)}.dropdown-menu-popover.bs-popover-bottom-end .dropdown-container{transform:translate(3px,-3px)}.dropdown-menu-popover.bs-popover-end-bottom .dropdown-container{transform:translate(-3px,3px)}.dropdown-menu-popover.bs-popover-top-end .dropdown-container{transform:translate(3px,3px)}.dropdown-menu-popover.ca-pickup-delivery-dropdown-popover.bs-popover-end-top .dropdown-container{transform:translateY(-6px)}.dropdown-details-title-card-popover .dropdown-container{transform:translateY(-4px)}.fleet-filter-popover.bs-popover-bottom-start .fleet-filter-dropdown-container{transform:translate(-4px,-4px)!important}.fleet-filter-popover.bs-popover-top-start .fleet-filter-dropdown-container{transform:translate(-4px,4px)!important}.fleet-filter-sort-popover.bs-popover-end-top{transform:translate(158px,-3px)!important}.factoring-dropdown-popover.bs-popover-bottom-end .factoring-dropdown-container{transform:translate(4px,-4px)!important}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:1}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{white-space:nowrap;max-width:none;border-radius:3px;font-size:11px;font-weight:600}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;line-height:14px;font-weight:600;border-radius:3px;padding:2px 6px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-5{color:#3074d3!important}.text-color-blue-5::-moz-selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-5::selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-11{color:#3b73ed!important}.text-color-blue-11::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-11::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-14{color:#3b73ed!important}.text-color-blue-14::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-14::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow-4{color:#fbc88b!important}.text-color-yellow-4::-moz-selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-4::selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-5{color:#f89b2e!important}.text-color-yellow-5::-moz-selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-yellow-5::selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-special-filter-purple{color:#9e47ec!important}.text-color-special-filter-purple::-moz-selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-special-filter-purple::selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-grey-9{color:#b7b7b7!important}.text-color-grey-9::-moz-selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-grey-9::selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3{color:#ffffffb3!important}.text-color-white-3::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-color-orange-1{color:#ff7043!important}.text-color-orange-1::-moz-selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-1::selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-2{color:#f77d3b!important}.text-color-orange-2::-moz-selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-2::selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-3{color:#ffb097!important}.text-color-orange-3::-moz-selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-orange-3::selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-brown-1{color:#865e3a!important}.text-color-brown-1::-moz-selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-brown-1::selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-light-blue-2{color:#1ab5e6!important}.text-color-light-blue-2::-moz-selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-color-light-blue-2::selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-hover-white{transition:color .3s ease-in-out ease-in-out}.text-hover-white:hover{color:#fff!important}.text-hover-black{transition:color .3s ease-in-out ease-in-out}.text-hover-black:hover{color:#424242!important}.text-hover-blue-15{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-15:hover{color:#0b49d1!important}.text-hover-blue-18{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-18:hover{color:#3b73ed!important}.text-hover-bw6-2{transition:color .3s ease-in-out ease-in-out}.text-hover-bw6-2:hover{color:#6c6c6c!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-20{font-size:20px!important;line-height:24px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.font-size-7{font-size:7px!important}.font-size-8{font-size:8px!important}.font-size-11{font-size:11px!important}.line-height-12{line-height:12px!important}.line-height-15{line-height:15px!important}.line-height-18{line-height:18px!important}.line-height-20{line-height:20px!important}.svg-fill-dark-2 svg path,.svg-fill-dark-2 svg circle{fill:#91919133!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-black-2 svg path,.svg-fill-black-2 svg circle{fill:#2f2f2f!important}.svg-fill-black-9 svg path,.svg-fill-black-9 svg circle{fill:#1d1d1d!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-white-3 svg path,.svg-fill-white-3 svg circle{fill:#ebebeb!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-grey-2 svg path,.svg-fill-grey-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw6-2 svg path,.svg-fill-bw6-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-9 svg path,.svg-fill-blue-9 svg circle{fill:#0b49d1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-green-6 svg path,.svg-fill-green-6 svg circle{fill:#77bf56!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-yellow-8 svg path,.svg-fill-yellow-8 svg circle{fill:#daad4f!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-fill-red-13 svg path,.svg-fill-red-13 svg circle{fill:#ed9292!important}.svg-fill-red-14 svg path,.svg-fill-red-14 svg circle{fill:#c20c0c!important}.svg-fill-red-15 svg path,.svg-fill-red-15 svg circle{fill:#f4bebe!important}.svg-fill-red-18 svg path,.svg-fill-red-18 svg circle{fill:#e668a0!important}.svg-fill-orange-4 svg path,.svg-fill-orange-4 svg circle{fill:#ff906d!important}.svg-fill-brown svg path,.svg-fill-brown svg circle{fill:#865e3a!important}.svg-fill-purple-4 svg path,.svg-fill-purple-4 svg circle{fill:#9e47ec!important}.svg-fill-first-path-child-green svg path:first-child{fill:#56b4ac!important}.svg-fill-first-path-child-green-6 svg path:first-child{fill:#77bf56!important}.svg-fill-first-path-child-yellow-1 svg path:first-child{fill:#fab15c!important}.svg-fill-first-path-child-orange-4 svg path:first-child{fill:#ff906d!important}.svg-fill-first-path-child-red-10 svg path:first-child{fill:#e66767!important}.svg-fill-first-path-child-light-grey-2 svg path:first-child{fill:#aaa!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey svg path{transition:fill .3s ease-in-out}.svg-hover-grey:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-9 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-9:hover svg path{fill:#0b49d1!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#6f9ee033!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-17 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-17:hover svg path{fill:#bed0f9!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-bw-9 svg path{transition:fill .3s ease-in-out}.svg-hover-bw-9:hover svg path{fill:#dadada!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-6 svg{width:6px;height:6px}.svg-size-7 svg{width:7px;height:7px}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-17 svg{width:17px;height:17px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-23 svg{width:23px;height:23px}.svg-size-26 svg{width:26px;height:26px}.svg-size-30-26 svg{width:30px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.svg-size-90 svg{width:90px;height:90px}.svg-rect-fill-blue-8{fill:#6692f1!important}.svg-rect-fill-blue-8 svg rect{fill:#6692f1!important}.svg-rect-fill-yellow-1{fill:#fab15c!important}.svg-rect-fill-yellow-1 svg rect{fill:#fab15c!important}.svg-rect-fill-red-10{fill:#e66767!important}.svg-rect-fill-red-10 svg rect{fill:#e66767!important}.svg-rect-fill-muted{fill:#919191!important}.svg-rect-fill-muted svg rect{fill:#919191!important}.svg-rect-fill-dark-2{fill:#91919133!important}.svg-rect-fill-dark-2 svg rect{fill:#91919133!important}.svg-rect-hover-blue-14{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14:hover{fill:#3b73ed!important}.svg-rect-hover-blue-14:hover svg rect{fill:#3b73ed!important}.svg-rect-hover-yellow-5{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5:hover{fill:#f89b2e!important}.svg-rect-hover-yellow-5:hover svg rect{fill:#f89b2e!important}.svg-rect-hover-red-11{transition:fill .3s ease-in-out}.svg-rect-hover-red-11 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-red-11:hover{fill:#df3c3c!important}.svg-rect-hover-red-11:hover svg rect{fill:#df3c3c!important}.svg-rect-hover-bw6-2{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2:hover{fill:#6c6c6c!important}.svg-rect-hover-bw6-2:hover svg rect{fill:#6c6c6c!important}.svg-rect-hover-dark-2{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2:hover{fill:#91919133!important}.svg-rect-hover-dark-2:hover svg rect{fill:#91919133!important}.background-transparent{background-color:transparent}.background-white{background-color:#fff}.background-white-7{background-color:#ffffff20}.background-muted{background:#919191}.background-muted-o20{background:#91919133}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-black-3{background-color:#1d1d1d}.background-gray{background-color:#e5e5e5}.background-gray-2{background-color:#6c6c6c}.background-gray-7{background-color:#ccc3}.background-gray-12{background-color:#eee}.background-gray-20{background-color:#c9c9c9}.background-light-gray-2{background-color:#aaa}.background-light-gray-6{background-color:#ccc}.background-light-gray-7{background-color:#fbfbfb}.background-grey{background-color:#919191}.background-grey-4{background-color:#ccc}.background-blue-5{background-color:#3074d3}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-blue-15{background-color:#0b49d1}.background-blue-18{background-color:#3b73ed}.background-blue-19{background-color:#92b1f5}.background-blue-20{background-color:#3b73ed33}.background-green-0{background-color:#56b4ac}.background-green-2{background-color:#259f94}.background-green-3{background-color:#b6dfdb}.background-green-4,.background-green-6{background-color:#86c9c3}.background-green-special-filter{background-color:#007a6e}.background-dark-2{background-color:#91919133}.background-dark-3{background-color:#91919166}.background-red-19{background-color:#df3d85}.background-red-11{background-color:#df3c3c}.background-purple-4{background-color:#9e47ec}.background-gold-bold{background-color:#cf961d}.background-gold-subtle{background-color:#e4c481}.background-orange-3{background-color:#ffb097}.background-orange-4{background-color:#ff906d}.background-orange-7{background-color:#ffcfc0}.background-yellow-1{background-color:#fab15c}.background-yellow-5{background-color:#f89b2e}.background-yellow-7{background-color:#f89b2e33}.background-yellow-8{background-color:#daad4f}.background-bw5{background-color:#919191}.background-bw6-2{background-color:#6c6c6c}.background-brown-bold{background-color:#865e3a}.background-bw2{background-color:#eee}.background-bw-9{background-color:#dadada}.background-bw10{background-color:#eee0}.background-hover-white{transition:background-color .3s ease-in-out}.background-hover-white:hover{background-color:#fff!important}.background-hover-white-4{transition:background-color .3s ease-in-out}.background-hover-white-4:hover{background-color:#fff3!important}.background-hover-black{transition:background-color .3s ease-in-out}.background-hover-black:hover{background-color:#424242!important}.background-hover-black-1{transition:background-color .3s ease-in-out}.background-hover-black-1:hover{background-color:#424242!important}.background-hover-black-2{transition:background-color .3s ease-in-out}.background-hover-black-2:hover{background-color:#2f2f2f!important}.background-hover-grey{transition:background-color .3s ease-in-out}.background-hover-grey:hover{background-color:#919191!important}.background-hover-grey-2{transition:background-color .3s ease-in-out}.background-hover-grey-2:hover{background-color:#6c6c6c!important}.background-hover-grey-6{transition:background-color .3s ease-in-out}.background-hover-grey-6:hover{background-color:#91919120!important}.background-hover-dark-2{transition:background-color .3s ease-in-out}.background-hover-dark-2:hover{background-color:#91919133!important}.background-hover-dark-3{transition:background-color .3s ease-in-out}.background-hover-dark-3:hover{background-color:#91919166!important}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-bw6{transition:background-color .3s ease-in-out}.background-hover-bw6:hover{background-color:#606060!important}.background-hover-bw6-2{transition:background-color .3s ease-in-out}.background-hover-bw6-2:hover{background-color:#6c6c6c!important}.background-hover-blue-11{transition:background-color .3s ease-in-out}.background-hover-blue-11:hover{background-color:#6f9ee066!important}.background-hover-blue-13{transition:background-color .3s ease-in-out}.background-hover-blue-13:hover{background-color:#6692f1!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.background-hover-blue-16{transition:background-color .3s ease-in-out}.background-hover-blue-16:hover{background-color:#e9effd!important}.background-hover-blue-17{transition:background-color .3s ease-in-out}.background-hover-blue-17:hover{background-color:#bed0f9!important}.background-hover-blue-19{transition:background-color .3s ease-in-out}.background-hover-blue-19:hover{background-color:#92b1f5!important}.background-hover-blue-20{transition:background-color .3s ease-in-out}.background-hover-blue-20:hover{background-color:#3b73ed33!important}.background-hover-blue-21{transition:background-color .3s ease-in-out}.background-hover-blue-21:hover{background-color:#3b73ed66!important}.background-hover-red-15{transition:background-color .3s ease-in-out}.background-hover-red-15:hover{background-color:#f4bebe!important}.background-hover-red-14{transition:background-color .3s ease-in-out}.background-hover-red-14:hover{background-color:#c20c0c!important}.background-hover-gray{transition:background-color .3s ease-in-out}.background-hover-gray:hover{background-color:#e5e5e5!important}.background-hover-light-grey{transition:background-color .3s ease-in-out}.background-hover-light-grey:hover{background-color:#e5e5e5!important}.background-hover-light-grey-5{transition:background-color .3s ease-in-out}.background-hover-light-grey-5:hover{background-color:#f7f7f7!important}.background-hover-bw-9{transition:background-color .3s ease-in-out}.background-hover-bw-9:hover{background-color:#dadada!important}.background-hover-green-special-filter{transition:background-color .3s ease-in-out}.background-hover-green-special-filter:hover{background-color:#007a6e!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-50{border-radius:50px}.br-60{border-radius:60px}.br-circle{border-radius:50%}.padding-1{padding:1px}.padding-l-1{padding-left:1px}.padding-r-1{padding-right:1px}.padding-t-1{padding-top:1px}.padding-b-1{padding-bottom:1px}.padding-2{padding:2px}.padding-l-2{padding-left:2px}.padding-r-2{padding-right:2px}.padding-t-2{padding-top:2px}.padding-b-2{padding-bottom:2px}.padding-3{padding:3px}.padding-l-3{padding-left:3px}.padding-r-3{padding-right:3px}.padding-t-3{padding-top:3px}.padding-b-3{padding-bottom:3px}.padding-4{padding:4px}.padding-l-4{padding-left:4px}.padding-r-4{padding-right:4px}.padding-t-4{padding-top:4px}.padding-b-4{padding-bottom:4px}.padding-6{padding:6px}.padding-l-6{padding-left:6px}.padding-r-6{padding-right:6px}.padding-t-6{padding-top:6px}.padding-b-6{padding-bottom:6px}.padding-8{padding:8px}.padding-l-8{padding-left:8px}.padding-r-8{padding-right:8px}.padding-t-8{padding-top:8px}.padding-b-8{padding-bottom:8px}.padding-9{padding:9px}.padding-l-9{padding-left:9px}.padding-r-9{padding-right:9px}.padding-t-9{padding-top:9px}.padding-b-9{padding-bottom:9px}.padding-10{padding:10px}.padding-l-10{padding-left:10px}.padding-r-10{padding-right:10px}.padding-t-10{padding-top:10px}.padding-b-10{padding-bottom:10px}.padding-12{padding:12px}.padding-l-12{padding-left:12px}.padding-r-12{padding-right:12px}.padding-t-12{padding-top:12px}.padding-b-12{padding-bottom:12px}.padding-14{padding:14px}.padding-l-14{padding-left:14px}.padding-r-14{padding-right:14px}.padding-t-14{padding-top:14px}.padding-b-14{padding-bottom:14px}.padding-15{padding:15px}.padding-l-15{padding-left:15px}.padding-r-15{padding-right:15px}.padding-t-15{padding-top:15px}.padding-b-15{padding-bottom:15px}.padding-18{padding:18px}.padding-l-18{padding-left:18px}.padding-r-18{padding-right:18px}.padding-t-18{padding-top:18px}.padding-b-18{padding-bottom:18px}.padding-30{padding:30px}.padding-l-30{padding-left:30px}.padding-r-30{padding-right:30px}.padding-t-30{padding-top:30px}.padding-b-30{padding-bottom:30px}.padding-y-1{padding-top:1px;padding-bottom:1px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-3{padding-top:3px;padding-bottom:3px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-y-6{padding-top:6px;padding-bottom:6px}.padding-y-8{padding-top:8px;padding-bottom:8px}.padding-y-9{padding-top:9px;padding-bottom:9px}.padding-y-10{padding-top:10px;padding-bottom:10px}.padding-y-12{padding-top:12px;padding-bottom:12px}.padding-y-14{padding-top:14px;padding-bottom:14px}.padding-y-15{padding-top:15px;padding-bottom:15px}.padding-y-18{padding-top:18px;padding-bottom:18px}.padding-y-30{padding-top:30px;padding-bottom:30px}.padding-x-2{padding-left:2px;padding-right:2px}.padding-x-3{padding-left:3px;padding-right:3px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.padding-x-6{padding-left:6px;padding-right:6px}.padding-x-8{padding-left:8px;padding-right:8px}.padding-x-10{padding-left:10px;padding-right:10px}.padding-x-12{padding-left:12px;padding-right:12px}.margin--4{margin:-4px}.margin-y--4{margin-top:-4px;margin-bottom:-4px}.margin-x--4{margin-left:-4px;margin-right:-4px}.margin-t--4{margin-top:-4px}.margin-r--4{margin-right:-4px}.margin-b--4{margin-bottom:-4px}.margin-l--4{margin-left:-4px}.margin--2{margin:-2px}.margin-y--2{margin-top:-2px;margin-bottom:-2px}.margin-x--2{margin-left:-2px;margin-right:-2px}.margin-t--2{margin-top:-2px}.margin-r--2{margin-right:-2px}.margin-b--2{margin-bottom:-2px}.margin-l--2{margin-left:-2px}.margin-1{margin:1px}.margin-y-1{margin-top:1px;margin-bottom:1px}.margin-x-1{margin-left:1px;margin-right:1px}.margin-t-1{margin-top:1px}.margin-r-1{margin-right:1px}.margin-b-1{margin-bottom:1px}.margin-l-1{margin-left:1px}.margin-2{margin:2px}.margin-y-2{margin-top:2px;margin-bottom:2px}.margin-x-2{margin-left:2px;margin-right:2px}.margin-t-2{margin-top:2px}.margin-r-2{margin-right:2px}.margin-b-2{margin-bottom:2px}.margin-l-2{margin-left:2px}.margin-4{margin:4px}.margin-y-4{margin-top:4px;margin-bottom:4px}.margin-x-4{margin-left:4px;margin-right:4px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-l-4{margin-left:4px}.margin-5{margin:5px}.margin-y-5{margin-top:5px;margin-bottom:5px}.margin-x-5{margin-left:5px;margin-right:5px}.margin-t-5{margin-top:5px}.margin-r-5{margin-right:5px}.margin-b-5{margin-bottom:5px}.margin-l-5{margin-left:5px}.margin-6{margin:6px}.margin-y-6{margin-top:6px;margin-bottom:6px}.margin-x-6{margin-left:6px;margin-right:6px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-l-6{margin-left:6px}.margin-7{margin:7px}.margin-y-7{margin-top:7px;margin-bottom:7px}.margin-x-7{margin-left:7px;margin-right:7px}.margin-t-7{margin-top:7px}.margin-r-7{margin-right:7px}.margin-b-7{margin-bottom:7px}.margin-l-7{margin-left:7px}.margin-8{margin:8px}.margin-y-8{margin-top:8px;margin-bottom:8px}.margin-x-8{margin-left:8px;margin-right:8px}.margin-t-8{margin-top:8px}.margin-r-8{margin-right:8px}.margin-b-8{margin-bottom:8px}.margin-l-8{margin-left:8px}.margin-10{margin:10px}.margin-y-10{margin-top:10px;margin-bottom:10px}.margin-x-10{margin-left:10px;margin-right:10px}.margin-t-10{margin-top:10px}.margin-r-10{margin-right:10px}.margin-b-10{margin-bottom:10px}.margin-l-10{margin-left:10px}.margin-15{margin:15px}.margin-y-15{margin-top:15px;margin-bottom:15px}.margin-x-15{margin-left:15px;margin-right:15px}.margin-t-15{margin-top:15px}.margin-r-15{margin-right:15px}.margin-b-15{margin-bottom:15px}.margin-l-15{margin-left:15px}.margin-22{margin:22px}.margin-y-22{margin-top:22px;margin-bottom:22px}.margin-x-22{margin-left:22px;margin-right:22px}.margin-t-22{margin-top:22px}.margin-r-22{margin-right:22px}.margin-b-22{margin-bottom:22px}.margin-l-22{margin-left:22px}.margin-24{margin:24px}.margin-y-24{margin-top:24px;margin-bottom:24px}.margin-x-24{margin-left:24px;margin-right:24px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.margin-l-24{margin-left:24px}.gap-xs{gap:xspx}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-20{gap:20px}.gap-px-4{gap:4px}.grid-gap-8{grid-gap:8px}.w-1{width:1px}.h-1{height:1px}.w-2{width:2px}.h-2{height:2px}.w-4{width:4px}.h-4{height:4px}.w-10{width:10px}.h-10{height:10px}.w-14{width:14px}.h-14{height:14px}.w-15{width:15px}.h-15{height:15px}.w-18{width:18px}.h-18{height:18px}.w-22{width:22px}.h-22{height:22px}.w-26{width:26px}.h-26{height:26px}.w-31{width:31px}.h-31{height:31px}.w-32{width:32px}.h-32{height:32px}.w-36{width:36px}.h-36{height:36px}.w-116{width:116px}.h-116{height:116px}.w-120{width:120px}.h-120{height:120px}.w-fit-content{width:fit-content!important}.right-100{right:100%}.left-100{left:100%}.top--1{top:-1px}.top-2{top:2px}.top--14{top:-14px}.z-index--1{z-index:-1}.z-index-0{z-index:0}.z-index-1{z-index:1}.filter-dropdown-popover{width:260px;position:relative;top:-4px;left:-4px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}.h-7{height:7px!important;min-height:7px!important}.h-8{height:8px!important;min-height:8px!important}.h-9{height:9px!important;min-height:9px!important}.h-10{height:10px!important;min-height:10px!important}.h-11{height:11px!important;min-height:11px!important}.h-12{height:12px!important;min-height:12px!important}.h-14{height:14px!important;min-height:14px!important}.h-15{height:15px!important;min-height:15px!important}.h-16{height:16px!important;min-height:16px!important}.h-18{height:18px!important;min-height:18px!important}.h-22{height:22px!important;min-height:22px!important}.h-24{height:24px!important;min-height:24px!important}.h-26{height:26px!important;min-height:26px!important}.h-28{height:28px!important;min-height:28px!important}.h-30{height:30px!important;min-height:30px!important}.h-34{height:34px!important;min-height:34px!important}.h-37{height:37px!important;min-height:37px!important}.h-40{height:40px!important;min-height:40px!important}.h-42{height:42px!important;min-height:42px!important}.h-44{height:44px!important;min-height:44px!important}.h-52{height:52px!important;min-height:52px!important}.h-80{height:80px!important;min-height:80px!important}.h-160{height:160px!important;min-height:160px!important}.h-231{height:231px!important;min-height:231px!important}.h-486{height:486px!important;min-height:486px!important}.h-800{height:800px!important;min-height:800px!important}.h-960{height:960px!important;min-height:960px!important}.w-2{width:2px!important;min-width:2px!important}.w-7{width:7px!important;min-width:7px!important}.w-8{width:8px!important;min-width:8px!important}.w-10{width:10px!important;min-width:10px!important}.w-12{width:12px!important;min-width:12px!important}.w-14{width:14px!important;min-width:14px!important}.w-15{width:15px!important;min-width:15px!important}.w-16{width:16px!important;min-width:16px!important}.w-18{width:18px!important;min-width:18px!important}.w-22{width:22px!important;min-width:22px!important}.w-24{width:24px!important;min-width:24px!important}.w-26{width:26px!important;min-width:26px!important}.w-29{width:29px!important;min-width:29px!important}.w-30{width:30px!important;min-width:30px!important}.w-36{width:36px!important;min-width:36px!important}.w-40{width:40px!important;min-width:40px!important}.w-42{width:42px!important;min-width:42px!important}.w-46{width:46px!important;min-width:46px!important}.w-49{width:49px!important;min-width:49px!important}.w-57{width:57px!important;min-width:57px!important}.w-60{width:60px!important;min-width:60px!important}.w-68{width:68px!important;min-width:68px!important}.w-70{width:70px!important;min-width:70px!important}.w-71{width:71px!important;min-width:71px!important}.w-78{width:78px!important;min-width:78px!important}.w-80{width:80px!important;min-width:80px!important}.w-83{width:83px!important;min-width:83px!important}.w-84{width:84px!important;min-width:84px!important}.w-88{width:88px!important;min-width:88px!important}.w-90{width:90px!important;min-width:90px!important}.w-91{width:91px!important;min-width:91px!important}.w-93{width:93px!important;min-width:93px!important}.w-96{width:96px!important;min-width:96px!important}.w-98{width:98px!important;min-width:98px!important}.w-101{width:101px!important;min-width:101px!important}.w-106{width:106px!important;min-width:106px!important}.w-108{width:108px!important;min-width:108px!important}.w-116{width:116px!important;min-width:116px!important}.w-118{width:118px!important;min-width:118px!important}.w-126{width:126px!important;min-width:126px!important}.w-144{width:144px!important;min-width:144px!important}.w-155{width:155px!important;min-width:155px!important}.w-172{width:172px!important;min-width:172px!important}.w-179{width:179px!important;min-width:179px!important}.w-180{width:180px!important;min-width:180px!important}.w-202{width:202px!important;min-width:202px!important}.w-214{width:214px!important;min-width:214px!important}.w-223{width:223px!important;min-width:223px!important}.w-252{width:252px!important;min-width:252px!important}.w-264{width:264px!important;min-width:264px!important}.w-268{width:268px!important;min-width:268px!important}.w-272{width:272px!important;min-width:272px!important}.w-276{width:276px!important;min-width:276px!important}.w-277{width:277px!important;min-width:277px!important}.w-300{width:300px!important;min-width:300px!important}.w-334{width:334px!important;min-width:334px!important}.w-442{width:442px!important;min-width:442px!important}.w-462{width:462px!important;min-width:462px!important}.w-612{width:612px!important;min-width:612px!important}.w-616{width:616px!important;min-width:616px!important}.w-620{width:620px!important;min-width:620px!important}.min-w-0{min-width:0}.min-w-16{min-width:16px}.min-w-18{min-width:18px}.min-w-40{min-width:40px}.min-w-100{min-width:100px}.min-h-100{min-height:100px}.flex-1{flex:1}.w-33{width:33%}.w-40p{width:40%}.w-90p{width:90%}.w-100p{width:100%}.ca-full-width{width:100%!important}.shadow-100{box-shadow:0 0 4px #0003}.shadow-300{box-shadow:0 0 6px #0003}.opacity-40{opacity:.4}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.transition-width{transition:width .25s cubic-bezier(.46,.03,.51,.95);overflow-x:hidden}.transition-transform{transition:transform .25s cubic-bezier(.46,.03,.51,.95)}.transition-transform-100{transition:transform .1s cubic-bezier(.46,.03,.51,.95)}.transition-transform-400{transition:transform .4s cubic-bezier(.46,.03,.51,.95)}.transition-width-transform{transition-duration:.25s;transition-timing-function:cubic-bezier(.46,.03,.51,.95);transition-property:transform,width}.transition-background{transition:background .2s cubic-bezier(.46,.03,.51,.95)}.transition-background-100{transition:background .1s cubic-bezier(.46,.03,.51,.95)}.transition-background-color-300{transition:background,color .3s cubic-bezier(.46,.03,.51,.95)}.transition-fill-100 svg path{transition:fill .1s cubic-bezier(.46,.03,.51,.95)}.transition-duration-250{transition-duration:.25s}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.pointer-events-none{pointer-events:none}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}.place-items-center{justify-content:center;align-items:center}.prevent-text-selection{-ms-user-select:none;-webkit-user-select:none;user-select:none;-moz-user-select:none}.highlight-text-45632{background-color:#3b73ed33;color:#92b1f5;transition:all .3s ease-in-out}.toast-container-main{bottom:32px;left:50%;transform:translate(-50%);transform-origin:bottom center;transition:width .3s ease-in-out,bottom .3s ease-in-out,background-color .1s cubic-bezier(.46,.03,.51,.95)}.toast-container-main.bottom-26{bottom:26px!important}.toast-container-main.bottom-22{bottom:22px!important}.toast-container-main.no-borders{position:relative!important;bottom:auto;left:auto;transform:none}.toast-container-main .toast-close{top:4px;right:4px;transition-duration:50ms;transition-timing-function:cubic-bezier(.46,.03,.51,.95);transition-property:background-color,fill}.z-1056{z-index:1056!important}\n"] }]
|
|
33162
33266
|
}], ctorParameters: () => [], propDecorators: { type: [{
|
|
33163
33267
|
type: Input
|
|
33164
33268
|
}], toastTitle: [{
|
|
@@ -37792,85 +37896,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
37792
37896
|
type: Output
|
|
37793
37897
|
}] } });
|
|
37794
37898
|
|
|
37795
|
-
var eModalButtonClassType;
|
|
37796
|
-
(function (eModalButtonClassType) {
|
|
37797
|
-
eModalButtonClassType["PRIMARY_POSITIVE"] = "primary-positive";
|
|
37798
|
-
eModalButtonClassType["PRIMARY_NEUTRAL"] = "primary-neutral";
|
|
37799
|
-
eModalButtonClassType["PRIMARY_NEGATIVE"] = "primary-negative";
|
|
37800
|
-
eModalButtonClassType["PRIMARY_WHITE"] = "primary-white";
|
|
37801
|
-
eModalButtonClassType["SECONDARY_POSITIVE"] = "secondary-positive";
|
|
37802
|
-
eModalButtonClassType["SECONDARY_NEUTRAL"] = "secondary-neutral";
|
|
37803
|
-
eModalButtonClassType["SECONDARY_NEGATIVE"] = "secondary-negative";
|
|
37804
|
-
eModalButtonClassType["PLAIN_TEXT"] = "plain-text";
|
|
37805
|
-
eModalButtonClassType["SPECIAL_POSITIVE"] = "special-positive";
|
|
37806
|
-
eModalButtonClassType["SPECIAL_NEUTRAL"] = "special-neutral";
|
|
37807
|
-
})(eModalButtonClassType || (eModalButtonClassType = {}));
|
|
37808
|
-
|
|
37809
|
-
var eModalButtonSize;
|
|
37810
|
-
(function (eModalButtonSize) {
|
|
37811
|
-
eModalButtonSize["SMALL"] = "modal-small";
|
|
37812
|
-
eModalButtonSize["NORMAL"] = "modal-normal";
|
|
37813
|
-
eModalButtonSize["BIG_FULL_WIDTH"] = "modal-big-full-width";
|
|
37814
|
-
eModalButtonSize["SPECIAL_SMALL"] = "special-small";
|
|
37815
|
-
eModalButtonSize["SPECIAL_DEFAULT"] = "special-default";
|
|
37816
|
-
})(eModalButtonSize || (eModalButtonSize = {}));
|
|
37817
|
-
|
|
37818
|
-
class ModalButtonClassPipe {
|
|
37819
|
-
transform(type, size, isValid) {
|
|
37820
|
-
return {
|
|
37821
|
-
[`${type}-btn`]: true,
|
|
37822
|
-
[`${size}-btn`]: true,
|
|
37823
|
-
valid: isValid,
|
|
37824
|
-
};
|
|
37825
|
-
}
|
|
37826
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ModalButtonClassPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
37827
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: ModalButtonClassPipe, isStandalone: true, name: "modalButtonClass" }); }
|
|
37828
|
-
}
|
|
37829
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ModalButtonClassPipe, decorators: [{
|
|
37830
|
-
type: Pipe,
|
|
37831
|
-
args: [{
|
|
37832
|
-
name: 'modalButtonClass',
|
|
37833
|
-
standalone: true,
|
|
37834
|
-
}]
|
|
37835
|
-
}] });
|
|
37836
|
-
|
|
37837
|
-
class CaModalButtonComponent {
|
|
37838
|
-
constructor() {
|
|
37839
|
-
this.size = eModalButtonSize.NORMAL;
|
|
37840
|
-
this.isValid = true;
|
|
37841
|
-
this.isSpinnerShown = false;
|
|
37842
|
-
this.hasBothSpinnerAndText = false;
|
|
37843
|
-
}
|
|
37844
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CaModalButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
37845
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: CaModalButtonComponent, isStandalone: true, selector: "app-ca-modal-button", inputs: { type: "type", size: "size", text: "text", isValid: "isValid", isSpinnerShown: "isSpinnerShown", hasBothSpinnerAndText: "hasBothSpinnerAndText" }, ngImport: i0, template: "<button\n class=\"d-flex align-items-center justify-content-center ca-font-bold text-size-14 ca-modal-btn\"\n [class.text-and-spinner-shown]=\"isSpinnerShown && hasBothSpinnerAndText\"\n [ngClass]=\"type | modalButtonClass: size : isValid\"\n type=\"button\"\n [disabled]=\"isSpinnerShown\"\n>\n <span class=\"button-text\" [class.hidden-text]=\"isSpinnerShown && !hasBothSpinnerAndText\">\n {{ text }}\n </span>\n @if (isSpinnerShown) {\n @if (hasBothSpinnerAndText) {\n <span class=\"spinner-wrapper\">\n <app-ca-spinner\n [size]=\"'small'\"\n [color]=\"'white'\"\n ></app-ca-spinner>\n </span>\n } @else {\n <span class=\"spinner-absolute\">\n <app-ca-spinner [size]=\"'small'\" [color]=\"'white'\"></app-ca-spinner>\n </span>\n }\n }\n</button>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:420px!important}.pickup-delivery-popover .popover-body{position:relative;left:-4px;top:1px}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.load-pickup-delivery-popover{top:-34px!important;max-width:400px!important}.gps_dropdown_popover{top:-38px;max-width:748px!important}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.dropdown-menu-popover.bs-popover-end-top .dropdown-container{transform:translate(-4px,-4px)}.dropdown-menu-popover.bs-popover-bottom-end .dropdown-container{transform:translate(3px,-3px)}.dropdown-menu-popover.bs-popover-end-bottom .dropdown-container{transform:translate(-3px,3px)}.dropdown-menu-popover.bs-popover-top-end .dropdown-container{transform:translate(3px,3px)}.dropdown-menu-popover.ca-pickup-delivery-dropdown-popover.bs-popover-end-top .dropdown-container{transform:translateY(-6px)}.dropdown-details-title-card-popover .dropdown-container{transform:translateY(-4px)}.fleet-filter-popover.bs-popover-bottom-start .fleet-filter-dropdown-container{transform:translate(-4px,-4px)!important}.fleet-filter-popover.bs-popover-top-start .fleet-filter-dropdown-container{transform:translate(-4px,4px)!important}.fleet-filter-sort-popover.bs-popover-end-top{transform:translate(158px,-3px)!important}.factoring-dropdown-popover.bs-popover-bottom-end .factoring-dropdown-container{transform:translate(4px,-4px)!important}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:1}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{white-space:nowrap;max-width:none;border-radius:3px;font-size:11px;font-weight:600}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;line-height:14px;font-weight:600;border-radius:3px;padding:2px 6px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-5{color:#3074d3!important}.text-color-blue-5::-moz-selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-5::selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-11{color:#3b73ed!important}.text-color-blue-11::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-11::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-14{color:#3b73ed!important}.text-color-blue-14::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-14::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow-4{color:#fbc88b!important}.text-color-yellow-4::-moz-selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-4::selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-5{color:#f89b2e!important}.text-color-yellow-5::-moz-selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-yellow-5::selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-special-filter-purple{color:#9e47ec!important}.text-color-special-filter-purple::-moz-selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-special-filter-purple::selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-grey-9{color:#b7b7b7!important}.text-color-grey-9::-moz-selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-grey-9::selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3{color:#ffffffb3!important}.text-color-white-3::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-color-orange-1{color:#ff7043!important}.text-color-orange-1::-moz-selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-1::selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-2{color:#f77d3b!important}.text-color-orange-2::-moz-selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-2::selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-3{color:#ffb097!important}.text-color-orange-3::-moz-selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-orange-3::selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-brown-1{color:#865e3a!important}.text-color-brown-1::-moz-selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-brown-1::selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-light-blue-2{color:#1ab5e6!important}.text-color-light-blue-2::-moz-selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-color-light-blue-2::selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-hover-white{transition:color .3s ease-in-out ease-in-out}.text-hover-white:hover{color:#fff!important}.text-hover-black{transition:color .3s ease-in-out ease-in-out}.text-hover-black:hover{color:#424242!important}.text-hover-blue-15{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-15:hover{color:#0b49d1!important}.text-hover-blue-18{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-18:hover{color:#3b73ed!important}.text-hover-bw6-2{transition:color .3s ease-in-out ease-in-out}.text-hover-bw6-2:hover{color:#6c6c6c!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-20{font-size:20px!important;line-height:24px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.font-size-7{font-size:7px!important}.font-size-8{font-size:8px!important}.font-size-11{font-size:11px!important}.line-height-12{line-height:12px!important}.line-height-15{line-height:15px!important}.line-height-18{line-height:18px!important}.line-height-20{line-height:20px!important}.svg-fill-dark-2 svg path,.svg-fill-dark-2 svg circle{fill:#91919133!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-black-2 svg path,.svg-fill-black-2 svg circle{fill:#2f2f2f!important}.svg-fill-black-9 svg path,.svg-fill-black-9 svg circle{fill:#1d1d1d!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-white-3 svg path,.svg-fill-white-3 svg circle{fill:#ebebeb!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-grey-2 svg path,.svg-fill-grey-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw6-2 svg path,.svg-fill-bw6-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-9 svg path,.svg-fill-blue-9 svg circle{fill:#0b49d1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-green-6 svg path,.svg-fill-green-6 svg circle{fill:#77bf56!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-yellow-8 svg path,.svg-fill-yellow-8 svg circle{fill:#daad4f!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-fill-red-13 svg path,.svg-fill-red-13 svg circle{fill:#ed9292!important}.svg-fill-red-14 svg path,.svg-fill-red-14 svg circle{fill:#c20c0c!important}.svg-fill-red-15 svg path,.svg-fill-red-15 svg circle{fill:#f4bebe!important}.svg-fill-red-18 svg path,.svg-fill-red-18 svg circle{fill:#e668a0!important}.svg-fill-orange-4 svg path,.svg-fill-orange-4 svg circle{fill:#ff906d!important}.svg-fill-brown svg path,.svg-fill-brown svg circle{fill:#865e3a!important}.svg-fill-purple-4 svg path,.svg-fill-purple-4 svg circle{fill:#9e47ec!important}.svg-fill-first-path-child-green svg path:first-child{fill:#56b4ac!important}.svg-fill-first-path-child-green-6 svg path:first-child{fill:#77bf56!important}.svg-fill-first-path-child-yellow-1 svg path:first-child{fill:#fab15c!important}.svg-fill-first-path-child-orange-4 svg path:first-child{fill:#ff906d!important}.svg-fill-first-path-child-red-10 svg path:first-child{fill:#e66767!important}.svg-fill-first-path-child-light-grey-2 svg path:first-child{fill:#aaa!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey svg path{transition:fill .3s ease-in-out}.svg-hover-grey:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-9 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-9:hover svg path{fill:#0b49d1!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#6f9ee033!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-17 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-17:hover svg path{fill:#bed0f9!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-bw-9 svg path{transition:fill .3s ease-in-out}.svg-hover-bw-9:hover svg path{fill:#dadada!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-6 svg{width:6px;height:6px}.svg-size-7 svg{width:7px;height:7px}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-17 svg{width:17px;height:17px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-23 svg{width:23px;height:23px}.svg-size-26 svg{width:26px;height:26px}.svg-size-30-26 svg{width:30px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.svg-size-90 svg{width:90px;height:90px}.svg-rect-fill-blue-8{fill:#6692f1!important}.svg-rect-fill-blue-8 svg rect{fill:#6692f1!important}.svg-rect-fill-yellow-1{fill:#fab15c!important}.svg-rect-fill-yellow-1 svg rect{fill:#fab15c!important}.svg-rect-fill-red-10{fill:#e66767!important}.svg-rect-fill-red-10 svg rect{fill:#e66767!important}.svg-rect-fill-muted{fill:#919191!important}.svg-rect-fill-muted svg rect{fill:#919191!important}.svg-rect-fill-dark-2{fill:#91919133!important}.svg-rect-fill-dark-2 svg rect{fill:#91919133!important}.svg-rect-hover-blue-14{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14:hover{fill:#3b73ed!important}.svg-rect-hover-blue-14:hover svg rect{fill:#3b73ed!important}.svg-rect-hover-yellow-5{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5:hover{fill:#f89b2e!important}.svg-rect-hover-yellow-5:hover svg rect{fill:#f89b2e!important}.svg-rect-hover-red-11{transition:fill .3s ease-in-out}.svg-rect-hover-red-11 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-red-11:hover{fill:#df3c3c!important}.svg-rect-hover-red-11:hover svg rect{fill:#df3c3c!important}.svg-rect-hover-bw6-2{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2:hover{fill:#6c6c6c!important}.svg-rect-hover-bw6-2:hover svg rect{fill:#6c6c6c!important}.svg-rect-hover-dark-2{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2:hover{fill:#91919133!important}.svg-rect-hover-dark-2:hover svg rect{fill:#91919133!important}.background-transparent{background-color:transparent}.background-white{background-color:#fff}.background-white-7{background-color:#ffffff20}.background-muted{background:#919191}.background-muted-o20{background:#91919133}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-black-3{background-color:#1d1d1d}.background-gray{background-color:#e5e5e5}.background-gray-2{background-color:#6c6c6c}.background-gray-7{background-color:#ccc3}.background-gray-12{background-color:#eee}.background-gray-20{background-color:#c9c9c9}.background-light-gray-2{background-color:#aaa}.background-light-gray-6{background-color:#ccc}.background-light-gray-7{background-color:#fbfbfb}.background-grey{background-color:#919191}.background-grey-4{background-color:#ccc}.background-blue-5{background-color:#3074d3}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-blue-15{background-color:#0b49d1}.background-blue-18{background-color:#3b73ed}.background-blue-19{background-color:#92b1f5}.background-blue-20{background-color:#3b73ed33}.background-green-0{background-color:#56b4ac}.background-green-2{background-color:#259f94}.background-green-3{background-color:#b6dfdb}.background-green-4,.background-green-6{background-color:#86c9c3}.background-green-special-filter{background-color:#007a6e}.background-dark-2{background-color:#91919133}.background-dark-3{background-color:#91919166}.background-red-19{background-color:#df3d85}.background-red-11{background-color:#df3c3c}.background-purple-4{background-color:#9e47ec}.background-gold-bold{background-color:#cf961d}.background-gold-subtle{background-color:#e4c481}.background-orange-3{background-color:#ffb097}.background-orange-4{background-color:#ff906d}.background-orange-7{background-color:#ffcfc0}.background-yellow-1{background-color:#fab15c}.background-yellow-5{background-color:#f89b2e}.background-yellow-7{background-color:#f89b2e33}.background-yellow-8{background-color:#daad4f}.background-bw5{background-color:#919191}.background-bw6-2{background-color:#6c6c6c}.background-brown-bold{background-color:#865e3a}.background-bw2{background-color:#eee}.background-bw-9{background-color:#dadada}.background-bw10{background-color:#eee0}.background-hover-white{transition:background-color .3s ease-in-out}.background-hover-white:hover{background-color:#fff!important}.background-hover-white-4{transition:background-color .3s ease-in-out}.background-hover-white-4:hover{background-color:#fff3!important}.background-hover-black{transition:background-color .3s ease-in-out}.background-hover-black:hover{background-color:#424242!important}.background-hover-black-1{transition:background-color .3s ease-in-out}.background-hover-black-1:hover{background-color:#424242!important}.background-hover-black-2{transition:background-color .3s ease-in-out}.background-hover-black-2:hover{background-color:#2f2f2f!important}.background-hover-grey{transition:background-color .3s ease-in-out}.background-hover-grey:hover{background-color:#919191!important}.background-hover-grey-2{transition:background-color .3s ease-in-out}.background-hover-grey-2:hover{background-color:#6c6c6c!important}.background-hover-grey-6{transition:background-color .3s ease-in-out}.background-hover-grey-6:hover{background-color:#91919120!important}.background-hover-dark-2{transition:background-color .3s ease-in-out}.background-hover-dark-2:hover{background-color:#91919133!important}.background-hover-dark-3{transition:background-color .3s ease-in-out}.background-hover-dark-3:hover{background-color:#91919166!important}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-bw6{transition:background-color .3s ease-in-out}.background-hover-bw6:hover{background-color:#606060!important}.background-hover-bw6-2{transition:background-color .3s ease-in-out}.background-hover-bw6-2:hover{background-color:#6c6c6c!important}.background-hover-blue-11{transition:background-color .3s ease-in-out}.background-hover-blue-11:hover{background-color:#6f9ee066!important}.background-hover-blue-13{transition:background-color .3s ease-in-out}.background-hover-blue-13:hover{background-color:#6692f1!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.background-hover-blue-16{transition:background-color .3s ease-in-out}.background-hover-blue-16:hover{background-color:#e9effd!important}.background-hover-blue-17{transition:background-color .3s ease-in-out}.background-hover-blue-17:hover{background-color:#bed0f9!important}.background-hover-blue-19{transition:background-color .3s ease-in-out}.background-hover-blue-19:hover{background-color:#92b1f5!important}.background-hover-blue-20{transition:background-color .3s ease-in-out}.background-hover-blue-20:hover{background-color:#3b73ed33!important}.background-hover-blue-21{transition:background-color .3s ease-in-out}.background-hover-blue-21:hover{background-color:#3b73ed66!important}.background-hover-red-15{transition:background-color .3s ease-in-out}.background-hover-red-15:hover{background-color:#f4bebe!important}.background-hover-red-14{transition:background-color .3s ease-in-out}.background-hover-red-14:hover{background-color:#c20c0c!important}.background-hover-gray{transition:background-color .3s ease-in-out}.background-hover-gray:hover{background-color:#e5e5e5!important}.background-hover-light-grey{transition:background-color .3s ease-in-out}.background-hover-light-grey:hover{background-color:#e5e5e5!important}.background-hover-light-grey-5{transition:background-color .3s ease-in-out}.background-hover-light-grey-5:hover{background-color:#f7f7f7!important}.background-hover-bw-9{transition:background-color .3s ease-in-out}.background-hover-bw-9:hover{background-color:#dadada!important}.background-hover-green-special-filter{transition:background-color .3s ease-in-out}.background-hover-green-special-filter:hover{background-color:#007a6e!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-50{border-radius:50px}.br-60{border-radius:60px}.br-circle{border-radius:50%}.padding-1{padding:1px}.padding-l-1{padding-left:1px}.padding-r-1{padding-right:1px}.padding-t-1{padding-top:1px}.padding-b-1{padding-bottom:1px}.padding-2{padding:2px}.padding-l-2{padding-left:2px}.padding-r-2{padding-right:2px}.padding-t-2{padding-top:2px}.padding-b-2{padding-bottom:2px}.padding-3{padding:3px}.padding-l-3{padding-left:3px}.padding-r-3{padding-right:3px}.padding-t-3{padding-top:3px}.padding-b-3{padding-bottom:3px}.padding-4{padding:4px}.padding-l-4{padding-left:4px}.padding-r-4{padding-right:4px}.padding-t-4{padding-top:4px}.padding-b-4{padding-bottom:4px}.padding-6{padding:6px}.padding-l-6{padding-left:6px}.padding-r-6{padding-right:6px}.padding-t-6{padding-top:6px}.padding-b-6{padding-bottom:6px}.padding-8{padding:8px}.padding-l-8{padding-left:8px}.padding-r-8{padding-right:8px}.padding-t-8{padding-top:8px}.padding-b-8{padding-bottom:8px}.padding-9{padding:9px}.padding-l-9{padding-left:9px}.padding-r-9{padding-right:9px}.padding-t-9{padding-top:9px}.padding-b-9{padding-bottom:9px}.padding-10{padding:10px}.padding-l-10{padding-left:10px}.padding-r-10{padding-right:10px}.padding-t-10{padding-top:10px}.padding-b-10{padding-bottom:10px}.padding-12{padding:12px}.padding-l-12{padding-left:12px}.padding-r-12{padding-right:12px}.padding-t-12{padding-top:12px}.padding-b-12{padding-bottom:12px}.padding-14{padding:14px}.padding-l-14{padding-left:14px}.padding-r-14{padding-right:14px}.padding-t-14{padding-top:14px}.padding-b-14{padding-bottom:14px}.padding-15{padding:15px}.padding-l-15{padding-left:15px}.padding-r-15{padding-right:15px}.padding-t-15{padding-top:15px}.padding-b-15{padding-bottom:15px}.padding-18{padding:18px}.padding-l-18{padding-left:18px}.padding-r-18{padding-right:18px}.padding-t-18{padding-top:18px}.padding-b-18{padding-bottom:18px}.padding-30{padding:30px}.padding-l-30{padding-left:30px}.padding-r-30{padding-right:30px}.padding-t-30{padding-top:30px}.padding-b-30{padding-bottom:30px}.padding-y-1{padding-top:1px;padding-bottom:1px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-3{padding-top:3px;padding-bottom:3px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-y-6{padding-top:6px;padding-bottom:6px}.padding-y-8{padding-top:8px;padding-bottom:8px}.padding-y-9{padding-top:9px;padding-bottom:9px}.padding-y-10{padding-top:10px;padding-bottom:10px}.padding-y-12{padding-top:12px;padding-bottom:12px}.padding-y-14{padding-top:14px;padding-bottom:14px}.padding-y-15{padding-top:15px;padding-bottom:15px}.padding-y-18{padding-top:18px;padding-bottom:18px}.padding-y-30{padding-top:30px;padding-bottom:30px}.padding-x-2{padding-left:2px;padding-right:2px}.padding-x-3{padding-left:3px;padding-right:3px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.padding-x-6{padding-left:6px;padding-right:6px}.padding-x-8{padding-left:8px;padding-right:8px}.padding-x-10{padding-left:10px;padding-right:10px}.padding-x-12{padding-left:12px;padding-right:12px}.margin--4{margin:-4px}.margin-y--4{margin-top:-4px;margin-bottom:-4px}.margin-x--4{margin-left:-4px;margin-right:-4px}.margin-t--4{margin-top:-4px}.margin-r--4{margin-right:-4px}.margin-b--4{margin-bottom:-4px}.margin-l--4{margin-left:-4px}.margin--2{margin:-2px}.margin-y--2{margin-top:-2px;margin-bottom:-2px}.margin-x--2{margin-left:-2px;margin-right:-2px}.margin-t--2{margin-top:-2px}.margin-r--2{margin-right:-2px}.margin-b--2{margin-bottom:-2px}.margin-l--2{margin-left:-2px}.margin-1{margin:1px}.margin-y-1{margin-top:1px;margin-bottom:1px}.margin-x-1{margin-left:1px;margin-right:1px}.margin-t-1{margin-top:1px}.margin-r-1{margin-right:1px}.margin-b-1{margin-bottom:1px}.margin-l-1{margin-left:1px}.margin-2{margin:2px}.margin-y-2{margin-top:2px;margin-bottom:2px}.margin-x-2{margin-left:2px;margin-right:2px}.margin-t-2{margin-top:2px}.margin-r-2{margin-right:2px}.margin-b-2{margin-bottom:2px}.margin-l-2{margin-left:2px}.margin-4{margin:4px}.margin-y-4{margin-top:4px;margin-bottom:4px}.margin-x-4{margin-left:4px;margin-right:4px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-l-4{margin-left:4px}.margin-5{margin:5px}.margin-y-5{margin-top:5px;margin-bottom:5px}.margin-x-5{margin-left:5px;margin-right:5px}.margin-t-5{margin-top:5px}.margin-r-5{margin-right:5px}.margin-b-5{margin-bottom:5px}.margin-l-5{margin-left:5px}.margin-6{margin:6px}.margin-y-6{margin-top:6px;margin-bottom:6px}.margin-x-6{margin-left:6px;margin-right:6px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-l-6{margin-left:6px}.margin-7{margin:7px}.margin-y-7{margin-top:7px;margin-bottom:7px}.margin-x-7{margin-left:7px;margin-right:7px}.margin-t-7{margin-top:7px}.margin-r-7{margin-right:7px}.margin-b-7{margin-bottom:7px}.margin-l-7{margin-left:7px}.margin-8{margin:8px}.margin-y-8{margin-top:8px;margin-bottom:8px}.margin-x-8{margin-left:8px;margin-right:8px}.margin-t-8{margin-top:8px}.margin-r-8{margin-right:8px}.margin-b-8{margin-bottom:8px}.margin-l-8{margin-left:8px}.margin-10{margin:10px}.margin-y-10{margin-top:10px;margin-bottom:10px}.margin-x-10{margin-left:10px;margin-right:10px}.margin-t-10{margin-top:10px}.margin-r-10{margin-right:10px}.margin-b-10{margin-bottom:10px}.margin-l-10{margin-left:10px}.margin-15{margin:15px}.margin-y-15{margin-top:15px;margin-bottom:15px}.margin-x-15{margin-left:15px;margin-right:15px}.margin-t-15{margin-top:15px}.margin-r-15{margin-right:15px}.margin-b-15{margin-bottom:15px}.margin-l-15{margin-left:15px}.margin-22{margin:22px}.margin-y-22{margin-top:22px;margin-bottom:22px}.margin-x-22{margin-left:22px;margin-right:22px}.margin-t-22{margin-top:22px}.margin-r-22{margin-right:22px}.margin-b-22{margin-bottom:22px}.margin-l-22{margin-left:22px}.margin-24{margin:24px}.margin-y-24{margin-top:24px;margin-bottom:24px}.margin-x-24{margin-left:24px;margin-right:24px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.margin-l-24{margin-left:24px}.gap-xs{gap:xspx}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-20{gap:20px}.gap-px-4{gap:4px}.grid-gap-8{grid-gap:8px}.w-1{width:1px}.h-1{height:1px}.w-2{width:2px}.h-2{height:2px}.w-4{width:4px}.h-4{height:4px}.w-10{width:10px}.h-10{height:10px}.w-14{width:14px}.h-14{height:14px}.w-15{width:15px}.h-15{height:15px}.w-18{width:18px}.h-18{height:18px}.w-22{width:22px}.h-22{height:22px}.w-26{width:26px}.h-26{height:26px}.w-31{width:31px}.h-31{height:31px}.w-32{width:32px}.h-32{height:32px}.w-36{width:36px}.h-36{height:36px}.w-116{width:116px}.h-116{height:116px}.w-120{width:120px}.h-120{height:120px}.w-fit-content{width:fit-content!important}.right-100{right:100%}.left-100{left:100%}.top--1{top:-1px}.top-2{top:2px}.top--14{top:-14px}.z-index--1{z-index:-1}.z-index-0{z-index:0}.z-index-1{z-index:1}.filter-dropdown-popover{width:260px;position:relative;top:-4px;left:-4px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}.h-7{height:7px!important;min-height:7px!important}.h-8{height:8px!important;min-height:8px!important}.h-9{height:9px!important;min-height:9px!important}.h-10{height:10px!important;min-height:10px!important}.h-11{height:11px!important;min-height:11px!important}.h-12{height:12px!important;min-height:12px!important}.h-14{height:14px!important;min-height:14px!important}.h-15{height:15px!important;min-height:15px!important}.h-16{height:16px!important;min-height:16px!important}.h-18{height:18px!important;min-height:18px!important}.h-22{height:22px!important;min-height:22px!important}.h-24{height:24px!important;min-height:24px!important}.h-26{height:26px!important;min-height:26px!important}.h-28{height:28px!important;min-height:28px!important}.h-30{height:30px!important;min-height:30px!important}.h-34{height:34px!important;min-height:34px!important}.h-37{height:37px!important;min-height:37px!important}.h-40{height:40px!important;min-height:40px!important}.h-42{height:42px!important;min-height:42px!important}.h-44{height:44px!important;min-height:44px!important}.h-52{height:52px!important;min-height:52px!important}.h-80{height:80px!important;min-height:80px!important}.h-160{height:160px!important;min-height:160px!important}.h-231{height:231px!important;min-height:231px!important}.h-486{height:486px!important;min-height:486px!important}.h-800{height:800px!important;min-height:800px!important}.h-960{height:960px!important;min-height:960px!important}.w-2{width:2px!important;min-width:2px!important}.w-7{width:7px!important;min-width:7px!important}.w-8{width:8px!important;min-width:8px!important}.w-10{width:10px!important;min-width:10px!important}.w-12{width:12px!important;min-width:12px!important}.w-14{width:14px!important;min-width:14px!important}.w-15{width:15px!important;min-width:15px!important}.w-16{width:16px!important;min-width:16px!important}.w-18{width:18px!important;min-width:18px!important}.w-22{width:22px!important;min-width:22px!important}.w-24{width:24px!important;min-width:24px!important}.w-26{width:26px!important;min-width:26px!important}.w-29{width:29px!important;min-width:29px!important}.w-30{width:30px!important;min-width:30px!important}.w-36{width:36px!important;min-width:36px!important}.w-40{width:40px!important;min-width:40px!important}.w-42{width:42px!important;min-width:42px!important}.w-46{width:46px!important;min-width:46px!important}.w-49{width:49px!important;min-width:49px!important}.w-57{width:57px!important;min-width:57px!important}.w-60{width:60px!important;min-width:60px!important}.w-68{width:68px!important;min-width:68px!important}.w-70{width:70px!important;min-width:70px!important}.w-71{width:71px!important;min-width:71px!important}.w-78{width:78px!important;min-width:78px!important}.w-80{width:80px!important;min-width:80px!important}.w-83{width:83px!important;min-width:83px!important}.w-84{width:84px!important;min-width:84px!important}.w-88{width:88px!important;min-width:88px!important}.w-90{width:90px!important;min-width:90px!important}.w-91{width:91px!important;min-width:91px!important}.w-93{width:93px!important;min-width:93px!important}.w-96{width:96px!important;min-width:96px!important}.w-98{width:98px!important;min-width:98px!important}.w-101{width:101px!important;min-width:101px!important}.w-106{width:106px!important;min-width:106px!important}.w-108{width:108px!important;min-width:108px!important}.w-116{width:116px!important;min-width:116px!important}.w-118{width:118px!important;min-width:118px!important}.w-126{width:126px!important;min-width:126px!important}.w-144{width:144px!important;min-width:144px!important}.w-155{width:155px!important;min-width:155px!important}.w-172{width:172px!important;min-width:172px!important}.w-179{width:179px!important;min-width:179px!important}.w-180{width:180px!important;min-width:180px!important}.w-202{width:202px!important;min-width:202px!important}.w-214{width:214px!important;min-width:214px!important}.w-223{width:223px!important;min-width:223px!important}.w-252{width:252px!important;min-width:252px!important}.w-264{width:264px!important;min-width:264px!important}.w-268{width:268px!important;min-width:268px!important}.w-272{width:272px!important;min-width:272px!important}.w-276{width:276px!important;min-width:276px!important}.w-277{width:277px!important;min-width:277px!important}.w-300{width:300px!important;min-width:300px!important}.w-334{width:334px!important;min-width:334px!important}.w-442{width:442px!important;min-width:442px!important}.w-462{width:462px!important;min-width:462px!important}.w-612{width:612px!important;min-width:612px!important}.w-616{width:616px!important;min-width:616px!important}.w-620{width:620px!important;min-width:620px!important}.min-w-0{min-width:0}.min-w-16{min-width:16px}.min-w-18{min-width:18px}.min-w-40{min-width:40px}.min-w-100{min-width:100px}.min-h-100{min-height:100px}.flex-1{flex:1}.w-33{width:33%}.w-40p{width:40%}.w-90p{width:90%}.w-100p{width:100%}.ca-full-width{width:100%!important}.shadow-100{box-shadow:0 0 4px #0003}.shadow-300{box-shadow:0 0 6px #0003}.opacity-40{opacity:.4}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.transition-width{transition:width .25s cubic-bezier(.46,.03,.51,.95);overflow-x:hidden}.transition-transform{transition:transform .25s cubic-bezier(.46,.03,.51,.95)}.transition-transform-100{transition:transform .1s cubic-bezier(.46,.03,.51,.95)}.transition-transform-400{transition:transform .4s cubic-bezier(.46,.03,.51,.95)}.transition-width-transform{transition-duration:.25s;transition-timing-function:cubic-bezier(.46,.03,.51,.95);transition-property:transform,width}.transition-background{transition:background .2s cubic-bezier(.46,.03,.51,.95)}.transition-background-100{transition:background .1s cubic-bezier(.46,.03,.51,.95)}.transition-background-color-300{transition:background,color .3s cubic-bezier(.46,.03,.51,.95)}.transition-fill-100 svg path{transition:fill .1s cubic-bezier(.46,.03,.51,.95)}.transition-duration-250{transition-duration:.25s}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.pointer-events-none{pointer-events:none}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}.place-items-center{justify-content:center;align-items:center}.prevent-text-selection{-ms-user-select:none;-webkit-user-select:none;user-select:none;-moz-user-select:none}.highlight-text-45632{background-color:#3b73ed33;color:#92b1f5;transition:all .3s ease-in-out}.ca-modal-btn{position:relative;outline:none;border:none;border-radius:2px;height:32px;margin:0;padding:6px 12px;background:#f7f7f7;color:#ccc;cursor:pointer;pointer-events:none;transition:background .3s ease-in-out,color .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ca-modal-btn .button-text.hidden-text{visibility:hidden}.ca-modal-btn .spinner-absolute{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ca-modal-btn .spinner-wrapper{margin-left:10px}.ca-modal-btn.valid{pointer-events:all}.ca-modal-btn.modal-small-btn{min-width:100px}.ca-modal-btn.modal-normal-btn{min-width:150px}.ca-modal-btn.modal-big-full-width-btn{height:62px;width:100%}.ca-modal-btn.special-small-btn{height:22px;width:100%;font-size:11px!important;line-height:14px!important}.ca-modal-btn.special-default-btn{height:26px;min-width:100px}.ca-modal-btn.primary-positive-btn.valid{background:#3b73ed;color:#fff}.ca-modal-btn.primary-positive-btn.valid.text-and-spinner-shown{background:#0b49d1;color:#92b1f5}.ca-modal-btn.primary-positive-btn.valid:hover{background:#0b49d1}.ca-modal-btn.secondary-positive-btn.valid{background:#eee;color:#3b73ed}.ca-modal-btn.secondary-positive-btn.valid:hover{background:#0b49d1;color:#fff}.ca-modal-btn.primary-neutral-btn.valid{background:#6c6c6c;color:#fff}.ca-modal-btn.primary-neutral-btn.valid:hover{background:#424242}.ca-modal-btn.secondary-neutral-btn.valid{background:#eee;color:#424242}.ca-modal-btn.secondary-neutral-btn.valid:hover{background:#424242;color:#fff}.ca-modal-btn.primary-negative-btn.valid{background:#df3c3c;color:#fff}.ca-modal-btn.primary-negative-btn.valid:hover{background:#c20c0c}.ca-modal-btn.secondary-negative-btn.valid{background:#eee;color:#df3c3c}.ca-modal-btn.secondary-negative-btn.valid:hover{background:#c20c0c;color:#fff}.ca-modal-btn.plain-text-btn.valid{background:transparent;color:#3b73ed}.ca-modal-btn.plain-text-btn.valid:hover{background:transparent;color:#0b49d1}.ca-modal-btn.primary-white-btn.valid{background:#fff;color:#3b73ed}.ca-modal-btn.primary-white-btn.valid:hover{background:#3b73ed;color:#fff}.ca-modal-btn.special-positive-btn{padding:4px 8px!important}.ca-modal-btn.special-positive-btn.valid{background:#3b73ed;color:#fff}.ca-modal-btn.special-positive-btn.valid:hover{background:#fff;color:#0b49d1}.ca-modal-btn.special-neutral-btn{padding:4px!important}.ca-modal-btn.special-neutral-btn.valid{background:#eee;color:#6c6c6c}.ca-modal-btn.special-neutral-btn.valid:hover{background:#dadada;color:#424242}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type:
|
|
37846
|
-
// components
|
|
37847
|
-
CaSpinnerComponent, selector: "app-ca-spinner", inputs: ["size", "color", "isBarSpinner"] }, { kind: "pipe", type:
|
|
37848
|
-
// pipes
|
|
37849
|
-
ModalButtonClassPipe, name: "modalButtonClass" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
37850
|
-
}
|
|
37851
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CaModalButtonComponent, decorators: [{
|
|
37852
|
-
type: Component,
|
|
37853
|
-
args: [{ selector: 'app-ca-modal-button', changeDetection: ChangeDetectionStrategy.OnPush, imports: [
|
|
37854
|
-
CommonModule,
|
|
37855
|
-
// components
|
|
37856
|
-
CaSpinnerComponent,
|
|
37857
|
-
// pipes
|
|
37858
|
-
ModalButtonClassPipe,
|
|
37859
|
-
], template: "<button\n class=\"d-flex align-items-center justify-content-center ca-font-bold text-size-14 ca-modal-btn\"\n [class.text-and-spinner-shown]=\"isSpinnerShown && hasBothSpinnerAndText\"\n [ngClass]=\"type | modalButtonClass: size : isValid\"\n type=\"button\"\n [disabled]=\"isSpinnerShown\"\n>\n <span class=\"button-text\" [class.hidden-text]=\"isSpinnerShown && !hasBothSpinnerAndText\">\n {{ text }}\n </span>\n @if (isSpinnerShown) {\n @if (hasBothSpinnerAndText) {\n <span class=\"spinner-wrapper\">\n <app-ca-spinner\n [size]=\"'small'\"\n [color]=\"'white'\"\n ></app-ca-spinner>\n </span>\n } @else {\n <span class=\"spinner-absolute\">\n <app-ca-spinner [size]=\"'small'\" [color]=\"'white'\"></app-ca-spinner>\n </span>\n }\n }\n</button>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:420px!important}.pickup-delivery-popover .popover-body{position:relative;left:-4px;top:1px}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.load-pickup-delivery-popover{top:-34px!important;max-width:400px!important}.gps_dropdown_popover{top:-38px;max-width:748px!important}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.dropdown-menu-popover.bs-popover-end-top .dropdown-container{transform:translate(-4px,-4px)}.dropdown-menu-popover.bs-popover-bottom-end .dropdown-container{transform:translate(3px,-3px)}.dropdown-menu-popover.bs-popover-end-bottom .dropdown-container{transform:translate(-3px,3px)}.dropdown-menu-popover.bs-popover-top-end .dropdown-container{transform:translate(3px,3px)}.dropdown-menu-popover.ca-pickup-delivery-dropdown-popover.bs-popover-end-top .dropdown-container{transform:translateY(-6px)}.dropdown-details-title-card-popover .dropdown-container{transform:translateY(-4px)}.fleet-filter-popover.bs-popover-bottom-start .fleet-filter-dropdown-container{transform:translate(-4px,-4px)!important}.fleet-filter-popover.bs-popover-top-start .fleet-filter-dropdown-container{transform:translate(-4px,4px)!important}.fleet-filter-sort-popover.bs-popover-end-top{transform:translate(158px,-3px)!important}.factoring-dropdown-popover.bs-popover-bottom-end .factoring-dropdown-container{transform:translate(4px,-4px)!important}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:1}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{white-space:nowrap;max-width:none;border-radius:3px;font-size:11px;font-weight:600}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;line-height:14px;font-weight:600;border-radius:3px;padding:2px 6px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-5{color:#3074d3!important}.text-color-blue-5::-moz-selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-5::selection{background-color:#3074d333!important;color:#3074d3!important}.text-color-blue-11{color:#3b73ed!important}.text-color-blue-11::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-11::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-14{color:#3b73ed!important}.text-color-blue-14::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-14::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow-4{color:#fbc88b!important}.text-color-yellow-4::-moz-selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-4::selection{background-color:#fbc88b33!important;color:#fbc88b!important}.text-color-yellow-5{color:#f89b2e!important}.text-color-yellow-5::-moz-selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-yellow-5::selection{background-color:#f89b2e33!important;color:#f89b2e!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-special-filter-purple{color:#9e47ec!important}.text-color-special-filter-purple::-moz-selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-special-filter-purple::selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-grey-9{color:#b7b7b7!important}.text-color-grey-9::-moz-selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-grey-9::selection{background-color:#b7b7b733!important;color:#b7b7b7!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3{color:#ffffffb3!important}.text-color-white-3::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-3::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-color-orange-1{color:#ff7043!important}.text-color-orange-1::-moz-selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-1::selection{background-color:#ff704333!important;color:#ff7043!important}.text-color-orange-2{color:#f77d3b!important}.text-color-orange-2::-moz-selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-2::selection{background-color:#f77d3b33!important;color:#f77d3b!important}.text-color-orange-3{color:#ffb097!important}.text-color-orange-3::-moz-selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-orange-3::selection{background-color:#ffb09733!important;color:#ffb097!important}.text-color-brown-1{color:#865e3a!important}.text-color-brown-1::-moz-selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-brown-1::selection{background-color:#865e3a33!important;color:#865e3a!important}.text-color-light-blue-2{color:#1ab5e6!important}.text-color-light-blue-2::-moz-selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-color-light-blue-2::selection{background-color:#1ab5e633!important;color:#1ab5e6!important}.text-hover-white{transition:color .3s ease-in-out ease-in-out}.text-hover-white:hover{color:#fff!important}.text-hover-black{transition:color .3s ease-in-out ease-in-out}.text-hover-black:hover{color:#424242!important}.text-hover-blue-15{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-15:hover{color:#0b49d1!important}.text-hover-blue-18{transition:color .3s ease-in-out ease-in-out}.text-hover-blue-18:hover{color:#3b73ed!important}.text-hover-bw6-2{transition:color .3s ease-in-out ease-in-out}.text-hover-bw6-2:hover{color:#6c6c6c!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-20{font-size:20px!important;line-height:24px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.font-size-7{font-size:7px!important}.font-size-8{font-size:8px!important}.font-size-11{font-size:11px!important}.line-height-12{line-height:12px!important}.line-height-15{line-height:15px!important}.line-height-18{line-height:18px!important}.line-height-20{line-height:20px!important}.svg-fill-dark-2 svg path,.svg-fill-dark-2 svg circle{fill:#91919133!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-black-2 svg path,.svg-fill-black-2 svg circle{fill:#2f2f2f!important}.svg-fill-black-9 svg path,.svg-fill-black-9 svg circle{fill:#1d1d1d!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-white-3 svg path,.svg-fill-white-3 svg circle{fill:#ebebeb!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-grey-2 svg path,.svg-fill-grey-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw6-2 svg path,.svg-fill-bw6-2 svg circle{fill:#6c6c6c!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-9 svg path,.svg-fill-blue-9 svg circle{fill:#0b49d1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-green-6 svg path,.svg-fill-green-6 svg circle{fill:#77bf56!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-yellow-8 svg path,.svg-fill-yellow-8 svg circle{fill:#daad4f!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-fill-red-13 svg path,.svg-fill-red-13 svg circle{fill:#ed9292!important}.svg-fill-red-14 svg path,.svg-fill-red-14 svg circle{fill:#c20c0c!important}.svg-fill-red-15 svg path,.svg-fill-red-15 svg circle{fill:#f4bebe!important}.svg-fill-red-18 svg path,.svg-fill-red-18 svg circle{fill:#e668a0!important}.svg-fill-orange-4 svg path,.svg-fill-orange-4 svg circle{fill:#ff906d!important}.svg-fill-brown svg path,.svg-fill-brown svg circle{fill:#865e3a!important}.svg-fill-purple-4 svg path,.svg-fill-purple-4 svg circle{fill:#9e47ec!important}.svg-fill-first-path-child-green svg path:first-child{fill:#56b4ac!important}.svg-fill-first-path-child-green-6 svg path:first-child{fill:#77bf56!important}.svg-fill-first-path-child-yellow-1 svg path:first-child{fill:#fab15c!important}.svg-fill-first-path-child-orange-4 svg path:first-child{fill:#ff906d!important}.svg-fill-first-path-child-red-10 svg path:first-child{fill:#e66767!important}.svg-fill-first-path-child-light-grey-2 svg path:first-child{fill:#aaa!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey svg path{transition:fill .3s ease-in-out}.svg-hover-grey:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-9 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-9:hover svg path{fill:#0b49d1!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#6f9ee033!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-17 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-17:hover svg path{fill:#bed0f9!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-bw-9 svg path{transition:fill .3s ease-in-out}.svg-hover-bw-9:hover svg path{fill:#dadada!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-6 svg{width:6px;height:6px}.svg-size-7 svg{width:7px;height:7px}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-17 svg{width:17px;height:17px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-23 svg{width:23px;height:23px}.svg-size-26 svg{width:26px;height:26px}.svg-size-30-26 svg{width:30px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.svg-size-90 svg{width:90px;height:90px}.svg-rect-fill-blue-8{fill:#6692f1!important}.svg-rect-fill-blue-8 svg rect{fill:#6692f1!important}.svg-rect-fill-yellow-1{fill:#fab15c!important}.svg-rect-fill-yellow-1 svg rect{fill:#fab15c!important}.svg-rect-fill-red-10{fill:#e66767!important}.svg-rect-fill-red-10 svg rect{fill:#e66767!important}.svg-rect-fill-muted{fill:#919191!important}.svg-rect-fill-muted svg rect{fill:#919191!important}.svg-rect-fill-dark-2{fill:#91919133!important}.svg-rect-fill-dark-2 svg rect{fill:#91919133!important}.svg-rect-hover-blue-14{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-blue-14:hover{fill:#3b73ed!important}.svg-rect-hover-blue-14:hover svg rect{fill:#3b73ed!important}.svg-rect-hover-yellow-5{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-yellow-5:hover{fill:#f89b2e!important}.svg-rect-hover-yellow-5:hover svg rect{fill:#f89b2e!important}.svg-rect-hover-red-11{transition:fill .3s ease-in-out}.svg-rect-hover-red-11 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-red-11:hover{fill:#df3c3c!important}.svg-rect-hover-red-11:hover svg rect{fill:#df3c3c!important}.svg-rect-hover-bw6-2{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-bw6-2:hover{fill:#6c6c6c!important}.svg-rect-hover-bw6-2:hover svg rect{fill:#6c6c6c!important}.svg-rect-hover-dark-2{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2 svg rect{transition:fill .3s ease-in-out}.svg-rect-hover-dark-2:hover{fill:#91919133!important}.svg-rect-hover-dark-2:hover svg rect{fill:#91919133!important}.background-transparent{background-color:transparent}.background-white{background-color:#fff}.background-white-7{background-color:#ffffff20}.background-muted{background:#919191}.background-muted-o20{background:#91919133}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-black-3{background-color:#1d1d1d}.background-gray{background-color:#e5e5e5}.background-gray-2{background-color:#6c6c6c}.background-gray-7{background-color:#ccc3}.background-gray-12{background-color:#eee}.background-gray-20{background-color:#c9c9c9}.background-light-gray-2{background-color:#aaa}.background-light-gray-6{background-color:#ccc}.background-light-gray-7{background-color:#fbfbfb}.background-grey{background-color:#919191}.background-grey-4{background-color:#ccc}.background-blue-5{background-color:#3074d3}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-blue-15{background-color:#0b49d1}.background-blue-18{background-color:#3b73ed}.background-blue-19{background-color:#92b1f5}.background-blue-20{background-color:#3b73ed33}.background-green-0{background-color:#56b4ac}.background-green-2{background-color:#259f94}.background-green-3{background-color:#b6dfdb}.background-green-4,.background-green-6{background-color:#86c9c3}.background-green-special-filter{background-color:#007a6e}.background-dark-2{background-color:#91919133}.background-dark-3{background-color:#91919166}.background-red-19{background-color:#df3d85}.background-red-11{background-color:#df3c3c}.background-purple-4{background-color:#9e47ec}.background-gold-bold{background-color:#cf961d}.background-gold-subtle{background-color:#e4c481}.background-orange-3{background-color:#ffb097}.background-orange-4{background-color:#ff906d}.background-orange-7{background-color:#ffcfc0}.background-yellow-1{background-color:#fab15c}.background-yellow-5{background-color:#f89b2e}.background-yellow-7{background-color:#f89b2e33}.background-yellow-8{background-color:#daad4f}.background-bw5{background-color:#919191}.background-bw6-2{background-color:#6c6c6c}.background-brown-bold{background-color:#865e3a}.background-bw2{background-color:#eee}.background-bw-9{background-color:#dadada}.background-bw10{background-color:#eee0}.background-hover-white{transition:background-color .3s ease-in-out}.background-hover-white:hover{background-color:#fff!important}.background-hover-white-4{transition:background-color .3s ease-in-out}.background-hover-white-4:hover{background-color:#fff3!important}.background-hover-black{transition:background-color .3s ease-in-out}.background-hover-black:hover{background-color:#424242!important}.background-hover-black-1{transition:background-color .3s ease-in-out}.background-hover-black-1:hover{background-color:#424242!important}.background-hover-black-2{transition:background-color .3s ease-in-out}.background-hover-black-2:hover{background-color:#2f2f2f!important}.background-hover-grey{transition:background-color .3s ease-in-out}.background-hover-grey:hover{background-color:#919191!important}.background-hover-grey-2{transition:background-color .3s ease-in-out}.background-hover-grey-2:hover{background-color:#6c6c6c!important}.background-hover-grey-6{transition:background-color .3s ease-in-out}.background-hover-grey-6:hover{background-color:#91919120!important}.background-hover-dark-2{transition:background-color .3s ease-in-out}.background-hover-dark-2:hover{background-color:#91919133!important}.background-hover-dark-3{transition:background-color .3s ease-in-out}.background-hover-dark-3:hover{background-color:#91919166!important}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-bw6{transition:background-color .3s ease-in-out}.background-hover-bw6:hover{background-color:#606060!important}.background-hover-bw6-2{transition:background-color .3s ease-in-out}.background-hover-bw6-2:hover{background-color:#6c6c6c!important}.background-hover-blue-11{transition:background-color .3s ease-in-out}.background-hover-blue-11:hover{background-color:#6f9ee066!important}.background-hover-blue-13{transition:background-color .3s ease-in-out}.background-hover-blue-13:hover{background-color:#6692f1!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.background-hover-blue-16{transition:background-color .3s ease-in-out}.background-hover-blue-16:hover{background-color:#e9effd!important}.background-hover-blue-17{transition:background-color .3s ease-in-out}.background-hover-blue-17:hover{background-color:#bed0f9!important}.background-hover-blue-19{transition:background-color .3s ease-in-out}.background-hover-blue-19:hover{background-color:#92b1f5!important}.background-hover-blue-20{transition:background-color .3s ease-in-out}.background-hover-blue-20:hover{background-color:#3b73ed33!important}.background-hover-blue-21{transition:background-color .3s ease-in-out}.background-hover-blue-21:hover{background-color:#3b73ed66!important}.background-hover-red-15{transition:background-color .3s ease-in-out}.background-hover-red-15:hover{background-color:#f4bebe!important}.background-hover-red-14{transition:background-color .3s ease-in-out}.background-hover-red-14:hover{background-color:#c20c0c!important}.background-hover-gray{transition:background-color .3s ease-in-out}.background-hover-gray:hover{background-color:#e5e5e5!important}.background-hover-light-grey{transition:background-color .3s ease-in-out}.background-hover-light-grey:hover{background-color:#e5e5e5!important}.background-hover-light-grey-5{transition:background-color .3s ease-in-out}.background-hover-light-grey-5:hover{background-color:#f7f7f7!important}.background-hover-bw-9{transition:background-color .3s ease-in-out}.background-hover-bw-9:hover{background-color:#dadada!important}.background-hover-green-special-filter{transition:background-color .3s ease-in-out}.background-hover-green-special-filter:hover{background-color:#007a6e!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-50{border-radius:50px}.br-60{border-radius:60px}.br-circle{border-radius:50%}.padding-1{padding:1px}.padding-l-1{padding-left:1px}.padding-r-1{padding-right:1px}.padding-t-1{padding-top:1px}.padding-b-1{padding-bottom:1px}.padding-2{padding:2px}.padding-l-2{padding-left:2px}.padding-r-2{padding-right:2px}.padding-t-2{padding-top:2px}.padding-b-2{padding-bottom:2px}.padding-3{padding:3px}.padding-l-3{padding-left:3px}.padding-r-3{padding-right:3px}.padding-t-3{padding-top:3px}.padding-b-3{padding-bottom:3px}.padding-4{padding:4px}.padding-l-4{padding-left:4px}.padding-r-4{padding-right:4px}.padding-t-4{padding-top:4px}.padding-b-4{padding-bottom:4px}.padding-6{padding:6px}.padding-l-6{padding-left:6px}.padding-r-6{padding-right:6px}.padding-t-6{padding-top:6px}.padding-b-6{padding-bottom:6px}.padding-8{padding:8px}.padding-l-8{padding-left:8px}.padding-r-8{padding-right:8px}.padding-t-8{padding-top:8px}.padding-b-8{padding-bottom:8px}.padding-9{padding:9px}.padding-l-9{padding-left:9px}.padding-r-9{padding-right:9px}.padding-t-9{padding-top:9px}.padding-b-9{padding-bottom:9px}.padding-10{padding:10px}.padding-l-10{padding-left:10px}.padding-r-10{padding-right:10px}.padding-t-10{padding-top:10px}.padding-b-10{padding-bottom:10px}.padding-12{padding:12px}.padding-l-12{padding-left:12px}.padding-r-12{padding-right:12px}.padding-t-12{padding-top:12px}.padding-b-12{padding-bottom:12px}.padding-14{padding:14px}.padding-l-14{padding-left:14px}.padding-r-14{padding-right:14px}.padding-t-14{padding-top:14px}.padding-b-14{padding-bottom:14px}.padding-15{padding:15px}.padding-l-15{padding-left:15px}.padding-r-15{padding-right:15px}.padding-t-15{padding-top:15px}.padding-b-15{padding-bottom:15px}.padding-18{padding:18px}.padding-l-18{padding-left:18px}.padding-r-18{padding-right:18px}.padding-t-18{padding-top:18px}.padding-b-18{padding-bottom:18px}.padding-30{padding:30px}.padding-l-30{padding-left:30px}.padding-r-30{padding-right:30px}.padding-t-30{padding-top:30px}.padding-b-30{padding-bottom:30px}.padding-y-1{padding-top:1px;padding-bottom:1px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-3{padding-top:3px;padding-bottom:3px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-y-6{padding-top:6px;padding-bottom:6px}.padding-y-8{padding-top:8px;padding-bottom:8px}.padding-y-9{padding-top:9px;padding-bottom:9px}.padding-y-10{padding-top:10px;padding-bottom:10px}.padding-y-12{padding-top:12px;padding-bottom:12px}.padding-y-14{padding-top:14px;padding-bottom:14px}.padding-y-15{padding-top:15px;padding-bottom:15px}.padding-y-18{padding-top:18px;padding-bottom:18px}.padding-y-30{padding-top:30px;padding-bottom:30px}.padding-x-2{padding-left:2px;padding-right:2px}.padding-x-3{padding-left:3px;padding-right:3px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.padding-x-6{padding-left:6px;padding-right:6px}.padding-x-8{padding-left:8px;padding-right:8px}.padding-x-10{padding-left:10px;padding-right:10px}.padding-x-12{padding-left:12px;padding-right:12px}.margin--4{margin:-4px}.margin-y--4{margin-top:-4px;margin-bottom:-4px}.margin-x--4{margin-left:-4px;margin-right:-4px}.margin-t--4{margin-top:-4px}.margin-r--4{margin-right:-4px}.margin-b--4{margin-bottom:-4px}.margin-l--4{margin-left:-4px}.margin--2{margin:-2px}.margin-y--2{margin-top:-2px;margin-bottom:-2px}.margin-x--2{margin-left:-2px;margin-right:-2px}.margin-t--2{margin-top:-2px}.margin-r--2{margin-right:-2px}.margin-b--2{margin-bottom:-2px}.margin-l--2{margin-left:-2px}.margin-1{margin:1px}.margin-y-1{margin-top:1px;margin-bottom:1px}.margin-x-1{margin-left:1px;margin-right:1px}.margin-t-1{margin-top:1px}.margin-r-1{margin-right:1px}.margin-b-1{margin-bottom:1px}.margin-l-1{margin-left:1px}.margin-2{margin:2px}.margin-y-2{margin-top:2px;margin-bottom:2px}.margin-x-2{margin-left:2px;margin-right:2px}.margin-t-2{margin-top:2px}.margin-r-2{margin-right:2px}.margin-b-2{margin-bottom:2px}.margin-l-2{margin-left:2px}.margin-4{margin:4px}.margin-y-4{margin-top:4px;margin-bottom:4px}.margin-x-4{margin-left:4px;margin-right:4px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-l-4{margin-left:4px}.margin-5{margin:5px}.margin-y-5{margin-top:5px;margin-bottom:5px}.margin-x-5{margin-left:5px;margin-right:5px}.margin-t-5{margin-top:5px}.margin-r-5{margin-right:5px}.margin-b-5{margin-bottom:5px}.margin-l-5{margin-left:5px}.margin-6{margin:6px}.margin-y-6{margin-top:6px;margin-bottom:6px}.margin-x-6{margin-left:6px;margin-right:6px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-l-6{margin-left:6px}.margin-7{margin:7px}.margin-y-7{margin-top:7px;margin-bottom:7px}.margin-x-7{margin-left:7px;margin-right:7px}.margin-t-7{margin-top:7px}.margin-r-7{margin-right:7px}.margin-b-7{margin-bottom:7px}.margin-l-7{margin-left:7px}.margin-8{margin:8px}.margin-y-8{margin-top:8px;margin-bottom:8px}.margin-x-8{margin-left:8px;margin-right:8px}.margin-t-8{margin-top:8px}.margin-r-8{margin-right:8px}.margin-b-8{margin-bottom:8px}.margin-l-8{margin-left:8px}.margin-10{margin:10px}.margin-y-10{margin-top:10px;margin-bottom:10px}.margin-x-10{margin-left:10px;margin-right:10px}.margin-t-10{margin-top:10px}.margin-r-10{margin-right:10px}.margin-b-10{margin-bottom:10px}.margin-l-10{margin-left:10px}.margin-15{margin:15px}.margin-y-15{margin-top:15px;margin-bottom:15px}.margin-x-15{margin-left:15px;margin-right:15px}.margin-t-15{margin-top:15px}.margin-r-15{margin-right:15px}.margin-b-15{margin-bottom:15px}.margin-l-15{margin-left:15px}.margin-22{margin:22px}.margin-y-22{margin-top:22px;margin-bottom:22px}.margin-x-22{margin-left:22px;margin-right:22px}.margin-t-22{margin-top:22px}.margin-r-22{margin-right:22px}.margin-b-22{margin-bottom:22px}.margin-l-22{margin-left:22px}.margin-24{margin:24px}.margin-y-24{margin-top:24px;margin-bottom:24px}.margin-x-24{margin-left:24px;margin-right:24px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.margin-l-24{margin-left:24px}.gap-xs{gap:xspx}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-20{gap:20px}.gap-px-4{gap:4px}.grid-gap-8{grid-gap:8px}.w-1{width:1px}.h-1{height:1px}.w-2{width:2px}.h-2{height:2px}.w-4{width:4px}.h-4{height:4px}.w-10{width:10px}.h-10{height:10px}.w-14{width:14px}.h-14{height:14px}.w-15{width:15px}.h-15{height:15px}.w-18{width:18px}.h-18{height:18px}.w-22{width:22px}.h-22{height:22px}.w-26{width:26px}.h-26{height:26px}.w-31{width:31px}.h-31{height:31px}.w-32{width:32px}.h-32{height:32px}.w-36{width:36px}.h-36{height:36px}.w-116{width:116px}.h-116{height:116px}.w-120{width:120px}.h-120{height:120px}.w-fit-content{width:fit-content!important}.right-100{right:100%}.left-100{left:100%}.top--1{top:-1px}.top-2{top:2px}.top--14{top:-14px}.z-index--1{z-index:-1}.z-index-0{z-index:0}.z-index-1{z-index:1}.filter-dropdown-popover{width:260px;position:relative;top:-4px;left:-4px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}.h-7{height:7px!important;min-height:7px!important}.h-8{height:8px!important;min-height:8px!important}.h-9{height:9px!important;min-height:9px!important}.h-10{height:10px!important;min-height:10px!important}.h-11{height:11px!important;min-height:11px!important}.h-12{height:12px!important;min-height:12px!important}.h-14{height:14px!important;min-height:14px!important}.h-15{height:15px!important;min-height:15px!important}.h-16{height:16px!important;min-height:16px!important}.h-18{height:18px!important;min-height:18px!important}.h-22{height:22px!important;min-height:22px!important}.h-24{height:24px!important;min-height:24px!important}.h-26{height:26px!important;min-height:26px!important}.h-28{height:28px!important;min-height:28px!important}.h-30{height:30px!important;min-height:30px!important}.h-34{height:34px!important;min-height:34px!important}.h-37{height:37px!important;min-height:37px!important}.h-40{height:40px!important;min-height:40px!important}.h-42{height:42px!important;min-height:42px!important}.h-44{height:44px!important;min-height:44px!important}.h-52{height:52px!important;min-height:52px!important}.h-80{height:80px!important;min-height:80px!important}.h-160{height:160px!important;min-height:160px!important}.h-231{height:231px!important;min-height:231px!important}.h-486{height:486px!important;min-height:486px!important}.h-800{height:800px!important;min-height:800px!important}.h-960{height:960px!important;min-height:960px!important}.w-2{width:2px!important;min-width:2px!important}.w-7{width:7px!important;min-width:7px!important}.w-8{width:8px!important;min-width:8px!important}.w-10{width:10px!important;min-width:10px!important}.w-12{width:12px!important;min-width:12px!important}.w-14{width:14px!important;min-width:14px!important}.w-15{width:15px!important;min-width:15px!important}.w-16{width:16px!important;min-width:16px!important}.w-18{width:18px!important;min-width:18px!important}.w-22{width:22px!important;min-width:22px!important}.w-24{width:24px!important;min-width:24px!important}.w-26{width:26px!important;min-width:26px!important}.w-29{width:29px!important;min-width:29px!important}.w-30{width:30px!important;min-width:30px!important}.w-36{width:36px!important;min-width:36px!important}.w-40{width:40px!important;min-width:40px!important}.w-42{width:42px!important;min-width:42px!important}.w-46{width:46px!important;min-width:46px!important}.w-49{width:49px!important;min-width:49px!important}.w-57{width:57px!important;min-width:57px!important}.w-60{width:60px!important;min-width:60px!important}.w-68{width:68px!important;min-width:68px!important}.w-70{width:70px!important;min-width:70px!important}.w-71{width:71px!important;min-width:71px!important}.w-78{width:78px!important;min-width:78px!important}.w-80{width:80px!important;min-width:80px!important}.w-83{width:83px!important;min-width:83px!important}.w-84{width:84px!important;min-width:84px!important}.w-88{width:88px!important;min-width:88px!important}.w-90{width:90px!important;min-width:90px!important}.w-91{width:91px!important;min-width:91px!important}.w-93{width:93px!important;min-width:93px!important}.w-96{width:96px!important;min-width:96px!important}.w-98{width:98px!important;min-width:98px!important}.w-101{width:101px!important;min-width:101px!important}.w-106{width:106px!important;min-width:106px!important}.w-108{width:108px!important;min-width:108px!important}.w-116{width:116px!important;min-width:116px!important}.w-118{width:118px!important;min-width:118px!important}.w-126{width:126px!important;min-width:126px!important}.w-144{width:144px!important;min-width:144px!important}.w-155{width:155px!important;min-width:155px!important}.w-172{width:172px!important;min-width:172px!important}.w-179{width:179px!important;min-width:179px!important}.w-180{width:180px!important;min-width:180px!important}.w-202{width:202px!important;min-width:202px!important}.w-214{width:214px!important;min-width:214px!important}.w-223{width:223px!important;min-width:223px!important}.w-252{width:252px!important;min-width:252px!important}.w-264{width:264px!important;min-width:264px!important}.w-268{width:268px!important;min-width:268px!important}.w-272{width:272px!important;min-width:272px!important}.w-276{width:276px!important;min-width:276px!important}.w-277{width:277px!important;min-width:277px!important}.w-300{width:300px!important;min-width:300px!important}.w-334{width:334px!important;min-width:334px!important}.w-442{width:442px!important;min-width:442px!important}.w-462{width:462px!important;min-width:462px!important}.w-612{width:612px!important;min-width:612px!important}.w-616{width:616px!important;min-width:616px!important}.w-620{width:620px!important;min-width:620px!important}.min-w-0{min-width:0}.min-w-16{min-width:16px}.min-w-18{min-width:18px}.min-w-40{min-width:40px}.min-w-100{min-width:100px}.min-h-100{min-height:100px}.flex-1{flex:1}.w-33{width:33%}.w-40p{width:40%}.w-90p{width:90%}.w-100p{width:100%}.ca-full-width{width:100%!important}.shadow-100{box-shadow:0 0 4px #0003}.shadow-300{box-shadow:0 0 6px #0003}.opacity-40{opacity:.4}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.transition-width{transition:width .25s cubic-bezier(.46,.03,.51,.95);overflow-x:hidden}.transition-transform{transition:transform .25s cubic-bezier(.46,.03,.51,.95)}.transition-transform-100{transition:transform .1s cubic-bezier(.46,.03,.51,.95)}.transition-transform-400{transition:transform .4s cubic-bezier(.46,.03,.51,.95)}.transition-width-transform{transition-duration:.25s;transition-timing-function:cubic-bezier(.46,.03,.51,.95);transition-property:transform,width}.transition-background{transition:background .2s cubic-bezier(.46,.03,.51,.95)}.transition-background-100{transition:background .1s cubic-bezier(.46,.03,.51,.95)}.transition-background-color-300{transition:background,color .3s cubic-bezier(.46,.03,.51,.95)}.transition-fill-100 svg path{transition:fill .1s cubic-bezier(.46,.03,.51,.95)}.transition-duration-250{transition-duration:.25s}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.pointer-events-none{pointer-events:none}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}.place-items-center{justify-content:center;align-items:center}.prevent-text-selection{-ms-user-select:none;-webkit-user-select:none;user-select:none;-moz-user-select:none}.highlight-text-45632{background-color:#3b73ed33;color:#92b1f5;transition:all .3s ease-in-out}.ca-modal-btn{position:relative;outline:none;border:none;border-radius:2px;height:32px;margin:0;padding:6px 12px;background:#f7f7f7;color:#ccc;cursor:pointer;pointer-events:none;transition:background .3s ease-in-out,color .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ca-modal-btn .button-text.hidden-text{visibility:hidden}.ca-modal-btn .spinner-absolute{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ca-modal-btn .spinner-wrapper{margin-left:10px}.ca-modal-btn.valid{pointer-events:all}.ca-modal-btn.modal-small-btn{min-width:100px}.ca-modal-btn.modal-normal-btn{min-width:150px}.ca-modal-btn.modal-big-full-width-btn{height:62px;width:100%}.ca-modal-btn.special-small-btn{height:22px;width:100%;font-size:11px!important;line-height:14px!important}.ca-modal-btn.special-default-btn{height:26px;min-width:100px}.ca-modal-btn.primary-positive-btn.valid{background:#3b73ed;color:#fff}.ca-modal-btn.primary-positive-btn.valid.text-and-spinner-shown{background:#0b49d1;color:#92b1f5}.ca-modal-btn.primary-positive-btn.valid:hover{background:#0b49d1}.ca-modal-btn.secondary-positive-btn.valid{background:#eee;color:#3b73ed}.ca-modal-btn.secondary-positive-btn.valid:hover{background:#0b49d1;color:#fff}.ca-modal-btn.primary-neutral-btn.valid{background:#6c6c6c;color:#fff}.ca-modal-btn.primary-neutral-btn.valid:hover{background:#424242}.ca-modal-btn.secondary-neutral-btn.valid{background:#eee;color:#424242}.ca-modal-btn.secondary-neutral-btn.valid:hover{background:#424242;color:#fff}.ca-modal-btn.primary-negative-btn.valid{background:#df3c3c;color:#fff}.ca-modal-btn.primary-negative-btn.valid:hover{background:#c20c0c}.ca-modal-btn.secondary-negative-btn.valid{background:#eee;color:#df3c3c}.ca-modal-btn.secondary-negative-btn.valid:hover{background:#c20c0c;color:#fff}.ca-modal-btn.plain-text-btn.valid{background:transparent;color:#3b73ed}.ca-modal-btn.plain-text-btn.valid:hover{background:transparent;color:#0b49d1}.ca-modal-btn.primary-white-btn.valid{background:#fff;color:#3b73ed}.ca-modal-btn.primary-white-btn.valid:hover{background:#3b73ed;color:#fff}.ca-modal-btn.special-positive-btn{padding:4px 8px!important}.ca-modal-btn.special-positive-btn.valid{background:#3b73ed;color:#fff}.ca-modal-btn.special-positive-btn.valid:hover{background:#fff;color:#0b49d1}.ca-modal-btn.special-neutral-btn{padding:4px!important}.ca-modal-btn.special-neutral-btn.valid{background:#eee;color:#6c6c6c}.ca-modal-btn.special-neutral-btn.valid:hover{background:#dadada;color:#424242}\n"] }]
|
|
37860
|
-
}], propDecorators: { type: [{
|
|
37861
|
-
type: Input
|
|
37862
|
-
}], size: [{
|
|
37863
|
-
type: Input
|
|
37864
|
-
}], text: [{
|
|
37865
|
-
type: Input
|
|
37866
|
-
}], isValid: [{
|
|
37867
|
-
type: Input
|
|
37868
|
-
}], isSpinnerShown: [{
|
|
37869
|
-
type: Input
|
|
37870
|
-
}], hasBothSpinnerAndText: [{
|
|
37871
|
-
type: Input
|
|
37872
|
-
}] } });
|
|
37873
|
-
|
|
37874
37899
|
function emptyValueValidator(errorMessage) {
|
|
37875
37900
|
return (control) => {
|
|
37876
37901
|
if (control.notFoundInvalid) {
|