<!doctype html> <html lang="en" data-critters-container> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <base href="/"> <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous"> <!-- MAP.CSS --> <link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.4/dist/leaflet.css" integrity="sha512-puBpdR0798OZvTTbP4A8Ix/l+A4dHDD0DGqYW6RQ+9jxkRFclaxxQb/SJAWZfWAkuyeQUytO7+7N4QKrDh+drA==" crossorigin> <link href="https://api.mapbox.com/mapbox.js/plugins/leaflet-fullscreen/v1.0.1/leaflet.fullscreen.css" rel="stylesheet"> <link rel="stylesheet" href="https://unpkg.com/esri-leaflet-geocoder/dist/esri-leaflet-geocoder.css"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link id="favicon" rel="icon" type="image/x-icon" href="favicon"> <style> .main-spinner-container { width: 100vw; height: 100vh; padding-top: 30vh; } .spinner-stage { display: flex; justify-content: center; align-items: center; position: relative; padding: 2rem 0; margin: 0 -5%; overflow: hidden; } .dot-flashing { position: relative; width: 15px; height: 15px; border-radius: 50%; background-color: #FCA429; color: #FCA429; animation: dotFlashing .7s infinite linear alternate; animation-delay: .3s; } .dot-flashing::before, .dot-flashing::after { content: ''; display: inline-block; position: absolute; top: 0; } .dot-flashing::before { left: -30px; width: 15px; height: 15px; border-radius: 50%; background-color: #FCA429; color: #FCA429; animation: dotFlashing .7s infinite alternate; animation-delay: 0s; } .dot-flashing::after { left: 30px; width: 15px; height: 15px; border-radius: 50%; background-color: #FCA429; color: #FCA429; animation: dotFlashing .7s infinite alternate; animation-delay: .6s; } @keyframes dotFlashing { 0% { background-color: #FCA429; } 50%, 100% { background-color: #ffddb7; } } </style> <link rel="manifest" href="./manifest.webmanifest"> <style>@charset "UTF-8";:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;--font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--surface-a:#ffffff;--surface-b:#f4f4f4;--surface-c:#eaeaea;--surface-d:#c8c8c8;--surface-e:#ffffff;--surface-f:#ffffff;--text-color:#333333;--text-color-secondary:#848484;--primary-color:#007ad9;--primary-color-text:#ffffff;--surface-0:#ffffff;--surface-50:#eef1f2;--surface-100:#dde2e4;--surface-200:#bbc5ca;--surface-300:#98a8af;--surface-400:#768b95;--surface-500:#546e7a;--surface-600:#435862;--surface-700:#324249;--surface-800:#222c31;--surface-900:#111618;--gray-50:#eef1f2;--gray-100:#dde2e4;--gray-200:#bbc5ca;--gray-300:#98a8af;--gray-400:#768b95;--gray-500:#546e7a;--gray-600:#435862;--gray-700:#324249;--gray-800:#222c31;--gray-900:#111618;--content-padding:.571rem 1rem;--inline-spacing:.5rem;--border-radius:3px;--surface-ground:#f4f4f4;--surface-section:#ffffff;--surface-card:#ffffff;--surface-overlay:#ffffff;--surface-border:#c8c8c8;--surface-hover:#eaeaea;--maskbg:rgba(0, 0, 0, .4);--highlight-bg:#007ad9;--highlight-text-color:#ffffff;--focus-ring:0 0 0 .2rem #8dcdff;color-scheme:light}:root{--blue-50:#f3f8fc;--blue-100:#c6dcef;--blue-200:#98c1e3;--blue-300:#6ba5d7;--blue-400:#3d8aca;--blue-500:#106ebe;--blue-600:#0e5ea2;--blue-700:#0b4d85;--blue-800:#093d69;--blue-900:#062c4c;--green-50:#f7fbf6;--green-100:#d6ead1;--green-200:#b6d9ad;--green-300:#96c889;--green-400:#76b765;--green-500:#56a641;--green-600:#498d37;--green-700:#3c742e;--green-800:#2f5b24;--green-900:#22421a;--yellow-50:#fffcf5;--yellow-100:#fdefcd;--yellow-200:#fbe3a6;--yellow-300:#f9d67f;--yellow-400:#f8ca57;--yellow-500:#f6bd30;--yellow-600:#d1a129;--yellow-700:#ac8422;--yellow-800:#87681a;--yellow-900:#624c13;--cyan-50:#f4fbfd;--cyan-100:#ccebf5;--cyan-200:#a4dbed;--cyan-300:#7ccce5;--cyan-400:#54bcdd;--cyan-500:#2cacd5;--cyan-600:#2592b5;--cyan-700:#1f7895;--cyan-800:#185f75;--cyan-900:#124555;--pink-50:#fdf4f9;--pink-100:#f6cce0;--pink-200:#eea3c7;--pink-300:#e77aae;--pink-400:#df5296;--pink-500:#d8297d;--pink-600:#b8236a;--pink-700:#971d58;--pink-800:#771745;--pink-900:#561032;--indigo-50:#f4f6fd;--indigo-100:#ccd3f5;--indigo-200:#a4b0ed;--indigo-300:#7c8de5;--indigo-400:#546add;--indigo-500:#2c47d5;--indigo-600:#253cb5;--indigo-700:#1f3295;--indigo-800:#182775;--indigo-900:#121c55;--teal-50:#f6fbfa;--teal-100:#d1eae5;--teal-200:#add9d1;--teal-300:#89c8bd;--teal-400:#65b7a8;--teal-500:#41a694;--teal-600:#378d7e;--teal-700:#2e7468;--teal-800:#245b51;--teal-900:#1a423b;--orange-50:#fff9f5;--orange-100:#fde4cd;--orange-200:#fbcfa6;--orange-300:#f9ba7f;--orange-400:#f8a457;--orange-500:#f68f30;--orange-600:#d17a29;--orange-700:#ac6422;--orange-800:#874f1a;--orange-900:#623913;--bluegray-50:#f7f8f9;--bluegray-100:#dae0e3;--bluegray-200:#bdc7cd;--bluegray-300:#a0aeb6;--bluegray-400:#8295a0;--bluegray-500:#657c8a;--bluegray-600:#566975;--bluegray-700:#475761;--bluegray-800:#38444c;--bluegray-900:#283237;--purple-50:#f9f8fd;--purple-100:#e1dff7;--purple-200:#cac5f1;--purple-300:#b2abeb;--purple-400:#9b92e4;--purple-500:#8378de;--purple-600:#6f66bd;--purple-700:#5c549b;--purple-800:#48427a;--purple-900:#343059;--red-50:#fdf4f3;--red-100:#f6ccc6;--red-200:#eea39a;--red-300:#e77b6d;--red-400:#df5240;--red-500:#d82a13;--red-600:#b82410;--red-700:#971d0d;--red-800:#77170a;--red-900:#561108;--primary-50:#f2f8fd;--primary-100:#c2dff6;--primary-200:#91c6ef;--primary-300:#61ade7;--primary-400:#3093e0;--primary-500:#007ad9;--primary-600:#0068b8;--primary-700:#005598;--primary-800:#004377;--primary-900:#003157}@layer primeng{*{box-sizing:border-box}}@layer primeng{}@layer primeng{*{box-sizing:border-box}}@layer primeng{}:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}html,body,app-root{height:100%}body{--customer-header-modal-background:#3d8cc2;--customer-paginater-modal-background:#f4f4f4;--customer-load-bar-background:#fdba2c;--customer-load-bar-1-background:#3d8cc2;--customer-load-bar-2-bacground:#676cc2;--customer-load-bar-3-background:#51c2aa;--customer-form-button-border-color:#bbbbbb;--customer-form-button-color:#3d8cc2;--customer-form-disabled-button-background:#bdbdbd;--customer-download-background:#4dca54;--customer-login-search-field-background:#ffffff7a;--customer-user-profile-card-background:#fffdfd;--customer-user-profile-upload-background:#333333ba;--customer-inbox-email-background:#6c757d26;--customer-help-container-background:#ffffff;--customer-shipment-body-background:#f8f9faa1;--customer-button-barder-color:#3fa9e1;--customer-box-shadow-background-1:rgba(0, 0, 0, .2);--customer-box-shadow-background-2:rgba(0, 0, 0, .14);--customer-box-shadow-background-3:rgba(0, 0, 0, .12);--customer-home-alert-shadow:#2d794b;--customer-home-side-bar-border-color:#e0e0e0;--customer-home-search-placeholder-color:#b5b5b5;--customer-home-lert-success-background:#5ed490;--customer-home-alert-light-success-background:#d4edda;--customer-home-lert-success-notification-close-border-color:#2d794b;--customer-home-alert-success-notification-close-color:#2d794b;--customer-home-alert-warning-background:#f56668;--customer-home-alert-light-warning-background:#fed7d7;--customer-home-alert-warning-notification-close-border-color:#ba4849;--customer-home-alert-warning-notification-close-color:#ba4849;--customer-home-alert-info-background:#2e8bd8;--customer-home-alert-info-notification-close-border-color:#08345b;--customer-home-alert-danger-background:#e5a300;--customer-home-alert-danger-notification-close-border-color:#996d00;--customer-notifcation-icon-number-background:indianred;--customer-notifcation-border-color:#cccccc;--customer-notifcation-background:#cedcf3;--customer-unreaded-notifcation-color:#333;--customer-user-options-color:gray;--customer-unreaded-notifcation-background-shadow:#d6d8da4d;--customer-notifcation-empty-background:#edf2fa;--customer-dialog-header-color:gray;--customer-dialog-header-border-color:#4091c7;--customer-dialog-body-color:#7b7a7a;--customer-inbox-replay-body-background:#f6f7f9;--customer-inbox-replay-body-border-color:#d2d2d2;--customer-line-separator-color:#e4e4e4;--customer-replay-email-border-color:#f1f1f1;--customer-link-color:#007ad9;--customer-email-titles-color:rgba(0, 0, 0, .76);--customer-inbox-message-list-container-background:rgba(156, 156, 156, .1);--customer-side-menu-number-background:#34495e;--customer-side-menu-container-hover-background:lightgray;--customer-side-menu-title-hover:#a2a4c5;--customer-add-shipment-logo-background:rgba(61, 140, 194, .11);--customer-package-status-background:#ffffffc4;--customer-skeleton-line-background:#f6f6f694;--customer-skeleton-card-background:#f6f6f6;--customer-shipment-table-background:#f8f9faa1;--customer-shipment-table-border-color:#dedede;--customer-sign-up-sparoter-color:rgba(138, 138, 138, .2);--customer-demensions-input-color:#bce0fd;--customer-demensions-result-color:#2699fb;--customer-login-title-active-color:#585656;--customer-label-text-color:gray;--customer-input-placeholder-color:lightgray;--customer-table-mobile-card-background:#f9f9f9;--customer-darker-color:#b3741d;--customer-dark-color:#FCA429;--customer-light-color:#fff6e9;--customer-lighter-color:#FFF4E5;--customer-icon-color:#FFD599;--customer-text-color:#000;--customer-main-background:linear-gradient(90deg, #FCA429 0%, #F24645 100%);--customer-main-gradient:linear-gradient(90deg, #FCA429 0%, #F24645 100%);--customer-first-gradient-dash-color:#B772B8;--customer-second-gradient-dash-color:#F7685B;--customer-active-color:#F7685B;--customer-active-text-color:#F7685B;--customer-text-action-color:#F7685B;--customer-notification-header-color:#FFDFB3;--customer-subtitle-color:#4E4E4E;--customer-card-text:#FFF;--customer-dash-text-color:#FFF;--danger-color:#E94648;--notification-li-background-color:#fff;--whats-app-background-color:#49C858;--whats-app-color:#FFFFFF}body{overflow:hidden!important}body{--ticketing-popular-font-color:#4E4E4E;--default-label-font-color:#4E4E4E;--ticket-system-default-badge-background:#4E4E4E;--ticket-system-default-badge-font-color:#ffffff;--tikcet-attachment-item-background:#F7F7F7;--header-label-title-color:#4E4E4E;--tikcet-title-color:#4E4E4E;--tikcet-description-color:#4E4E4E;--dashbord-filter-item-font-color:#4E4E4E;--dashbord-section-tickets-count-font-color:#4E4E4E;--card-count-number-color:#3E4249;--dashbord-filter-item-background-color:#DADADA;--input-label-color:#4E4E4E;--input-value-color:#4E4E4E;--ticket-inputs-border-color:#979797;--header-title-background-color:#FFF4E5;--ticket-table-header-font-color:#444444;--ticket-table-td-value-font-color:#4E4E4E;--ticket-details-action-font-color:#4E4E4E;--ticket-info-label-font-color:#4E4E4E;--ticket-details-action-background-color:#F0F0F0;--category-input-label-color:#4E4E4E;--header-background-color:#FFF4E5;--ticket-reply-background-color:#F5F7F9;--ticket-reply-action-hover-background-color:#b9bbbd;--ticket-note-background-color:#FFF4E5;--ticket-note-action-hover-background-color:#EDE2D3;--ticketing-system-gradient-button:linear-gradient(90deg, #676767 0%, #4E4E4E 100%);--ticketing-system-gradient-button-shadow:0 4px 10px 0 rgba(16,156,241,.24);--ticketing-system-gradient-button-font-color:#ffffff;--ticketing-spinner-color:#4E4E4E;--ticket-history-item-border-color:#676767;--ticket-history-item-date-time-color:#8F8F8F;--ticketing-system-tag-background-color:#F4F4F4;--ticket-view-history-action-background-color:#676767;--admin-primary-color:#fca429;--admin-primary-dark-color:#dc9023;--main-border-color:#979797;--main-danger-color:#e94648;--main-warning-color:#FFCC00;--main--success-color:#357e46;--admin-success-color:#00bd9f;--admin-main-page-background:#f3f3f3;--admin-sub-menu-background:#f3f3f3;--admin-danger-color:#e94648;--admin-secondary-action-color:#24c2e1;--admin-warning-color:#FFCC00;--header-background-6-color:#FEF5E9;--header-background-2-color:#FFD599}body{--header-title-font:"almarai medium";--ticket-title-font:"almarai medium";--ticket-description-font:"almarai medium";--almarai-medium:"almarai medium";--number-font:Roboto;--almarai-light:"almarai light";--input-label-font:"almarai light";--ticket-actions-font:"almarai medium";--ticket-input-font:"almarai medium";--ticket-header-table-font:"almarai medium";--ticket-table-string-font:"almarai medium";--ticket-info-label-font-family:"almarai medium";--category-input-label-font:"almarai light";--category-input-value-font:"almarai medium"}@font-face{font-family:almarai medium;src:url(almarai_medium.e6508a395df35565.ttf);font-weight:800}@font-face{font-family:almarai light;src:url(almarai_light.264e5c161cdbdf11.ttf);font-weight:300}@font-face{font-family:almarai;src:url(Almarai-Regular.fefcc1bd3c53c1ed.ttf)}@font-face{font-family:Roboto;src:url(roboto_medium.af9d01395a70ca18.ttf);font-weight:800}@font-face{font-family:Helvetica;src:url(Helvetica_Regular.d66e8114800e99df.ttf);font-weight:800}:root{--app-height:100vh;--blue-100:#cae6fc;--blue-200:#a0d2fa}*{font-family:almarai}*:focus{outline:none}body{height:var(--app-height)!important}@charset "UTF-8";:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13, 110, 253;--bs-secondary-rgb:108, 117, 125;--bs-success-rgb:25, 135, 84;--bs-info-rgb:13, 202, 240;--bs-warning-rgb:255, 193, 7;--bs-danger-rgb:220, 53, 69;--bs-light-rgb:248, 249, 250;--bs-dark-rgb:33, 37, 41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255, 255, 255;--bs-black-rgb:0, 0, 0;--bs-font-sans-serif:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33, 37, 41;--bs-body-bg:#fff;--bs-body-bg-rgb:255, 255, 255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0, 0, 0;--bs-secondary-color:rgba(33, 37, 41, .75);--bs-secondary-color-rgb:33, 37, 41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233, 236, 239;--bs-tertiary-color:rgba(33, 37, 41, .5);--bs-tertiary-color-rgb:33, 37, 41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248, 249, 250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13, 110, 253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10, 88, 202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, .175);--bs-border-radius:.375rem;--bs-border-radius-sm:.25rem;--bs-border-radius-lg:.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm:0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width:.25rem;--bs-focus-ring-opacity:.25;--bs-focus-ring-color:rgba(13, 110, 253, .25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}*,*:before,*:after{box-sizing:border-box}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.h-100{height:100%!important}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;--font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--surface-a:#ffffff;--surface-b:#f8f9fa;--surface-c:#e9ecef;--surface-d:#dee2e6;--surface-e:#ffffff;--surface-f:#ffffff;--text-color:#495057;--text-color-secondary:#6c757d;--primary-color:#FFC107;--primary-color-text:#212529;--surface-0:#ffffff;--surface-50:#fafafa;--surface-100:#f5f5f5;--surface-200:#eeeeee;--surface-300:#e0e0e0;--surface-400:#bdbdbd;--surface-500:#9e9e9e;--surface-600:#757575;--surface-700:#616161;--surface-800:#424242;--surface-900:#212121;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#eeeeee;--gray-300:#e0e0e0;--gray-400:#bdbdbd;--gray-500:#9e9e9e;--gray-600:#757575;--gray-700:#616161;--gray-800:#424242;--gray-900:#212121;--content-padding:1rem;--inline-spacing:.5rem;--border-radius:3px;--surface-ground:#f8f9fa;--surface-section:#ffffff;--surface-card:#ffffff;--surface-overlay:#ffffff;--surface-border:#dee2e6;--surface-hover:#e9ecef;--maskbg:rgba(0, 0, 0, .4);--highlight-bg:#FFF3E0;--highlight-text-color:#495057;--focus-ring:0 0 0 .2rem #ffe69c;color-scheme:light}:root{--blue-50:#f4fafe;--blue-100:#cae6fc;--blue-200:#a0d2fa;--blue-300:#75bef8;--blue-400:#4baaf5;--blue-500:#2196f3;--blue-600:#1c80cf;--blue-700:#1769aa;--blue-800:#125386;--blue-900:#0d3c61;--green-50:#f6fbf6;--green-100:#d4ecd5;--green-200:#b2ddb4;--green-300:#90cd93;--green-400:#6ebe71;--green-500:#4caf50;--green-600:#419544;--green-700:#357b38;--green-800:#2a602c;--green-900:#1e4620;--yellow-50:#fffcf5;--yellow-100:#fef0cd;--yellow-200:#fde4a5;--yellow-300:#fdd87d;--yellow-400:#fccc55;--yellow-500:#fbc02d;--yellow-600:#d5a326;--yellow-700:#b08620;--yellow-800:#8a6a19;--yellow-900:#644d12;--cyan-50:#f2fcfd;--cyan-100:#c2eff5;--cyan-200:#91e2ed;--cyan-300:#61d5e4;--cyan-400:#30c9dc;--cyan-500:#00bcd4;--cyan-600:#00a0b4;--cyan-700:#008494;--cyan-800:#006775;--cyan-900:#004b55;--pink-50:#fef4f7;--pink-100:#fac9da;--pink-200:#f69ebc;--pink-300:#f1749e;--pink-400:#ed4981;--pink-500:#e91e63;--pink-600:#c61a54;--pink-700:#a31545;--pink-800:#801136;--pink-900:#5d0c28;--indigo-50:#f5f6fb;--indigo-100:#d1d5ed;--indigo-200:#acb4df;--indigo-300:#8893d1;--indigo-400:#6372c3;--indigo-500:#3f51b5;--indigo-600:#36459a;--indigo-700:#2c397f;--indigo-800:#232d64;--indigo-900:#192048;--teal-50:#f2faf9;--teal-100:#c2e6e2;--teal-200:#91d2cc;--teal-300:#61beb5;--teal-400:#30aa9f;--teal-500:#009688;--teal-600:#008074;--teal-700:#00695f;--teal-800:#00534b;--teal-900:#003c36;--orange-50:#fff8f2;--orange-100:#fde0c2;--orange-200:#fbc791;--orange-300:#f9ae61;--orange-400:#f79530;--orange-500:#f57c00;--orange-600:#d06900;--orange-700:#ac5700;--orange-800:#874400;--orange-900:#623200;--bluegray-50:#f7f9f9;--bluegray-100:#d9e0e3;--bluegray-200:#bbc7cd;--bluegray-300:#9caeb7;--bluegray-400:#7e96a1;--bluegray-500:#607d8b;--bluegray-600:#526a76;--bluegray-700:#435861;--bluegray-800:#35454c;--bluegray-900:#263238;--purple-50:#faf4fb;--purple-100:#e7cbec;--purple-200:#d4a2dd;--purple-300:#c279ce;--purple-400:#af50bf;--purple-500:#9c27b0;--purple-600:#852196;--purple-700:#6d1b7b;--purple-800:#561561;--purple-900:#3e1046;--red-50:#fff5f5;--red-100:#ffd1ce;--red-200:#ffada7;--red-300:#ff8980;--red-400:#ff6459;--red-500:#ff4032;--red-600:#d9362b;--red-700:#b32d23;--red-800:#8c231c;--red-900:#661a14;--primary-50:#fffcf3;--primary-100:#fff0c3;--primary-200:#ffe494;--primary-300:#ffd965;--primary-400:#ffcd36;--primary-500:#ffc107;--primary-600:#d9a406;--primary-700:#b38705;--primary-800:#8c6a04;--primary-900:#664d03}@layer primeng{*{box-sizing:border-box}}@layer primeng{}</style><link rel="stylesheet" href="styles.59460d7c6e1dae08.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.59460d7c6e1dae08.css"></noscript></head> <body class="h-100"> <app-root class="h-100"> <div class="main-spinner-container"> <div class="spinner-stage"> <div class="dot-flashing"></div> </div> </div> </app-root> <script src="https://tap-sdks.b-cdn.net/card/1.0.2/index.js"></script> <script src="https://cdn.jsdelivr.net/npm/chart.js@2.9.3/dist/Chart.min.js"></script> <script src="https://unpkg.com/leaflet@1.3.4/dist/leaflet.js" integrity="sha512-nMMmRyTVoLYqjP9hrbed9S+FzjZHW5gY1TWCHA5ckwXZBadntCNs8kEqAWdrb9O7rxbCaA4lKTIWjDXZxflOcA==" crossorigin></script> <!--<script src='https://api.mapbox.com/mapbox.js/plugins/leaflet-fullscreen/v1.0.1/Leaflet.fullscreen.min.js'></script>--> <script src="https://elasticbeanstalk-eu-central-1-640066223797.s3.eu-central-1.amazonaws.com/static/Leaflet.fullscreen.min.js"></script> <script src="https://unpkg.com/esri-leaflet"></script> <script src="https://unpkg.com/esri-leaflet-geocoder"></script> <script src="runtime.524b2f1047bc4c05.js" type="module"></script><script src="polyfills.bb5d2824d76c7614.js" type="module"></script><script src="main.49e7a85fff43d133.js" type="module"></script></body> </html>